Skip to content
Success

Console Output

Started by an SCM change
Running as SYSTEM
Agent basic-1gsf4 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-1gsf4"
  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-1gsf4"
    - 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-1gsf4"
    - 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-1gsf4 (basic) in workspace /home/jenkins/agent/workspace/californium-main
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse-californium/californium.git
 > git init /home/jenkins/agent/workspace/californium-main # timeout=10
Fetching upstream changes from https://github.com/eclipse-californium/californium.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse-californium/californium.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse-californium/californium.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse origin/main^{commit} # timeout=10
Checking out Revision d30df81badd9883dec9101703536d7338ff969e6 (origin/main)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d30df81badd9883dec9101703536d7338ff969e6 # timeout=10
Commit message: "Use unit-test's logger instead of coap-resource's logger."
 > git rev-list --no-walk 1aae0e4826be5e3deffa889977bd7bdb8437af14 # timeout=10
[californium-main] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -Drevapi.skip=true -Dorg.eclipse.californium.elements.assume.TimeAssume.enable=true install
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] Inspecting build with total of 39 modules...
[INFO] Installing Nexus Staging features:
[INFO]   ... total of 39 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Californium (Cf) Parent                                            [pom]
[INFO] Californium (Cf) Custom Assembly Descriptors                       [jar]
[INFO] Californium (Cf) BOM                                               [pom]
[INFO] Californium (Cf) Legal Documents                                   [jar]
[INFO] Californium (Cf) Demo Certificates                                 [jar]
[INFO] Californium (Cf) Element Connector                              [bundle]
[INFO] Scandium (Sc) Core                                              [bundle]
[INFO] Californium (Cf) Element Connector TCP netty                    [bundle]
[INFO] Californium (Cf) Core                                           [bundle]
[INFO] Cf-NAT                                                             [jar]
[INFO] Cf-Unix-Health                                                  [bundle]
[INFO] Cf-Cluster                                                      [bundle]
[INFO] Cf-command-line-interface                                       [bundle]
[INFO] Cf-cli-tcp-netty                                                [bundle]
[INFO] Cf-Encrypt                                                         [jar]
[INFO] Californium (Cf) Tests                                             [pom]
[INFO] Californium (Cf) Integration Tests                                 [jar]
[INFO] Californium (Cf) Interoperability Tests                            [jar]
[INFO] Californium (Cf) Proxy2                                         [bundle]
[INFO] Cf-OSCORE                                                       [bundle]
[INFO] Cf-PubSub                                                          [jar]
[INFO] Californium (Cf) OSGi                                           [bundle]
[INFO] Californium (Cf) Demo Applications                                 [pom]
[INFO] Cf-BenchmarkServer                                                 [jar]
[INFO] Cf-ObserveBenchmarkClient                                          [jar]
[INFO] Cf-CoCoAClient                                                     [jar]
[INFO] Cf-ExtendedPlugtestClient                                          [jar]
[INFO] Cf-PlugtestServer                                                  [jar]
[INFO] Cf-ExtendedPlugtestServer                                          [jar]
[INFO] Cf-HelloWorldClient                                                [jar]
[INFO] Cf-HelloWorldServer                                                [jar]
[INFO] Cf-PlugtestChecker                                                 [jar]
[INFO] Cf-PlugtestClient                                                  [jar]
[INFO] Cf-ExampleCrossProxy2                                              [jar]
[INFO] Cf-SecureServer                                                    [jar]
[INFO] Californium (Cf) Demo Setup for Unix                               [jar]
[INFO] Sc-DTLS-Example-Client                                             [jar]
[INFO] Sc-DTLS-Example-Server                                             [jar]
[INFO] Cf-SimpleFileServer                                                [jar]
[INFO] 
[INFO] -------------------< org.eclipse.californium:parent >-------------------
[INFO] Building Californium (Cf) Parent 3.12.0-SNAPSHOT                  [1/39]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ parent ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ parent ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ parent ---
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ parent ---
[INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ parent ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ parent ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ parent ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ parent ---
[INFO] No tests to run.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ parent ---
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ parent ---
[INFO] Skipping execution
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ parent ---
[INFO] Installing /home/jenkins/agent/workspace/californium-main/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/parent/3.12.0-SNAPSHOT/parent-3.12.0-SNAPSHOT.pom
[INFO] 
[INFO] ------------< org.eclipse.californium:californium-assembly >------------
[INFO] Building Californium (Cf) Custom Assembly Descriptors 3.12.0-SNAPSHOT [2/39]
[INFO]   from assembly/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ californium-assembly ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ californium-assembly ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ californium-assembly ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ californium-assembly ---
[INFO] Copying 3 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ californium-assembly ---
[INFO] No sources to compile
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ californium-assembly ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ californium-assembly ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-main/assembly/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ californium-assembly ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ californium-assembly ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ californium-assembly ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ californium-assembly ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ californium-assembly ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/assembly/target/californium-assembly-3.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ californium-assembly ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ californium-assembly ---
[INFO] No tests to run.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ californium-assembly ---
[INFO] Skipping source per configuration.
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ californium-assembly ---
[INFO] Skipping execution
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ californium-assembly ---
[INFO] Installing /home/jenkins/agent/workspace/californium-main/assembly/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/californium-assembly/3.12.0-SNAPSHOT/californium-assembly-3.12.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-main/assembly/target/californium-assembly-3.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-assembly/3.12.0-SNAPSHOT/californium-assembly-3.12.0-SNAPSHOT.jar
[INFO] 
[INFO] -------------------< org.eclipse.californium:cf-bom >-------------------
[INFO] Building Californium (Cf) BOM 3.12.0-SNAPSHOT                     [3/39]
[INFO]   from bom/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-bom ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-bom ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-bom ---
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ cf-bom ---
[INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ cf-bom ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ cf-bom ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ cf-bom ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ cf-bom ---
[INFO] No tests to run.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-bom ---
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ cf-bom ---
[INFO] Skipping execution
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ cf-bom ---
[INFO] Installing /home/jenkins/agent/workspace/californium-main/bom/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-bom/3.12.0-SNAPSHOT/cf-bom-3.12.0-SNAPSHOT.pom
[INFO] 
[INFO] -------------< org.eclipse.californium:californium-legal >--------------
[INFO] Building Californium (Cf) Legal Documents 3.12.0-SNAPSHOT         [4/39]
[INFO]   from legal/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ californium-legal ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ californium-legal ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ californium-legal ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ californium-legal ---
[INFO] Copying 7 resources from licenses to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ californium-legal ---
[INFO] No sources to compile
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ californium-legal ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ californium-legal ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-main/legal/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ californium-legal ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ californium-legal ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ californium-legal ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ californium-legal ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ californium-legal ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/legal/target/californium-legal-3.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ californium-legal ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ californium-legal ---
[INFO] No tests to run.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ californium-legal ---
[INFO] Skipping source per configuration.
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ californium-legal ---
[INFO] Skipping execution
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ californium-legal ---
[INFO] Installing /home/jenkins/agent/workspace/californium-main/legal/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/californium-legal/3.12.0-SNAPSHOT/californium-legal-3.12.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-main/legal/target/californium-legal-3.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-legal/3.12.0-SNAPSHOT/californium-legal-3.12.0-SNAPSHOT.jar
[INFO] 
[INFO] -----------------< org.eclipse.californium:demo-certs >-----------------
[INFO] Building Californium (Cf) Demo Certificates 3.12.0-SNAPSHOT       [5/39]
[INFO]   from demo-certs/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ demo-certs ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ demo-certs ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ demo-certs ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ demo-certs ---
[INFO] Copying 42 resources from certs to target/classes/certs
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ demo-certs ---
[INFO] No sources to compile
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ demo-certs ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ demo-certs ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-main/demo-certs/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ demo-certs ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ demo-certs ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ demo-certs ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ demo-certs ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ demo-certs ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-certs/target/demo-certs-3.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ demo-certs ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ demo-certs ---
[INFO] No tests to run.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ demo-certs ---
[INFO] Skipping source per configuration.
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ demo-certs ---
[INFO] Skipping execution
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ demo-certs ---
[INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-certs/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/demo-certs/3.12.0-SNAPSHOT/demo-certs-3.12.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-certs/target/demo-certs-3.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/demo-certs/3.12.0-SNAPSHOT/demo-certs-3.12.0-SNAPSHOT.jar
[INFO] 
[INFO] -------------< org.eclipse.californium:element-connector >--------------
[INFO] Building Californium (Cf) Element Connector 3.12.0-SNAPSHOT       [6/39]
[INFO]   from element-connector/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ element-connector ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ element-connector ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ element-connector ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ element-connector ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-main/element-connector/src/main/resources
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ element-connector ---
[INFO] Changes detected - recompiling the module! :source
[INFO] Compiling 100 source files with javac [debug release 7] to target/classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] /home/jenkins/agent/workspace/californium-main/element-connector/src/main/java/org/eclipse/californium/elements/config/Configuration.java: /home/jenkins/agent/workspace/californium-main/element-connector/src/main/java/org/eclipse/californium/elements/config/Configuration.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/californium-main/element-connector/src/main/java/org/eclipse/californium/elements/config/Configuration.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ element-connector ---
[INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ element-connector ---
[INFO] No MANIFEST.MF file found, generating manifest.
[INFO] Writing manifest: /home/jenkins/agent/workspace/californium-main/element-connector/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ element-connector ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ element-connector ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 59 source files with javac [debug release 7] to target/test-classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[WARNING] /home/jenkins/agent/workspace/californium-main/element-connector/src/test/java/org/eclipse/californium/elements/util/LeastRecentlyUsedCacheTest.java:[39,45] org.eclipse.californium.elements.util.LeastRecentlyUsedCache in org.eclipse.californium.elements.util has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-main/element-connector/src/test/java/org/eclipse/californium/elements/util/LeastRecentlyUsedCacheTest.java:[39,45] org.eclipse.californium.elements.util.LeastRecentlyUsedCache in org.eclipse.californium.elements.util has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-main/element-connector/src/test/java/org/eclipse/californium/elements/util/LeastRecentlyUsedCacheTest.java:[40,45] org.eclipse.californium.elements.util.LeastRecentlyUsedCache in org.eclipse.californium.elements.util has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-main/element-connector/src/test/java/org/eclipse/californium/elements/util/LeastRecentlyUsedCacheTest.java:[40,45] org.eclipse.californium.elements.util.LeastRecentlyUsedCache in org.eclipse.californium.elements.util has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-main/element-connector/src/test/java/org/eclipse/californium/elements/util/LeastRecentlyUsedCacheTest.java:[41,45] org.eclipse.californium.elements.util.LeastRecentlyUsedCache in org.eclipse.californium.elements.util has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-main/element-connector/src/test/java/org/eclipse/californium/elements/util/LeastRecentlyUsedCacheTest.java:[41,45] org.eclipse.californium.elements.util.LeastRecentlyUsedCache in org.eclipse.californium.elements.util has been deprecated
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ element-connector ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.californium.elements.auth.PreSharedKeyIdentityTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.574 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.247 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.047 s - in org.eclipse.californium.elements.auth.X509CertPathIdentityTest
[INFO] Running org.eclipse.californium.elements.EndpointContextUtilTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.californium.elements.EndpointContextUtilTest
[INFO] Running org.eclipse.californium.elements.UdpEndpointContextMatcherTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.californium.elements.UdpEndpointContextMatcherTest
[INFO] Running org.eclipse.californium.elements.DtlsEndpointContextMatcherTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.californium.elements.DtlsEndpointContextMatcherTest
[INFO] Running org.eclipse.californium.elements.TcpEndpointContextMatcherTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.elements.TcpEndpointContextMatcherTest
[INFO] Running org.eclipse.californium.elements.config.ConfigurationTest
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s - in org.eclipse.californium.elements.config.ConfigurationTest
[INFO] Running org.eclipse.californium.elements.PrincipalEndpointContextMatcherTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.elements.PrincipalEndpointContextMatcherTest
[INFO] Running org.eclipse.californium.elements.TlsEndpointContextMatcherTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.californium.elements.TlsEndpointContextMatcherTest
[INFO] Running org.eclipse.californium.elements.UDPConnectorTest
15:05:40.305 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.988 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.835 s - in org.eclipse.californium.elements.util.CertPathUtilTest
[INFO] Running org.eclipse.californium.elements.util.SerializationUtilTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.443 s - in org.eclipse.californium.elements.util.SerializationUtilTest
[INFO] Running org.eclipse.californium.elements.util.NetworkInterfacesUtilTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.californium.elements.util.NetworkInterfacesUtilTest
[INFO] Running org.eclipse.californium.elements.util.StatisticTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.californium.elements.util.StatisticTest
[INFO] Running org.eclipse.californium.elements.util.BytesTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.californium.elements.util.BytesTest
[INFO] Running org.eclipse.californium.elements.util.Base64Test
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.californium.elements.util.Base64Test
[INFO] Running org.eclipse.californium.elements.util.StringUtilTest
[INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.californium.elements.util.StringUtilTest
[INFO] Running org.eclipse.californium.elements.util.SslContextUtilCredentialsTest
[INFO] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.832 s - in org.eclipse.californium.elements.util.SslContextUtilCredentialsTest
[INFO] Running org.eclipse.californium.elements.util.LeastRecentlyUsedCacheTest
start: 5147583566660108
1: 4288
3: 5829
4: 6594
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.californium.elements.util.LeastRecentlyUsedCacheTest
[INFO] Running org.eclipse.californium.elements.util.ClockUtilTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.399 s - in org.eclipse.californium.elements.util.ClockUtilTest
[INFO] Running org.eclipse.californium.elements.util.SslContextUtilConfigurationTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.californium.elements.util.SslContextUtilConfigurationTest
[INFO] Running org.eclipse.californium.elements.util.LeastRecentlyUpdatedCacheTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.californium.elements.util.LeastRecentlyUpdatedCacheTest
[INFO] Running org.eclipse.californium.elements.util.EncryptedStreamUtilTest
[INFO] Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in org.eclipse.californium.elements.util.EncryptedStreamUtilTest
[INFO] Running org.eclipse.californium.elements.util.Asn1DerDecoderTest
Java 17.0.2, SunEC version 17 is vulnerable for ECDSA R := 0, CVE-2022-21449!
Java 17.0.2, SunEC version 17 is vulnerable for ECDSA R := N, CVE-2022-21449!
[INFO] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.794 s - in org.eclipse.californium.elements.util.Asn1DerDecoderTest
[INFO] Running org.eclipse.californium.elements.util.DatagramReaderTest
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.californium.elements.util.DatagramReaderTest
[INFO] Running org.eclipse.californium.elements.util.NamedThreadFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.californium.elements.util.NamedThreadFactoryTest
[INFO] Running org.eclipse.californium.elements.util.SslContextUtilTrustTest
[INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.429 s - in org.eclipse.californium.elements.util.SslContextUtilTrustTest
[INFO] Running org.eclipse.californium.elements.util.DatagramWriterTest
[INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.californium.elements.util.DatagramWriterTest
[INFO] Running org.eclipse.californium.elements.util.TimeStatisticTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.californium.elements.util.TimeStatisticTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 308, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ element-connector ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.californium.elements.util.PersistentComponentUtilTest
15:05:46.801 WARN [PersistentComponentUtil]: loading 5684 failed, 3 items skipped, no component found! (o.e.c.e.u.PersistentComponentUtil.load:269)
15:05:46.805 WARN [PersistentComponentUtil]: Loading failures: (o.e.c.e.u.PersistentComponentUtil.load:279)
15:05:46.805 WARN [PersistentComponentUtil]: [LOAD 0] 5684 (o.e.c.e.u.PersistentComponentUtil.load:282)
15:05:46.806 WARN [PersistentComponentUtil]: [COMP 0] 5784 (o.e.c.e.u.PersistentComponentUtil.load:286)
15:05:46.809 WARN [PersistentComponentUtil]: loading 5684 failed, 3 items skipped, no component found! (o.e.c.e.u.PersistentComponentUtil.load:269)
15:05:46.810 WARN [PersistentComponentUtil]: Loading failures: (o.e.c.e.u.PersistentComponentUtil.load:279)
15:05:46.810 WARN [PersistentComponentUtil]: [LOAD 0] 5684 (o.e.c.e.u.PersistentComponentUtil.load:282)
15:05:46.810 WARN [PersistentComponentUtil]: [COMP 0] 5784 (o.e.c.e.u.PersistentComponentUtil.load:286)
15:05:46.811 WARN [PersistentComponentUtil]: loading 5784 failed, 3 items skipped, no component found! (o.e.c.e.u.PersistentComponentUtil.load:269)
15:05:46.811 WARN [PersistentComponentUtil]: Loading failures: (o.e.c.e.u.PersistentComponentUtil.load:279)
15:05:46.811 WARN [PersistentComponentUtil]: [LOAD 0] 5784 (o.e.c.e.u.PersistentComponentUtil.load:282)
15:05:46.811 WARN [PersistentComponentUtil]: [COMP 0] 5684 (o.e.c.e.u.PersistentComponentUtil.load:286)
15:05:46.812 WARN [EncryptedStreamUtil]: Cipher 110 is not available! (o.e.c.e.u.EncryptedStreamUtil.readSeed:478)
15:05:46.828 WARN [PersistentComponentUtil]: loading 5784 failed, 3 items skipped, no component found! (o.e.c.e.u.PersistentComponentUtil.load:269)
15:05:46.828 WARN [PersistentComponentUtil]: Loading failures: (o.e.c.e.u.PersistentComponentUtil.load:279)
15:05:46.828 WARN [PersistentComponentUtil]: [LOAD 0] 5784 (o.e.c.e.u.PersistentComponentUtil.load:282)
15:05:46.829 WARN [PersistentComponentUtil]: [COMP 0] 5684 (o.e.c.e.u.PersistentComponentUtil.load:286)
15:05:46.833 WARN [PersistentComponentUtil]: loading 5784 failed, 3 items skipped, no component found! (o.e.c.e.u.PersistentComponentUtil.load:269)
15:05:46.833 WARN [PersistentComponentUtil]: Loading failures: (o.e.c.e.u.PersistentComponentUtil.load:279)
15:05:46.834 WARN [PersistentComponentUtil]: [LOAD 0] 5784 (o.e.c.e.u.PersistentComponentUtil.load:282)
15:05:46.834 WARN [PersistentComponentUtil]: [COMP 0] 5684 (o.e.c.e.u.PersistentComponentUtil.load:286)
15:05:46.834 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.367 s - in org.eclipse.californium.elements.util.PersistentComponentUtilTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- bundle:5.1.9:bundle (default-bundle) @ element-connector ---
[INFO] Building bundle: /home/jenkins/agent/workspace/californium-main/element-connector/target/element-connector-3.12.0-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/californium-main/element-connector/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- jar:3.3.0:test-jar (default) @ element-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/element-connector/target/element-connector-3.12.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- assembly:3.6.0:single (make-assembly) @ element-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/element-connector/target/element-connector-3.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ element-connector ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ element-connector ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ element-connector ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/element-connector/target/element-connector-3.12.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ element-connector ---
[INFO] Skipping execution
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ element-connector ---
[INFO] Installing /home/jenkins/agent/workspace/californium-main/element-connector/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector/3.12.0-SNAPSHOT/element-connector-3.12.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-main/element-connector/target/element-connector-3.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector/3.12.0-SNAPSHOT/element-connector-3.12.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-main/element-connector/target/element-connector-3.12.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector/3.12.0-SNAPSHOT/element-connector-3.12.0-SNAPSHOT-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-main/element-connector/target/element-connector-3.12.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector/3.12.0-SNAPSHOT/element-connector-3.12.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:install (default-install) @ element-connector ---
[INFO] Writing OBR metadata
[INFO] Installing org/eclipse/californium/element-connector/3.12.0-SNAPSHOT/element-connector-3.12.0-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] ------------------< org.eclipse.californium:scandium >------------------
[INFO] Building Scandium (Sc) Core 3.12.0-SNAPSHOT                       [7/39]
[INFO]   from scandium-core/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ scandium ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ scandium ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ scandium ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ scandium ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-main/scandium-core/src/main/resources
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ scandium ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 159 source files with javac [debug release 7] to target/classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[WARNING] /home/jenkins/agent/workspace/californium-main/scandium-core/src/main/java/org/eclipse/californium/scandium/DTLSConnector.java:[169,40] org.eclipse.californium.elements.PersistentConnector in org.eclipse.californium.elements has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-main/scandium-core/src/main/java/org/eclipse/californium/scandium/DTLSConnector.java:[185,45] org.eclipse.californium.elements.util.LeastRecentlyUsedCache in org.eclipse.californium.elements.util has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-main/scandium-core/src/main/java/org/eclipse/californium/scandium/DTLSConnector.java:[222,45] org.eclipse.californium.scandium.dtls.InMemoryConnectionStore in org.eclipse.californium.scandium.dtls has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-main/scandium-core/src/main/java/org/eclipse/californium/scandium/dtls/ResumptionSupportingConnectionStore.java:[30,40] org.eclipse.californium.elements.PersistentConnector in org.eclipse.californium.elements has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-main/scandium-core/src/main/java/org/eclipse/californium/scandium/dtls/InMemoryConnectionStore.java:[51,45] org.eclipse.californium.elements.util.LeastRecentlyUsedCache in org.eclipse.californium.elements.util has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-main/scandium-core/src/main/java/org/eclipse/californium/scandium/dtls/InMemoryConnectionStore.java:[52,45] org.eclipse.californium.elements.util.LeastRecentlyUsedCache in org.eclipse.californium.elements.util has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-main/scandium-core/src/main/java/org/eclipse/californium/scandium/dtls/InMemoryConnectionStore.java:[52,45] org.eclipse.californium.elements.util.LeastRecentlyUsedCache in org.eclipse.californium.elements.util has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-main/scandium-core/src/main/java/org/eclipse/californium/scandium/DtlsManagedClusterConnector.java:[482,32] onInitializeHandshaker(org.eclipse.californium.scandium.dtls.Handshaker) in org.eclipse.californium.scandium.DTLSConnector has been deprecated
[INFO] /home/jenkins/agent/workspace/californium-main/scandium-core/src/main/java/org/eclipse/californium/scandium/config/DtlsConnectorConfig.java: /home/jenkins/agent/workspace/californium-main/scandium-core/src/main/java/org/eclipse/californium/scandium/config/DtlsConnectorConfig.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/californium-main/scandium-core/src/main/java/org/eclipse/californium/scandium/config/DtlsConnectorConfig.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ scandium ---
[INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ scandium ---
[INFO] No MANIFEST.MF file found, generating manifest.
[INFO] Writing manifest: /home/jenkins/agent/workspace/californium-main/scandium-core/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ scandium ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ scandium ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 52 source files with javac [debug release 7] to target/test-classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[WARNING] /home/jenkins/agent/workspace/californium-main/scandium-core/src/test/java/org/eclipse/californium/scandium/DTLSConnectorTest.java:[119,45] org.eclipse.californium.scandium.dtls.InMemoryConnectionStore in org.eclipse.californium.scandium.dtls has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-main/scandium-core/src/test/java/org/eclipse/californium/scandium/ConnectorHelper.java:[879,32] onInitializeHandshaker(org.eclipse.californium.scandium.dtls.Handshaker) in org.eclipse.californium.scandium.DTLSConnector has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-main/scandium-core/src/test/java/org/eclipse/californium/scandium/DTLSConnectorAdvancedTest.java:[255,33] LOGGER in org.eclipse.californium.scandium.dtls.x509.StaticNewAdvancedCertificateVerifier has been deprecated
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ scandium ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
15:05:58.198 INFO [JceProviderUtil]: JCE default setup [] (o.e.c.e.u.JceProviderUtil.setupJce:335)
15:05:58.357 INFO [JceProviderUtil]: RSA: true, EC: true, AES: not restricted [] (o.e.c.e.u.JceProviderUtil.setupJce:467)
15:05:58.368 INFO [JceProviderUtil]: EdDSA supported by SunEC, Ed25519: true, Ed448: true [] (o.e.c.e.u.JceProviderUtil.setupJce:492)
15:05:58.369 INFO [JceProviderUtil]: JCE setup: SunEC version 17, ready. [] (o.e.c.e.u.JceProviderUtil.setupJce:502)
[INFO] Running org.eclipse.californium.scandium.dtls.RecordCbcValidationTest
[WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.002 s - in org.eclipse.californium.scandium.dtls.RecordCbcValidationTest
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1
[INFO] 
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ scandium ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
15:05:59.642 INFO [JceProviderUtil]: JCE default setup [] (o.e.c.e.u.JceProviderUtil.setupJce:335)
15:05:59.770 INFO [JceProviderUtil]: RSA: true, EC: true, AES: not restricted [] (o.e.c.e.u.JceProviderUtil.setupJce:467)
15:05:59.780 INFO [JceProviderUtil]: EdDSA supported by SunEC, Ed25519: true, Ed448: true [] (o.e.c.e.u.JceProviderUtil.setupJce:492)
15:05:59.781 INFO [JceProviderUtil]: JCE setup: SunEC version 17, ready. [] (o.e.c.e.u.JceProviderUtil.setupJce:502)
[INFO] Running org.eclipse.californium.scandium.dtls.ClientHandshakerTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.265 s - in org.eclipse.californium.scandium.dtls.ClientHandshakerTest
[INFO] Running org.eclipse.californium.scandium.dtls.cipher.CCMBlockCipherTest
[INFO] Tests run: 110, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.368 s - in org.eclipse.californium.scandium.dtls.cipher.CCMBlockCipherTest
[INFO] Running org.eclipse.californium.scandium.dtls.cipher.CbcBlockCipherTest
[INFO] Tests run: 99, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.31 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.ServerNameExtensionTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.californium.scandium.dtls.ServerNameExtensionTest
[INFO] Running org.eclipse.californium.scandium.dtls.DTLSContextTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.californium.scandium.dtls.DTLSContextTest
[INFO] Running org.eclipse.californium.scandium.dtls.x509.CertificateConfigurationHelperTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.667 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 s - in org.eclipse.californium.scandium.dtls.x509.NewAdvancedCertificateVerifierTest
[INFO] Running org.eclipse.californium.scandium.dtls.CookieGeneratorTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 s - in org.eclipse.californium.scandium.dtls.CookieGeneratorTest
[INFO] Running org.eclipse.californium.scandium.dtls.DTLSSessionTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s - in org.eclipse.californium.scandium.dtls.DTLSSessionTest
[INFO] Running org.eclipse.californium.scandium.dtls.PskPublicInformationTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.californium.scandium.dtls.PskPublicInformationTest
[INFO] Running org.eclipse.californium.scandium.dtls.ClientHelloTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.scandium.dtls.ClientHelloTest
[INFO] Running org.eclipse.californium.scandium.dtls.ReassemblingHandshakeMessageTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.californium.scandium.dtls.ReassemblingHandshakeMessageTest
[INFO] Running org.eclipse.californium.scandium.dtls.ServerHelloTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.scandium.dtls.ServerHelloTest
[INFO] Running org.eclipse.californium.scandium.dtls.CertificateMessageTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.californium.scandium.dtls.CertificateMessageTest
[INFO] Running org.eclipse.californium.scandium.dtls.EcdhPskServerKeyExchangeTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.californium.scandium.dtls.EcdhPskServerKeyExchangeTest
[INFO] Running org.eclipse.californium.scandium.dtls.pskstore.MultiPskFileStoreTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.californium.scandium.dtls.pskstore.MultiPskFileStoreTest
[INFO] Running org.eclipse.californium.scandium.dtls.HelloExtensionsTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.scandium.dtls.HelloExtensionsTest
[INFO] Running org.eclipse.californium.scandium.dtls.RecordTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.californium.scandium.dtls.RecordTest
[INFO] Running org.eclipse.californium.scandium.dtls.SignatureAndHashAlgorithmTest
Signatures: 22 over all, 6 ECDSA, 2 EdDSA.
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.16 s - in org.eclipse.californium.scandium.dtls.SignatureAndHashAlgorithmTest
[INFO] Running org.eclipse.californium.scandium.dtls.EcdhPskClientKeyExchangeTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.californium.scandium.dtls.EcdhPskClientKeyExchangeTest
[INFO] Running org.eclipse.californium.scandium.dtls.MaxFragmentLengthExtensionTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.scandium.dtls.MaxFragmentLengthExtensionTest
[INFO] Running org.eclipse.californium.scandium.dtls.AlertMessageTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 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: 1.258 s - in org.eclipse.californium.scandium.dtls.RecordDecryptTest
[INFO] Running org.eclipse.californium.scandium.dtls.CertificateRequestTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 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.006 s - in org.eclipse.californium.scandium.dtls.ECDHServerKeyExchangeTest
[INFO] Running org.eclipse.californium.scandium.ClusterMacTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.californium.scandium.ClusterMacTest
[INFO] Running org.eclipse.californium.scandium.config.DtlsConnectorConfigTest
[INFO] Tests run: 48, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.321 s - in org.eclipse.californium.scandium.config.DtlsConnectorConfigTest
[INFO] Running org.eclipse.californium.scandium.DtlsClusterConnectorTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.413 s - in org.eclipse.californium.scandium.DtlsClusterConnectorTest
[INFO] Running org.eclipse.californium.scandium.auth.PrincipalSerializerTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.californium.scandium.auth.PrincipalSerializerTest
[INFO] Running org.eclipse.californium.scandium.DtlsManagedClusterConnectorTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.544 s - in org.eclipse.californium.scandium.DtlsManagedClusterConnectorTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 483, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ scandium ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
15:06:13.861 INFO [JceProviderUtil]: JCE default setup [] (o.e.c.e.u.JceProviderUtil.setupJce:335)
15:06:13.995 INFO [JceProviderUtil]: RSA: true, EC: true, AES: not restricted [] (o.e.c.e.u.JceProviderUtil.setupJce:467)
15:06:14.027 INFO [JceProviderUtil]: EdDSA supported by SunEC, Ed25519: true, Ed448: true [] (o.e.c.e.u.JceProviderUtil.setupJce:492)
15:06:14.028 INFO [JceProviderUtil]: JCE setup: SunEC version 17, ready. [] (o.e.c.e.u.JceProviderUtil.setupJce:502)
[INFO] Running org.eclipse.californium.scandium.dtls.cipher.SupportedGroupTest
groups: 37, usable: 5, preferred: 4
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.004 s - in org.eclipse.californium.scandium.dtls.cipher.SupportedGroupTest
[INFO] Running org.eclipse.californium.scandium.dtls.ServerHandshakerTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.281 s - in org.eclipse.californium.scandium.dtls.ServerHandshakerTest
[INFO] Running org.eclipse.californium.scandium.dtls.InMemoryConnectionStoreTest
[INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.644 s - in org.eclipse.californium.scandium.dtls.InMemoryConnectionStoreTest
[INFO] Running org.eclipse.californium.scandium.dtls.HandshakerTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s - in org.eclipse.californium.scandium.dtls.HandshakerTest
[INFO] Running org.eclipse.californium.scandium.HelloExtensionNegotiationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 s - in org.eclipse.californium.scandium.HelloExtensionNegotiationTest
[INFO] Running org.eclipse.californium.scandium.DTLSEndpointContextTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.538 s - in org.eclipse.californium.scandium.DTLSEndpointContextTest
[INFO] Running org.eclipse.californium.scandium.DTLSConnectorAdvancedTest
15:06:24.965 ERROR [DirectDatagramSocketImpl]: destination port 8209 not available! (E113,T53) 127.0.0.1:8,210 ==> :8,209 [rec(35 bytes, Application Data (23), Epoch=1, RSeqNo=2)] [] (o.e.c.e.u.DirectDatagramSocketImpl.send:327)
15:06:29.278 ERROR [DirectDatagramSocketImpl]: destination port 8215 not available! (E176,T53) 127.0.0.1:8,216 ==> :8,215 [rec(35 bytes, Application Data (23), Epoch=1, RSeqNo=3)] [] (o.e.c.e.u.DirectDatagramSocketImpl.send:327)
15:06:33.377 ERROR [DirectDatagramSocketImpl]: destination port 8220 not available! (E214,T48) 127.0.0.1:8,221 ==> :8,220 [rec(43 bytes, Application Data (23), Epoch=1, RSeqNo=1)] [] (o.e.c.e.u.DirectDatagramSocketImpl.send:327)
15:06:44.343 ERROR [DirectDatagramSocketImpl]: destination port 8235 not available! (E342,T48) 127.0.0.1:8,236 ==> :8,235 [rec(35 bytes, Application Data (23), Epoch=1, RSeqNo=1)] [] (o.e.c.e.u.DirectDatagramSocketImpl.send:327)
[INFO] Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 44.632 s - in org.eclipse.californium.scandium.DTLSConnectorAdvancedTest
[INFO] Running org.eclipse.californium.scandium.DTLSConnectorResumeTest
[INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.716 s - in org.eclipse.californium.scandium.DTLSConnectorResumeTest
[INFO] Running org.eclipse.californium.scandium.DTLSConnectorTest
15:07:26.879 ERROR [DirectDatagramSocketImpl]: destination port 8328 not available! (E1,040,T324) 127.0.0.1:8,322 ==> :8,328 [rec(19 bytes, Application Data (23), Epoch=1, RSeqNo=1)] [] (o.e.c.e.u.DirectDatagramSocketImpl.send:327)
15:07:26.880 WARN [DTLSConnector]: Could not send record, destination 127.0.0.1:8328 unreachable! [] (o.e.c.s.DTLSConnector.sendNextDatagramOverNetwork:3644)
15:07:30.860 WARN [drops]: DTLSConnector drops 1 outgoing bytes to [127.0.0.1:0] without destination-port [] (o.e.c.s.DTLSConnector.send:3161)
15:07:37.184 ERROR [DirectDatagramSocketImpl]: destination port 8353 not longer available! (E5,734,T362) 127.0.0.1:8,322 ==> :8,353 [rec(47 bytes, Handshake (22), Epoch=0, RSeqNo=2273, HELLO_VERIFY_REQUEST (3), HSeqNo=2273)] [PEER=127.0.0.1:8353] (o.e.c.e.u.DirectDatagramSocketImpl.send:336)
15:07:37.184 WARN [DTLSConnector]: Could not send record, destination 127.0.0.1:8353 unreachable! [PEER=127.0.0.1:8353] (o.e.c.s.DTLSConnector.sendNextDatagramOverNetwork:3644)
[WARNING] Tests run: 33, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 13.127 s - in org.eclipse.californium.scandium.DTLSConnectorTest
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 173, Failures: 0, Errors: 0, Skipped: 1
[INFO] 
[INFO] 
[INFO] --- bundle:5.1.9:bundle (default-bundle) @ scandium ---
[INFO] Building bundle: /home/jenkins/agent/workspace/californium-main/scandium-core/target/scandium-3.12.0-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/californium-main/scandium-core/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- jar:3.3.0:test-jar (default) @ scandium ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/scandium-core/target/scandium-3.12.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- assembly:3.6.0:single (make-assembly) @ scandium ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/scandium-core/target/scandium-3.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ scandium ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
15:07:39.271 INFO [JceProviderUtil]: JCE default setup [] (o.e.c.e.u.JceProviderUtil.setupJce:335)
15:07:39.449 INFO [JceProviderUtil]: RSA: true, EC: true, AES: not restricted [] (o.e.c.e.u.JceProviderUtil.setupJce:467)
15:07:39.459 INFO [JceProviderUtil]: EdDSA supported by SunEC, Ed25519: true, Ed448: true [] (o.e.c.e.u.JceProviderUtil.setupJce:492)
15:07:39.460 INFO [JceProviderUtil]: JCE setup: SunEC version 17, ready. [] (o.e.c.e.u.JceProviderUtil.setupJce:502)
[INFO] Running org.eclipse.californium.scandium.DTLSConnectorStartStopTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.228 s - in org.eclipse.californium.scandium.DTLSConnectorStartStopTest
[INFO] Running org.eclipse.californium.scandium.DTLSConnectorHandshakeTest
15:08:18.248 WARN [DTLSConnector]: Unexpected error occurred while processing record from peer [127.0.0.1:8509] [] (o.e.c.s.DTLSConnector.processRecord:2349)
java.lang.IllegalStateException: connector must be started before sending messages is possible
	at org.eclipse.californium.scandium.DTLSConnector.send(DTLSConnector.java:3171)
	at org.eclipse.californium.scandium.ConnectorHelper$SimpleRawDataChannel.receiveData(ConnectorHelper.java:559)
	at org.eclipse.californium.scandium.DTLSConnector.processApplicationDataRecord(DTLSConnector.java:2465)
	at org.eclipse.californium.scandium.DTLSConnector.processRecord(DTLSConnector.java:2329)
	at org.eclipse.californium.scandium.DTLSConnector$17.run(DTLSConnector.java:2134)
	at org.eclipse.californium.elements.util.SerialExecutor$1.run(SerialExecutor.java:292)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:833)
[INFO] Tests run: 194, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 40.742 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] -------------------------------------------------------
15:08:29.979 INFO [JceProviderUtil]: JCE default setup [] (o.e.c.e.u.JceProviderUtil.setupJce:335)
15:08:30.106 INFO [JceProviderUtil]: RSA: true, EC: true, AES: not restricted [] (o.e.c.e.u.JceProviderUtil.setupJce:467)
15:08:30.133 INFO [JceProviderUtil]: EdDSA supported by SunEC, Ed25519: true, Ed448: true [] (o.e.c.e.u.JceProviderUtil.setupJce:492)
15:08:30.134 INFO [JceProviderUtil]: JCE setup: SunEC version 17, ready. [] (o.e.c.e.u.JceProviderUtil.setupJce:502)
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ scandium ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/scandium-core/target/scandium-3.12.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ scandium ---
[INFO] Skipping execution
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ scandium ---
[INFO] Installing /home/jenkins/agent/workspace/californium-main/scandium-core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/scandium/3.12.0-SNAPSHOT/scandium-3.12.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-main/scandium-core/target/scandium-3.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/scandium/3.12.0-SNAPSHOT/scandium-3.12.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-main/scandium-core/target/scandium-3.12.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/californium/scandium/3.12.0-SNAPSHOT/scandium-3.12.0-SNAPSHOT-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-main/scandium-core/target/scandium-3.12.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/scandium/3.12.0-SNAPSHOT/scandium-3.12.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:install (default-install) @ scandium ---
[INFO] Installing org/eclipse/californium/scandium/3.12.0-SNAPSHOT/scandium-3.12.0-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] --------< org.eclipse.californium:element-connector-tcp-netty >---------
[INFO] Building Californium (Cf) Element Connector TCP netty 3.12.0-SNAPSHOT [8/39]
[INFO]   from element-connector-tcp-netty/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ element-connector-tcp-netty ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ element-connector-tcp-netty ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ element-connector-tcp-netty ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ element-connector-tcp-netty ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-main/element-connector-tcp-netty/src/main/resources
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ element-connector-tcp-netty ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 10 source files with javac [debug release 7] to target/classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ element-connector-tcp-netty ---
[INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ element-connector-tcp-netty ---
[INFO] No MANIFEST.MF file found, generating manifest.
[INFO] Writing manifest: /home/jenkins/agent/workspace/californium-main/element-connector-tcp-netty/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ element-connector-tcp-netty ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ element-connector-tcp-netty ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 7 source files with javac [debug release 7] to target/test-classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ element-connector-tcp-netty ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.californium.elements.tcp.netty.TcpEndpointContextTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.822 s - in org.eclipse.californium.elements.tcp.netty.TcpEndpointContextTest
[INFO] Running org.eclipse.californium.elements.tcp.netty.TcpConnectorTest
15:08:47.408 INFO [JceProviderUtil]: JCE default setup (o.e.c.e.u.JceProviderUtil.setupJce:335)
15:08:47.529 INFO [JceProviderUtil]: RSA: true, EC: true, AES: not restricted (o.e.c.e.u.JceProviderUtil.setupJce:467)
15:08:47.540 INFO [JceProviderUtil]: EdDSA supported by SunEC, Ed25519: true, Ed448: true (o.e.c.e.u.JceProviderUtil.setupJce:492)
15:08:47.540 INFO [JceProviderUtil]: JCE setup: SunEC version 17, ready. (o.e.c.e.u.JceProviderUtil.setupJce:502)
[INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.425 s - in org.eclipse.californium.elements.tcp.netty.TcpConnectorTest
[INFO] Running org.eclipse.californium.elements.tcp.netty.TlsConnectorTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.439 s - in org.eclipse.californium.elements.tcp.netty.TlsConnectorTest
[INFO] Running org.eclipse.californium.elements.tcp.netty.TlsCorrelationTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.125 s - in org.eclipse.californium.elements.tcp.netty.TlsCorrelationTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 48, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ element-connector-tcp-netty ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ element-connector-tcp-netty ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- bundle:5.1.9:bundle (default-bundle) @ element-connector-tcp-netty ---
[INFO] Building bundle: /home/jenkins/agent/workspace/californium-main/element-connector-tcp-netty/target/element-connector-tcp-netty-3.12.0-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/californium-main/element-connector-tcp-netty/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- assembly:3.6.0:single (make-assembly) @ element-connector-tcp-netty ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/element-connector-tcp-netty/target/element-connector-tcp-netty-3.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ element-connector-tcp-netty ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ element-connector-tcp-netty ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ element-connector-tcp-netty ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/element-connector-tcp-netty/target/element-connector-tcp-netty-3.12.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ element-connector-tcp-netty ---
[INFO] Skipping execution
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ element-connector-tcp-netty ---
[INFO] Installing /home/jenkins/agent/workspace/californium-main/element-connector-tcp-netty/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector-tcp-netty/3.12.0-SNAPSHOT/element-connector-tcp-netty-3.12.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-main/element-connector-tcp-netty/target/element-connector-tcp-netty-3.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector-tcp-netty/3.12.0-SNAPSHOT/element-connector-tcp-netty-3.12.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-main/element-connector-tcp-netty/target/element-connector-tcp-netty-3.12.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector-tcp-netty/3.12.0-SNAPSHOT/element-connector-tcp-netty-3.12.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:install (default-install) @ element-connector-tcp-netty ---
[INFO] Installing org/eclipse/californium/element-connector-tcp-netty/3.12.0-SNAPSHOT/element-connector-tcp-netty-3.12.0-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] --------------< org.eclipse.californium:californium-core >--------------
[INFO] Building Californium (Cf) Core 3.12.0-SNAPSHOT                    [9/39]
[INFO]   from californium-core/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ californium-core ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ californium-core ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ californium-core ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ californium-core ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-main/californium-core/src/main/resources
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ californium-core ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 152 source files with javac [debug release 7] to target/classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[WARNING] /home/jenkins/agent/workspace/californium-main/californium-core/src/main/java/org/eclipse/californium/core/network/serialization/DataParser.java:[33,48] org.eclipse.californium.core.coap.option.LegacyMapBasedOptionRegistry in org.eclipse.californium.core.coap.option has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-main/californium-core/src/main/java/org/eclipse/californium/core/CoapResource.java:[52,44] org.eclipse.californium.core.observe.ObserveRelationContainer in org.eclipse.californium.core.observe has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-main/californium-core/src/main/java/org/eclipse/californium/core/server/ServersSerializationUtil.java:[33,40] org.eclipse.californium.elements.PersistentConnector in org.eclipse.californium.elements has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-main/californium-core/src/main/java/org/eclipse/californium/core/CoapServer.java:[50,43] org.eclipse.californium.core.server.ServersSerializationUtil in org.eclipse.californium.core.server has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-main/californium-core/src/main/java/org/eclipse/californium/core/CoapServer.java:[57,40] org.eclipse.californium.elements.PersistentConnector in org.eclipse.californium.elements has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-main/californium-core/src/main/java/org/eclipse/californium/core/coap/option/LegacyMapBasedOptionRegistry.java:[21,62] org.eclipse.californium.core.coap.OptionNumberRegistry.CustomOptionNumberRegistry in org.eclipse.californium.core.coap.OptionNumberRegistry has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-main/californium-core/src/main/java/org/eclipse/californium/core/coap/option/BaseOptionDefinition.java:[112,28] getValueLengths() in org.eclipse.californium.core.coap.option.OptionDefinition has been deprecated
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ californium-core ---
[INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ californium-core ---
[INFO] No MANIFEST.MF file found, generating manifest.
[INFO] Writing manifest: /home/jenkins/agent/workspace/californium-main/californium-core/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ californium-core ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ californium-core ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 83 source files with javac [debug release 7] to target/test-classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[WARNING] /home/jenkins/agent/workspace/californium-main/californium-core/src/test/java/org/eclipse/californium/core/server/ServerSerializationTest.java:[41,40] org.eclipse.californium.elements.PersistentConnector in org.eclipse.californium.elements has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-main/californium-core/src/test/java/org/eclipse/californium/core/network/serialization/DataParserTest.java:[46,62] org.eclipse.californium.core.coap.OptionNumberRegistry.CustomOptionNumberRegistry in org.eclipse.californium.core.coap.OptionNumberRegistry has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-main/californium-core/src/test/java/org/eclipse/californium/core/test/OptionTest.java:[35,62] org.eclipse.californium.core.coap.OptionNumberRegistry.CustomOptionNumberRegistry in org.eclipse.californium.core.coap.OptionNumberRegistry has been deprecated
[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.014 s - in org.eclipse.californium.core.coap.UriQueryParameterTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ californium-core ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.californium.core.coap.LinkFormatTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.398 s - in org.eclipse.californium.core.coap.LinkFormatTest
[INFO] Running org.eclipse.californium.core.coap.MessageTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.californium.core.coap.MessageTest
[INFO] Running org.eclipse.californium.core.coap.MediaTypeRegistryTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.core.coap.MediaTypeRegistryTest
[INFO] Running org.eclipse.californium.core.coap.BlockOptionTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.core.coap.BlockOptionTest
[INFO] Running org.eclipse.californium.core.coap.ResourceTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.core.coap.ResourceTest
[INFO] Running org.eclipse.californium.core.coap.RequestTest
[INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.177 s - in org.eclipse.californium.core.coap.RequestTest
[INFO] Running org.eclipse.californium.core.coap.CoapTest
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.californium.core.coap.CoapTest
[INFO] Running org.eclipse.californium.core.test.AttributeMultiQueryTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.californium.core.test.AttributeMultiQueryTest
[INFO] Running org.eclipse.californium.core.test.ResourceAttributesTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 s - in org.eclipse.californium.core.test.ResourceAttributesTest
[INFO] Running org.eclipse.californium.core.test.MaliciousClientTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.023 s - in org.eclipse.californium.core.test.MaliciousClientTest
[INFO] Running org.eclipse.californium.core.test.OptionTest
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.californium.core.test.OptionTest
[INFO] Running org.eclipse.californium.core.network.stack.AbstractLayerTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s - in org.eclipse.californium.core.network.stack.AbstractLayerTest
[INFO] Running org.eclipse.californium.core.network.stack.CoapTcpStackTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.166 s - in org.eclipse.californium.core.network.stack.CoapTcpStackTest
[INFO] Running org.eclipse.californium.core.network.stack.CoapStackTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 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.006 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.083 s - in org.eclipse.californium.core.network.stack.BlockwiseLayerTest
[INFO] Running org.eclipse.californium.core.network.InMemoryMessageExchangeStoreTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.californium.core.network.InMemoryMessageExchangeStoreTest
[INFO] Running org.eclipse.californium.core.network.TcpMatcherTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.083 s - in org.eclipse.californium.core.network.TcpMatcherTest
[INFO] Running org.eclipse.californium.core.network.serialization.DataParserTest
[WARNING] Tests run: 60, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.052 s - in org.eclipse.californium.core.network.serialization.DataParserTest
[INFO] Running org.eclipse.californium.core.network.serialization.DataSerializerTest
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.eclipse.californium.core.network.serialization.DataSerializerTest
[INFO] Running org.eclipse.californium.core.network.UdpMatcherTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.121 s - in org.eclipse.californium.core.network.UdpMatcherTest
[INFO] Running org.eclipse.californium.core.network.deduplication.PeersBasedDeduplicatorTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.396 s - in org.eclipse.californium.core.network.deduplication.PeersBasedDeduplicatorTest
[INFO] Running org.eclipse.californium.core.network.deduplication.DeduplicatorTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.californium.core.network.deduplication.DeduplicatorTest
[INFO] Running org.eclipse.californium.core.network.MapBasedMessageIdTrackerTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.965 s - in org.eclipse.californium.core.network.MapBasedMessageIdTrackerTest
[INFO] Running org.eclipse.californium.core.network.UdpMatcherMulticastTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.californium.core.network.UdpMatcherMulticastTest
[INFO] Running org.eclipse.californium.core.network.GroupedMessageIdTrackerTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.657 s - in org.eclipse.californium.core.network.GroupedMessageIdTrackerTest
[INFO] Running org.eclipse.californium.core.network.NullMessageIdTrackerTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.415 s - in org.eclipse.californium.core.network.NullMessageIdTrackerTest
[INFO] Running org.eclipse.californium.core.network.CoapEndpointTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.californium.core.network.CoapEndpointTest
[INFO] Running org.eclipse.californium.core.network.InMemoryMessageIdProviderMulticastTest
15:09:22.451 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.215 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.111 s - in org.eclipse.californium.core.network.InMemoryMessageIdProviderTest
[INFO] Running org.eclipse.californium.core.network.EndpointManagerTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.californium.core.network.EndpointManagerTest
[INFO] Running org.eclipse.californium.core.server.CoapServerTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.501 s - in org.eclipse.californium.core.server.CoapServerTest
[INFO] Running org.eclipse.californium.core.server.ServerMessageDelivererTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.eclipse.californium.core.server.ServerMessageDelivererTest
[INFO] Running org.eclipse.californium.core.multicast.MulticastTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.321 s - in org.eclipse.californium.core.multicast.MulticastTest
[INFO] Running org.eclipse.californium.core.observe.ObserveRelationTest
15:09:31.482 WARN [ObserveRelation]: Application notification, not longer observing, remove observe-option null-4.04   MID=   -1, Token=null, OptionSet={"Observe":100}, <empty data> (o.e.c.c.o.ObserveRelation.onResponse:668)
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 s - in org.eclipse.californium.core.observe.ObserveRelationTest
[INFO] Running org.eclipse.californium.core.observe.ObservationTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.californium.core.observe.ObservationTest
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 317, Failures: 0, Errors: 0, Skipped: 1
[INFO] 
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ californium-core ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.californium.core.test.lockstep.ClusteringTest

0062: Sending Observe Request to client 1 ...
0071: Server send Observe response to client 1.
0074: CON [MID=37608, T=E97BE91446937929], GET, /test, observe(0)    ----->
0082: <-----   ACK [MID=37608]
0085: <-----   CON [MID=8001, T=E97BE91446937929], 2.05, observe(101)
0086: ACK [MID=8001]   ----->

0140: Relation established with client 1
1140: Server send Observe response to client 2.
1141: <-----   CON [MID=8002, T=E97BE91446937929], 2.05, observe(102)
1142: ACK [MID=8002]   ----->

1143: Response received
1143: 
1143: Server send Observe response to client 1.
1143: <-----   CON [MID=8003, T=E97BE91446937929], 2.05, observe(103)
1144: ACK [MID=8003]   ----->

1144: Response received
1144: 
1144: Cancel Observation.
1144: 
1144: Server send Observe response to client 1.
1145: <-----   CON [MID=8004, T=E97BE91446937929], 2.05, observe(104)
1145: RST [MID=8004]   ----->

1146: 
1146: Server send Observe response to client 2.
1146: <-----   CON [MID=8005, T=E97BE91446937929], 2.05, observe(104)
1146: RST [MID=8005]   ----->

0012: Sending Observe Request to client 1 ...
0013: Server send Observe response to client 1.
0013: CON [MID=13324, T=53C97F2E77E984BD], GET, /test, observe(0)    ----->
0015: <-----   ACK [MID=13324, T=53C97F2E77E984BD], 2.05, 2:0/1/16, observe(100)
0017: CON [MID=13325, T=C89E63A44C19867B], GET, /test, 2:1/0/16    ----->
0018: <-----   ACK [MID=13325, T=C89E63A44C19867B], 2.05, 2:1/1/16
0019: CON [MID=13326, T=002634D525221862], GET, /test, 2:2/0/16    ----->
0020: <-----   ACK [MID=13326, T=002634D525221862], 2.05, 2:2/0/16

0021: Relation established with client 1
0021: Server send Observe response to client 2.
0021: <-----   CON [MID=8001, T=53C97F2E77E984BD], 2.05, 2:0/1/16, observe(101)
0021: ACK [MID=8001]   ----->
0022: CON [MID=37195, T=00B9542BC2350A38], GET, /test, 2:1/0/16    ----->
0023: <-----   ACK [MID=37195, T=00B9542BC2350A38], 2.05, 2:1/1/16
0023: CON [MID=37196, T=9C0FEAD31F178B76], GET, /test, 2:2/0/16    ----->
0024: <-----   ACK [MID=37196, T=9C0FEAD31F178B76], 2.05, 2:2/0/16

0024: Response received
0024: 
0024: Server send Observe response to client 1.
0025: <-----   CON [MID=8002, T=53C97F2E77E984BD], 2.05, 2:0/1/16, observe(102)
0025: ACK [MID=8002]   ----->
0025: CON [MID=13327, T=D45ED70E3BAA0FE2], GET, /test, 2:1/0/16    ----->
0026: <-----   ACK [MID=13327, T=D45ED70E3BAA0FE2], 2.05, 2:1/1/16
0026: CON [MID=13328, T=AC011BD21D48EEEF], GET, /test, 2:2/0/16    ----->
0027: <-----   ACK [MID=13328, T=AC011BD21D48EEEF], 2.05, 2:2/0/16

0003: Sending Observe Request to client 1 ...
0003: Server send Observe response to client 1.
0003: CON [MID=4355, T=0B3124E94D054565], GET, /test, observe(0)    ----->
0004: <-----   ACK [MID=4355]
0004: <-----   CON [MID=8001, T=0B3124E94D054565], 2.05, observe(101)
0005: ACK [MID=8001]   ----->

0005: Relation established with client 1
0005: Server send Observe response to client 2.
0005: <-----   CON [MID=8002, T=0B3124E94D054565], 2.05, observe(102)
0006: ACK [MID=8002]   ----->

0006: Response received
0006: 
0006: Server send Observe response to client 1.
0007: <-----   CON [MID=8003, T=0B3124E94D054565], 2.05, observe(103)
0007: ACK [MID=8003]   ----->
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.198 s - in org.eclipse.californium.core.test.lockstep.ClusteringTest
[INFO] Running org.eclipse.californium.core.test.lockstep.ObserveServerSideTest

0009: CON [MID=7001, T=0B], GET, /obs, observe(0)    ----->
0012: <-----   ACK [MID=7001, T=0B], 2.05, observe(0), ETags(
0013: Observe relation established[0001])
0013: <-----   NON [MID=54615, T=0B], 2.05, observe(1), ETags([0002])
0014: <-----   NON [MID=54616, T=0B], 2.05, observe(2), ETags([0003])
0015: <-----   NON [MID=54617, T=0B], 2.05, observe(3), ETags([0004])// Reject 1. notification (cancel observe)
0016: RST [MID=54615]    ----->

0241: NON [MID=7001, T=0C], GET, /obs, 2:0/0/16, observe(0)    ----->
0242: <-----   NON [MID=28261, T=0C], 2.05, 2:0/1/16, observe(3), size2(30), ETags([0005])
0244: NON [MID=7002, T=0C], GET, /obs, 2:1/0/16, ETags([0005])    ----->
0245: <-----   NON [MID=28262, T=0C], 2.05, 2:1/0/16, ETags([0005])
0245: Observe relation established
0245: <-----   NON [MID=28263, T=0C], 2.05, 2:0/1/16, observe(4), size2(29), ETags([0006])
0246: NON [MID=7003, T=0C], GET, /obs, 2:1/0/16, ETags([0006])    ----->
0247: <-----   NON [MID=28264, T=0C], 2.05, 2:1/0/16, ETags([0006])
0248: <-----   CON [MID=28265, T=0C], 2.05, 2:0/1/16, observe(5), size2(30), ETags([0007])
0248: ACK [MID=28265]    ----->
0249: NON [MID=7004, T=0C], GET, /obs, 2:1/0/16, ETags([0007])    ----->
0249: <-----   NON [MID=28266, T=0C], 2.05, 2:1/0/16, ETags([0007])
0250: <-----   NON [MID=28267, T=0C], 2.05, 2:0/1/16, observe(6), size2(29), ETags([0008])// Reject notification (cancel observe)
0251: RST [MID=28267]    ----->

0450: CON [MID=7001, T=0D], GET, /obs, observe(0)    ----->
0451: <-----   ACK [MID=7001, T=0D], 2.05, 2:0/1/32, observe(6), size2(80), ETags([0009])
0451: Observe relation established
0452: CON [MID=7002, T=0E], GET, /obs, 2:1/0/32, ETags([0009])    ----->
0452: <-----   ACK [MID=7002, T=0E], 2.05, 2:1/1/32, ETags([0009])
0453: CON [MID=7003, T=0E], GET, /obs, 2:2/0/32, ETags([0009])    ----->
0453: <-----   ACK [MID=7003, T=0E], 2.05, 2:2/0/32, ETags([0009])
0454:    === changed ===
0454: <-----   CON [MID=26892, T=0D], 2.05, 2:0/1/32, observe(7), size2(80), ETags([000A])
0455: ACK [MID=26892]    ----->
0455: CON [MID=7004, T=0F], GET, /obs, 2:1/0/32, ETags([000A])    ----->
0455: <-----   ACK [MID=7004, T=0F], 2.05, 2:1/1/32, ETags([000A])
0456: CON [MID=7005, T=0F], GET, /obs, 2:2/0/32, ETags([000A])    ----->
0456: <-----   ACK [MID=7005, T=0F], 2.05, 2:2/0/32, ETags([000A])
0457:    === changed ===
0457: <-----   CON [MID=26893, T=0D], 2.05, 2:0/1/32, observe(8), size2(80), ETags([000B])// Reject notification (cancel observe)
0458: RST [MID=26893]    ----->

0657: NON [MID=7001, T=10], GET, /obs, observe(0)    ----->
0658: <-----   NON [MID=21397, T=10], 2.05, observe(8), ETags([000C])
0658: Observe relation established
0659: <-----   NON [MID=21398, T=10], 2.05, observe(9), ETags([000D])
0659: <-----   CON [MID=21399, T=10], 2.05, observe(10), ETags([000E])
0660: ACK [MID=21399]    ----->
0760: <-----   NON [MID=21400, T=10], 2.05, observe(11), ETags([000F])// Reject notification (cancel observe)
0760: RST [MID=21400]    ----->
15:09:35.507 WARN [BaseCoapStack]: error send response NON-2.05   MID=20147, Token=11, OptionSet={"ETag":0x0012, "Observe":13}, "Second notification 9504579220" (o.e.c.c.n.s.BaseCoapStack.sendResponse:106)
org.eclipse.californium.elements.util.IntendedTestException: Simulate error before to sent

1035: CON [MID=7001, T=11], GET, /obs, observe(0)    ----->
1035: <-----   ACK [MID=7001, T=11], 2.05, observe(11), ETags([0010])
1035: // Observe relation established
1036: <-----   NON [MID=20146, T=11], 2.05, observe(12), ETags([0011])
1037: (should be dropped by error)   NON [MID=20147, T=11], 2.05, observe(13), ETags([0012])
1038: (dropped) <---   NON [MID=20147, T=11], 2.05, observe(13), ETags([0012])
1137: <-----   NON [MID=20148, T=11], 2.05, observe(14), ETags([0013])
1138: // Reject 1. notification (cancel observe)
1138: RST [MID=20146]    ----->

1264: CON [MID=7001, T=12], GET, /obs, observe(0)    ----->
1264: <-----   ACK [MID=7001, T=12], 2.05, observe(14), ETags([0014])
1265: Observe relation established
1265: <-----   CON [MID=64658, T=12], 2.05, observe(15), ETags([0015])// lost 
1466: <-----   CON [MID=64658, T=12], 2.05, observe(15), ETags([0015])// Reject notification (cancel observe)
1467: RST [MID=64658]    ----->

1666: CON [MID=7001, T=13], GET, /obs, observe(0)    ----->
1667: <-----   ACK [MID=7001, T=13], 2.05, observe(15), ETags([0016])
1667: Observe relation established
1668: <-----   CON [MID=51723, T=13], 2.05, observe(16), ETags([0017])// lost 
1868: <-----   CON [MID=51723, T=13], 2.05, observe(16), ETags([0017])// lost (1. retransmission)
2069: <-----   CON [MID=51724, T=13], 2.05, observe(17), ETags([0018])// lost (2. retransmission)
2270: <-----   CON [MID=51725, T=13], 2.05, observe(18), ETags([0019])// lost (3. retransmission)
2471: <-----   CON [MID=51725, T=13], 2.05, observe(18), ETags([0019])// lost (4. retransmission)

2673: CON [MID=7001, T=14], GET, /obs, observe(0)    ----->
2673: <-----   ACK [MID=7001, T=14], 2.05, observe(18), ETags([001A])
2674: Observe relation established
2674: <-----   NON [MID=59614, T=14], 2.05, observe(19), ETags([001B])
2675: <-----   CON [MID=59615, T=14], 2.05, observe(20), ETags([001C])
2876: <-----   CON [MID=59616, T=14], 2.05, observe(21), ETags([001D])
3077: <-----   CON [MID=59617, T=14], 2.05, observe(22), ETags([001E])
3277: <-----   CON [MID=59617, T=14], 2.05, observe(22), ETags([001E])
3478: <-----   CON [MID=59618, T=14], 2.05, observe(23), ETags([001F])
3478: ACK [MID=59618]    ----->
3479: <-----   CON [MID=59619, T=14], 2.05, observe(24), ETags([0020])
3479: ACK [MID=59619]    ----->
3480: <-----   CON [MID=59620, T=14], 2.05, observe(26), ETags([0022])
3480: ACK [MID=59620]    ----->

3556: CON [MID=7001, T=15], GET, /obs, observe(0)    ----->
3557: <-----   ACK [MID=7001, T=15], 2.05, observe(26), ETags([0023])
3557: Observe relation established
3557: <-----   CON [MID=17225, T=15], 2.05, observe(27), ETags([0024])
3658: stop server
3658: start server
4060: <-----   CON [MID=17226, T=15], 2.05, observe(28), ETags([0025])
4060: ACK [MID=17226]    ----->

4136: NON [MID=7001, T=16], GET, /obs, observe(0)    ----->
4136: <-----   NON [MID=24830, T=16], 2.05, observe(28), ETags([0026])
4137: Observe relation established
4137: <-----   CON [MID=24831, T=16], 2.05, observe(29), ETags([0027])
4137: ACK [MID=24831]    ----->
4138: <-----   CON [MID=24832, T=16], 2.05, observe(30), ETags([0028])
4138: RST [MID=24832]    ----->

4264: CON [MID=7001, T=17], GET, /obs, observe(0)    ----->
4265: <-----   ACK [MID=7001, T=17], 2.05, observe(30), ETags([0029])
4265: Observe relation established
4265: <-----   NON [MID=26545, T=17], 2.05, observe(31), ETags([002A])
4266: <-----   NON [MID=26546, T=17], 2.05, observe(32), ETags([002B])
4266: <-----   CON [MID=26547, T=17], 2.05, observe(33), ETags([002C])
4267: ACK [MID=26547]    ----->
4267: <-----   NON [MID=26548, T=17], 2.05, observe(34), ETags([002D])
4268: <-----   CON [MID=26549, T=17], 2.05, observe(35), ETags([002E]) // lost
4468: <-----   CON [MID=26549, T=17], 2.05, observe(35), ETags([002E]) // lost
4669: <-----   CON [MID=26549, T=17], 2.05, observe(35), ETags([002E]) // lost
4869: <-----   CON [MID=26549, T=17], 2.05, observe(35), ETags([002E]) // lost
5069: <-----   CON [MID=26549, T=17], 2.05, observe(35), ETags([002E]) // lost

5272: CON [MID=7001, T=18], GET, /obs, observe(0)    ----->
5273: <-----   ACK [MID=7001, T=18], 2.05, observe(35), ETags([002F])
5273: Observe relation established
5273:    === changed ===
5274: <-----   CON [MID=64275, T=18], 2.05, 2:0/1/32, observe(36), size2(80), ETags([0030])
5274: ACK [MID=64275]    ----->
5274: CON [MID=7002, T=19], GET, /obs, 2:1/0/32, ETags([0030])    ----->
5275: <-----   ACK [MID=7002, T=19], 2.05, 2:1/1/32, ETags([0030])
15:09:39.967 WARN [BaseCoapStack]: error send response NON-2.05   MID=19041, Token=1A, OptionSet={"ETag":0x0033, "Observe":38}, "Second notification 8959411942" (o.e.c.c.n.s.BaseCoapStack.sendResponse:106)
org.eclipse.californium.elements.util.IntendedTestException: Simulate error before to sent

5499: CON [MID=7001, T=1A], GET, /obs, observe(0)    ----->
5500: <-----   ACK [MID=7001, T=1A], 2.05, observe(36), ETags([0031])
5500: // Observe relation established
5500: <-----   NON [MID=19040, T=1A], 2.05, observe(37), ETags([0032])
5501: (should be dropped by error)   NON [MID=19041, T=1A], 2.05, observe(38), ETags([0033])
5501: (dropped) <---   NON [MID=19041, T=1A], 2.05, observe(38), ETags([0033])
5601: // Reject 1. notification (cancel observe)
5601: RST [MID=19040]    ----->

5727: CON [MID=7001, T=1B], GET, /obs, observe(0)    ----->
5727: <-----   ACK [MID=7001, T=1B], 2.05, observe(38), ETags([0034])
5727: Observe relation established
5728: <-----   NON [MID=9110, T=1B], 2.05, observe(39), ETags([0035])
5728: <-----   CON [MID=9111, T=1B], 2.05, observe(40), ETags([0036])
5929: <-----   CON [MID=9112, T=1B], 2.05, observe(41), ETags([0037])
6129: <-----   CON [MID=9113, T=1B], 2.05, observe(42), ETags([0038])
6330: <-----   CON [MID=9113, T=1B], 2.05, observe(42), ETags([0038])
6530: <-----   CON [MID=9114, T=1B], 2.05, observe(43), ETags([0039])
6531:    server cancels observe relation

6733: CON [MID=7001, T=1C], GET, /obs, observe(0)    ----->
6733: <-----   ACK [MID=7001, T=1C], 2.05, observe(43), ETags([003A])
6733: Observe relation established
6734: CON [MID=7001, T=1C], GET, /obs, observe(0)    ----->
6735: <-----   ACK [MID=7001, T=1C], 2.05, observe(43), ETags([003A])

6886: CON [MID=7001, T=1D], GET, /obs, observe(0)    ----->
6886: <-----   ACK [MID=7001]
6886: <-----   NON [MID=41611, T=1D], 2.05, observe(43), ETags([003B])
6887: Observe relation established
6887: CON [MID=7001, T=1D], GET, /obs, observe(0)    ----->
6887: <-----   ACK [MID=7001]
6887: <-----   NON [MID=41611, T=1D], 2.05, observe(43), ETags([003B])
6888: CON [MID=7002, T=1D], GET, /obs, observe(1)    ----->
6888: <-----   ACK [MID=7002]
6889: <-----   CON [MID=41612, T=1D], 2.05, ETags([003C])
6889: ACK [MID=41612]    ----->
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.106 s - in org.eclipse.californium.core.test.lockstep.ObserveServerSideTest
[INFO] Running org.eclipse.californium.core.test.lockstep.DeduplicationTest

0004: CON [MID=38013, T=BC5523FF691B35F1], GET, /test    ----->
0106: CON [MID=38013, T=BC5523FF691B35F1], GET, /test    ----->
1108: CON [MID=38014, T=D047AF9F9459313B], GET, /test    ----->
1208: CON [MID=38014, T=D047AF9F9459313B], GET, /test    ----->

0002: CON [MID=1234, T=A47CC9A241D32291], GET, /test    ----->
0003: <-----   ACK [MID=1234]
0003: <-----   ACK [MID=1234]
0003: <-----   CON [MID=4711, T=A47CC9A241D32291], 2.05
0004: ACK [MID=4711]   ----->
0004: <-----   CON [MID=4711, T=A47CC9A241D32291], 2.05
0005: ACK [MID=4711]   ----->
0005: <-----   CON [MID=42, T=A47CC9A241D32291], 2.05
0005: RST [MID=42]   ----->
0006: CON [MID=4711, T=F47FCDCFAB6FC03C], GET, /test    ----->
0006: <-----   ACK [MID=4711, T=F47FCDCFAB6FC03C], 2.05
0007: <-----   ACK [MID=4711, T=F47FCDCFAB6FC03C], 2.05

0003: CON [MID=1234, T=18F65146D682A49C], GET, /test    -----> (drop)

0002: CON [MID=46514, T=64CAB2D147C78E07], GET, /test    ----->
0103: CON [MID=46514, T=64CAB2D147C78E07], GET, /test    ----->
0203: CON [MID=46514, T=64CAB2D147C78E07], GET, /test    ----->
1204: CON [MID=46515, T=189BCDEA2E8B7490], GET, /test    ----->
1305: CON [MID=46515, T=189BCDEA2E8B7490], GET, /test    ----->
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.136 s - in org.eclipse.californium.core.test.lockstep.DeduplicationTest
[INFO] Running org.eclipse.californium.core.test.lockstep.ServerDeduplicationTest

0004: CON [MID=2345, T=0001], GET, /test/CON    ----->
0004: <-----   ACK [MID=2345]
0005: <-----   CON [MID=10735, T=0001], 2.05
0005: CON [MID=2345, T=0001], GET, /test/CON    ----->
0005: <-----   ACK [MID=2345]
0005: <-----   CON [MID=10735, T=0001], 2.05
1006: <-----   CON [MID=10735, T=0001], 2.05
1007: ACK [MID=10735]    ----->
1007: CON [MID=2346, T=0001], GET, /test/CON    ----->
1007: <-----   ACK [MID=2346]
1007: <-----   CON [MID=10736, T=0001], 2.05
1008: ACK [MID=10736]    ----->

1509: CON [MID=1234, T=0000], GET, /test    ----->
1510: <-----   ACK [MID=1234, T=0000], 2.05
1611: CON [MID=1234, T=0000], GET, /test    ----->
1611: <-----   ACK [MID=1234, T=0000], 2.05
1612: CON [MID=1235, T=0000], GET, /test    ----->
1612: <-----   ACK [MID=1235, T=0000], 2.05

2114: CON [MID=2345, T=0001], GET, /test/NON    ----->
2114: <-----   ACK [MID=2345]
2114: <-----   NON [MID=57395, T=0001], 2.05
2115: CON [MID=2345, T=0001], GET, /test/NON    ----->
2115: <-----   ACK [MID=2345]
2115: <-----   NON [MID=57395, T=0001], 2.05
2115: CON [MID=2346, T=0001], GET, /test/NON    ----->
2115: <-----   ACK [MID=2346]
2116: <-----   NON [MID=57396, T=0001], 2.05
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.613 s - in org.eclipse.californium.core.test.lockstep.ServerDeduplicationTest
[INFO] Running org.eclipse.californium.core.test.lockstep.BlockwiseClientSideTest

0004: CON [MID=11513, T=80E575A37E2874A7], PUT, /test, 1:0/1/128, size1(290)    ----->
0005: <-----   ACK [MID=11513, T=80E575A37E2874A7], 2.31, 1:0/1/128
0006: CON [MID=11514, T=3C010E5E79FC9688], PUT, /test, 1:1/1/128    ----->
0006: <-----   ACK [MID=11514, T=3C010E5E79FC9688], 2.31, 1:1/1/32
0007: CON [MID=11515, T=84CD537272B3BD59], PUT, /test, 1:8/1/32    ----->
0007: <-----   ACK [MID=11515, T=84CD537272B3BD59], 2.31, 1:8/1/32
0008: CON [MID=11516, T=E87136487D6ED106], PUT, /test, 1:9/0/32    ----->
0008: <-----   ACK [MID=11516, T=E87136487D6ED106], 2.04, 1:9/0/32

0002: CON [MID=53811, T=306E425D63323247], GET, /test, 2:2/0/128    ----->
0003: <-----   ACK [MID=53811, T=306E425D63323247], 2.05, 2:2/0/128


0001: CON [MID=20069, T=BCB9B7F2230BFFA8], GET, /test, 2:0/0/64    ----->
0003: <-----   ACK [MID=20069, T=BCB9B7F2230BFFA8], 2.05, 2:0/1/64, size2(170)
0003: CON [MID=20070, T=CC16D54E51BE2571], GET, /test, 2:1/0/64    ----->
0004: <-----   ACK [MID=20070, T=CC16D54E51BE2571], 2.05, 2:1/1/64
0004: CON [MID=20071, T=5044DF56C423523D], GET, /test, 2:2/0/64    ----->
0004: <-----   ACK [MID=20071, T=5044DF56C423523D], 2.05, 2:2/0/64

0002: CON [MID=50065, T=AC801F1C99DF913A], GET, /test    ----->
0002: <-----   ACK [MID=50065, T=AC801F1C99DF913A], 2.05, 2:0/1/128, size2(300), ETags([0001])
0003: CON [MID=50066, T=4439AB899C7EADE9], GET, /test, 2:1/0/128    ----->
0003: <-----   ACK [MID=50066, T=4439AB899C7EADE9], 2.05, 2:1/1/128, ETags([0001])
0004: CON [MID=50067, T=14EB3B529626B138], GET, /test, 2:2/0/128    ----->
0004: <-----   ACK [MID=50067, T=14EB3B529626B138], 2.05, 2:2/0/128, ETags([0001])

0001: CON [MID=12528, T=04D2EF27558D0646], PUT, /test    ----->
0002: <-----   ACK [MID=12528, T=04D2EF27558D0646], 4.13, 1:0/0/64
0003: CON [MID=12529, T=04D2EF27558D0646], PUT, /test, 1:0/1/64, size1(128)    ----->
0003: <-----   ACK [MID=12529, T=04D2EF27558D0646], 2.31, 1:0/1/64
0004: CON [MID=12530, T=54AAD15A1C22ED5E], PUT, /test, 1:1/0/64    ----->
0004: <-----   ACK [MID=12530, T=54AAD15A1C22ED5E], 2.04, 1:1/0/64

0002: CON [MID=38277, T=FC64897E5E18602A], PUT, /test, 1:0/1/128, size1(300)    ----->
0002: <-----   ACK [MID=38277, T=FC64897E5E18602A], 2.31, 1:0/1/256
0003: CON [MID=38278, T=CC8B8C188700F10B], PUT, /test, 1:1/1/128    ----->
0003: <-----   ACK [MID=38278, T=CC8B8C188700F10B], 2.31, 1:1/1/256
0003: CON [MID=38279, T=B4C0F2F89F747762], PUT, /test, 1:2/0/128    ----->
0004: <-----   ACK [MID=38279, T=B4C0F2F89F747762], 2.04, 1:2/0/256

0001: Establish observe relation to test1
0002: CON [MID=42145, T=7909A67F92DA9E2F], GET, /test1, observe(0)    ----->
0002: <-----   ACK [MID=42145, T=7909A67F92DA9E2F], 2.05, 2:0/1/128, observe(62350), size2(300)
0002: CON [MID=42146, T=90FE1435965B5D67], GET, /test1, 2:1/0/128    ----->
0003: <-----   ACK [MID=42146, T=90FE1435965B5D67], 2.05, 2:1/1/128
0003: CON [MID=42147, T=FC552E497F82E318], GET, /test1, 2:2/0/128    ----->
0004: <-----   ACK [MID=42147, T=FC552E497F82E318], 2.05, 2:2/0/128
0004: ... time passes ...
0005: <-----   CON [MID=8001, T=7909A67F92DA9E2F], 2.05, 2:0/1/128, observe(62354), size2(280)
0005: ACK [MID=8001]   ----->
0005: CON [MID=42148, T=30974E6E9CC3CF59], GET, /test1, 2:1/0/128    ----->
0006: <-----   ACK [MID=42148, T=30974E6E9CC3CF59], 2.05, 2:1/1/128
0006: CON [MID=42149, T=700390611EB41F0C], GET, /test1, 2:2/0/128    ----->
0007: <-----   ACK [MID=42149, T=700390611EB41F0C], 2.05, 2:2/0/128
0007: ... time passes ...
0007: <-----   CON [MID=8002, T=7909A67F92DA9E2F], 2.05, 2:0/1/128, observe(17), size2(290)
0007: ACK [MID=8002]   ----->
0008: CON [MID=42150, T=0C6A43BC20524163], GET, /test1, 2:1/0/128    ----->
0008: Server sends third notification during transfer 
0008: <-----   CON [MID=8003, T=7909A67F92DA9E2F], 2.05, 2:0/1/128, observe(19), size2(290)
0008: <-----   ACK [MID=42150, T=0C6A43BC20524163], 2.05, 2:1/1/128
0009: ACK [MID=8003]   ----->
0009: CON [MID=42151, T=F0CA20EF07FAF1B9], GET, /test1, 2:1/0/128    ----->
0009: Send old notification during transfer
0009: <-----   CON [MID=8004, T=7909A67F92DA9E2F], 2.05, 2:0/1/128, observe(18), size2(290)
0010: <-----   ACK [MID=42151, T=F0CA20EF07FAF1B9], 2.05, 2:1/1/128
0010: ACK [MID=8004]   ----->
0010: CON [MID=42152, T=ACF7857A4A25E2AD], GET, /test1, 2:2/0/128    ----->
0011: <-----   ACK [MID=42152, T=ACF7857A4A25E2AD], 2.05, 2:2/0/128

0002: CON [MID=27341, T=B8A6844998B1B306], PUT, /test    ----->
0003: <-----   ACK [MID=27341, T=B8A6844998B1B306], 4.13
0003: CON [MID=27342, T=B8A6844998B1B306], PUT, /test, 1:0/1/64, size1(128)    ----->
0004: <-----   ACK [MID=27342, T=B8A6844998B1B306], 4.13, 1:0/1/32
0005: CON [MID=27343, T=181869F5DB9215C8], PUT, /test, 1:0/1/32, size1(128)    ----->
0005: <-----   ACK [MID=27343, T=181869F5DB9215C8], 2.31, 1:0/1/32
0005: CON [MID=27344, T=400C138BE85A80FF], PUT, /test, 1:1/1/32    ----->
0006: <-----   ACK [MID=27344, T=400C138BE85A80FF], 2.31, 1:1/1/32
0006: CON [MID=27345, T=D473D20A26F6A83B], PUT, /test, 1:2/1/32    ----->
0007: <-----   ACK [MID=27345, T=D473D20A26F6A83B], 2.31, 1:2/1/32
0007: CON [MID=27346, T=88434B64EF50785A], PUT, /test, 1:3/0/32    ----->
0008: <-----   ACK [MID=27346, T=88434B64EF50785A], 2.04, 1:3/0/32

0002: CON [MID=38443, T=7CA1C7591E53A60A], GET, /test    ----->
0002: <-----   ACK [MID=38443, T=7CA1C7591E53A60A], 2.05, 2:0/1/256, size2(300)
0003: CON [MID=38444, T=68A2E524DCD71EDC], GET, /test, 2:2/0/128    -----> // lost
0203: CON [MID=38444, T=68A2E524DCD71EDC], GET, /test, 2:2/0/128    ----->
0204: <-----   ACK [MID=38444, T=68A2E524DCD71EDC], 2.05, 2:2/0/128

0003: CON [MID=40199, T=F090121BEDF990E4], GET, /test    ----->
0004: <-----   ACK [MID=40199, T=F090121BEDF990E4], 2.05, 2:0/1/128
0004: CON [MID=40200, T=2CFECA00B476C076], GET, /test, 2:1/0/128    ----->
0205: CON [MID=40200, T=2CFECA00B476C076], GET, /test, 2:1/0/128    ----->

0002: CON [MID=25823, T=B88D16E69CEA0095], GET, /test    ----->
0002: <-----   ACK [MID=25823, T=B88D16E69CEA0095], 2.05, 2:0/1/128
0003: CON [MID=25824, T=E4872C19F88CE0D3], GET, /test, 2:1/0/128    ----->
0003: <-----   ACK [MID=25824, T=E4872C19F88CE0D3], 2.05, 2:1/1/128
0004: CON [MID=25825, T=F01616E0371B78A4], GET, /test, 2:2/0/128    ----->

0004: <-----   ACK [MID=25825]

0011: CON [MID=35356, T=DC0798D5C6FE789D], PUT, /test, 1:0/1/128, size1(138)    ----->
0012: <-----   ACK [MID=35356, T=DC0798D5C6FE789D], 4.13, 1:0/0/64
0012: CON [MID=35357, T=248AC10630BEE826], PUT, /test, 1:0/1/64, size1(138)    ----->
0013: <-----   ACK [MID=35357, T=248AC10630BEE826], 2.31, 1:0/1/64
0013: CON [MID=35358, T=84DB8AC41964ADEF], PUT, /test, 1:1/1/64    ----->
0013: <-----   ACK [MID=35358, T=84DB8AC41964ADEF], 2.31, 1:1/1/64
0014: CON [MID=35359, T=C85155F4598BDC3B], PUT, /test, 1:2/0/64    ----->
0014: <-----   ACK [MID=35359, T=C85155F4598BDC3B], 2.04, 1:2/0/64

0002: CON [MID=3146, T=24150673EDCEFB9F], GET, /test    ----->
0002: <-----   ACK [MID=3146, T=24150673EDCEFB9F], 2.05, 2:0/1/128
0003: CON [MID=3147, T=88C10690082ADD5A], GET, /test, 2:1/0/128    ----->
0003: CON [MID=3148, T=70899E9A603D5DCD], GET, /test    ----->
0004: <-----   ACK [MID=3148, T=70899E9A603D5DCD], 2.05, 2:0/1/128
0004: CON [MID=3149, T=64C19A43E7389823], GET, /test, 2:1/0/128    ----->
0005: <-----   ACK [MID=3147, T=88C10690082ADD5A], 2.05, 2:1/0/128
0005: <-----   ACK [MID=3149, T=64C19A43E7389823], 2.05, 2:1/0/128

0001: CON [MID=60256, T=EC93E63470EE7674], GET, /test    ----->
0002: <-----   ACK [MID=60256, T=EC93E63470EE7674], 2.05, 2:0/1/128
0002: CON [MID=60257, T=0458DF5406E5E5BE], GET, /test, 2:1/0/128    ----->
0203: CON [MID=60257, T=0458DF5406E5E5BE], GET, /test, 2:1/0/128    ----->
0228: <-----   ACK [MID=60257, T=0458DF5406E5E5BE], 2.05, 2:1/1/128
0229: CON [MID=60258, T=D0C03372ACAE6E93], GET, /test, 2:2/0/128    ----->
0429: CON [MID=60258, T=D0C03372ACAE6E93], GET, /test, 2:2/0/128    ----->
0454: <-----   ACK [MID=60258, T=D0C03372ACAE6E93], 2.05, 2:2/0/128
0455: // next transfer
0455: CON [MID=60259, T=D4B1606259CB0A1D], GET, /test    ----->
0456: <-----   ACK [MID=60259, T=D4B1606259CB0A1D], 2.05, 2:0/1/128
0456: CON [MID=60260, T=8491840DAFA6BBE1], GET, /test, 2:1/0/128    ----->
0656: CON [MID=60260, T=8491840DAFA6BBE1], GET, /test, 2:1/0/128    ----->
0682: <-----   ACK [MID=60260, T=8491840DAFA6BBE1], 2.05, 2:1/1/128
0682: CON [MID=60261, T=98259D606DD5B5F5], GET, /test, 2:2/0/128    ----->
0883: CON [MID=60261, T=98259D606DD5B5F5], GET, /test, 2:2/0/128    ----->
0908: <-----   ACK [MID=60261, T=98259D606DD5B5F5], 2.05, 2:2/0/128


0002: CON [MID=11072, T=2438392455481DDD], PUT, /test, 1:0/1/128, size1(260)    ----->
0003: <-----   ACK [MID=11072, T=2438392455481DDD], 2.31, 1:0/0/128
0003: CON [MID=11073, T=58C32A4AE25A0691], PUT, /test, 1:1/1/128    ----->
0003: <-----   ACK [MID=11073, T=58C32A4AE25A0691], 4.13, 1:1/0/64

0002: CON [MID=41337, T=B081A99165A10066], PUT, /test, 1:0/1/128, size1(200)    ----->
0002: <-----   ACK [MID=41337, T=B081A99165A10066], 2.31, 1:0/1/32
0003: CON [MID=41338, T=B42BAFFFEB6610B5], PUT, /test, 1:4/1/32    ----->
0003: <-----   ACK [MID=41338, T=B42BAFFFEB6610B5], 2.31, 1:4/1/32
0003: CON [MID=41339, T=C08B4EF49F85E380], PUT, /test, 1:5/1/32    ----->
0004: <-----   ACK [MID=41339, T=C08B4EF49F85E380], 2.31, 1:5/1/32
0004: CON [MID=41340, T=181D6724E2ECDF8A], PUT, /test, 1:6/0/32    ----->
0005: <-----   ACK [MID=41340, T=181D6724E2ECDF8A], 2.04, 1:6/0/32

0002: CON [MID=18712, T=0859C2331098F9B6], GET, /test, 2:0/0/64    ----->
0002: <-----   ACK [MID=18712, T=0859C2331098F9B6], 2.05, 2:0/1/64, size2(170)
0002: CON [MID=18713, T=A035C01C4BEFFD1D], GET, /test, 2:1/0/64    ----->
0003: <-----   ACK [MID=18712, T=0859C2331098F9B6], 2.05, 2:0/1/64, size2(170)
0203: CON [MID=18713, T=A035C01C4BEFFD1D], GET, /test, 2:1/0/64    ----->
0204: <-----   ACK [MID=18713, T=A035C01C4BEFFD1D], 2.05, 2:1/1/64
0204: CON [MID=18714, T=C472D325A24CA7C5], GET, /test, 2:2/0/64    ----->
0205: <-----   ACK [MID=18714, T=C472D325A24CA7C5], 2.05, 2:2/0/64

0002: CON [MID=44774, T=9C6DFCD9DB203AC0], PUT, /test, 1:0/1/128, size1(300)    ----->
0002: <-----   ACK [MID=44774, T=9C6DFCD9DB203AC0], 2.31, 1:1/0/128
0003: CON [MID=44775, T=F0267278E8265686], PUT, /test, 1:1/1/128    ----->

0003: <-----   ACK [MID=44775]

0003: CON [MID=50163, T=803E0EBE7F2ADB5D], PUT, /test, 1:0/1/128, size1(300)    ----->
0003: <-----   ACK [MID=50163, T=803E0EBE7F2ADB5D], 2.31, 1:0/1/128
0003: CON [MID=50164, T=508A05870C8C0999], PUT, /test, 1:1/1/128    ----->
0004: <-----   ACK [MID=50164, T=508A05870C8C0999], 2.31, 1:1/1/128
0004: CON [MID=50165, T=78803E7E07577FC6], PUT, /test, 1:2/0/128    ----->
0005: <-----   ACK [MID=50165, T=78803E7E07577FC6], 4.08

0002: CON [MID=51736, T=28F487F8BC990648], PUT, /test    ----->
0003: <-----   ACK [MID=51736, T=28F487F8BC990648], 4.13, size1(90)
0003: CON [MID=51737, T=28F487F8BC990648], PUT, /test, 1:0/1/64, size1(128)    ----->
0004: <-----   ACK [MID=51737, T=28F487F8BC990648], 2.31, 1:0/1/64
0004: CON [MID=51738, T=704A735D7BCDC84D], PUT, /test, 1:1/0/64    ----->
0005: <-----   ACK [MID=51738, T=704A735D7BCDC84D], 2.04, 1:1/0/64

0002: CON [MID=31916, T=A06445AE1036E82E], PUT, /test, 1:0/1/128, size1(1034)    ----->
0002: <-----   ACK [MID=31916, T=A06445AE1036E82E], 4.13, size1(1024)

0001: CON [MID=55593, T=D0AD612A84548D30], PUT, /test, 1:0/1/128, size1(300)    ----->
0002: CON [MID=55594, T=D44EAE699AEADDF4], PUT, /test, 1:0/1/128, size1(300)    ----->
0003: <-----   ACK [MID=55593, T=D0AD612A84548D30], 2.31, 1:0/1/128
0003: <-----   ACK [MID=55594, T=D44EAE699AEADDF4], 2.31, 1:0/1/128
0003: CON [MID=55595, T=78726C77AAE9A2CE], PUT, /test, 1:1/1/128    ----->
0004: <-----   ACK [MID=55595, T=78726C77AAE9A2CE], 2.31, 1:1/1/128
0004: CON [MID=55596, T=F8D39341E499A963], PUT, /test, 1:2/0/128    ----->
0004: <-----   ACK [MID=55596, T=F8D39341E499A963], 2.04, 1:2/0/128

0002: CON [MID=47713, T=A02A83CBEC9DD48B], POST, /test, 1:0/1/128, size1(300)    ----->
0002: <-----   ACK [MID=47713, T=A02A83CBEC9DD48B], 2.31, 1:0/1/128
0003: CON [MID=47714, T=900EC979FD2A0234], POST, /test, 1:1/1/128    ----->
0003: <-----   ACK [MID=47714, T=900EC979FD2A0234], 2.31, 1:1/1/128
0004: CON [MID=47715, T=B4D6793480B76D71], POST, /test, 1:2/0/128    ----->
0004: <-----   ACK [MID=47715, T=B4D6793480B76D71], 2.04, 1:2/0/128, 2:0/1/128, size2(500), ETags([0001])
0005: CON [MID=47716, T=58B7F87480E576D5], POST, /test, 2:1/0/128    ----->
0006: <-----   ACK [MID=47716, T=58B7F87480E576D5], 2.04, 2:1/1/128, ETags([0001])
0006: CON [MID=47717, T=B434F582494F7021], POST, /test, 2:2/0/128    ----->
0007: <-----   ACK [MID=47717, T=B434F582494F7021], 2.04, 2:2/1/128, ETags([0001])
0007: CON [MID=47718, T=947DAEBD63AF831F], POST, /test, 2:3/0/128    ----->
0008: <-----   ACK [MID=47718, T=947DAEBD63AF831F], 2.04, 2:3/0/128, ETags([0001])


0002: CON [MID=30474, T=A822005BA6187965], PUT, /test, 1:0/1/128, size1(138)    ----->
0003: <-----   ACK [MID=30474, T=A822005BA6187965], 4.13, 1:0/0/128

0002: CON [MID=245, T=F4BC08E0FC159BD0], GET, /test    ----->
0003: <-----   ACK [MID=245, T=F4BC08E0FC159BD0], 2.05, 2:0/1/128, size2(300)
0003: CON [MID=246, T=B0290D23FCF93153], GET, /test, 2:1/0/128    ----->
0004: <-----   ACK [MID=246, T=B0290D23FCF93153], 2.05, 2:1/1/128
0004: CON [MID=247, T=FCF888EB5BD91661], GET, /test, 2:2/0/128    (should be dropped by error)
0004: CON [MID=247, T=FCF888EB5BD91661], GET, /test, 2:2/0/128    -----> (dropped)

0002: CON [MID=27327, T=F4BEECDF62DA572D], PUT, /test, 1:0/1/128, size1(300)    ----->
0003: <-----   ACK [MID=27327, T=F4BEECDF62DA572D], 2.31, 1:0/0/128
0003: CON [MID=27328, T=30F855F580AA6EB8], PUT, /test, 1:1/1/128    ----->

0004: <-----   ACK [MID=27328, T=30F855F580AA6EB8], 2.31, 1:1/0/128

0002: CON [MID=58109, T=34D5AF808F3A3419], GET, /test    ----->
0003: <-----   ACK [MID=58109, T=34D5AF808F3A3419], 2.05, 2:0/1/128
0003: CON [MID=58110, T=18BCF63732B8D6A2], GET, /test, 2:1/0/128    ----->
0004: <-----   ACK [MID=58110, T=18BCF63732B8D6A2], 2.05, 2:1/1/128
0004: CON [MID=58111, T=183CCC4E28ED6725], GET, /test, 2:2/0/128    ----->


0003: CON [MID=54030, T=848FFEA69377D9BB], PUT, /test, 1:0/1/128, size1(250)    ----->
0004: <-----   ACK [MID=54030, T=848FFEA69377D9BB], 2.31, 1:0/0/128
0004: CON [MID=54031, T=B038201A328D6332], PUT, /test, 1:1/0/128    ----->
0005: <-----   ACK [MID=54031, T=B038201A328D6332], 4.13, 1:1/0/64
15:09:51.629 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

0002: CON [MID=25916, T=A0BCF8694BCDD8A9], PUT, /test, 1:0/1/128, size1(300)    ----->
0002: <-----   ACK [MID=25916, T=A0BCF8694BCDD8A9], 2.31, 1:0/1/128
0002: CON [MID=25917, T=20FF9C6105D87D29], PUT, /test, 1:1/1/128    ----->
0003: <-----   ACK [MID=25917, T=20FF9C6105D87D29], 2.31, 1:1/1/128
0003: CON [MID=25918, T=481D65945A7FD76E], PUT, /test, 1:2/0/128    (should be dropped by error)
0003: CON [MID=25918, T=481D65945A7FD76E], PUT, /test, 1:2/0/128    -----> (dropped)

0002: CON [MID=45009, T=208CBB238E151440], GET, /test    ----->
0003: <-----   ACK [MID=45009, T=208CBB238E151440], 2.05, 2:0/1/128, size2(1034)

0001: CON [MID=51304, T=684E385BD23078CD], PUT, /test    ----->
0002: <-----   ACK [MID=51304, T=684E385BD23078CD], 4.13
0002: CON [MID=51305, T=684E385BD23078CD], PUT, /test, 1:0/1/64, size1(128)    ----->
0003: <-----   ACK [MID=51305, T=684E385BD23078CD], 2.31, 1:0/1/64
0003: CON [MID=51306, T=70D970A83A340A5E], PUT, /test, 1:1/0/64    ----->
0004: <-----   ACK [MID=51306, T=70D970A83A340A5E], 2.04, 1:1/0/64

0001: CON [MID=53718, T=8C3B5F5F8CCD970C], GET, /test    ----->
0002: <-----   ACK [MID=53718, T=8C3B5F5F8CCD970C], 2.05, 2:0/1/128
0002: CON [MID=53719, T=08180CE7699CB811], GET, /test, 2:1/0/128    ----->
0203: CON [MID=53719, T=08180CE7699CB811], GET, /test, 2:1/0/128    ----->
0228: <-----   ACK [MID=53719, T=08180CE7699CB811], 2.05, 2:1/1/128
0228: CON [MID=53720, T=88377294AD12C7AA], GET, /test, 2:2/0/128    ----->
0429: CON [MID=53720, T=88377294AD12C7AA], GET, /test, 2:2/0/128    ----->


0002: CON [MID=27215, T=207C062FF1A8881C], PUT, /test    ----->
0003: <-----   ACK [MID=27215, T=207C062FF1A8881C], 4.13
0003: CON [MID=27216, T=207C062FF1A8881C], PUT, /test, 1:0/1/64, size1(128)    ----->
0004: <-----   ACK [MID=27216, T=207C062FF1A8881C], 4.13

0002: CON [MID=45017, T=406FCE7B1C32B2CA], PUT, /test, 1:0/1/128, size1(300)    ----->
0002: <-----   ACK [MID=45017, T=406FCE7B1C32B2CA], 2.31, 1:0/1/128
0003: CON [MID=45018, T=C8BAEB1405BF2CC9], PUT, /test, 1:1/1/128    ----->
0003: <-----   ACK [MID=45018, T=C8BAEB1405BF2CC9], 2.31, 1:1/1/128
0003: CON [MID=45019, T=806FFF5D011170B6], PUT, /test, 1:2/0/128    ----->
0004: <-----   ACK [MID=45019, T=806FFF5D011170B6], 2.04, 1:2/0/128

0001: CON [MID=16962, T=60B93A5E63B34701], PUT, /test, 1:0/1/128, size1(400)    ----->
0002: <-----   ACK [MID=16962, T=60B93A5E63B34701], 2.31, 1:1/0/128
0002: CON [MID=16963, T=54280F01D0A63ACA], PUT, /test, 1:1/1/128    ----->
0202: CON [MID=16963, T=54280F01D0A63ACA], PUT, /test, 1:1/1/128    ----->
0228: <-----   ACK [MID=16963, T=54280F01D0A63ACA], 2.31, 1:2/0/128
0228: CON [MID=16964, T=0403F4A643B01AEB], PUT, /test, 1:2/1/128    ----->
0429: CON [MID=16964, T=0403F4A643B01AEB], PUT, /test, 1:2/1/128    ----->

[INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.356 s - in org.eclipse.californium.core.test.lockstep.BlockwiseClientSideTest
[INFO] Running org.eclipse.californium.core.test.lockstep.CongestionControlServerSideTest

0005: CON [MID=1001, T=1E], GET, /test    ----->
0005: <-----   ACK [MID=1001]
0006: <-----   CON [MID=23608, T=1E], 2.05
0006: CON [MID=1002, T=1F], GET, /test    ----->
0006: <-----   ACK [MID=1002]
0006: <-----   CON [MID=23609, T=1F], 2.05
0007: CON [MID=1003, T=20], GET, /test    ----->
0007: <-----   ACK [MID=1003]
0007: <-----   CON [MID=23610, T=20], 2.05
0007: CON [MID=1004, T=21], GET, /test    ----->
0007: <-----   ACK [MID=1004]
1008: CON [MID=1005, T=22], GET, /test    ----->
1009: <-----   ACK [MID=1005, T=22], 2.05
1009: ACK [MID=23608]    ----->
1011: <-----   CON [MID=23611, T=21], 2.05
1011: ACK [MID=23609]    ----->
1011: ACK [MID=23610]    ----->
1011: ACK [MID=23611]    ----->

0003: CON [MID=2001, T=23], GET, /test    ----->
0003: <-----   ACK [MID=2001, T=23], 2.05
0004: CON [MID=2002, T=24], GET, /test    ----->
0004: <-----   ACK [MID=2002, T=24], 2.05
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.273 s - in org.eclipse.californium.core.test.lockstep.CongestionControlServerSideTest
[INFO] Running org.eclipse.californium.core.test.lockstep.CongestionControlClientSideTest


0001: NON [MID=54476, T=1C7071A3B62A1214], GET, /test
    ----->0002: NON [MID=54477, T=1014CBB440664D40], GET, /test    ----->
0003: NON [MID=54478, T=4427251C416C4F9D], GET, /test    ----->
1003: <-----   NON [MID=1001, T=1014CBB440664D40], 2.05
1004: NON [MID=54479, T=447575846EB629C3], GET, /test    ----->
1504: <-----   NON [MID=1002, T=1C7071A3B62A1214], 2.05
1504: <-----   NON [MID=1003, T=4427251C416C4F9D], 2.05
1504: <-----   NON [MID=1004, T=447575846EB629C3], 2.05
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.637 s - in org.eclipse.californium.core.test.lockstep.CongestionControlClientSideTest
[INFO] Running org.eclipse.californium.core.test.lockstep.ResponseRetransmissionTest

0003: CON [MID=17001, T=25], GET, /con    ----->
0003: <-----   ACK [MID=17001]
0003: <-----   CON [MID=29360, T=25], 2.05
0003: ACK [MID=29360]    ----->

0002: CON [MID=17001, T=26], GET, /con    ----->
0002: <-----   ACK [MID=17001]
0002: <-----   CON [MID=5012, T=26], 2.05
0203: <-----   CON [MID=5012, T=26], 2.05
0203: ACK [MID=5012]    ----->

0003: CON [MID=17001, T=27], GET, /con    ----->
0003: <-----   ACK [MID=17001]
0003: <-----   CON [MID=47817, T=27], 2.05
0203: <-----   CON [MID=47817, T=27], 2.05

0003: CON [MID=17001, T=28], GET, /ack    ----->
0003: <-----   ACK [MID=17001, T=28], 2.05
0004: CON [MID=17001, T=28], GET, /ack    ----->
0004: <-----   ACK [MID=17001, T=28], 2.05

0002: CON [MID=17001, T=29], GET, /con    ----->
0002: <-----   ACK [MID=17001]
0002: (drop) <---   CON [MID=25482, T=29], 2.05

0002: CON [MID=17001, T=2A], GET, /con    ----->
0002: <-----   ACK [MID=17001]
0003: <-----   CON [MID=43507, T=2A], 2.05
0003: CON [MID=17001, T=2A], GET, /con    ----->
0003: <-----   ACK [MID=17001]
0003: <-----   CON [MID=43507, T=2A], 2.05
0003: ACK [MID=43507]    ----->
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.744 s - in org.eclipse.californium.core.test.lockstep.ResponseRetransmissionTest
[INFO] Running org.eclipse.californium.core.test.MemoryLeakingHashMapTest

0004: NON [MID=21190, T=700D52664A86A8F9], POST, /test, 1:0/1/16, size1(20)    ----->
0005: <-----   NON [MID=30910, T=700D52664A86A8F9], 2.31, 1:0/1/16
0006: NON [MID=21191, T=A0BAC9A798429C2C], POST, /test, 1:1/0/16    ----->
0006: <-----   NON [MID=30911, T=A0BAC9A798429C2C], 2.01, 1:1/0/16, 2:0/1/16, size2(40)
0007: NON [MID=21192, T=741628C48498B94A], POST, /test, 2:1/0/16    ----->
0007: <-----   NON [MID=30912, T=741628C48498B94A], 2.01, 2:1/1/16
0008: NON [MID=21193, T=24F043B6F6A9EC34], POST, /test, 2:2/0/16    ----->
0008: <-----   NON [MID=30913, T=24F043B6F6A9EC34], 2.01, 2:2/0/16

0141: CON [MID=21194, T=91A9DA85CE8D5827], GET, /test, observe(0)    ----->
0142: <-----   ACK [MID=21194, T=91A9DA85CE8D5827], 2.05, observe(0)
0339: <-----   CON [MID=30914, T=91A9DA85CE8D5827], 2.05, observe(1)
0339: ACK [MID=30914]   ----->
0539: <-----   CON [MID=30915, T=91A9DA85CE8D5827], 2.05, observe(2)
0539: ACK [MID=30915]   ----->

0669: CON [MID=21195, T=CC03546EDD0C36EF], POST, /test, 1:0/1/16, size1(20)    ----->
0670: <-----   ACK [MID=21195, T=CC03546EDD0C36EF], 2.31, 1:0/1/16
0670: CON [MID=21196, T=E06BA7A64D5C65E4], POST, /test, 1:1/0/16    ----->
0671: <-----   ACK [MID=21196, T=E06BA7A64D5C65E4], 2.01, 1:1/0/16, 2:0/1/16, size2(40)
0671: CON [MID=21197, T=AC323C53014476B6], POST, /test, 2:1/0/16    ----->
0672: <-----   ACK [MID=21197, T=AC323C53014476B6], 2.01, 2:1/1/16
0672: CON [MID=21198, T=944E4872F0405C6A], POST, /test, 2:2/0/16    ----->
0672: <-----   ACK [MID=21198, T=944E4872F0405C6A], 2.01, 2:2/0/16

0802: CON [MID=21199, T=B4FCE543AA0CB8C4], GET, /test    ----->
0803: <-----   ACK [MID=21199]
0803: <-----   CON [MID=30916, T=B4FCE543AA0CB8C4], 2.05
0803: ACK [MID=30916]   ----->

0932: NON [MID=21200, T=DCB7322B39B433BC], GET, /test    ----->
0933: <-----   NON [MID=30917, T=DCB7322B39B433BC], 2.05

1062: CON [MID=21201, T=B72706A5AB9D3F62], GET, /test, observe(0)    ----->
1063: <-----   ACK [MID=21201, T=B72706A5AB9D3F62], 2.05, 2:0/1/16, observe(2), size2(40)
1063: CON [MID=21202, T=084A346CEE5D5850], GET, /test, 2:1/0/16    ----->
1064: <-----   ACK [MID=21202, T=084A346CEE5D5850], 2.05, 2:1/1/16
1064: CON [MID=21203, T=7CAA3FEE0CE96E73], GET, /test, 2:2/0/16    ----->
1064: <-----   ACK [MID=21203, T=7CAA3FEE0CE96E73], 2.05, 2:2/0/16
1662: <-----   CON [MID=30918, T=91A9DA85CE8D5827], 2.05, 2:0/1/16, observe(3), size2(40)
1663: RST [MID=30918]   ----->
1663: <-----   CON [MID=30919, T=B72706A5AB9D3F62], 2.05, 2:0/1/16, observe(3), size2(40)
1663: ACK [MID=30919]   ----->
1663: CON [MID=21204, T=6C33FC16750D70FC], GET, /test, 2:1/0/16    ----->
1663: <-----   ACK [MID=21204, T=6C33FC16750D70FC], 2.05, 2:1/1/16
1664: CON [MID=21205, T=0489B59D03F01CF7], GET, /test, 2:2/0/16    ----->
1664: <-----   ACK [MID=21205, T=0489B59D03F01CF7], 2.05, 2:2/0/16
2263: <-----   CON [MID=30920, T=B72706A5AB9D3F62], 2.05, 2:0/1/16, observe(4), size2(40)
2263: ACK [MID=30920]   ----->
2263: CON [MID=21206, T=A0C1A19DBC161F3B], GET, /test, 2:1/0/16    ----->
2264: <-----   ACK [MID=21206, T=A0C1A19DBC161F3B], 2.05, 2:1/1/16
2264: CON [MID=21207, T=DCCDD41097E3B029], GET, /test, 2:2/0/16    ----->
2264: <-----   ACK [MID=21207, T=DCCDD41097E3B029], 2.05, 2:2/0/16
2265: CON [MID=21208, T=B72706A5AB9D3F62], GET, /test, observe(1)    ----->
2266: <-----   ACK [MID=21208, T=B72706A5AB9D3F62], 2.05, 2:0/1/16, size2(40)
2266: CON [MID=21209, T=E07EC0977F0851B3], GET, /test, 2:1/0/16    ----->
2266: <-----   ACK [MID=21209, T=E07EC0977F0851B3], 2.05, 2:1/1/16
2267: CON [MID=21210, T=880A258356076494], GET, /test, 2:2/0/16    ----->
2267: <-----   ACK [MID=21210, T=880A258356076494], 2.05, 2:2/0/16

2397: CON [MID=21211, T=61DA2B05F8362A9C], GET, /test, observe(0)    ----->
2397: <-----   ACK [MID=21211, T=61DA2B05F8362A9C], 2.05, observe(4)
2597: <-----   CON [MID=30921, T=61DA2B05F8362A9C], 2.05, observe(5)
2597: ACK [MID=30921]   ----->
2797: <-----   CON [MID=30922, T=61DA2B05F8362A9C], 2.05, observe(6)
2797: ACK [MID=30922]   ----->
2797: CON [MID=21212, T=61DA2B05F8362A9C], GET, /test, observe(1)    ----->
2798: <-----   ACK [MID=21212, T=61DA2B05F8362A9C], 2.05

2927: CON [MID=21213, T=F490CD8CABFA2918], GET, /test    ----->
2928: <-----   ACK [MID=21213, T=F490CD8CABFA2918], 2.05

3057: CON [MID=21214, T=38D1425ECEEAF9C8], POST, /test, 1:0/1/16, size1(20)    ----->
3058: <-----   ACK [MID=21214, T=38D1425ECEEAF9C8], 2.31, 1:0/1/16
3058: CON [MID=21215, T=3854CEFFD0D3093F], POST, /test, 1:1/0/16    ----->
3059: <-----   ACK [MID=21215]
3059: <-----   CON [MID=30923, T=3854CEFFD0D3093F], 2.01, 1:1/0/16, 2:0/1/16, size2(40)
3059: ACK [MID=30923]   ----->
3059: CON [MID=21216, T=4CB7DCF34904E635], POST, /test, 2:1/0/16    ----->
3060: <-----   ACK [MID=21216, T=4CB7DCF34904E635], 2.01, 2:1/1/16
3060: CON [MID=21217, T=501A747AB83BA80E], POST, /test, 2:2/0/16    ----->
3060: <-----   ACK [MID=21217, T=501A747AB83BA80E], 2.01, 2:2/0/16
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.186 s - in org.eclipse.californium.core.test.MemoryLeakingHashMapTest
[INFO] Running org.eclipse.californium.core.test.NoResponseServerClientTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.946 s - in org.eclipse.californium.core.test.NoResponseServerClientTest
[INFO] Running org.eclipse.californium.core.test.ClientAsynchronousTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s - in org.eclipse.californium.core.test.ClientAsynchronousTest
[INFO] Running org.eclipse.californium.core.test.BlockwiseTransferTest

0006: CON [MID=24810, T=289266CEDB6FC608], GET, /test, 2:0/1/64    ----->
0007: <-----   ACK [MID=24810, T=289266CEDB6FC608], 2.05, 2:0/1/32, size2(152)
0007: CON [MID=24811, T=B82D6996FE1E4FE0], GET, /test, 2:1/0/32    ----->
0008: <-----   ACK [MID=24811, T=B82D6996FE1E4FE0], 2.05, 2:1/1/32
0008: CON [MID=24812, T=980727A2ED560921], GET, /test, 2:2/0/32    ----->
0008: <-----   ACK [MID=24812, T=980727A2ED560921], 2.05, 2:2/1/32
0009: CON [MID=24813, T=D44A6FF9A6009D0C], GET, /test, 2:3/0/32    ----->
0009: <-----   ACK [MID=24813, T=D44A6FF9A6009D0C], 2.05, 2:3/1/32
0009: CON [MID=24814, T=A457DB62A316376C], GET, /test, 2:4/0/32    ----->
0010: <-----   ACK [MID=24814, T=A457DB62A316376C], 2.05, 2:4/0/32

0117: CON [MID=48964, T=34D9CFBE45B88A68], POST, /test, 1:0/1/32, size1(150)    ----->
0118: <-----   ACK [MID=48964, T=34D9CFBE45B88A68], 2.31, 1:0/1/32
0118: CON [MID=48965, T=D83B7C08B36678BA], POST, /test, 1:1/1/32    ----->
0118: <-----   ACK [MID=48965, T=D83B7C08B36678BA], 2.31, 1:1/1/32
0119: CON [MID=48966, T=989BCD704A78500A], POST, /test, 1:2/1/32    ----->
0119: <-----   ACK [MID=48966, T=989BCD704A78500A], 2.31, 1:2/1/32
0120: CON [MID=48967, T=50C57098084944D0], POST, /test, 1:3/1/32    ----->
0120: <-----   ACK [MID=48967, T=50C57098084944D0], 2.31, 1:3/1/32
0120: CON [MID=48968, T=A45594ABFF407B00], POST, /test, 1:4/0/32    ----->
0121: <-----   ACK [MID=48968, T=A45594ABFF407B00], 2.05, 1:4/0/32, 2:0/1/32, size2(151)
0121: CON [MID=48969, T=4452361CF38F7503], POST, /test, 2:1/0/32    ----->
0122: <-----   ACK [MID=48969, T=4452361CF38F7503], 2.05, 2:1/1/32
0122: CON [MID=48970, T=409CE13E20578116], POST, /test, 2:2/0/32    ----->
0122: <-----   ACK [MID=48970, T=409CE13E20578116], 2.05, 2:2/1/32
0123: CON [MID=48971, T=40F0AD0B479CA35E], POST, /test, 2:3/0/32    ----->
0123: <-----   ACK [MID=48971, T=40F0AD0B479CA35E], 2.05, 2:3/1/32
0123: CON [MID=48972, T=780D57A045F1A4AA], POST, /test, 2:4/0/32    ----->
0124: <-----   ACK [MID=48972, T=780D57A045F1A4AA], 2.05, 2:4/0/32

0225: CON [MID=48973, T=3499023A5F99A7D8], POST, /test, 1:0/1/32, size1(150)    ----->
0225: <-----   ACK [MID=48973, T=3499023A5F99A7D8], 2.31, 1:0/1/32
0226: CON [MID=48974, T=70BC2CB30B5411C1], POST, /test, 1:1/1/32    ----->
0226: <-----   ACK [MID=48974, T=70BC2CB30B5411C1], 2.31, 1:1/1/32
0226: CON [MID=48975, T=A8198474B3568132], POST, /test, 1:2/1/32    ----->
0226: <-----   ACK [MID=48975, T=A8198474B3568132], 2.31, 1:2/1/32
0227: CON [MID=48976, T=584C41ACA9A2D5B9], POST, /test, 1:3/1/32    ----->
0227: <-----   ACK [MID=48976, T=584C41ACA9A2D5B9], 2.31, 1:3/1/32
0228: CON [MID=48977, T=6C2609B110EF2E27], POST, /test, 1:4/0/32    ----->
0228: <-----   ACK [MID=48977, T=6C2609B110EF2E27], 2.05, 1:4/0/32, 2:0/1/32, size2(151)
0228: CON [MID=48978, T=DC44A2ED84372DEE], POST, /test, 2:1/0/32    ----->
0229: <-----   ACK [MID=48978, T=DC44A2ED84372DEE], 2.05, 2:1/1/32
0229: CON [MID=48979, T=04C3FA378CC99523], POST, /test, 2:2/0/32    ----->
0229: <-----   ACK [MID=48979, T=04C3FA378CC99523], 2.05, 2:2/1/32
0230: CON [MID=48980, T=F069A7915E2764FE], POST, /test, 2:3/0/32    ----->
0230: <-----   ACK [MID=48980, T=F069A7915E2764FE], 2.05, 2:3/1/32
0230: CON [MID=48981, T=74CD849CCE02AB45], POST, /test, 2:4/0/32    ----->
0231: <-----   ACK [MID=48981, T=74CD849CCE02AB45], 2.05, 2:4/0/32

2339: CON [MID=50959, T=702A40D66A03AC43], POST, /test    ----->
2340: <-----   ACK [MID=50959, T=702A40D66A03AC43], 2.05, 2:0/1/32, size2(151)
2340: CON [MID=50960, T=7CA69FE898D345C5], POST, /test, 2:1/0/32    ----->
2341: <-----   ACK [MID=50960, T=7CA69FE898D345C5], 2.05, 2:1/1/32
2341: CON [MID=50961, T=F8771A5E6C7F255A], POST, /test, 2:2/0/32    ----->
2341: <-----   ACK [MID=50961, T=F8771A5E6C7F255A], 2.05, 2:2/1/32
2342: CON [MID=50962, T=705DA878AE9C0D69], POST, /test, 2:3/0/32    ----->
2342: <-----   ACK [MID=50962, T=705DA878AE9C0D69], 2.05, 2:3/1/32
2343: CON [MID=50963, T=A09C919DF8280468], POST, /test, 2:4/0/32    ----->
2343: <-----   ACK [MID=50963, T=A09C919DF8280468], 2.05, 2:4/0/32

3450: CON [MID=63312, T=342EACF09565175D], GET, /test    ----->
3451: <-----   ACK [MID=63312, T=342EACF09565175D], 2.05, 2:0/1/32, size2(152)

4554: CON [MID=46764, T=940060BE59CB001A], GET, /test    ----->
4554: <-----   ACK [MID=46764, T=940060BE59CB001A], 2.05

6665: CON [MID=55059, T=28D26C282E358215], POST, /test    ----->
6665: <-----   ACK [MID=55059, T=28D26C282E358215], 2.05

6769: CON [MID=31563, T=AC5B4DB024DAB5C9], GET, /test    ----->
6769: <-----   ACK [MID=31563, T=AC5B4DB024DAB5C9], 2.05, 2:0/1/32, size2(152)
6770: CON [MID=31564, T=80F3D45455F7BF5D], GET, /test, 2:1/0/32    ----->
6770: <-----   ACK [MID=31564, T=80F3D45455F7BF5D], 2.05, 2:1/1/32
6770: CON [MID=31565, T=00D9C264B728E3EA], GET, /test, 2:2/0/32    ----->
6770: <-----   ACK [MID=31565, T=00D9C264B728E3EA], 2.05, 2:2/1/32
6771: CON [MID=31566, T=005764B12DDBEBDB], GET, /test, 2:3/0/32    ----->
6771: <-----   ACK [MID=31566, T=005764B12DDBEBDB], 2.05, 2:3/1/32
6771: CON [MID=31567, T=54A30040E2B32342], GET, /test, 2:4/0/32    ----->
6772: <-----   ACK [MID=31567, T=54A30040E2B32342], 2.05, 2:4/0/32

6873: CON [MID=31568, T=60DD81F024083EED], GET, /test    ----->
6873: <-----   ACK [MID=31568, T=60DD81F024083EED], 2.05, 2:0/1/32, size2(152)
6874: CON [MID=31569, T=18570774DBFAE126], GET, /test, 2:1/0/32    ----->
6874: <-----   ACK [MID=31569, T=18570774DBFAE126], 2.05, 2:1/1/32
6874: CON [MID=31570, T=F85042C2D15F75CC], GET, /test, 2:2/0/32    ----->
6875: <-----   ACK [MID=31570, T=F85042C2D15F75CC], 2.05, 2:2/1/32
6875: CON [MID=31571, T=542E7DC04436C551], GET, /test, 2:3/0/32    ----->
6875: <-----   ACK [MID=31571, T=542E7DC04436C551], 2.05, 2:3/1/32
6876: CON [MID=31572, T=8C5F89B1E3F513E9], GET, /test, 2:4/0/32    ----->
6876: <-----   ACK [MID=31572, T=8C5F89B1E3F513E9], 2.05, 2:4/0/32

6980: CON [MID=9635, T=2034AEFC4C197A8B], POST, /test, 1:0/1/32, size1(150)    ----->
6981: <-----   ACK [MID=9635, T=2034AEFC4C197A8B], 2.31, 1:0/1/32
6981: CON [MID=9636, T=2437402DED6DA9DC], POST, /test, 1:1/1/32    ----->
6981: <-----   ACK [MID=9636, T=2437402DED6DA9DC], 2.31, 1:1/1/32
6982: CON [MID=9637, T=6099C32C89AE1F3F], POST, /test, 1:2/1/32    ----->
6982: <-----   ACK [MID=9637, T=6099C32C89AE1F3F], 2.31, 1:2/1/32
6982: CON [MID=9638, T=300B738AD0D18BCF], POST, /test, 1:3/1/32    ----->
6982: <-----   ACK [MID=9638, T=300B738AD0D18BCF], 2.31, 1:3/1/32
6983: CON [MID=9639, T=C0510FF2EEC1F2AB], POST, /test, 1:4/0/32    ----->
6983: <-----   ACK [MID=9639, T=C0510FF2EEC1F2AB], 2.05, 1:4/0/32
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.082 s - in org.eclipse.californium.core.test.BlockwiseTransferTest
[INFO] Running org.eclipse.californium.core.test.StartStopTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.32 s - in org.eclipse.californium.core.test.StartStopTest
[INFO] Running org.eclipse.californium.core.test.ResourceTreeTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.californium.core.test.ResourceTreeTest
[INFO] Running org.eclipse.californium.core.test.ObserveProActiveCancelTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.584 s - in org.eclipse.californium.core.test.ObserveProActiveCancelTest
[INFO] Running org.eclipse.californium.core.test.ObserveTest
[INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.511 s - in org.eclipse.californium.core.test.ObserveTest
[INFO] Running org.eclipse.californium.core.test.NotificationReregistrationBackoffTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.514 s - in org.eclipse.californium.core.test.NotificationReregistrationBackoffTest
[INFO] Running org.eclipse.californium.core.test.BlockwiseBertTransferTest

0011: CON [MID=-1, T=5422AC9833CB4053], POST, /test, 1:0/1/1024(BERT), size1(2600)    ----->
0011: <-----   null [MID=-1, T=5422AC9833CB4053], 2.31, 1:0/1/1024(BERT)
0012: CON [MID=-1, T=9CC13B1768B7EEB5], POST, /test, 1:2/0/1024(BERT)    ----->
0012: <-----   CON [MID=-1, T=9CC13B1768B7EEB5], 2.05, 1:2/0/1024(BERT), 2:0/1/1024(BERT), size2(4200)
0013: CON [MID=-1, T=DCB3F954030D4B7B], POST, /test, 2:2/0/1024(BERT)    ----->
0013: <-----   null [MID=-1, T=DCB3F954030D4B7B], 2.05, 2:2/1/1024(BERT)
0013: CON [MID=-1, T=E4AD53D4222D8FBE], POST, /test, 2:4/0/1024(BERT)    ----->
0014: <-----   null [MID=-1, T=E4AD53D4222D8FBE], 2.05, 2:4/0/1024(BERT)

0115: CON [MID=-1, T=74DB0D22AA87238E], POST, /test, 1:0/1/1024(BERT), size1(2600)    ----->
0115: <-----   null [MID=-1, T=74DB0D22AA87238E], 2.31, 1:0/1/1024(BERT)
0116: CON [MID=-1, T=A0EA705120CE796C], POST, /test, 1:2/0/1024(BERT)    ----->
0116: <-----   CON [MID=-1, T=A0EA705120CE796C], 2.05, 1:2/0/1024(BERT), 2:0/1/1024(BERT), size2(4200)
0117: CON [MID=-1, T=801476551A1BD95B], POST, /test, 2:2/0/1024(BERT)    ----->
0117: <-----   null [MID=-1, T=801476551A1BD95B], 2.05, 2:2/1/1024(BERT)
0117: CON [MID=-1, T=50FE38BF2AFC9EFD], POST, /test, 2:4/0/1024(BERT)    ----->
0118: <-----   null [MID=-1, T=50FE38BF2AFC9EFD], 2.05, 2:4/0/1024(BERT)

0221: CON [MID=-1, T=7888BFD5C9A28255], GET, /test    ----->
0221: <-----   CON [MID=-1, T=7888BFD5C9A28255], 2.05, 2:0/1/1024(BERT), size2(6000)

1323: CON [MID=-1, T=E0E9C83B4F1D1935], GET, /test    ----->
1324: <-----   CON [MID=-1, T=E0E9C83B4F1D1935], 2.05, 2:0/1/1024(BERT), size2(6000)
1325: CON [MID=-1, T=541338C326916BCB], GET, /test, 2:2/0/1024(BERT)    ----->
1325: <-----   null [MID=-1, T=541338C326916BCB], 2.05, 2:2/1/1024(BERT)
1325: CON [MID=-1, T=E05ACB66DC0ABA51], GET, /test, 2:4/0/1024(BERT)    ----->
1325: <-----   null [MID=-1, T=E05ACB66DC0ABA51], 2.05, 2:4/0/1024(BERT)

1426: CON [MID=-1, T=08B309A304E79B09], GET, /test    ----->
1427: <-----   CON [MID=-1, T=08B309A304E79B09], 2.05, 2:0/1/1024(BERT), size2(6000)
1427: CON [MID=-1, T=481FDDA3852D46B4], GET, /test, 2:2/0/1024(BERT)    ----->
1427: <-----   null [MID=-1, T=481FDDA3852D46B4], 2.05, 2:2/1/1024(BERT)
1428: CON [MID=-1, T=F0B124C583ADF8BA], GET, /test, 2:4/0/1024(BERT)    ----->
1428: <-----   null [MID=-1, T=F0B124C583ADF8BA], 2.05, 2:4/0/1024(BERT)

1530: CON [MID=-1, T=F045F4B490FAA62A], GET, /test, 2:0/1/1024(BERT)    ----->
1531: <-----   CON [MID=-1, T=F045F4B490FAA62A], 2.05, 2:0/1/1024(BERT), size2(6000)
1531: CON [MID=-1, T=50C5F2CA0A857562], GET, /test, 2:2/0/1024(BERT)    ----->
1532: <-----   null [MID=-1, T=50C5F2CA0A857562], 2.05, 2:2/1/1024(BERT)
1532: CON [MID=-1, T=E09CF097E490B9D6], GET, /test, 2:4/0/1024(BERT)    ----->
1532: <-----   null [MID=-1, T=E09CF097E490B9D6], 2.05, 2:4/0/1024(BERT)
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.627 s - in org.eclipse.californium.core.test.BlockwiseBertTransferTest
[INFO] Running org.eclipse.californium.core.test.SmallServerClientTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.506 s - in org.eclipse.californium.core.test.SmallServerClientTest
[INFO] Running org.eclipse.californium.core.test.ClientSynchronousTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.226 s - in org.eclipse.californium.core.test.ClientSynchronousTest
[INFO] Running org.eclipse.californium.core.test.MessageTypeTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.californium.core.test.MessageTypeTest
[INFO] Running org.eclipse.californium.core.test.RandomAccessBlockTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.californium.core.test.RandomAccessBlockTest
[INFO] Running org.eclipse.californium.core.test.RequestPayloadTest
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s - in org.eclipse.californium.core.test.RequestPayloadTest
[INFO] Running org.eclipse.californium.core.network.interceptors.AnonymizedOriginTracerTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s - in org.eclipse.californium.core.network.interceptors.AnonymizedOriginTracerTest
[INFO] Running org.eclipse.californium.core.server.ServerSerializationTest
15:10:31.167 WARN [CoapServer]: connector coaps://0.0.0.0:5684 not available! (o.e.c.core.CoapServer.loadConnector:718)
15:10:31.168 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)
15:10:31.168 WARN [ServersSerializationUtil]: Loading failures: (o.e.c.c.s.ServersSerializationUtil.loadServers:295)
15:10:31.168 WARN [ServersSerializationUtil]: [CON 0] coaps://0.0.0.0:5684 (o.e.c.c.s.ServersSerializationUtil.loadServers:297)
15:10:31.168 WARN [ServersSerializationUtil]: [SRV 0] coaps://0.0.0.0:5784 (o.e.c.c.s.ServersSerializationUtil.loadServers:306)
15:10:31.176 WARN [CoapServer]: connector coaps://0.0.0.0:5684 not available! (o.e.c.core.CoapServer.loadConnector:718)
15:10:31.176 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)
15:10:31.177 WARN [ServersSerializationUtil]: Loading failures: (o.e.c.c.s.ServersSerializationUtil.loadServers:295)
15:10:31.177 WARN [ServersSerializationUtil]: [CON 0] coaps://0.0.0.0:5684 (o.e.c.c.s.ServersSerializationUtil.loadServers:297)
15:10:31.177 WARN [ServersSerializationUtil]: [SRV 0] coaps://0.0.0.0:5784 (o.e.c.c.s.ServersSerializationUtil.loadServers:306)
15:10:31.178 WARN [CoapServer]: connector coaps://0.0.0.0:5784 not available! (o.e.c.core.CoapServer.loadConnector:718)
15:10:31.179 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)
15:10:31.179 WARN [ServersSerializationUtil]: Loading failures: (o.e.c.c.s.ServersSerializationUtil.loadServers:295)
15:10:31.179 WARN [ServersSerializationUtil]: [CON 0] coaps://0.0.0.0:5784 (o.e.c.c.s.ServersSerializationUtil.loadServers:297)
15:10:31.179 WARN [ServersSerializationUtil]: [SRV 0] coaps://0.0.0.0:5684 (o.e.c.c.s.ServersSerializationUtil.loadServers:306)
15:10:31.188 WARN [EncryptedStreamUtil]: Cipher 110 is not available! (o.e.c.e.u.EncryptedStreamUtil.readSeed:478)
15:10:31.189 WARN [CoapServer]: loading failed, out of sync! (o.e.c.core.CoapServer.readConnectorIdentifier:670)
15:10:31.228 WARN [CoapServer]: connector coaps://0.0.0.0:5784 not available! (o.e.c.core.CoapServer.loadConnector:718)
15:10:31.229 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)
15:10:31.229 WARN [ServersSerializationUtil]: Loading failures: (o.e.c.c.s.ServersSerializationUtil.loadServers:295)
15:10:31.229 WARN [ServersSerializationUtil]: [CON 0] coaps://0.0.0.0:5784 (o.e.c.c.s.ServersSerializationUtil.loadServers:297)
15:10:31.230 WARN [ServersSerializationUtil]: [SRV 0] coaps://0.0.0.0:5684 (o.e.c.c.s.ServersSerializationUtil.loadServers:306)
15:10:31.237 WARN [CoapServer]: connector coaps://0.0.0.0:5784 not available! (o.e.c.core.CoapServer.loadConnector:718)
15:10:31.237 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)
15:10:31.238 WARN [ServersSerializationUtil]: Loading failures: (o.e.c.c.s.ServersSerializationUtil.loadServers:295)
15:10:31.238 WARN [ServersSerializationUtil]: [CON 0] coaps://0.0.0.0:5784 (o.e.c.c.s.ServersSerializationUtil.loadServers:297)
15:10:31.238 WARN [ServersSerializationUtil]: [SRV 0] coaps://0.0.0.0:5684 (o.e.c.c.s.ServersSerializationUtil.loadServers:306)
15:10:31.238 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.111 s - in org.eclipse.californium.core.server.ServerSerializationTest
[INFO] Running org.eclipse.californium.core.server.ServerPersistenceComponentsTest
15:10:31.246 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)
15:10:31.246 WARN [PersistentComponentUtil]: Loading failures: (o.e.c.e.u.PersistentComponentUtil.load:279)
15:10:31.247 WARN [PersistentComponentUtil]: [LOAD 0] 0.0.0.0/0.0.0.0:5684 (o.e.c.e.u.PersistentComponentUtil.load:282)
15:10:31.247 WARN [PersistentComponentUtil]: [COMP 0] 0.0.0.0/0.0.0.0:5784 (o.e.c.e.u.PersistentComponentUtil.load:286)
15:10:31.255 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)
15:10:31.255 WARN [PersistentComponentUtil]: Loading failures: (o.e.c.e.u.PersistentComponentUtil.load:279)
15:10:31.255 WARN [PersistentComponentUtil]: [LOAD 0] 0.0.0.0/0.0.0.0:5684 (o.e.c.e.u.PersistentComponentUtil.load:282)
15:10:31.255 WARN [PersistentComponentUtil]: [COMP 0] 0.0.0.0/0.0.0.0:5784 (o.e.c.e.u.PersistentComponentUtil.load:286)
15:10:31.257 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)
15:10:31.257 WARN [PersistentComponentUtil]: Loading failures: (o.e.c.e.u.PersistentComponentUtil.load:279)
15:10:31.257 WARN [PersistentComponentUtil]: [LOAD 0] 0.0.0.0/0.0.0.0:5784 (o.e.c.e.u.PersistentComponentUtil.load:282)
15:10:31.258 WARN [PersistentComponentUtil]: [COMP 0] 0.0.0.0/0.0.0.0:5684 (o.e.c.e.u.PersistentComponentUtil.load:286)
15:10:31.260 WARN [EncryptedStreamUtil]: Cipher 110 is not available! (o.e.c.e.u.EncryptedStreamUtil.readSeed:478)
15:10:31.266 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)
15:10:31.267 WARN [PersistentComponentUtil]: Loading failures: (o.e.c.e.u.PersistentComponentUtil.load:279)
15:10:31.267 WARN [PersistentComponentUtil]: [LOAD 0] 0.0.0.0/0.0.0.0:5784 (o.e.c.e.u.PersistentComponentUtil.load:282)
15:10:31.267 WARN [PersistentComponentUtil]: [COMP 0] 0.0.0.0/0.0.0.0:5684 (o.e.c.e.u.PersistentComponentUtil.load:286)
15:10:31.272 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)
15:10:31.273 WARN [PersistentComponentUtil]: Loading failures: (o.e.c.e.u.PersistentComponentUtil.load:279)
15:10:31.273 WARN [PersistentComponentUtil]: [LOAD 0] 0.0.0.0/0.0.0.0:5784 (o.e.c.e.u.PersistentComponentUtil.load:282)
15:10:31.273 WARN [PersistentComponentUtil]: [COMP 0] 0.0.0.0/0.0.0.0:5684 (o.e.c.e.u.PersistentComponentUtil.load:286)
15:10:31.273 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.032 s - in org.eclipse.californium.core.server.ServerPersistenceComponentsTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 198, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- bundle:5.1.9:bundle (default-bundle) @ californium-core ---
[INFO] Building bundle: /home/jenkins/agent/workspace/californium-main/californium-core/target/californium-core-3.12.0-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/californium-main/californium-core/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- jar:3.3.0:test-jar (default) @ californium-core ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/californium-core/target/californium-core-3.12.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- assembly:3.6.0:single (make-assembly) @ californium-core ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/californium-core/target/californium-core-3.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ californium-core ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.californium.core.test.lockstep.BlockwiseServerSideTest

0078: CON [MID=7001, T=0B], GET, /test    ----->
0088: <-----   ACK [MID=7001, T=0B], 2.05, 2:0/1/128, size2(386)
0089: CON [MID=7002, T=0C], GET, /test, 2:1/0/128    ----->
0090: <-----   ACK [MID=7002, T=0C], 2.05, 2:1/1/128
0091: CON [MID=7003, T=0D], GET, /test    ----->
0091: <-----   ACK [MID=7003, T=0D], 2.05, 2:0/1/128, size2(256)
0092: CON [MID=7004, T=0E], GET, /test, 2:1/0/128    ----->
0092: <-----   ACK [MID=7004, T=0E], 2.05, 2:1/0/128

0013: CON [MID=7001, T=0F], GET, /test, 2:2/1/64    ----->
0013: <-----   ACK [MID=7001, T=0F], 2.05, 2:2/1/64
0014: CON [MID=7002, T=0F], GET, /test, 2:4/1/64    ----->
0014: <-----   ACK [MID=7002, T=0F], 2.05, 2:4/0/64

0003: CON [MID=7001, T=10], GET, /test, 2:0/0/32    ----->
0004: <-----   ACK [MID=7001, T=10], 2.05, 2:0/1/32, size2(76)
0006: CON [MID=7002, T=10], GET, /test, 2:1/0/32    ----->
0006: <-----   ACK [MID=7002, T=10], 2.05, 2:1/1/32
0007: CON [MID=7003, T=10], GET, /test, 2:2/0/32    ----->
0007: <-----   ACK [MID=7003, T=10], 2.05, 2:2/0/32

0003: CON [MID=7001, T=11], GET, /test    ----->
0004: <-----   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    ----->
0005: <-----   ACK [MID=7002, T=11], 2.05, 2:2/1/64 // lost
0005: CON [MID=7002, T=11], GET, /test, 2:2/0/64    ----->
0006: <-----   ACK [MID=7002, T=11], 2.05, 2:2/1/64
0007: CON [MID=7003, T=11], GET, /test, 2:3/0/64    ----->
0007: <-----   ACK [MID=7003, T=11], 2.05, 2:3/0/64

0004: CON [MID=7001, T=12], PUT, /test, 1:0/1/128, size1(300)    ----->
0005: <-----   ACK [MID=7001, T=12], 2.31, 1:0/1/128// lost
0006: CON [MID=7001, T=12], PUT, /test, 1:0/1/128    ----->
0006: <-----   ACK [MID=7001, T=12], 2.31, 1:0/1/128
0007: CON [MID=7002, T=12], PUT, /test, 1:1/1/128    ----->
0008: <-----   ACK [MID=7002, T=12], 2.31, 1:1/1/128
0008: CON [MID=7003, T=12], PUT, /test, 1:2/0/128    ----->
0010: <-----   ACK [MID=7003, T=12], 2.04, 1:2/0/128

0003: CON [MID=7001, T=13], GET, /test    ----->
0004: <-----   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    ----->
0005: <-----   ACK [MID=7002, T=13], 2.05, 2:1/1/128
0105: //////// Missing last GET ////////

0003: CON [MID=7001, T=14], PUT, /test, 1:0/1/128, size1(300)    ----->
0003: <-----   ACK [MID=7001, T=14], 2.31, 1:0/1/128
0004: CON [MID=7002, T=14], PUT, /test, 1:1/1/128    ----->
0004: <-----   ACK [MID=7002, T=14], 2.31, 1:1/1/128
0105: //////// Missing last PUT ////////

0004: CON [MID=7001, T=15], GET, /test, observe(0)    ----->
0006: <-----   ACK [MID=7001, T=15], 2.05, 2:0/1/128, observe(0), size2(300)
0007: CON [MID=7002, T=16], GET, /test, 2:1/0/128    ----->
0007: <-----   ACK [MID=7002, T=16], 2.05, 2:1/1/128
0008: CON [MID=7003, T=16], GET, /test, 2:2/0/128    ----->
0008: <-----   ACK [MID=7003, T=16], 2.05, 2:2/0/128
0008: ... time passes ...
0010: <-----   CON [MID=56678, T=15], 2.05, 2:0/1/128, observe(1), size2(280)
0011: ACK [MID=56678]    ----->
0012: CON [MID=7004, T=17], GET, /test, 2:1/0/128    ----->
0013: <-----   ACK [MID=7004, T=17], 2.05, 2:1/1/128
0013: CON [MID=7005, T=17], GET, /test, 2:2/0/128    ----->
0014: <-----   ACK [MID=7005, T=17], 2.05, 2:2/0/128
0014: ... time passes ...
0015: <-----   CON [MID=56679, T=15], 2.05, 2:0/1/128, observe(2), size2(290)
0015: ACK [MID=56679]    ----->
0016: CON [MID=7006, T=18], GET, /test, 2:1/0/128    ----->
0016: <-----   ACK [MID=7006, T=18], 2.05, 2:1/1/128
0017: CON [MID=7007, T=18], GET, /test, 2:2/0/128    ----->
0017: <-----   ACK [MID=7007, T=18], 2.05, 2:2/0/128

0003: CON [MID=7001, T=19], POST, /test, 1:0/1/128, size1(300)    ----->
0003: <-----   ACK [MID=7001, T=19], 2.31, 1:0/1/128
0004: CON [MID=7002, T=19], POST, /test, 1:1/1/128    ----->
0004: <-----   ACK [MID=7002, T=19], 2.31, 1:1/1/128
0005: CON [MID=7003, T=19], POST, /test, 1:2/0/128    ----->
0006: <-----   ACK [MID=7003, T=19], 2.04, 1:2/0/128, 2:0/1/128, size2(300), ETags([0001])
0008: CON [MID=7004, T=19], POST, /test, 2:2/0/64, ETags([0001])    ----->
0009: <-----   ACK [MID=7004, T=19], 2.04, 2:2/1/64, ETags([0001])// late negotiation
0009: CON [MID=7005, T=19], POST, /test, 2:3/0/64, ETags([0001])    ----->
0010: <-----   ACK [MID=7005, T=19], 2.04, 2:3/1/64, ETags([0001])
0011: CON [MID=7006, T=19], POST, /test, 2:4/0/64, ETags([0001])    ----->
0011: <-----   ACK [MID=7006, T=19], 2.04, 2:4/0/64, ETags([0001])

0003: CON [MID=7001, T=1A], GET, /test, 2:0/0/64, observe(0)    ----->
0003: <-----   ACK [MID=7001, T=1A], 2.05, 2:0/1/64, observe(0), size2(150)
0004: CON [MID=7002, T=1A], GET, /test, 2:1/0/64    ----->
0004: <-----   ACK [MID=7002, T=1A], 2.05, 2:1/1/64
0005: CON [MID=7003, T=1A], GET, /test, 2:2/0/64    ----->
0005: <-----   ACK [MID=7003, T=1A], 2.05, 2:2/0/64
0005: ... time passes ...
0006: <-----   CON [MID=54634, T=1A], 2.05, 2:0/1/64, observe(1), size2(140)
0006: ACK [MID=54634]    ----->
0007: CON [MID=7004, T=1B], GET, /test, 2:1/0/64    ----->
0007: <-----   ACK [MID=7004, T=1B], 2.05, 2:1/1/64
0008: CON [MID=7005, T=1B], GET, /test, 2:2/0/64    ----->
0008: <-----   ACK [MID=7005, T=1B], 2.05, 2:2/0/64
0008: ... time passes ...
0009: <-----   CON [MID=54635, T=1A], 2.05, 2:0/1/64, observe(2), size2(145)
0009: ACK [MID=54635]    ----->
0010: CON [MID=7006, T=1C], GET, /test, 2:1/0/64    ----->
0010: <-----   ACK [MID=7006, T=1C], 2.05, 2:1/1/64
0011: CON [MID=7007, T=1C], GET, /test, 2:2/0/64    ----->
0011: <-----   ACK [MID=7007, T=1C], 2.05, 2:2/0/64

0002: CON [MID=7001, T=1D], GET, /test, 2:0/0/32    ----->
0003: <-----   ACK [MID=7001, T=1D], 2.05, 2:0/1/32, size2(76)
0004: CON [MID=7002, T=1D], GET, /test, 2:1/0/32    ----->
0004: <-----   ACK [MID=7002, T=1D], 2.05, 2:1/1/32
0005: CON [MID=7003, T=1D], GET, /test, 2:2/0/32    ----->
0005: <-----   ACK [MID=7003, T=1D], 2.05, 2:2/0/32

0002: CON [MID=7001, T=1E], GET, /test    ----->
0003: <-----   ACK [MID=7001, T=1E], 2.05, 2:0/1/128, size2(170)
0004: CON [MID=7002, T=1E], GET, /test, 2:2/0/64    ----->
0004: <-----   ACK [MID=7002, T=1E], 2.05, 2:2/0/64
15:10:36.496 WARN [EndpointContextUtil]: udp context receiving, PLAIN: "" != "null" (o.e.c.e.u.FilteredLogger.log:200)

0003: 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)
0004: CON [MID=7002, T=1F], GET, /test, 2:1/0/32    ----->
0004: <-----   ACK [MID=7002, T=1F], 2.05, 2:1/1/32
0005: CON [MID=7003, T=1F], GET, /test, 2:2/0/32    ----->
0011: <-----   ACK [MID=7003, T=1F], 2.05, 2:2/0/32

0003: CON [MID=7001, T=20], PUT, /test, 1:0/1/128, size1(300)    ----->
0004: <-----   ACK [MID=7001, T=20], 2.31, 1:0/1/128
0004: CON [MID=7002, T=20], PUT, /test, 1:1/1/128    ----->
0005: <-----   ACK [MID=7002, T=20], 2.31, 1:1/1/128
0005: CON [MID=7003, T=20], PUT, /test, 1:2/0/128    ----->
0006: <-----   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)    ----->
0007: <-----   ACK [MID=7004, T=21], 2.31, 1:0/1/128
0007: CON [MID=7005, T=21], PUT, /test, 1:1/1/128    ----->
0008: <-----   ACK [MID=7005, T=21], 2.31, 1:1/1/128
0008: CON [MID=7006, T=21], PUT, /test, 1:2/0/128    ----->
0009: <-----   ACK [MID=7006, T=21], 2.04, 1:2/0/128

0004: CON [MID=7001, T=22], GET, /test    ----->
0004: <-----   ACK [MID=7001, T=22], 2.05, 2:0/1/128, size2(300), ETags([0001])
0005: CON [MID=7002, T=22], GET, /test, 2:1/0/128, ETags([0001])    ----->
0005: <-----   ACK [MID=7002, T=22], 2.05, 2:1/1/128, ETags([0001])
0006: CON [MID=7003, T=22], GET, /test, 2:2/0/128, ETags([0001])    ----->
0006: <-----   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)    ----->
0004: <-----   ACK [MID=7001, T=23], 2.31, 1:0/1/128
0004: CON [MID=7002, T=23], PUT, /test, 1:2/0/128    ----->
0005: <-----   ACK [MID=7002, T=23], 4.08

0004: CON [MID=7001, T=24], PUT, /test, 1:0/1/128, size1(1034)    ----->
0004: <-----   ACK [MID=7001, T=24], 4.13, size1(1024)

0002: CON [MID=7001, T=25], POST, /test, 1:0/1/128, size1(300)    ----->
0003: <-----   ACK [MID=7001, T=25], 2.31, 1:0/1/128
0003: CON [MID=7002, T=25], POST, /test, 1:1/1/128    ----->
0004: <-----   ACK [MID=7002, T=25], 2.31, 1:1/1/128
0004: CON [MID=7003, T=25], POST, /test, 1:2/0/128    ----->
0005: <-----   ACK [MID=7003, T=25], 2.04, 1:2/0/128, 2:0/1/128, size2(500), ETags([0001])
0005: CON [MID=7004, T=25], POST, /test, 2:1/0/128, ETags([0001])    ----->
0006: <-----   ACK [MID=7004, T=25], 2.04, 2:1/1/128, ETags([0001])
0006: CON [MID=7005, T=25], POST, /test, 2:2/0/128, ETags([0001])    ----->
0006: <-----   ACK [MID=7005, T=25], 2.04, 2:2/1/128, ETags([0001])
0007: CON [MID=7006, T=25], POST, /test, 2:3/0/128, ETags([0001])    ----->
0007: <-----   ACK [MID=7006, T=25], 2.04, 2:3/0/128, ETags([0001])


0002: CON [MID=7001, T=27], POST, /test, 1:0/1/128    ----->
0002: <-----   ACK [MID=7001, T=27], 2.31, 1:0/1/128
0003: CON [MID=7002, T=27], POST, /test, 1:1/1/128    ----->
0003: <-----   ACK [MID=7002, T=27], 2.31, 1:1/1/128
0004: CON [MID=7003, T=27], POST, /test, 1:2/0/128, 2:0/0/64    ----->
0004: <-----   ACK [MID=7003, T=27], 2.04, 1:2/0/128, 2:0/1/64, size2(250), ETags([0001])// early negotiation
0005: CON [MID=7004, T=27], POST, /test, 2:1/0/64, ETags([0001])    ----->
0005: <-----   ACK [MID=7004, T=27], 2.04, 2:1/1/64, ETags([0001])
0006: CON [MID=7005, T=27], POST, /test, 2:2/0/64, ETags([0001])    ----->
0006: <-----   ACK [MID=7005, T=27], 2.04, 2:2/1/64, ETags([0001])
0006: CON [MID=7006, T=27], POST, /test, 2:3/0/64, ETags([0001])    ----->
0007: <-----   ACK [MID=7006, T=27], 2.04, 2:3/0/64, ETags([0001])

0002: CON [MID=7001, T=28], PUT, /test, 1:2/1/64    ----->
0003: <-----   ACK [MID=7001, T=28], 4.08
15:10:37.598 WARN [EndpointContextUtil]: udp context receiving, PLAIN: "" != "null" (o.e.c.e.u.FilteredLogger.log:200)

0003: CON [MID=7001, T=29], PUT, /test, 1:0/1/128, size1(300)    ----->
0004: <-----   ACK [MID=7001, T=29], 2.31, 1:0/1/128
0005: CON [MID=7002, T=29], PUT, /test, 1:1/1/128    ----->
0006: <-----   ACK [MID=7002, T=29], 4.08

0010: CON [MID=7001, T=2A], PUT, /test, 1:0/1/128, size1(300)    ----->
0011: <-----   ACK [MID=7001, T=2A], 2.31, 1:0/1/128
0011: CON [MID=7002, T=2A], PUT, /test, 1:1/1/128    ----->
0012: <-----   ACK [MID=7002, T=2A], 2.31, 1:1/1/128
0012: ... client crashes or whatever and restarts transfer
0012: CON [MID=7003, T=2A], PUT, /test, 1:0/1/128, size1(300)    ----->
0013: <-----   ACK [MID=7003, T=2A], 2.31, 1:0/1/128
0013: CON [MID=7004, T=2A], PUT, /test, 1:1/1/128    ----->
0013: <-----   ACK [MID=7004, T=2A], 2.31, 1:1/1/128
0014: CON [MID=7005, T=2A], PUT, /test, 1:2/0/128    ----->
0014: <-----   ACK [MID=7005, T=2A], 2.04, 1:2/0/128

0002: CON [MID=7001, T=2B], GET, /test    ----->
0003: <-----   ACK [MID=7001, T=2B], 2.05, 2:0/1/128, size2(400)
0003: CON [MID=7002, T=2B], GET, /test, 2:1/1/128    ----->
0004: <-----   ACK [MID=7002, T=2B], 2.05, 2:1/1/128
0004: CON [MID=7003, T=2B], GET, /test, 2:4/1/64    ----->
0004: <-----   ACK [MID=7003, T=2B], 2.05, 2:4/1/64
0005: CON [MID=7004, T=2B], GET, /test, 2:5/1/64    ----->
0005: <-----   ACK [MID=7004, T=2B], 2.05, 2:5/1/64
0006: CON [MID=7005, T=2B], GET, /test, 2:6/1/64    ----->
0006: <-----   ACK [MID=7005, T=2B], 2.05, 2:6/0/64

0003: CON [MID=7001, T=2C], PUT, /test, 1:0/1/128, size1(300)    ----->
0003: <-----   ACK [MID=7001, T=2C], 2.31, 1:0/1/128
0004: CON [MID=7002, T=2D], PUT, /test, 1:1/1/128    ----->
0004: <-----   ACK [MID=7002, T=2D], 2.31, 1:1/1/128
0005: CON [MID=7003, T=2E], PUT, /test, 1:2/0/128    ----->
0005: <-----   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.434 s - in org.eclipse.californium.core.test.lockstep.BlockwiseServerSideTest
[INFO] Running org.eclipse.californium.core.test.lockstep.ObserveClientSideTest

0007: CON [MID=16748, T=4D51E0836933EE5C], GET, /test, observe(0)    ----->
0009: <-----   ACK [MID=16748, T=4D51E0836933EE5C], 2.05, 2:0/1/16, observe(0), size2(40)
0011: CON [MID=16749, T=8C33C34D934C2629], GET, /test, 2:1/0/16    ----->
0011: <-----   ACK [MID=16749, T=8C33C34D934C2629], 2.05, 2:1/1/16
0012: CON [MID=16750, T=A078306CCABDDB2A], GET, /test, 2:2/0/16    ----->
0012: <-----   ACK [MID=16750, T=A078306CCABDDB2A], 2.05, 2:2/0/16

0014: <-----   CON [MID=8001, T=4D51E0836933EE5C], 2.05, 2:0/1/16, observe(2), size2(42)
0015: ACK [MID=8001]   ----->
0015: CON [MID=12218, T=104DFDE52FE1760B], GET, /test, 2:1/0/16    ----->
0016: <-----   ACK [MID=12218, T=104DFDE52FE1760B], 2.05, 2:1/1/16
0016: CON [MID=12219, T=5809BD673D1A04C4], GET, /test, 2:2/0/16    ----->
0017: <-----   ACK [MID=12219, T=5809BD673D1A04C4], 2.05, 2:2/0/16


0002: CON [MID=31214, T=991FBC4C712FB9FE], GET, /test, observe(0)    ----->
0003: <-----   ACK [MID=31214]
0053: <-----   CON [MID=8001, T=991FBC4C712FB9FE], 2.05, observe(101)
0053: ACK [MID=8001]   -----> // lost
0054: <-----   CON [MID=8001, T=991FBC4C712FB9FE], 2.05, observe(101)
0055: ACK [MID=8001]   ----->

0055: Relation established
0056: <-----   CON [MID=8002, T=991FBC4C712FB9FE], 2.05, observe(102)
0056: ACK [MID=8002]   -----> // lost
0056: <-----   CON [MID=8002, T=991FBC4C712FB9FE], 2.05, observe(102)
0056: ACK [MID=8002]   ----->

0002: CON [MID=28736, T=059909A94B235C0B], GET, /test, observe(0)    ----->
0003: <-----   ACK [MID=28736]
0053: <-----   CON [MID=8001, T=059909A94B235C0B], 2.05, observe(101)
0053: ACK [MID=8001]   ----->
0063: ERROR: Server sent CON-GET    MID= 8001, Token=0101, OptionSet={}, <empty data>
0064: ACK [MID=8001]   ----->

0002: CON [MID=3831, T=172BD5D6C0F528DA], GET, /test, observe(0)    ----->
0003: <-----   ACK [MID=3831, T=172BD5D6C0F528DA], 2.05, 2:0/1/16, observe(0), size2(40)
0003: CON [MID=3832, T=58F7C4ACF9BFD02D], GET, /test, 2:1/0/16    ----->
0004: <-----   ACK [MID=3832, T=58F7C4ACF9BFD02D], 2.05, 2:1/1/16
0004: CON [MID=3833, T=78EE041623AF4239], GET, /test, 2:2/0/16    ----->
0005: <-----   ACK [MID=3833, T=78EE041623AF4239], 2.05, 2:2/0/16

0006: <-----   CON [MID=8001, T=172BD5D6C0F528DA], 2.05, 2:0/1/16, observe(2), size2(42)
0006: ACK [MID=8001]   ----->
0006: CON [MID=3834, T=FCEF59009D4CEA9D], GET, /test, 2:1/0/16    ----->
0007: <-----   ACK [MID=3834, T=FCEF59009D4CEA9D], 2.05, 2:1/1/16
0007: CON [MID=3835, T=08E79B723A03DE0A], GET, /test, 2:2/0/16    ----->


0003: CON [MID=21416, T=23942697D1D308FB], GET, /test, observe(0)    ----->
0004: <-----   ACK [MID=21416, T=23942697D1D308FB], 2.05, 2:0/1/16, observe(1)
0004: CON [MID=21417, T=1048614A9D5AFA9C], GET, /test, 2:1/0/16    ----->
0005: <-----   CON [MID=8001, T=23942697D1D308FB], 2.05, observe(2)
0005: ACK [MID=8001]   ----->
0006: <-----   ACK [MID=21417, T=1048614A9D5AFA9C], 2.05, 2:1/1/16
1006: <-----   CON [MID=8002, T=23942697D1D308FB], 2.05, observe(3)
1006: ACK [MID=8002]   ----->
1007: <-----   CON [MID=8003, T=23942697D1D308FB], 2.05, 2:0/1/16, observe(4)
1007: ACK [MID=8003]   ----->
1007: CON [MID=21418, T=28875098875E10E0], GET, /test, 2:1/0/16    ----->
1008: <-----   ACK [MID=21418, T=28875098875E10E0], 2.05, 2:1/0/16

0002: CON [MID=38107, T=77D0FAE122CD0916], GET, /test, observe(0)    ----->
0003: <-----   ACK [MID=38107, T=77D0FAE122CD0916], 2.05, 2:0/1/16, observe(1)
0003: CON [MID=38108, T=482688ACDFF74D47], GET, /test, 2:1/0/16    ----->
0004: <-----   ACK [MID=38108, T=482688ACDFF74D47], 2.05, 2:1/0/16
0004: <-----   CON [MID=8001, T=77D0FAE122CD0916], 2.05, 2:0/1/16, observe(2)
0005: ACK [MID=8001]   ----->
0005: CON [MID=38109, T=68D8B6AC9905F4AC], GET, /test, 2:1/0/16    ----->
0006: CON [MID=38110, T=18B96793CFE4A89C], GET, /test    ----->
0007: <-----   ACK [MID=38110, T=18B96793CFE4A89C], 2.05, 2:0/1/16
0007: CON [MID=38111, T=58A75EA8932C7253], GET, /test, 2:1/0/16    ----->
0008: <-----   ACK [MID=38111, T=58A75EA8932C7253], 2.05, 2:1/1/16
0008: CON [MID=38112, T=905900F6891ADE72], GET, /test, 2:2/0/16    ----->
0008: <-----   ACK [MID=38112, T=905900F6891ADE72], 2.05, 2:2/0/16

0002: CON [MID=20127, T=373EF1261C8C42C0], GET, /test, observe(0)    ----->
0003: <-----   ACK [MID=20127, T=373EF1261C8C42C0], 2.05, observe(1)
0003: <-----   CON [MID=8001, T=373EF1261C8C42C0], 2.05, 2:0/1/16, observe(3)
0003: ACK [MID=8001]   ----->
0004: CON [MID=20128, T=30D3B347B97B5C62], GET, /test, 2:1/0/16    ----->
0004: <-----   CON [MID=8002, T=373EF1261C8C42C0], 2.05, observe(2)
0004: ACK [MID=8002]   ----->
0005: <-----   ACK [MID=20128, T=30D3B347B97B5C62], 2.05, 2:1/0/16
0005: <-----   CON [MID=8003, T=373EF1261C8C42C0], 2.05, 2:0/1/16, observe(4)
0006: ACK [MID=8003]   ----->
0006: CON [MID=20129, T=FCB1EC1BBA909512], GET, /test, 2:1/0/16    ----->
0006: <-----   ACK [MID=20129, T=FCB1EC1BBA909512], 2.05, 2:1/0/16

0002: CON [MID=51863, T=E704903AB939B8CB], GET, /test, observe(0)    ----->
0003: <-----   ACK [MID=51863, T=E704903AB939B8CB], 2.05, 2:0/1/16, observe(1)
0003: CON [MID=51864, T=9C854FD12FB225C5], GET, /test, 2:1/0/16    ----->
0004: <-----   CON [MID=8001, T=E704903AB939B8CB], 2.05, 2:0/1/16, observe(2)
0004: <-----   ACK [MID=51864, T=9C854FD12FB225C5], 2.05, 2:1/0/16
0004: ACK [MID=8001]   ----->
0004: CON [MID=51865, T=7447993C1669BDC6], GET, /test, 2:1/0/16    ----->
0005: <-----   ACK [MID=51865, T=7447993C1669BDC6], 2.05, 2:1/0/16
0006: <-----   CON [MID=8002, T=E704903AB939B8CB], 2.05, 2:0/1/16, observe(2)
0006: ACK [MID=8002]   ----->
0006: CON [MID=51866, T=40D56BD9D94D5F2F], GET, /test, 2:1/0/16    ----->
0006: <-----   ACK [MID=51866, T=40D56BD9D94D5F2F], 2.05, 2:1/0/16

0002: CON [MID=29083, T=1582BF35ED98C8A7], GET, /test, observe(0)    ----->
0003: <-----   ACK [MID=29083, T=1582BF35ED98C8A7], 2.05, 2:0/1/16, observe(0), size2(40)
0003: CON [MID=29084, T=3806CFFF0543CD31], GET, /test, 2:1/0/16    ----->
0004: <-----   ACK [MID=29084, T=3806CFFF0543CD31], 2.05, 2:1/1/16
0004: CON [MID=29085, T=F0A54F8612A9A4BC], GET, /test, 2:2/0/16    ----->
0005: <-----   ACK [MID=29085, T=F0A54F8612A9A4BC], 2.05, 2:2/0/16

0006: <-----   CON [MID=8001, T=1582BF35ED98C8A7], 2.05, 2:0/1/16, observe(2), size2(42)
0006: ACK [MID=8001]   ----->
0006: CON [MID=57276, T=287D366BE975E8E4], GET, /test, 2:1/0/16    ----->
0006: <-----   ACK [MID=57276, T=287D366BE975E8E4], 2.05, 2:1/1/16
0007: CON [MID=57277, T=2853510C0A7C9302], GET, /test, 2:2/0/16    ----->

0007: <-----   ACK [MID=57277]

0002: CON [MID=37906, T=7196DA2B8107C8F2], GET, /test, observe(0)    ----->
0003: <-----   ACK [MID=37906, T=7196DA2B8107C8F2], 2.05, 2:0/1/16, observe(2)
0003: CON [MID=37907, T=9474FEE2DB353519], GET, /test, 2:1/0/16    ----->
0004: <-----   CON [MID=8001, T=7196DA2B8107C8F2], 2.05, observe(0)
0004: ACK [MID=8001]   ----->
1005: <-----   ACK [MID=37907, T=9474FEE2DB353519], 2.05, 2:1/0/16
1005: <-----   CON [MID=8002, T=7196DA2B8107C8F2], 2.05, observe(3)
1005: ACK [MID=8002]   ----->
1006: <-----   CON [MID=8003, T=7196DA2B8107C8F2], 2.05, 2:0/1/16, observe(4)
1006: ACK [MID=8003]   ----->
1006: CON [MID=37908, T=9C6BB890C33C3A46], GET, /test, 2:1/0/16    ----->
1007: <-----   ACK [MID=37908, T=9C6BB890C33C3A46], 2.05, 2:1/0/16

0002: CON [MID=3378, T=5BB2680091C822A9], GET, /test, observe(0)    ----->
0003: <-----   ACK [MID=3378, T=5BB2680091C822A9], 2.05, 2:0/1/16, observe(1)
0003: CON [MID=3379, T=E0B24A17C2F3B4EB], GET, /test, 2:1/0/16    ----->
0004: <-----   ACK [MID=3379, T=E0B24A17C2F3B4EB], 2.05, 2:1/0/16
0004: <-----   CON [MID=8001, T=5BB2680091C822A9], 2.05, 2:0/1/16, observe(2)
0004: ACK [MID=8001]   ----->
0004: CON [MID=3380, T=60AA4B1D0FC23882], GET, /test, 2:1/0/16    ----->
0205: CON [MID=3380, T=60AA4B1D0FC23882], GET, /test, 2:1/0/16    ----->
0406: CON [MID=3380, T=60AA4B1D0FC23882], GET, /test, 2:1/0/16    ----->
0607: <-----   CON [MID=8002, T=5BB2680091C822A9], 2.05, 2:0/1/16, observe(3)
0607: ACK [MID=8002]   ----->
0608: CON [MID=3381, T=F44170E57AA80223], GET, /test, 2:1/0/16    ----->
0608: <-----   ACK [MID=3381, T=F44170E57AA80223], 2.05, 2:1/0/16

0002: CON [MID=19325, T=5DACB200D3FF4D54], GET, /test, observe(0)    ----->
0003: <-----   ACK [MID=19325, T=5DACB200D3FF4D54], 2.05, observe(1)
0003: <-----   CON [MID=8001, T=5DACB200D3FF4D54], 2.05, 2:0/1/16, observe(3)
0003: ACK [MID=8001]   ----->
0004: CON [MID=19326, T=F04258E9E2A93B0E], GET, /test, 2:1/0/16    ----->
0005: <-----   ACK [MID=19326, T=F04258E9E2A93B0E], 2.05, 2:1/1/16
0005: CON [MID=19327, T=2CB48E5D924EC1FF], GET, /test, 2:2/0/16    (should be dropped by error)
0006: CON [MID=19327, T=2CB48E5D924EC1FF], GET, /test, 2:2/0/16    -----> (dropped)
15:10:47.754 WARN [BaseCoapStack]: error send request CON-GET    MID=34234, Token=A77DC51912666800, OptionSet={"Observe":0, "Uri-Path":"test"}, <empty data> (o.e.c.c.n.s.BaseCoapStack.sendRequest:92)
org.eclipse.californium.elements.util.IntendedTestException: Simulate error before to sent

0002: CON [MID=34234, T=A77DC51912666800], GET, /test, observe(0)    (should be dropped by error)
0003: CON [MID=34234, T=A77DC51912666800], GET, /test, observe(0)    -----> (dropped)

0001: CON [MID=31170, T=4F857C46ACBB7CC2], GET, /test, observe(0)    ----->
0002: <-----   ACK [MID=31170, T=4F857C46ACBB7CC2], 2.05, observe(1)
0002: <-----   CON [MID=8001, T=4F857C46ACBB7CC2], 2.05, observe(3)
0003: ACK [MID=8001]   ----->
0003: CON [MID=31171, T=4F857C46ACBB7CC2], GET, /test, observe(1)    ----->
0003: <-----   CON [MID=8002, T=4F857C46ACBB7CC2], 2.05, observe(4)
0004: <-----   NON [MID=8003, T=4F857C46ACBB7CC2], 2.05, observe(5)
0203: CON [MID=31171, T=4F857C46ACBB7CC2], GET, /test, observe(1)    ----->
0404: CON [MID=31171, T=4F857C46ACBB7CC2], GET, /test, observe(1)    ----->
0504: <-----   ACK [MID=31171, T=4F857C46ACBB7CC2], 2.05

0002: CON [MID=28015, T=630093016663960A], GET, /test, observe(0)    ----->
0003: <-----   ACK [MID=28015, T=630093016663960A], 2.05, 2:0/1/16, observe(1)
0003: CON [MID=28016, T=181C765F93F83CF9], GET, /test, 2:1/0/16    ----->
0003: <-----   ACK [MID=28016, T=181C765F93F83CF9], 2.05, 2:1/0/16
0004: CON [MID=28017, T=6834F25B00A29431], GET, /test    ----->
0005: <-----   ACK [MID=28017, T=6834F25B00A29431], 2.05, 2:0/1/16
0005: CON [MID=28018, T=D05D19860002E819], GET, /test, 2:1/0/16    ----->
0005: <-----   CON [MID=8001, T=630093016663960A], 2.05, 2:0/1/16, observe(2)
0006: ACK [MID=8001]   ----->
0006: CON [MID=28019, T=78DD2ACABA040254], GET, /test, 2:1/0/16    ----->
0006: <-----   ACK [MID=28018, T=D05D19860002E819], 2.05, 2:1/0/16
0006: <-----   ACK [MID=28019, T=78DD2ACABA040254], 2.05, 2:1/0/16

0002: CON [MID=22692, T=4CA5A7FA5FB938C7], GET, /test    ----->
0003: <-----   ACK [MID=22692, T=4CA5A7FA5FB938C7], 2.05, observe(3)
0003: CON [MID=22693, T=583879C35B1D97F7], GET, /test    ----->
0004: <-----   CON [MID=8000, T=583879C35B1D97F7], 2.05, observe(4)
0004: ACK [MID=8000]   ----->
0005: CON [MID=22694, T=18E06A2A14675FAB], GET, /test    ----->
0005: <-----   NON [MID=22694, T=18E06A2A14675FAB], 2.05, observe(5)

0002: CON [MID=30727, T=870CB3E33E5FA4D1], GET, /test, observe(0)    ----->
0002: <-----   ACK [MID=30727, T=870CB3E33E5FA4D1], 2.05, 2:0/1/16, observe(0), size2(40)
0003: CON [MID=30728, T=008F0728BDBB1D1A], GET, /test, 2:1/0/16    ----->
0003: <-----   ACK [MID=30728, T=008F0728BDBB1D1A], 2.05, 2:1/1/16
0004: CON [MID=30729, T=702435348FCF5826], GET, /test, 2:2/0/16    ----->
0004: <-----   ACK [MID=30729, T=702435348FCF5826], 2.05, 2:2/0/16

0004: observe relation has been established, server now sends a notification
0005: <-----   CON [MID=8001, T=870CB3E33E5FA4D1], 2.05, 2:0/1/16, observe(1), size2(45)
0005: ACK [MID=8001]   ----->
0005: CON [MID=30730, T=00898B800A60C88F], GET, /test, 2:1/0/16    ----->
0006: <-----   ACK [MID=30730, T=00898B800A60C88F], 2.05, 2:1/1/16
0006: CON [MID=30731, T=6C4BB9565BF4D4D9], GET, /test, 2:2/0/16    ----->
0006: <-----   ACK [MID=30731, T=6C4BB9565BF4D4D9], 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=870CB3E33E5FA4D1], 2.05, 2:0/1/16, observe(2), size2(42)
0007: ACK [MID=8002]   ----->
0007: CON [MID=30732, T=0C270DC0E9D73766], GET, /test, 2:1/0/16    ----->
0008: <-----   ACK [MID=30732, T=0C270DC0E9D73766], 2.05, 2:1/1/16
0008: CON [MID=30733, T=F0D34C092524EE03], GET, /test, 2:2/0/16    ----->
0008: //////// Overriding notification ////////
0009: <-----   CON [MID=8003, T=870CB3E33E5FA4D1], 2.05, 2:0/1/16, observe(3), size2(40)
0009: ACK [MID=8003]   ----->
0009: CON [MID=30734, T=607C1BFADE2CD1DA], GET, /test, 2:1/0/16    ----->
0009: <-----   ACK [MID=30733, T=F0D34C092524EE03], 2.05, 2:2/0/16
0009: <-----   ACK [MID=30734, T=607C1BFADE2CD1DA], 2.05, 2:1/1/16
0010: CON [MID=30735, T=30992D838A3DFFF8], GET, /test, 2:2/0/16    ----->
0010: <-----   ACK [MID=30735, T=30992D838A3DFFF8], 2.05, 2:2/0/16

0011: client has detected newly arriving notification while doing blockwise transfer of previous notification
0011: server now sends notifications interfering with ongoing blockwise transfer using conflicting block numbers
0011: <-----   CON [MID=8004, T=870CB3E33E5FA4D1], 2.05, 2:0/1/16, observe(4), size2(38)
0011: ACK [MID=8004]   ----->
0011: CON [MID=30736, T=DC11EF8233B91250], GET, /test, 2:1/0/16    ----->
0012: //////// Overriding notification (4) ////////
0012: <-----   CON [MID=8005, T=870CB3E33E5FA4D1], 2.05, 2:0/1/16, observe(5), size2(40)
0012: ACK [MID=8005]   ----->
0012: CON [MID=30737, T=2047585EEA82682D], GET, /test, 2:1/0/16    ----->
0013: //////// Conflicting notification block ////////
0013: <-----   ACK [MID=30736, T=DC11EF8233B91250], 2.05, 2:1/1/16
0013: <-----   ACK [MID=30737, T=2047585EEA82682D], 2.05, 2:1/1/16
0013: CON [MID=30738, T=30AC83B61115F8B7], GET, /test, 2:2/0/16    ----->
0014: <-----   ACK [MID=30738, T=30AC83B61115F8B7], 2.05, 2:2/0/16

0014: //////// Notification after cancellation ////////
0014: <-----   CON [MID=8006, T=870CB3E33E5FA4D1], 2.05, 2:0/1/16, observe(6), size2(34)
0015: ACK [MID=8006]   ----->
0015: CON [MID=30739, T=CC29307898662ABC], GET, /test, 2:1/0/16    ----->
0015: <-----   ACK [MID=30739, T=CC29307898662ABC], 2.05, 2:1/1/16

0416: <-----   CON [MID=8007, T=870CB3E33E5FA4D1], 2.05, 2:0/1/16, observe(7)
0416: RST [MID=8007]   ----->

0002: CON [MID=24892, T=E1A8C2CAF2D5997C], GET, /test, observe(0)    ----->
0003: <-----   ACK [MID=24892, T=E1A8C2CAF2D5997C], 2.05, 2:0/1/16, observe(0), size2(45)
0003: CON [MID=24893, T=C8ACFCC35EE5A851], GET, /test, 2:1/0/16    ----->
0003: <-----   ACK [MID=24893, T=C8ACFCC35EE5A851], 2.05, 2:1/1/16
0004: CON [MID=24894, T=24831A0981894A31], GET, /test, 2:2/0/16    ----->
0004: <-----   ACK [MID=24894, T=24831A0981894A31], 2.05, 2:2/0/16

0005: <-----   CON [MID=8001, T=E1A8C2CAF2D5997C], 2.05, 2:0/1/16, observe(2), size2(42)
0005: ACK [MID=8001]   ----->
0006: CON [MID=52332, T=C006159B22ABDA03], GET, /test, 2:1/0/16    ----->
0006: <-----   ACK [MID=52332, T=C006159B22ABDA03], 2.05, 2:1/1/16
0007: CON [MID=52333, T=30CCD78E543ABCD6], GET, /test, 2:2/0/16    ----->

0007: Cancel observation E1A8C2CAF2D5997C

0002: CON [MID=37330, T=8B6D7FE7994EDE0C], GET, /test, observe(0)    ----->
0002: <-----   ACK [MID=37330, T=8B6D7FE7994EDE0C], 2.05, observe(1)
0003: <-----   CON [MID=8001, T=8B6D7FE7994EDE0C], 2.05, observe(3)
0003: ACK [MID=8001]   ----->
0003: CON [MID=37331, T=8B6D7FE7994EDE0C], GET, /test, observe(1)    ----->
0004: <-----   ACK [MID=37331, T=8B6D7FE7994EDE0C], 2.05
0004: <-----   CON [MID=8002, T=8B6D7FE7994EDE0C], 2.05, observe(4)
0004: RST [MID=8002]   ----->
0004: <-----   NON [MID=8003, T=8B6D7FE7994EDE0C], 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.806 s - in org.eclipse.californium.core.test.maninmiddle.LossyBlockwiseTransferTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 46, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ californium-core ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ californium-core ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/californium-core/target/californium-core-3.12.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ californium-core ---
[INFO] Skipping execution
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ californium-core ---
[INFO] Installing /home/jenkins/agent/workspace/californium-main/californium-core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/californium-core/3.12.0-SNAPSHOT/californium-core-3.12.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-main/californium-core/target/californium-core-3.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-core/3.12.0-SNAPSHOT/californium-core-3.12.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-main/californium-core/target/californium-core-3.12.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-core/3.12.0-SNAPSHOT/californium-core-3.12.0-SNAPSHOT-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-main/californium-core/target/californium-core-3.12.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-core/3.12.0-SNAPSHOT/californium-core-3.12.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:install (default-install) @ californium-core ---
[INFO] Installing org/eclipse/californium/californium-core/3.12.0-SNAPSHOT/californium-core-3.12.0-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] -------------------< org.eclipse.californium:cf-nat >-------------------
[INFO] Building Cf-NAT 3.12.0-SNAPSHOT                                  [10/39]
[INFO]   from cf-utils/cf-nat/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-nat ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-nat ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-nat ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ cf-nat ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ cf-nat ---
[INFO] Changes detected - recompiling the module! :source
[INFO] Compiling 2 source files with javac [debug release 7] to target/classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ cf-nat ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-nat ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-main/cf-utils/cf-nat/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-nat ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ cf-nat ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ cf-nat ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ cf-nat ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ cf-nat ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/cf-utils/cf-nat/target/cf-nat-3.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- assembly:3.6.0:single (make-assembly) @ cf-nat ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/cf-utils/cf-nat/target/cf-nat-3.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ cf-nat ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ cf-nat ---
[INFO] No tests to run.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-nat ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/cf-utils/cf-nat/target/cf-nat-3.12.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ cf-nat ---
[INFO] Skipping execution
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ cf-nat ---
[INFO] Installing /home/jenkins/agent/workspace/californium-main/cf-utils/cf-nat/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-nat/3.12.0-SNAPSHOT/cf-nat-3.12.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-main/cf-utils/cf-nat/target/cf-nat-3.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-nat/3.12.0-SNAPSHOT/cf-nat-3.12.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-main/cf-utils/cf-nat/target/cf-nat-3.12.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-nat/3.12.0-SNAPSHOT/cf-nat-3.12.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---------------< org.eclipse.californium:cf-unix-health >---------------
[INFO] Building Cf-Unix-Health 3.12.0-SNAPSHOT                          [11/39]
[INFO]   from cf-utils/cf-unix-health/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-unix-health ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-unix-health ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-unix-health ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ cf-unix-health ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-main/cf-utils/cf-unix-health/src/main/resources
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ cf-unix-health ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [debug release 7] to target/classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ cf-unix-health ---
[INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ cf-unix-health ---
[INFO] No MANIFEST.MF file found, generating manifest.
[INFO] Writing manifest: /home/jenkins/agent/workspace/californium-main/cf-utils/cf-unix-health/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-unix-health ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-unix-health ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ cf-unix-health ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ cf-unix-health ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ cf-unix-health ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- bundle:5.1.9:bundle (default-bundle) @ cf-unix-health ---
[INFO] Building bundle: /home/jenkins/agent/workspace/californium-main/cf-utils/cf-unix-health/target/cf-unix-health-3.12.0-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/californium-main/cf-utils/cf-unix-health/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- assembly:3.6.0:single (make-assembly) @ cf-unix-health ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/cf-utils/cf-unix-health/target/cf-unix-health-3.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ cf-unix-health ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ cf-unix-health ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-unix-health ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/cf-utils/cf-unix-health/target/cf-unix-health-3.12.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ cf-unix-health ---
[INFO] Skipping execution
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ cf-unix-health ---
[INFO] Installing /home/jenkins/agent/workspace/californium-main/cf-utils/cf-unix-health/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-unix-health/3.12.0-SNAPSHOT/cf-unix-health-3.12.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-main/cf-utils/cf-unix-health/target/cf-unix-health-3.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-unix-health/3.12.0-SNAPSHOT/cf-unix-health-3.12.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-main/cf-utils/cf-unix-health/target/cf-unix-health-3.12.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-unix-health/3.12.0-SNAPSHOT/cf-unix-health-3.12.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:install (default-install) @ cf-unix-health ---
[INFO] Installing org/eclipse/californium/cf-unix-health/3.12.0-SNAPSHOT/cf-unix-health-3.12.0-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] -----------------< org.eclipse.californium:cf-cluster >-----------------
[INFO] Building Cf-Cluster 3.12.0-SNAPSHOT                              [12/39]
[INFO]   from cf-utils/cf-cluster/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-cluster ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-cluster ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-cluster ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ cf-cluster ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ cf-cluster ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 13 source files with javac [debug release 7] to target/classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ cf-cluster ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ cf-cluster ---
[INFO] No MANIFEST.MF file found, generating manifest.
[INFO] Writing manifest: /home/jenkins/agent/workspace/californium-main/cf-utils/cf-cluster/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-cluster ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-cluster ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [debug release 7] to target/test-classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ cf-cluster ---
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ cf-cluster ---
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ cf-cluster ---
[INFO] 
[INFO] --- bundle:5.1.9:bundle (default-bundle) @ cf-cluster ---
[INFO] Building bundle: /home/jenkins/agent/workspace/californium-main/cf-utils/cf-cluster/target/cf-cluster-3.12.0-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/californium-main/cf-utils/cf-cluster/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- assembly:3.6.0:single (make-assembly) @ cf-cluster ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/cf-utils/cf-cluster/target/cf-cluster-3.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ cf-cluster ---
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ cf-cluster ---
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-cluster ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/cf-utils/cf-cluster/target/cf-cluster-3.12.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ cf-cluster ---
[INFO] Skipping execution
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ cf-cluster ---
[INFO] Installing /home/jenkins/agent/workspace/californium-main/cf-utils/cf-cluster/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cluster/3.12.0-SNAPSHOT/cf-cluster-3.12.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-main/cf-utils/cf-cluster/target/cf-cluster-3.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cluster/3.12.0-SNAPSHOT/cf-cluster-3.12.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-main/cf-utils/cf-cluster/target/cf-cluster-3.12.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cluster/3.12.0-SNAPSHOT/cf-cluster-3.12.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:install (default-install) @ cf-cluster ---
[INFO] Installing org/eclipse/californium/cf-cluster/3.12.0-SNAPSHOT/cf-cluster-3.12.0-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] -------------------< org.eclipse.californium:cf-cli >-------------------
[INFO] Building Cf-command-line-interface 3.12.0-SNAPSHOT               [13/39]
[INFO]   from cf-utils/cf-cli/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-cli ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-cli ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-cli ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ cf-cli ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-main/cf-utils/cf-cli/src/main/resources
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ cf-cli ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 8 source files with javac [debug release 7] to target/classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ cf-cli ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ cf-cli ---
[INFO] No MANIFEST.MF file found, generating manifest.
[INFO] Writing manifest: /home/jenkins/agent/workspace/californium-main/cf-utils/cf-cli/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-cli ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-main/cf-utils/cf-cli/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-cli ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ cf-cli ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ cf-cli ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ cf-cli ---
[INFO] No tests to run.
[INFO] 
[INFO] --- bundle:5.1.9:bundle (default-bundle) @ cf-cli ---
[INFO] Building bundle: /home/jenkins/agent/workspace/californium-main/cf-utils/cf-cli/target/cf-cli-3.12.0-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/californium-main/cf-utils/cf-cli/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- assembly:3.6.0:single (make-assembly) @ cf-cli ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/cf-utils/cf-cli/target/cf-cli-3.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ cf-cli ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ cf-cli ---
[INFO] No tests to run.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-cli ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/cf-utils/cf-cli/target/cf-cli-3.12.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ cf-cli ---
[INFO] Skipping execution
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ cf-cli ---
[INFO] Installing /home/jenkins/agent/workspace/californium-main/cf-utils/cf-cli/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cli/3.12.0-SNAPSHOT/cf-cli-3.12.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-main/cf-utils/cf-cli/target/cf-cli-3.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cli/3.12.0-SNAPSHOT/cf-cli-3.12.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-main/cf-utils/cf-cli/target/cf-cli-3.12.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cli/3.12.0-SNAPSHOT/cf-cli-3.12.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:install (default-install) @ cf-cli ---
[INFO] Installing org/eclipse/californium/cf-cli/3.12.0-SNAPSHOT/cf-cli-3.12.0-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] --------------< org.eclipse.californium:cf-cli-tcp-netty >--------------
[INFO] Building Cf-cli-tcp-netty 3.12.0-SNAPSHOT                        [14/39]
[INFO]   from cf-utils/cf-cli-tcp-netty/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-cli-tcp-netty ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-cli-tcp-netty ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-cli-tcp-netty ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ cf-cli-tcp-netty ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-main/cf-utils/cf-cli-tcp-netty/src/main/resources
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ cf-cli-tcp-netty ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug release 7] to target/classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ cf-cli-tcp-netty ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ cf-cli-tcp-netty ---
[INFO] No MANIFEST.MF file found, generating manifest.
[INFO] Writing manifest: /home/jenkins/agent/workspace/californium-main/cf-utils/cf-cli-tcp-netty/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-cli-tcp-netty ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-main/cf-utils/cf-cli-tcp-netty/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-cli-tcp-netty ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ cf-cli-tcp-netty ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ cf-cli-tcp-netty ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ cf-cli-tcp-netty ---
[INFO] No tests to run.
[INFO] 
[INFO] --- bundle:5.1.9:bundle (default-bundle) @ cf-cli-tcp-netty ---
[INFO] Building bundle: /home/jenkins/agent/workspace/californium-main/cf-utils/cf-cli-tcp-netty/target/cf-cli-tcp-netty-3.12.0-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/californium-main/cf-utils/cf-cli-tcp-netty/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- assembly:3.6.0:single (make-assembly) @ cf-cli-tcp-netty ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/cf-utils/cf-cli-tcp-netty/target/cf-cli-tcp-netty-3.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ cf-cli-tcp-netty ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ cf-cli-tcp-netty ---
[INFO] No tests to run.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-cli-tcp-netty ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/cf-utils/cf-cli-tcp-netty/target/cf-cli-tcp-netty-3.12.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ cf-cli-tcp-netty ---
[INFO] Skipping execution
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ cf-cli-tcp-netty ---
[INFO] Installing /home/jenkins/agent/workspace/californium-main/cf-utils/cf-cli-tcp-netty/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cli-tcp-netty/3.12.0-SNAPSHOT/cf-cli-tcp-netty-3.12.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-main/cf-utils/cf-cli-tcp-netty/target/cf-cli-tcp-netty-3.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cli-tcp-netty/3.12.0-SNAPSHOT/cf-cli-tcp-netty-3.12.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-main/cf-utils/cf-cli-tcp-netty/target/cf-cli-tcp-netty-3.12.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cli-tcp-netty/3.12.0-SNAPSHOT/cf-cli-tcp-netty-3.12.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:install (default-install) @ cf-cli-tcp-netty ---
[INFO] Installing org/eclipse/californium/cf-cli-tcp-netty/3.12.0-SNAPSHOT/cf-cli-tcp-netty-3.12.0-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] -----------------< org.eclipse.californium:cf-encrypt >-----------------
[INFO] Building Cf-Encrypt 3.12.0-SNAPSHOT                              [15/39]
[INFO]   from cf-utils/cf-encrypt/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-encrypt ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-encrypt ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-encrypt ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ cf-encrypt ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ cf-encrypt ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [debug release 7] to target/classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ cf-encrypt ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-encrypt ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-main/cf-utils/cf-encrypt/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-encrypt ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ cf-encrypt ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ cf-encrypt ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ cf-encrypt ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ cf-encrypt ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/cf-utils/cf-encrypt/target/cf-encrypt-3.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- assembly:3.6.0:single (make-assembly) @ cf-encrypt ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/cf-utils/cf-encrypt/target/cf-encrypt-3.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ cf-encrypt ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ cf-encrypt ---
[INFO] No tests to run.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-encrypt ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/cf-utils/cf-encrypt/target/cf-encrypt-3.12.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ cf-encrypt ---
[INFO] Skipping execution
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ cf-encrypt ---
[INFO] Installing /home/jenkins/agent/workspace/californium-main/cf-utils/cf-encrypt/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-encrypt/3.12.0-SNAPSHOT/cf-encrypt-3.12.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-main/cf-utils/cf-encrypt/target/cf-encrypt-3.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-encrypt/3.12.0-SNAPSHOT/cf-encrypt-3.12.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-main/cf-utils/cf-encrypt/target/cf-encrypt-3.12.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-encrypt/3.12.0-SNAPSHOT/cf-encrypt-3.12.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] -------------< org.eclipse.californium:californium-tests >--------------
[INFO] Building Californium (Cf) Tests 3.12.0-SNAPSHOT                  [16/39]
[INFO]   from californium-tests/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ californium-tests ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ californium-tests ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ californium-tests ---
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ californium-tests ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ californium-tests ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ californium-tests ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ californium-tests ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ californium-tests ---
[INFO] No tests to run.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ californium-tests ---
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ californium-tests ---
[INFO] Skipping execution
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ californium-tests ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] -------< org.eclipse.californium:californium-integration-tests >--------
[INFO] Building Californium (Cf) Integration Tests 3.12.0-SNAPSHOT      [17/39]
[INFO]   from californium-tests/californium-integration-tests/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ californium-integration-tests ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ californium-integration-tests ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ californium-integration-tests ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ californium-integration-tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-main/californium-tests/californium-integration-tests/src/main/resources
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ californium-integration-tests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ californium-integration-tests ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ californium-integration-tests ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ californium-integration-tests ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 8 source files with javac [debug release 7] to target/test-classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[WARNING] /home/jenkins/agent/workspace/californium-main/californium-tests/californium-integration-tests/src/test/java/org/eclipse/californium/integration/test/NatTestHelper.java:[242,56] DTLS_VERIFY_PEERS_ON_RESUMPTION_THRESHOLD in org.eclipse.californium.scandium.config.DtlsConfig has been deprecated
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ californium-integration-tests ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ californium-integration-tests ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ californium-integration-tests ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/home/jenkins/agent/workspace/californium-main/cf-utils/cf-nat/target/cf-nat-3.12.0-SNAPSHOT.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.2.13/logback-classic-1.2.13.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [ch.qos.logback.classic.util.ContextSelectorStaticBinder]
15:11:08.403 INFO [JceProviderUtil]: JCE default setup (o.e.c.e.u.JceProviderUtil.setupJce:335)
15:11:08.527 INFO [JceProviderUtil]: RSA: true, EC: true, AES: not restricted (o.e.c.e.u.JceProviderUtil.setupJce:467)
15:11:08.537 INFO [JceProviderUtil]: EdDSA supported by SunEC, Ed25519: true, Ed448: true (o.e.c.e.u.JceProviderUtil.setupJce:492)
15:11:08.537 INFO [JceProviderUtil]: JCE setup: SunEC version 17, ready. (o.e.c.e.u.JceProviderUtil.setupJce:502)
[INFO] Running org.eclipse.californium.integration.test.SecureBlockwiseTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.305 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.505 s - in org.eclipse.californium.integration.test.SecureTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ californium-integration-tests ---
[INFO] Skipping packaging of the jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ californium-integration-tests ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ californium-integration-tests ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/home/jenkins/agent/workspace/californium-main/cf-utils/cf-nat/target/cf-nat-3.12.0-SNAPSHOT.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.2.13/logback-classic-1.2.13.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [ch.qos.logback.classic.util.ContextSelectorStaticBinder]
15:11:13.332 INFO [JceProviderUtil]: JCE default setup (o.e.c.e.u.JceProviderUtil.setupJce:335)
15:11:13.451 INFO [JceProviderUtil]: RSA: true, EC: true, AES: not restricted (o.e.c.e.u.JceProviderUtil.setupJce:467)
15:11:13.461 INFO [JceProviderUtil]: EdDSA supported by SunEC, Ed25519: true, Ed448: true (o.e.c.e.u.JceProviderUtil.setupJce:492)
15:11:13.461 INFO [JceProviderUtil]: JCE setup: SunEC version 17, ready. (o.e.c.e.u.JceProviderUtil.setupJce:502)
[INFO] Running org.eclipse.californium.integration.test.SecureObserveTest
Resource resource changed to "resource says hi for the 1 time"
coap-server coaps://127.0.0.1:40893/resource
coap-client coaps://127.0.0.1:51247
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"
15:11:13.960 WARN [EndpointContextUtil]: strict context sending, DTLS_SESSION_ID: "7D18AA291B9B9B84B06653C285A1B75A2694448799EC651255548E3A9A93CD71" != "CEEF707666BE68237CF71705975EA582E2D23A907C207116B0662044B2BBAD33" (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:53645/resource
coap-client coaps://127.0.0.1:52654
URI: change coaps://127.0.0.1:53645/resource to coaps://127.0.0.1:42419/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:42419/resource to coaps://127.0.0.1:36817/resource
15:11:16.316 WARN [NioNatUtil]: NAT 127.0.0.1:35586 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:39117/resource
coap-client coaps://127.0.0.1:43368
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:39193/resource
coap-client coaps://127.0.0.1:36599
Resource resource changed to "resource says hi for the 1 time"
coap-server coaps://127.0.0.1:43441/resource
coap-client coaps://127.0.0.1:36639
URI: change coaps://127.0.0.1:43441/resource to coaps://127.0.0.1:55014/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"
15:11:20.859 WARN [NioNatUtil]: NAT 127.0.0.1:37884 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:51765/resource
coap-client coaps://127.0.0.1:40657
URI: change coaps://127.0.0.1:51765/resource to coaps://127.0.0.1:52586/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"
15:11:25.189 WARN [NioNatUtil]: NAT 127.0.0.1:39716 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:59654/resource
coap-client coaps://127.0.0.1:39055
URI: change coaps://127.0.0.1:59654/resource to coaps://127.0.0.1:59316/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"
15:11:25.533 WARN [NioNatUtil]: NAT 127.0.0.1:59867 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:59031/resource
coap-client coaps://127.0.0.1:44354
URI: change coaps://127.0.0.1:59031/resource to coaps://127.0.0.1:45149/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"
15:11:25.868 WARN [NioNatUtil]: NAT 127.0.0.1:45386 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.297 s - in org.eclipse.californium.integration.test.SecureObserveTest
[INFO] Running org.eclipse.californium.integration.test.SecureNatTest
URI: LoadBalancer destination coaps://127.0.0.1:51835/resource
coap-server coaps://127.0.0.1:51835/resource
coap-client coaps://127.0.0.1:53307
15:11:27.542 WARN [NioNatUtil]: NAT 127.0.0.1:51835 stopped. 1634 forwarded messages, 1425 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105)
URI: LoadBalancer destination coaps://127.0.0.1:33270/resource
coap-server coaps://127.0.0.1:33270/resource
coap-client coaps://127.0.0.1:50922
15:11:28.432 WARN [NioNatUtil]: NAT 127.0.0.1:33270 stopped. 1113 forwarded messages, 1113 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105)
URI: LoadBalancer destination coaps://127.0.0.1:41984/resource
coap-server coaps://127.0.0.1:41984/resource
coap-client coaps://127.0.0.1:51019
15:11:29.439 WARN [NioNatUtil]: NAT 127.0.0.1:41984 stopped. 1519 forwarded messages, 1316 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105)
URI: LoadBalancer destination coaps://127.0.0.1:50095/resource
coap-server coaps://127.0.0.1:50095/resource
coap-client coaps://127.0.0.1:51105
15:11:36.941 WARN [NioNatUtil]: NAT 127.0.0.1:50095 stopped. 362 forwarded messages, 335 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105)
URI: LoadBalancer destination coaps://127.0.0.1:51159/resource
coap-server coaps://127.0.0.1:51159/resource
coap-client coaps://127.0.0.1:51688
15:11:44.037 WARN [NioNatUtil]: NAT 127.0.0.1:51159 stopped. 9 forwarded messages, 4 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105)
URI: LoadBalancer destination coaps://127.0.0.1:55520/resource
coap-server coaps://127.0.0.1:55520/resource
coap-client coaps://127.0.0.1:60246
15:11:44.049 WARN [NioNatUtil]: NAT 127.0.0.1:55520 stopped. 5 forwarded messages, 5 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105)
URI: LoadBalancer destination coaps://127.0.0.1:45561/resource
coap-server coaps://127.0.0.1:45561/resource
coap-client coaps://127.0.0.1:52077
15:11:44.557 WARN [NioNatUtil]: NAT 127.0.0.1:45561 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: 18.749 s - in org.eclipse.californium.integration.test.SecureNatTest
[INFO] Running org.eclipse.californium.integration.test.SecureCidClusterTest
URI: LoadBalancer destination coaps://127.0.0.1:37697/resource
coap-server coaps://127.0.0.1:37697/resource
coap-client coaps://127.0.0.1:41527
15:11:45.434 WARN [NioNatUtil]: NAT 127.0.0.1:37697 stopped. 1667 forwarded messages, 1546 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105)
URI: LoadBalancer destination coaps://127.0.0.1:53400/resource
coap-server coaps://127.0.0.1:53400/resource
coap-client coaps://127.0.0.1:44919
15:11:45.944 WARN [NioNatUtil]: NAT 127.0.0.1:53400 stopped. 1113 forwarded messages, 1113 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105)
URI: LoadBalancer destination coaps://127.0.0.1:50459/resource
coap-server coaps://127.0.0.1:50459/resource
coap-client coaps://127.0.0.1:42898
15:11:46.734 WARN [NioNatUtil]: NAT 127.0.0.1:50459 stopped. 1572 forwarded messages, 1461 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105)
URI: LoadBalancer destination coaps://127.0.0.1:42779/resource
coap-server coaps://127.0.0.1:42779/resource
coap-client coaps://127.0.0.1:36669
15:11:52.999 WARN [NioNatUtil]: NAT 127.0.0.1:42779 stopped. 371 forwarded messages, 356 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105)
URI: LoadBalancer destination coaps://127.0.0.1:49641/resource
coap-server coaps://127.0.0.1:49641/resource
coap-client coaps://127.0.0.1:48479
15:11:59.034 WARN [NioNatUtil]: NAT 127.0.0.1:49641 stopped. 9 forwarded messages, 4 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105)
URI: LoadBalancer destination coaps://127.0.0.1:36088/resource
coap-server coaps://127.0.0.1:36088/resource
coap-client coaps://127.0.0.1:53186
15:11:59.049 WARN [NioNatUtil]: NAT 127.0.0.1:36088 stopped. 5 forwarded messages, 5 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105)
URI: LoadBalancer destination coaps://127.0.0.1:40316/resource
coap-server coaps://127.0.0.1:40316/resource
coap-client coaps://127.0.0.1:50806
15:11:59.647 WARN [NioNatUtil]: NAT 127.0.0.1:40316 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.029 s - in org.eclipse.californium.integration.test.SecureCidClusterTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ californium-integration-tests ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ californium-integration-tests ---
[INFO] Skipping execution
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ californium-integration-tests ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] -----< org.eclipse.californium:californium-interoperability-tests >-----
[INFO] Building Californium (Cf) Interoperability Tests 3.12.0-SNAPSHOT [18/39]
[INFO]   from californium-tests/californium-interoperability-tests/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ californium-interoperability-tests ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ californium-interoperability-tests ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ californium-interoperability-tests ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ californium-interoperability-tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-main/californium-tests/californium-interoperability-tests/src/main/resources
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ californium-interoperability-tests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ californium-interoperability-tests ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ californium-interoperability-tests ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ californium-interoperability-tests ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 31 source files with javac [debug release 7] to target/test-classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[WARNING] /home/jenkins/agent/workspace/californium-main/californium-tests/californium-interoperability-tests/src/test/java/org/eclipse/californium/interoperability/test/libcoap/mbedtls/LibCoapClientMbedTlsInteroperabilityTest.java:[107,48] DTLS_SUPPORT_DEPRECATED_CID in org.eclipse.californium.scandium.config.DtlsConfig has been deprecated
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ californium-interoperability-tests ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
15:12:01.653 INFO [JceProviderUtil]: JCE default setup (o.e.c.e.u.JceProviderUtil.setupJce:335)
15:12:01.783 INFO [JceProviderUtil]: RSA: true, EC: true, AES: not restricted (o.e.c.e.u.JceProviderUtil.setupJce:467)
15:12:01.793 INFO [JceProviderUtil]: EdDSA supported by SunEC, Ed25519: true, Ed448: true (o.e.c.e.u.JceProviderUtil.setupJce:492)
15:12:01.793 INFO [JceProviderUtil]: JCE setup: SunEC version 17, ready. (o.e.c.e.u.JceProviderUtil.setupJce:502)
15:12:01.831 INFO [TestScope]: INTENSIVE TEST: false (o.e.c.e.util.TestScope.<clinit>:35)
OpenSSL 1.1.1n  15 Mar 2022
> exit: 0 (0ms).
15:12:02.062 INFO [Configuration]: defaults added DTLS. (o.e.c.e.c.Configuration.addDefaultModule:424)
15:12:02.063 INFO [Configuration]: defaults added SYS. (o.e.c.e.c.Configuration.addDefaultModule:424)
[INFO] Running org.eclipse.californium.interoperability.test.openssl.OpenSslServerAuthenticationInteroperabilityTest
15:12:02.104 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
15:12:02.192 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
15:12:02.205 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
15:12:02.228 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:59379] (o.e.c.s.DTLSConnector$Worker.run:3847)
15:12:02.228 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:59379, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
15:12:02.228 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:59379] (o.e.c.s.DTLSConnector$Worker.run:3847)
15:12:02.275 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492)
15:12:02.315 INFO [ClientHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2529)
depth=2 CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
depth=0 CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
-----BEGIN SSL SESSION PARAMETERS-----
MIICgAIBAQIDAP79BALArgQgr99VRaPT8/p6rNwfyxJbavcbzhromwm1xJA2ce7e
/V4EMFwjScsakPwCFD71NrTkTFjmed+Ajtc0zfvU0Hk1eUlyHK46zluXcBb5fSj2
FBZViaEGAgRmNP7CogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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 (212ms, testOpenSslServerTrustTrustAll).
15:12:02.346 INFO [TestNameLoggerRule]: Test testOpenSslServerTrustTrustAll (o.e.c.e.r.TestNameLoggerRule.finished:63)
15:12:02.347 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
15:12:02.363 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
15:12:02.364 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
15:12:02.365 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:55364] (o.e.c.s.DTLSConnector$Worker.run:3847)
15:12:02.365 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:55364, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
15:12:02.365 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:55364] (o.e.c.s.DTLSConnector$Worker.run:3847)
15:12:02.368 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492)
15:12:02.373 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-----
MIIChQIBAQIDAP79BALArgQglmY+LwiEY/Y/v4hOSzq2JJyleL8oLfpg0/G4tHLx
JEMEMDSMqxI356h5FbcNpcz6B528wp6z2ftObzHJCCS9SemopRqppZdF0G7dWas+
PFkHJKEGAgRmNP7CogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/ThPMAoG
CCqGSM49BAMCMFoxDjAMBgNVBAMTBWNmLWNhMRQwEgYDVQQLEwtDYWxpZm9ybml1
bTEUMBIGA1UEChMLRWNsaXBzZSBJb1QxDzANBgNVBAcTBk90dGF3YTELMAkGA1UE
BhMCQ0EwHhcNMjMxMDI2MDgwODIyWhcNMjUxMDI1MDgwODIyWjBeMRIwEAYDVQQD
EwljZi1jbGllbnQxFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xp
cHNlIElvVDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTBZMBMGByqGSM49
AgEGCCqGSM49AwEHA0IABEMWDufzOYnuvt0DzmgMuTA+gpBSC2cCG9qzgQl/xFj2
qHF9R/nsp1J2hBG5qsXjeq5yP6R9fY+D7bHoHxy6882jTzBNMB0GA1UdDgQWBBSs
BAy0yfuXEKGX241jdbydrLICvjALBgNVHQ8EBAMCB4AwHwYDVR0jBBgwFoAUsVc6
CNUy/O/vobFG/b0MKjg84FEwCgYIKoZIzj0EAwIDSAAwRQIgNigjsN59gCvVZvLt
rtW0ERCBLN7SgFO3hY6TRZ/dvTcCIQCJ4QRqBMEtl5buW3WUn1p7o6EaxEIiIkKU
rZi8VXCLB6QGBAQBAAAApQMCARStAwIBAQ==
-----END SSL SESSION PARAMETERS-----
Client certificate
-----BEGIN CERTIFICATE-----
MIIB/TCCAaOgAwIBAgIIVNrVgKT9OE8wCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF
Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv
VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MjJa
Fw0yNTEwMjUwODA4MjJaMF4xEjAQBgNVBAMTCWNmLWNsaWVudDEUMBIGA1UECxML
Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh
d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEQxYO5/M5
ie6+3QPOaAy5MD6CkFILZwIb2rOBCX/EWPaocX1H+eynUnaEEbmqxeN6rnI/pH19
j4PtsegfHLrzzaNPME0wHQYDVR0OBBYEFKwEDLTJ+5cQoZfbjWN1vJ2ssgK+MAsG
A1UdDwQEAwIHgDAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzgUTAKBggq
hkjOPQQDAgNIADBFAiA2KCOw3n2AK9Vm8u2u1bQREIEs3tKAU7eFjpNFn929NwIh
AInhBGoEwS2Xlu5bdZSfWnujoRrEQiIiQpStmLxVcIsH
-----END CERTIFICATE-----
subject=CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA

issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA

Shared ciphers:ECDHE-ECDSA-AES128-CCM8
Signature Algorithms: ECDSA+SHA256:RSA+SHA256
Shared Signature Algorithms: ECDSA+SHA256:RSA+SHA256
Peer signing digest: SHA256
Peer signature type: ECDSA
Supported Elliptic Curve Point Formats: uncompressed
Supported Elliptic Groups: P-256:X25519:X448:P-384
Shared Elliptic groups: P-256:X25519:X448:P-384
CIPHER is ECDHE-ECDSA-AES128-CCM8
Secure Renegotiation IS supported
Hello OpenSSL!< ACK-Hello OpenSSL!
< Q

DONE
shutdown accept socket
shutting down SSL
CONNECTION CLOSED
   1 items in the session cache
   0 client connects (SSL_connect())
   0 client renegotiates (SSL_connect())
   0 client connects that finished
   1 server accepts (SSL_accept())
   0 server renegotiates (SSL_accept())
   1 server accepts that finished
   0 session cache hits
   0 session cache misses
   0 session cache timeouts
   0 callback cache hits
   0 cache full overflows (128 allowed)
> exit: 0 (35ms, testOpenSslServerChainTrustCa).
15:12:02.387 INFO [TestNameLoggerRule]: Test testOpenSslServerChainTrustCa (o.e.c.e.r.TestNameLoggerRule.finished:63)
15:12:02.387 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
15:12:02.430 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
15:12:02.431 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
15:12:02.432 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:50274] (o.e.c.s.DTLSConnector$Worker.run:3847)
15:12:02.432 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:50274, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
15:12:02.432 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:50274] (o.e.c.s.DTLSConnector$Worker.run:3847)
15:12:02.435 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492)
15:12:02.440 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-----
MIICgAIBAQIDAP79BALArgQgDt1FQDBwUBJnfHJJfthJJnEjvQ5ljqFCTaE0mLUM
GBQEMGLXiHquRVuZprAmN28QLzMGi6M0PGE2n+nD2rmCf4OWEfEX3fB4qFrgDsNX
QH86maEGAgRmNP7CogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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 (62ms, testOpenSslServerFullTrustTrustAll).
15:12:02.454 INFO [TestNameLoggerRule]: Test testOpenSslServerFullTrustTrustAll (o.e.c.e.r.TestNameLoggerRule.finished:63)
15:12:02.455 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
15:12:02.559 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
15:12:02.561 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
15:12:02.562 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:47303] (o.e.c.s.DTLSConnector$Worker.run:3847)
15:12:02.562 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:47303, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
15:12:02.562 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:47303] (o.e.c.s.DTLSConnector$Worker.run:3847)
15:12:02.567 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492)
15:12:02.575 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-----
MIIDVQIBAQIDAP79BALALwQguT8goy7ujNnWZFKZIpnRSU07+zlQgG4LsP7MN3iD
98MEMPva1KdrLcz4h1f/WsTgWt62qljNEFg9bJfhui8VMYLjC91CAzcrmic9tqiy
cyKxCqEGAgRmNP7CogQCAhwgo4IC0TCCAs0wggJyoAMCAQICCGcoHR/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 (180ms, testOpenSslServerRsaTrustRoot).
15:12:02.640 INFO [TestNameLoggerRule]: Test testOpenSslServerRsaTrustRoot (o.e.c.e.r.TestNameLoggerRule.finished:63)
15:12:02.641 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
15:12:02.657 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
15:12:02.658 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
15:12:02.659 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:38098] (o.e.c.s.DTLSConnector$Worker.run:3847)
15:12:02.659 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:38098, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
15:12:02.659 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:38098] (o.e.c.s.DTLSConnector$Worker.run:3847)
15:12:02.661 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492)
15:12:02.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-----
MIICgAIBAQIDAP79BALArgQgSwZGIOoDlLxfSqyr27OC4WH0e32mF4hwp/Y9lcyV
L2YEMEBRGAPbXIwW2EgwlOvidF7MJxapnNodgy9vU1QHFIvEHD8aIO7rXnBGrNWq
92aHcKEGAgRmNP7CogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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 (37ms, testOpenSslServerRsaTrustTrustRoot).
15:12:02.683 INFO [TestNameLoggerRule]: Test testOpenSslServerRsaTrustTrustRoot (o.e.c.e.r.TestNameLoggerRule.finished:63)
15:12:02.684 INFO [TestNameLoggerRule]: Test testOpenSslServerBothRawPublicKeyEmptyCertificate (o.e.c.e.r.TestNameLoggerRule.starting:57)
15:12:02.686 INFO [TestNameLoggerRule]: Test testOpenSslServerBothRawPublicKeyEmptyCertificate (o.e.c.e.r.TestNameLoggerRule.finished:63)
15:12:02.688 INFO [TestNameLoggerRule]: Test testOpenSslServerBothRawPublicKey (o.e.c.e.r.TestNameLoggerRule.starting:57)
15:12:02.688 INFO [TestNameLoggerRule]: Test testOpenSslServerBothRawPublicKey (o.e.c.e.r.TestNameLoggerRule.finished:63)
15:12:02.689 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
15:12:02.731 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
15:12:02.732 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
15:12:02.733 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:51126] (o.e.c.s.DTLSConnector$Worker.run:3847)
15:12:02.733 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:51126, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
15:12:02.733 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:51126] (o.e.c.s.DTLSConnector$Worker.run:3847)
15:12:02.735 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492)
15:12:02.740 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-----
MIIChQIBAQIDAP79BALArgQgijlXd84uALSKKVZKc33sSikdxq4qCIprYc02O2ad
kKoEMH4TpIMqW3xxan8sgqDYCgms6EkkkzF9ASQQd8Uk1zV9D+2XOEf2dBzkzmh+
ZV+U8KEGAgRmNP7CogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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 (59ms, testOpenSslServerChainTrustAll).
15:12:02.752 INFO [TestNameLoggerRule]: Test testOpenSslServerChainTrustAll (o.e.c.e.r.TestNameLoggerRule.finished:63)
15:12:02.753 INFO [TestNameLoggerRule]: Test testOpenSslServerBrainpoolP384r1 (o.e.c.e.r.TestNameLoggerRule.starting:57)
15:12:02.753 INFO [TestNameLoggerRule]: Test testOpenSslServerBrainpoolP384r1 (o.e.c.e.r.TestNameLoggerRule.finished:63)
15:12:02.755 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
15:12:02.768 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
15:12:02.770 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
15:12:02.771 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:43830] (o.e.c.s.DTLSConnector$Worker.run:3847)
15:12:02.771 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:43830, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
15:12:02.771 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:43830] (o.e.c.s.DTLSConnector$Worker.run:3847)
15:12:02.774 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492)
15:12:02.779 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-----
MIIChQIBAQIDAP79BALArgQgLpVgkas4ch3WCJT71+R21nz+GR5Z6D8TCMmKK4XG
b0sEMHOA7zy1AMAH6hCNUqvFRVDoH2kGeoc485fGmokICans/PumR/yzSx2K8vwu
iBT/aqEGAgRmNP7CogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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, testOpenSslServerChainTrustRoot).
15:12:02.792 INFO [TestNameLoggerRule]: Test testOpenSslServerChainTrustRoot (o.e.c.e.r.TestNameLoggerRule.finished:63)
15:12:02.793 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
15:12:02.830 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
15:12:02.831 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
15:12:02.832 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:45287] (o.e.c.s.DTLSConnector$Worker.run:3847)
15:12:02.832 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:45287, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
15:12:02.832 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:45287] (o.e.c.s.DTLSConnector$Worker.run:3847)
15:12:02.834 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492)
15:12:02.838 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-----
MIIChQIBAQIDAP79BALArgQgu4z9N0sPNkg8mPmJuAkS1mYkFR6bEzPkd9GrNSBa
kgIEMGS4K3rTy++6yDw/zf5KVi9mf85FTIk0aSAGXhbQ8Cx78iCUUo6wXaxLFeUo
jxDW1qEGAgRmNP7CogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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 (54ms, testOpenSslServerCertTrustCa).
15:12:02.851 INFO [TestNameLoggerRule]: Test testOpenSslServerCertTrustCa (o.e.c.e.r.TestNameLoggerRule.finished:63)
15:12:02.851 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
15:12:02.860 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
15:12:02.861 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
15:12:02.862 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:47370] (o.e.c.s.DTLSConnector$Worker.run:3847)
15:12:02.862 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:47370, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
15:12:02.862 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:47370] (o.e.c.s.DTLSConnector$Worker.run:3847)
-----BEGIN SSL SESSION PARAMETERS-----
MIGOAgEBAgMA/v0EAsCoBCDebNd5f7xGbgXhB9y5purSzhDTWNcQgtHSk59Yqffs
MwQw+TFd0TEpgQrBiCISAPspgrtklVBW8njXS2kYCQoWbxir4fJ2KeLjg9wwfVg8
buUboQYCBGY0/sKiBAICHCCkBgQEAQAAAKgRBA9DbGllbnRfaWRlbnRpdHmtAwIB
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: BF5F265C693300FFC7764E165F02CB007FD3D8D6
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 (13ms, testOpenSslServerExportKeyMaterial).
15:12:02.870 INFO [TestNameLoggerRule]: Test testOpenSslServerExportKeyMaterial (o.e.c.e.r.TestNameLoggerRule.finished:63)
15:12:02.870 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
15:12:02.933 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
15:12:02.934 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
15:12:02.935 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:46315] (o.e.c.s.DTLSConnector$Worker.run:3847)
15:12:02.935 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:46315, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
15:12:02.935 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:46315] (o.e.c.s.DTLSConnector$Worker.run:3847)
15:12:02.937 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492)
15:12:02.942 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-----
MIICgAIBAQIDAP79BALArgQgQfS/f0mOUjRvFt8J2ubZpIfiVbp0vfCHvAB0gUYp
OS0EMHLEflbevgwF30nG6Uxltzyf7P7yRlarVZVNQS9FZ0CdxyX0j5OMrEPPF2kH
3oFqGqEGAgRmNP7CogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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 (80ms, testOpenSslServerPrime256v1).
15:12:02.954 INFO [TestNameLoggerRule]: Test testOpenSslServerPrime256v1 (o.e.c.e.r.TestNameLoggerRule.finished:63)
15:12:02.955 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
15:12:02.970 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
15:12:02.971 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
15:12:02.971 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:45862] (o.e.c.s.DTLSConnector$Worker.run:3847)
15:12:02.971 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:45862, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
15:12:02.972 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:45862] (o.e.c.s.DTLSConnector$Worker.run:3847)
15:12:02.974 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492)
15:12:03.029 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-----
MIICgAIBAQIDAP79BALArgQgeX+kOux4YmLuy4NCJnCcS/bRGtYAvbWoZE1vcUky
Z5YEMLT5rYfw2au19xi5SdPtxFf21FxW7uPxySEq8xhL59ktHfEsTo15Q0cXYcHY
UY6Rm6EGAgRmNP7CogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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 (83ms, testOpenSslServerX25519).
15:12:03.042 INFO [TestNameLoggerRule]: Test testOpenSslServerX25519 (o.e.c.e.r.TestNameLoggerRule.finished:63)
15:12:03.043 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
15:12:03.055 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
15:12:03.056 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
15:12:03.057 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:47223] (o.e.c.s.DTLSConnector$Worker.run:3847)
15:12:03.057 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:47223, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
15:12:03.057 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:47223] (o.e.c.s.DTLSConnector$Worker.run:3847)
15:12:03.059 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492)
15:12:03.063 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-----
MIIChQIBAQIDAP79BALArgQg0C1k5ubjk3cqUZ6p18FW/0HExQiXY4bDLDztlDKb
uQQEMN5xEOUpYwfHL/PUQdgyJ+zmbB8tDjDA8wUJVIfo0nki1lQV/UyA1uXyeGm0
TCEZKaEGAgRmNP7DogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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 (27ms, testOpenSslServerCertTrustAll).
15:12:03.074 INFO [TestNameLoggerRule]: Test testOpenSslServerCertTrustAll (o.e.c.e.r.TestNameLoggerRule.finished:63)
15:12:03.075 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
15:12:03.139 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
15:12:03.140 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
15:12:03.141 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:51119] (o.e.c.s.DTLSConnector$Worker.run:3847)
15:12:03.141 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:51119, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
15:12:03.141 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:51119] (o.e.c.s.DTLSConnector$Worker.run:3847)
15:12:03.143 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492)
15:12:03.148 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-----
MIICgAIBAQIDAP79BALArgQgjb/JKFVONZGbx49hu8aVSdiZ8vqBk6jjFZrZKpNp
ltQEMJHCIdkvI6M981qSbWIllCh7jRUMHxwgYy7DGuMbQFdjlkST7uUN0EDJ64fH
4cRqnaEGAgRmNP7DogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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 (32ms, testOpenSslServerX448).
15:12:03.161 INFO [TestNameLoggerRule]: Test testOpenSslServerX448 (o.e.c.e.r.TestNameLoggerRule.finished:63)
15:12:03.161 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
15:12:03.176 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
15:12:03.177 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
15:12:03.178 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:38658] (o.e.c.s.DTLSConnector$Worker.run:3847)
15:12:03.178 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:38658, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
15:12:03.178 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:38658] (o.e.c.s.DTLSConnector$Worker.run:3847)
15:12:03.182 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492)
15:12:03.186 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-----
MIICgAIBAQIDAP79BALArgQgKrXTwfb/BUPpaUpvrGsPGZLwNmvJUYziALnAGLWD
dpUEMP/33Yx1AXJt31AIldUyYbCMPNgB+Bj3k/0uBQVtVHCuPceydQo6QQ8MIXuh
Lch47aEGAgRmNP7DogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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 (39ms, testOpenSslServerSecP384r1).
15:12:03.204 INFO [TestNameLoggerRule]: Test testOpenSslServerSecP384r1 (o.e.c.e.r.TestNameLoggerRule.finished:63)
15:12:03.204 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
15:12:03.233 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
15:12:03.234 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
15:12:03.234 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:40430] (o.e.c.s.DTLSConnector$Worker.run:3847)
15:12:03.234 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:40430, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
15:12:03.235 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:40430] (o.e.c.s.DTLSConnector$Worker.run:3847)
-----BEGIN SSL SESSION PARAMETERS-----
MIGOAgEBAgMA/v0EAsCoBCBffv3nrmxcBcMgwz+7YmYpI7MPHNby0Mfy7BsOaF7O
NwQwNTkQkI0lWVvNFvHHw90TbiV2BQBZso8nnvoegOQrlDnaacp3R4o1BXj6oGHx
NUnSoQYCBGY0/sOiBAICHCCkBgQEAQAAAKgRBA9DbGllbnRfaWRlbnRpdHmtAwIB
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 (11ms, testOpenSslServerPsk).
15:12:03.240 INFO [TestNameLoggerRule]: Test testOpenSslServerPsk (o.e.c.e.r.TestNameLoggerRule.finished:63)
15:12:03.240 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
15:12:03.254 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
15:12:03.255 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
15:12:03.256 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:53952] (o.e.c.s.DTLSConnector$Worker.run:3847)
15:12:03.256 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:53952, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
15:12:03.256 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:53952] (o.e.c.s.DTLSConnector$Worker.run:3847)
15:12:03.259 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492)
15:12:03.263 INFO [ClientHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2529)
depth=2 CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
depth=0 CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
-----BEGIN SSL SESSION PARAMETERS-----
MIICgAIBAQIDAP79BALArgQg/B0DbpcMrdx7yOZrA+4d6oPHbQ2VSb7woUc+vbrP
UnQEMMbOG2quBC1ZhnfQSGNgx+SNZHT/5yNbbz/BkcnzO6n2m6MlZ4jjeX8HEduL
gFHKEaEGAgRmNP7DogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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 (34ms, testOpenSslServerTrustTrustCa).
15:12:03.278 INFO [TestNameLoggerRule]: Test testOpenSslServerTrustTrustCa (o.e.c.e.r.TestNameLoggerRule.finished:63)
15:12:03.278 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
15:12:03.294 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
15:12:03.295 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
15:12:03.296 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:41869] (o.e.c.s.DTLSConnector$Worker.run:3847)
15:12:03.325 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:41869, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
15:12:03.325 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:41869] (o.e.c.s.DTLSConnector$Worker.run:3847)
15:12:03.328 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492)
15:12:03.332 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-----
MIICgAIBAQIDAP79BALArgQgdswxQmSafEsGyEiJ3HMY9Xczo4NbTfFw25oR73X2
6joEMJnJZrZyPB+bzZacylhsmNc5Z2SrNe6GorgS3vdTdhcCDkrScc5c81FGt8pM
HLhyo6EGAgRmNP7DogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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 (52ms, testOpenSslServerTrustTrustRoot).
15:12:03.342 INFO [TestNameLoggerRule]: Test testOpenSslServerTrustTrustRoot (o.e.c.e.r.TestNameLoggerRule.finished:63)
15:12:03.342 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
15:12:03.355 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
15:12:03.355 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
15:12:03.356 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:56772] (o.e.c.s.DTLSConnector$Worker.run:3847)
15:12:03.356 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:56772, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
15:12:03.356 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:56772] (o.e.c.s.DTLSConnector$Worker.run:3847)
15:12:03.358 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492)
15:12:03.362 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-----
MIIChQIBAQIDAP79BALArgQgrX7TLveUu9n7bGWMzYMW8e6AAUJrNzxf0WfQ+TL4
tRIEMPvGCOMpmcYR3cGzNQUy+otnz1FDmBLhYlGjHPRfbP3Wn7Jeu4JVShY+GPmZ
Dhw0WaEGAgRmNP7DogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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 (26ms, testOpenSslServerRsaChainTrustRoot).
15:12:03.372 INFO [TestNameLoggerRule]: Test testOpenSslServerRsaChainTrustRoot (o.e.c.e.r.TestNameLoggerRule.finished:63)
OpenSSL 1.1.1n  15 Mar 2022
> exit: 0 (3ms).
[WARNING] Tests run: 24, Failures: 0, Errors: 0, Skipped: 6, Time elapsed: 1.283 s - in org.eclipse.californium.interoperability.test.openssl.OpenSslServerAuthenticationInteroperabilityTest
[INFO] Running org.eclipse.californium.interoperability.test.openssl.OpenSslClientInteroperabilityTest
15:12:03.385 INFO [TestNameLoggerRule]: Test testOpenSslClientMultiFragments[TLS_PSK_WITH_AES_128_CCM_8] (o.e.c.e.r.TestNameLoggerRule.starting:57)
15:12:03.386 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
15:12:03.387 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
15:12:03.388 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847)
15:12:03.388 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
15:12:03.388 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847)
openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher PSK-AES128-CCM8:@SECLEVEL=0 -psk_identity Client_identity -psk 73656372657450534B -curves X25519:prime256v1 
Can't use SSL_get_servername
CONNECTED(00000003)
---
no peer certificate available
---
No client certificate CA names sent
---
SSL handshake has read 245 bytes and written 411 bytes
Verification: OK
---
New, TLSv1.2, Cipher is PSK-AES128-CCM8
Secure Renegotiation IS supported
Compression: NONE
Expansion: NONE
No ALPN negotiated
SSL-Session:
    Protocol  : DTLSv1.2
    Cipher    : PSK-AES128-CCM8
    Session-ID: 2E6E878B479AE0F85FF7152A8D31BDBCCABE7F6FAADA64C6ECF707CB82121437
    Session-ID-ctx: 
    Master-Key: B0425AE154B1637FE0A5D5A4C9AEEB839990A4749CC891763F07BC827C5A47C3DDB37B71E0732CBEFD898965B2FE71F5
    PSK identity: Client_identity
    PSK identity hint: None
    SRP username: None
    Start Time: 1714749123
    Timeout   : 7200 (sec)
    Verify return code: 0 (ok)
    Extended master secret: yes
---
< Hello Scandium!
ACK-Hello Scandium!< Q

DONE
> exit: 0 (544ms, openssl-client, multifragments per record, TLS_PSK_WITH_AES_128_CCM_8).
15:12:03.936 INFO [TestNameLoggerRule]: Test testOpenSslClientMultiFragments[TLS_PSK_WITH_AES_128_CCM_8] (o.e.c.e.r.TestNameLoggerRule.finished:63)
15:12:03.937 INFO [TestNameLoggerRule]: Test testOpenSslClient[TLS_PSK_WITH_AES_128_CCM_8] (o.e.c.e.r.TestNameLoggerRule.starting:57)
15:12:03.937 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
15:12:03.938 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
15:12:03.939 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847)
15:12:03.939 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
15:12:03.939 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847)
openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher PSK-AES128-CCM8:@SECLEVEL=0 -psk_identity Client_identity -psk 73656372657450534B -curves X25519:prime256v1 
Can't use SSL_get_servername
CONNECTED(00000003)
---
no peer certificate available
---
No client certificate CA names sent
---
SSL handshake has read 258 bytes and written 411 bytes
Verification: OK
---
New, TLSv1.2, Cipher is PSK-AES128-CCM8
Secure Renegotiation IS supported
Compression: NONE
Expansion: NONE
No ALPN negotiated
SSL-Session:
    Protocol  : DTLSv1.2
    Cipher    : PSK-AES128-CCM8
    Session-ID: 70489F912529979852BD4075060CC3189316EE1152BC2FD7F05793D552E0D506
    Session-ID-ctx: 
    Master-Key: 354AA5DE60EE4EAB9ADC1D9BA2A678437AD20D7A8EBA0B294D3675C541F7B79F945FA5D26744ABF8D0A222AB46BE55C6
    PSK identity: Client_identity
    PSK identity hint: None
    SRP username: None
    Start Time: 1714749123
    Timeout   : 7200 (sec)
    Verify return code: 0 (ok)
    Extended master secret: yes
---
< Hello Scandium!
ACK-Hello Scandium!< Q

DONE
> exit: 0 (509ms, openssl-client, TLS_PSK_WITH_AES_128_CCM_8).
15:12:04.453 INFO [TestNameLoggerRule]: Test testOpenSslClient[TLS_PSK_WITH_AES_128_CCM_8] (o.e.c.e.r.TestNameLoggerRule.finished:63)
15:12:04.453 INFO [TestNameLoggerRule]: Test testOpenSslClientMultiFragments[TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256] (o.e.c.e.r.TestNameLoggerRule.starting:57)
15:12:04.454 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
15:12:04.455 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
15:12:04.456 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847)
15:12:04.456 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
15:12:04.456 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847)
openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-PSK-AES128-CBC-SHA256 -psk_identity Client_identity -psk 73656372657450534B -curves X25519:prime256v1 
Can't use SSL_get_servername
CONNECTED(00000003)
---
no peer certificate available
---
No client certificate CA names sent
Server Temp Key: X25519, 253 bits
---
SSL handshake has read 341 bytes and written 508 bytes
Verification: OK
---
New, TLSv1.0, Cipher is ECDHE-PSK-AES128-CBC-SHA256
Secure Renegotiation IS supported
Compression: NONE
Expansion: NONE
No ALPN negotiated
SSL-Session:
    Protocol  : DTLSv1.2
    Cipher    : ECDHE-PSK-AES128-CBC-SHA256
    Session-ID: 2B504E391CD66DC95663CE4FB2ACCA221B4BE2B9F1C595ACCCF1C7BC624E461F
    Session-ID-ctx: 
    Master-Key: 77A92C42D3ABF57F65722D55A6AAE6CCB535D4A0D05B61FC36ACD28881BABE8175D0C69BA6F6CCB49C7FF1BBF77B6828
    PSK identity: Client_identity
    PSK identity hint: None
    SRP username: None
    Start Time: 1714749124
    Timeout   : 7200 (sec)
    Verify return code: 0 (ok)
    Extended master secret: yes
---
< Hello Scandium!
ACK-Hello Scandium!< Q

DONE
> exit: 0 (515ms, openssl-client, multifragments per record, TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256).
15:12:04.975 INFO [TestNameLoggerRule]: Test testOpenSslClientMultiFragments[TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256] (o.e.c.e.r.TestNameLoggerRule.finished:63)
15:12:04.976 INFO [TestNameLoggerRule]: Test testOpenSslClient[TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256] (o.e.c.e.r.TestNameLoggerRule.starting:57)
15:12:04.977 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
15:12:04.978 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
15:12:04.978 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847)
15:12:04.978 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
openssl s_client -dtls1_2 -4 -connect 127.0.0.1:568415:12:04.979 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847)
 -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: 17DA3B792F23289824A9949D2A31EBCE9E231DD11109FCBF325A708206EF0F70
    Session-ID-ctx: 
    Master-Key: 7301263F2020041E44C05BADD39B8230C6A655472CF598641013D587B745167377EF9376AEE820A1FE027626D3F9F910
    PSK identity: Client_identity
    PSK identity hint: None
    SRP username: None
    Start Time: 1714749124
    Timeout   : 7200 (sec)
    Verify return code: 0 (ok)
    Extended master secret: yes
---
< Hello Scandium!
ACK-Hello Scandium!< Q

DONE
> exit: 0 (512ms, openssl-client, TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256).
15:12:05.494 INFO [TestNameLoggerRule]: Test testOpenSslClient[TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256] (o.e.c.e.r.TestNameLoggerRule.finished:63)
15:12:05.495 INFO [TestNameLoggerRule]: Test testOpenSslClientMultiFragments[TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256] (o.e.c.e.r.TestNameLoggerRule.starting:57)
15:12:05.502 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
15:12:05.502 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
15:12:05.503 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847)
15:12:05.503 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
15:12:05.503 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847)
openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-GCM-SHA256 -cert client.pem -no-CAfile -curves X25519:prime256v1 
15:12:05.512 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
15:12:05.518 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492)
CONNECTED(00000003)
---
Certificate chain
 0 s:CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
   i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
   i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
---
Server certificate
-----BEGIN CERTIFICATE-----
MIICZDCCAgmgAwIBAgIIDY1x9glyw2UwCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF
Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv
VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MTZa
Fw0yNTEwMjUwODA4MTZaMF4xEjAQBgNVBAMTCWNmLXNlcnZlcjEUMBIGA1UECxML
Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh
d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAECXC+y/fC
+rvwHZHizj7zVmLbhM6cjCK654Y8qFt+56G78+1VgfZzpIDf6k7XsSJIRpX+TrCY
UDUmkknL9mnbB6OBtDCBsTAdBgNVHQ4EFgQUCp3HwJN1vjsydK1G5jjHjcGefqQw
CwYDVR0PBAQDAgeAMGIGA1UdEQRbMFmCDm15LnRlc3Quc2VydmVygh5jYWxpZm9y
bml1bS5lY2xpcHNlcHJvamVjdHMuaW+HBCO5KLaCCWxvY2FsaG9zdIcEfwAAAYcQ
AAAAAAAAAAAAAAAAAAAAATAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzg
UTAKBggqhkjOPQQDAgNJADBGAiEArsVlRAvaNzmmKDfKHBtaG2ogusSec7+PAebk
FIQSqEMCIQCbYJCnft3yhKbvBedO+zH/T0RT5V4eE/Yx4JKxbz1Q7A==
-----END CERTIFICATE-----
subject=CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA

issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA

---
No client certificate CA names sent
Client Certificate Types: ECDSA sign, RSA sign
Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256
Shared Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256
Peer signing digest: SHA256
Peer signature type: ECDSA
Server Temp Key: X25519, 253 bits
---
SSL handshake has read 1569 bytes and written 1104 bytes
Verification error: unable to get local issuer certificate
---
New, TLSv1.2, Cipher is ECDHE-ECDSA-AES128-GCM-SHA256
Server public key is 256 bit
Secure Renegotiation IS supported
Compression: NONE
Expansion: NONE
No ALPN negotiated
SSL-Session:
    Protocol  : DTLSv1.2
    Cipher    : ECDHE-ECDSA-AES128-GCM-SHA256
    Session-ID: 45DB09F09120F417EF030847BD5CE58A02F44164617985A25D75F9FF0818C0E5
    Session-ID-ctx: 
    Master-Key: 6C239EE664E44754E9C1C0305353323520EDE078DEA398693C6A9A267CE759BC4510F015F18F6AFF22B84F267514F236
    PSK identity: None
    PSK identity hint: None
    SRP username: None
    Start Time: 1714749125
    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 (519ms, openssl-client, multifragments per record, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256).
15:12:06.027 INFO [TestNameLoggerRule]: Test testOpenSslClientMultiFragments[TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256] (o.e.c.e.r.TestNameLoggerRule.finished:63)
15:12:06.027 INFO [TestNameLoggerRule]: Test testOpenSslClient[TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256] (o.e.c.e.r.TestNameLoggerRule.starting:57)
15:12:06.032 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
15:12:06.032 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
15:12:06.033 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847)
15:12:06.033 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
openssl s_client -dtls1_2 -4 -connect 127.0.0.1:568415:12:06.034 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847)
 -cipher ECDHE-ECDSA-AES128-GCM-SHA256 -cert client.pem -no-CAfile -curves X25519:prime256v1 
15:12:06.042 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
15:12:06.047 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 1623 bytes and written 1102 bytes
Verification error: unable to get local issuer certificate
---
New, TLSv1.2, Cipher is ECDHE-ECDSA-AES128-GCM-SHA256
Server public key is 256 bit
Secure Renegotiation IS supported
Compression: NONE
Expansion: NONE
No ALPN negotiated
SSL-Session:
    Protocol  : DTLSv1.2
    Cipher    : ECDHE-ECDSA-AES128-GCM-SHA256
    Session-ID: 6E130A55B979F9F98726F58FE56330BBD8F71C3593D5A18C059B4DBDC67C0533
    Session-ID-ctx: 
    Master-Key: 30B4FBB1C196A5BF183464BEB97C6AE2F1B41ED8198363C812A949DDDDDC70860621FB8F6A9EB958F2E925BB4022CA36
    PSK identity: None
    PSK identity hint: None
    SRP username: None
    Start Time: 1714749126
    Timeout   : 7200 (sec)
    Verify return code: 20 (unable to get local issuer certificate)
    Extended master secret: yes
---
< Hello Scandium!
ACK-Hello Scandium!< Q

DONE
> exit: 0 (517ms, openssl-client, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256).
15:12:06.555 INFO [TestNameLoggerRule]: Test testOpenSslClient[TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256] (o.e.c.e.r.TestNameLoggerRule.finished:63)
15:12:06.555 INFO [TestNameLoggerRule]: Test testOpenSslClientMultiFragments[TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256] (o.e.c.e.r.TestNameLoggerRule.starting:57)
15:12:06.583 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
15:12:06.584 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
15:12:06.585 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847)
15:12:06.585 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 15:12:06.585 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847)
-cipher ECDHE-RSA-AES128-GCM-SHA256 -cert client.pem -no-CAfile -curves X25519:prime256v1 
15:12:06.594 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
15:12:06.619 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492)
CONNECTED(00000003)
---
Certificate chain
 0 s:CN = cf-server-rsa, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
   i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
   i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
---
Server certificate
-----BEGIN CERTIFICATE-----
MIIDJDCCAsmgAwIBAgIJAN5FxR/Ro3frMAoGCCqGSM49BAMCMFoxDjAMBgNVBAMT
BWNmLWNhMRQwEgYDVQQLEwtDYWxpZm9ybml1bTEUMBIGA1UEChMLRWNsaXBzZSBJ
b1QxDzANBgNVBAcTBk90dGF3YTELMAkGA1UEBhMCQ0EwHhcNMjMxMDI2MDgwODE3
WhcNMjUxMDI1MDgwODE3WjBiMRYwFAYDVQQDEw1jZi1zZXJ2ZXItcnNhMRQwEgYD
VQQLEwtDYWxpZm9ybml1bTEUMBIGA1UEChMLRWNsaXBzZSBJb1QxDzANBgNVBAcT
Bk90dGF3YTELMAkGA1UEBhMCQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEK
AoIBAQCoxyvf5SX6DevtOM40b1roIdQHCXppOqk+bvNID9U60XNg1sVR4Ff/0/QG
RsRSlvNgsOqYHRxjCZNnV/yDhMzEJ8eil+9Re7T6OltXd19fd5Np/C8KCIMBvRLJ
HaVxG3r3w4VAlMG6eFk7HSLbwkXMDfbNX/eGxnuv5KUCT2I3qHymQ0UQCdReMZtJ
EEy8gvFONyghU7x0uG3tTymuzkC6Dto19TsjXSrk4Lj0ApGYYWHLK+lrnl8FDaVU
E9mO6VdYcrRXBLjJjq9ndX2XgephZlsfsbg+28OKAUihjItqOnfBqLnz9ntw33aj
iHWUbquJ/ALe+0oVJUh/PC7vo3TNAgMBAAGjgaQwgaEwHQYDVR0OBBYEFE6INd5a
tddR9l72Ds2g+X6hPEkoMAsGA1UdDwQEAwIHgDBSBgNVHREESzBJgglsb2NhbGhv
c3SHBH8AAAGHEAAAAAAAAAAAAAAAAAAAAAGCHmNhbGlmb3JuaXVtLmVjbGlwc2Vw
cm9qZWN0cy5pb4cEI7kotjAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzg
UTAKBggqhkjOPQQDAgNJADBGAiEAzEwMNltS3TN8RpJH6yc28laOoRU9Ka7k496R
805SPVICIQCkexDA77heBZvxXo4+eEeXWRMQmfjNURJwRDeVbWMKiA==
-----END CERTIFICATE-----
subject=CN = cf-server-rsa, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA

issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA

---
No client certificate CA names sent
Client Certificate Types: ECDSA sign, RSA sign
Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256
Shared Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256
Peer signing digest: SHA256
Peer signature type: RSA
Server Temp Key: X25519, 253 bits
---
SSL handshake has read 1973 bytes and written 1103 bytes
Verification error: unable to get local issuer certificate
---
New, TLSv1.2, Cipher is ECDHE-RSA-AES128-GCM-SHA256
Server public key is 2048 bit
Secure Renegotiation IS supported
Compression: NONE
Expansion: NONE
No ALPN negotiated
SSL-Session:
    Protocol  : DTLSv1.2
    Cipher    : ECDHE-RSA-AES128-GCM-SHA256
    Session-ID: 7E109946CD1D0EFB333A1C1238AD2315A093B3DD67222277FE2D6567B279E5B0
    Session-ID-ctx: 
    Master-Key: 305810906D6D51A5164D7E6CE16ECE2899CE10EC8369613E4FF75F2A94820A80B7653DF309DB8364A2E3A8BCB1CA9D5C
    PSK identity: None
    PSK identity hint: None
    SRP username: None
    Start Time: 1714749126
    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 (538ms, openssl-client, multifragments per record, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256).
15:12:07.127 INFO [TestNameLoggerRule]: Test testOpenSslClientMultiFragments[TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256] (o.e.c.e.r.TestNameLoggerRule.finished:63)
15:12:07.127 INFO [TestNameLoggerRule]: Test testOpenSslClient[TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256] (o.e.c.e.r.TestNameLoggerRule.starting:57)
15:12:07.139 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
15:12:07.140 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
15:12:07.141 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847)
15:12:07.141 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
openssl s_client -dtls1_2 15:12:07.141 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847)
-4 -connect 127.0.0.1:5684 -cipher ECDHE-RSA-AES128-GCM-SHA256 -cert client.pem -no-CAfile -curves X25519:prime256v1 
15:12:07.149 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
15:12:07.162 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492)
CONNECTED(00000003)
---
Certificate chain
 0 s:CN = cf-server-rsa, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
   i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
   i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
---
Server certificate
-----BEGIN CERTIFICATE-----
MIIDJDCCAsmgAwIBAgIJAN5FxR/Ro3frMAoGCCqGSM49BAMCMFoxDjAMBgNVBAMT
BWNmLWNhMRQwEgYDVQQLEwtDYWxpZm9ybml1bTEUMBIGA1UEChMLRWNsaXBzZSBJ
b1QxDzANBgNVBAcTBk90dGF3YTELMAkGA1UEBhMCQ0EwHhcNMjMxMDI2MDgwODE3
WhcNMjUxMDI1MDgwODE3WjBiMRYwFAYDVQQDEw1jZi1zZXJ2ZXItcnNhMRQwEgYD
VQQLEwtDYWxpZm9ybml1bTEUMBIGA1UEChMLRWNsaXBzZSBJb1QxDzANBgNVBAcT
Bk90dGF3YTELMAkGA1UEBhMCQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEK
AoIBAQCoxyvf5SX6DevtOM40b1roIdQHCXppOqk+bvNID9U60XNg1sVR4Ff/0/QG
RsRSlvNgsOqYHRxjCZNnV/yDhMzEJ8eil+9Re7T6OltXd19fd5Np/C8KCIMBvRLJ
HaVxG3r3w4VAlMG6eFk7HSLbwkXMDfbNX/eGxnuv5KUCT2I3qHymQ0UQCdReMZtJ
EEy8gvFONyghU7x0uG3tTymuzkC6Dto19TsjXSrk4Lj0ApGYYWHLK+lrnl8FDaVU
E9mO6VdYcrRXBLjJjq9ndX2XgephZlsfsbg+28OKAUihjItqOnfBqLnz9ntw33aj
iHWUbquJ/ALe+0oVJUh/PC7vo3TNAgMBAAGjgaQwgaEwHQYDVR0OBBYEFE6INd5a
tddR9l72Ds2g+X6hPEkoMAsGA1UdDwQEAwIHgDBSBgNVHREESzBJgglsb2NhbGhv
c3SHBH8AAAGHEAAAAAAAAAAAAAAAAAAAAAGCHmNhbGlmb3JuaXVtLmVjbGlwc2Vw
cm9qZWN0cy5pb4cEI7kotjAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzg
UTAKBggqhkjOPQQDAgNJADBGAiEAzEwMNltS3TN8RpJH6yc28laOoRU9Ka7k496R
805SPVICIQCkexDA77heBZvxXo4+eEeXWRMQmfjNURJwRDeVbWMKiA==
-----END CERTIFICATE-----
subject=CN = cf-server-rsa, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA

issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA

---
No client certificate CA names sent
Client Certificate Types: ECDSA sign, RSA sign
Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256
Shared Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256
Peer signing digest: SHA256
Peer signature type: RSA
Server Temp Key: X25519, 253 bits
---
SSL handshake has read 1999 bytes and written 1102 bytes
Verification error: unable to get local issuer certificate
---
New, TLSv1.2, Cipher is ECDHE-RSA-AES128-GCM-SHA256
Server public key is 2048 bit
Secure Renegotiation IS supported
Compression: NONE
Expansion: NONE
No ALPN negotiated
SSL-Session:
    Protocol  : DTLSv1.2
    Cipher    : ECDHE-RSA-AES128-GCM-SHA256
    Session-ID: 8ED849314E80278BE13451731CE9B2C4CF672206B006D1DA97DDA1779AC7C1CE
    Session-ID-ctx: 
    Master-Key: 071185D2E5A95E33097C94E456D14E3A62ACFF8C13CB0C52CBA418E843170DE0B7BFE745CAD7F575121FEA0D8587AA28
    PSK identity: None
    PSK identity hint: None
    SRP username: None
    Start Time: 1714749127
    Timeout   : 7200 (sec)
    Verify return code: 20 (unable to get local issuer certificate)
    Extended master secret: yes
---
< Hello Scandium!
ACK-Hello Scandium!< Q

DONE
> exit: 0 (526ms, openssl-client, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256).
15:12:07.670 INFO [TestNameLoggerRule]: Test testOpenSslClient[TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256] (o.e.c.e.r.TestNameLoggerRule.finished:63)
OpenSSL 1.1.1n  15 Mar 2022
> exit: 0 (4ms).
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.255 s - in org.eclipse.californium.interoperability.test.openssl.OpenSslClientInteroperabilityTest
[INFO] Running org.eclipse.californium.interoperability.test.openssl.OpenSslServerInteroperabilityTest
15:12:07.681 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
15:12:07.689 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
15:12:07.690 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
15:12:07.691 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:33987] (o.e.c.s.DTLSConnector$Worker.run:3847)
15:12:07.691 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:33987, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
15:12:07.691 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:33987] (o.e.c.s.DTLSConnector$Worker.run:3847)
-----BEGIN SSL SESSION PARAMETERS-----
MIGOAgEBAgMA/v0EAsCoBCBzj+0Qwj6xjG9Pioq5RQ2Q5M/3AeMimRpVuZO/AeZd
kAQwp+Z0FrAsAERd0QJhIuMa/9ocPRjIv13vU4dwrfCTGKPss2IkCsmG8ck5yhao
w3p4oQYCBGY0/seiBAICHCCkBgQEAQAAAKgRBA9DbGllbnRfaWRlbnRpdHmtAwIB
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).
15:12:07.696 INFO [TestNameLoggerRule]: Test testOpenSslServerMultiFragments[TLS_PSK_WITH_AES_128_CCM_8] (o.e.c.e.r.TestNameLoggerRule.finished:63)
15:12:07.696 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
15:12:07.704 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
15:12:07.705 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
15:12:07.705 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:47593] (o.e.c.s.DTLSConnector$Worker.run:3847)
15:12:07.705 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:47593, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
15:12:07.706 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:47593] (o.e.c.s.DTLSConnector$Worker.run:3847)
-----BEGIN SSL SESSION PARAMETERS-----
MIGOAgEBAgMA/v0EAsCoBCDkRZXAcGJ1SnI4EsXeMFvIHA8kd0mDFzQSrt6Z+mfx
+QQwhsZjK5qMIhCf7SNuZStfg+RBYnwD5c+15Knnz90OYWQ7qvUYhMkpaQ+rVbLo
pmWQoQYCBGY0/seiBAICHCCkBgQEAQAAAKgRBA9DbGllbnRfaWRlbnRpdHmtAwIB
AQ==
-----END SSL SESSION PARAMETERS-----
Shared ciphers:PSK-AES128-CCM8
CIPHER is PSK-AES128-CCM8
Secure Renegotiation IS supported
Hello OpenSSL!< ACK-Hello OpenSSL!
< Q

DONE
shutdown accept socket
shutting down SSL
CONNECTION CLOSED
   1 items in the session cache
   0 client connects (SSL_connect())
   0 client renegotiates (SSL_connect())
   0 client connects that finished
   1 server accepts (SSL_accept())
   0 server renegotiates (SSL_accept())
   1 server accepts that finished
   0 session cache hits
   0 session cache misses
   0 session cache timeouts
   0 callback cache hits
   0 cache full overflows (128 allowed)
> exit: 0 (10ms, openssl-server, TLS_PSK_WITH_AES_128_CCM_8).
15:12:07.710 INFO [TestNameLoggerRule]: Test testOpenSslServer[TLS_PSK_WITH_AES_128_CCM_8] (o.e.c.e.r.TestNameLoggerRule.finished:63)
15:12:07.711 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
15:12:07.718 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
15:12:07.719 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
15:12:07.720 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:52657] (o.e.c.s.DTLSConnector$Worker.run:3847)
15:12:07.720 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:52657, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
15:12:07.720 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:52657] (o.e.c.s.DTLSConnector$Worker.run:3847)
-----BEGIN SSL SESSION PARAMETERS-----
MIGOAgEBAgMA/v0EAsA3BCAlJwMVO5W76/Q1erjFehB0zYuM2DZ/6aD4zcduZzkM
5gQwfmbWrcuhQey0XpCPOd08j+w+MGVnMCCpb8dGnq2S6flF8/+VsCOEtDT7wKvk
YLMooQYCBGY0/seiBAICHCCkBgQEAQAAAKgRBA9DbGllbnRfaWRlbnRpdHmtAwIB
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 (15ms, openssl-server, multifragments per record, TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256).
15:12:07.729 INFO [TestNameLoggerRule]: Test testOpenSslServerMultiFragments[TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256] (o.e.c.e.r.TestNameLoggerRule.finished:63)
15:12:07.730 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
15:12:07.737 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
15:12:07.738 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
15:12:07.739 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:48532] (o.e.c.s.DTLSConnector$Worker.run:3847)
15:12:07.739 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:48532, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
15:12:07.739 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:48532] (o.e.c.s.DTLSConnector$Worker.run:3847)
-----BEGIN SSL SESSION PARAMETERS-----
MIGOAgEBAgMA/v0EAsA3BCAqhO7YDYulB7cWuwAf2xogD6pyg4yaUUkRQUE2xMcW
RAQwc0YyFH8W6tsrr8L8tjTsAGTUTbyf4U0IzXH0JSisGUphVYS7sJUJoVkJ5KzW
P1uEoQYCBGY0/seiBAICHCCkBgQEAQAAAKgRBA9DbGllbnRfaWRlbnRpdHmtAwIB
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 (15ms, openssl-server, TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256).
15:12:07.748 INFO [TestNameLoggerRule]: Test testOpenSslServer[TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256] (o.e.c.e.r.TestNameLoggerRule.finished:63)
15:12:07.748 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
15:12:07.760 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
15:12:07.761 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
15:12:07.761 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:38799] (o.e.c.s.DTLSConnector$Worker.run:3847)
15:12:07.761 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:38799, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
15:12:07.762 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:38799] (o.e.c.s.DTLSConnector$Worker.run:3847)
15:12:07.763 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492)
15:12:07.766 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-----
MIIChQIBAQIDAP79BALAKwQggo2wKPFerusK2p+rvcR8aQvmBBZo15M5vk/WgVUU
UoUEMJZbRsJZsebjImT0hjy4hPdBABeiPgxEyErSaF1NTEFu0AAmnOG2OpMj0jky
MMX8SKEGAgRmNP7HogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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 (24ms, openssl-server, multifragments per record, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256).
15:12:07.776 INFO [TestNameLoggerRule]: Test testOpenSslServerMultiFragments[TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256] (o.e.c.e.r.TestNameLoggerRule.finished:63)
15:12:07.776 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
15:12:07.788 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
15:12:07.789 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
15:12:07.789 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:51838] (o.e.c.s.DTLSConnector$Worker.run:3847)
15:12:07.789 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:51838, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
15:12:07.789 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:51838] (o.e.c.s.DTLSConnector$Worker.run:3847)
15:12:07.791 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492)
15:12:07.794 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-----
MIIChQIBAQIDAP79BALAKwQgyfO5zjd8hAtR4v3+0v3XlQvJxyegu3BFRq8bJ/SD
KeIEMCXnI47ZwysCzjl1JJAgMKnin22kWow68K2tGhCKQRAfuYNdvnkqHa0QK1e2
VW3qoKEGAgRmNP7HogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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 (50ms, openssl-server, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256).
15:12:07.830 INFO [TestNameLoggerRule]: Test testOpenSslServer[TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256] (o.e.c.e.r.TestNameLoggerRule.finished:63)
15:12:07.830 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
15:12:07.842 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
15:12:07.843 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
15:12:07.843 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:54992] (o.e.c.s.DTLSConnector$Worker.run:3847)
15:12:07.843 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:54992, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
15:12:07.844 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:54992] (o.e.c.s.DTLSConnector$Worker.run:3847)
15:12:07.848 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492)
15:12:07.849 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-----
MIIChQIBAQIDAP79BALALwQg91BQ4VH//MT+uCnXN9GIlMTQmdy5i8cEOI2y9kFh
ncgEMAXp274wt6vHXcNlqxTdAVBD2ugW8lpZlHO9u5xtjm1LgrbtOAsyjQylYSqn
hm2cbaEGAgRmNP7HogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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 (25ms, openssl-server, multifragments per record, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256).
15:12:07.859 INFO [TestNameLoggerRule]: Test testOpenSslServerMultiFragments[TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256] (o.e.c.e.r.TestNameLoggerRule.finished:63)
15:12:07.859 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
15:12:07.871 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
15:12:07.872 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
15:12:07.873 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:37375] (o.e.c.s.DTLSConnector$Worker.run:3847)
15:12:07.873 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:37375, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
15:12:07.873 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:37375] (o.e.c.s.DTLSConnector$Worker.run:3847)
15:12:07.877 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492)
15:12:07.878 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-----
MIIChQIBAQIDAP79BALALwQgn9LFrbtIrfcXPqjz0yQfQBittbJsFNVUnYn0ZzLm
mz4EMCWrctJMfM2H8KUPu03M7fQAlRxSj3cdxtt1qk3m0Xk4d8c4jpsj//BEpYY1
7OHcIaEGAgRmNP7HogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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 (25ms, openssl-server, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256).
15:12:07.888 INFO [TestNameLoggerRule]: Test testOpenSslServer[TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256] (o.e.c.e.r.TestNameLoggerRule.finished:63)
OpenSSL 1.1.1n  15 Mar 2022
> exit: 0 (34ms).
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.245 s - in org.eclipse.californium.interoperability.test.openssl.OpenSslServerInteroperabilityTest
[INFO] Running org.eclipse.californium.interoperability.test.openssl.OpenSslClientAuthenticationInteroperabilityTest
15:12:07.929 INFO [TestNameLoggerRule]: Test testOpenSslClientBothRawPublicKeyEd25519 (o.e.c.e.r.TestNameLoggerRule.starting:57)
15:12:07.929 INFO [TestNameLoggerRule]: Test testOpenSslClientBothRawPublicKeyEd25519 (o.e.c.e.r.TestNameLoggerRule.finished:63)
15:12:07.930 INFO [TestNameLoggerRule]: Test testOpenSslClientBothRawPublicKeyClientUnauthenticated (o.e.c.e.r.TestNameLoggerRule.starting:57)
15:12:07.930 INFO [TestNameLoggerRule]: Test testOpenSslClientBothRawPublicKeyClientUnauthenticated (o.e.c.e.r.TestNameLoggerRule.finished:63)
15:12:07.930 INFO [TestNameLoggerRule]: Test testOpenSslClientChainTrustAll (o.e.c.e.r.TestNameLoggerRule.starting:57)
15:12:07.935 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
15:12:07.936 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
15:12:07.937 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847)
15:12:07.937 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
15:12:07.937 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847)
openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert client.pem -no-CAfile -cert_chain caTrustStore.pem -curves X25519:prime256v1 
15:12:07.945 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
15:12:07.950 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492)
CONNECTED(00000003)
---
Certificate chain
 0 s:CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
   i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
   i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
---
Server certificate
-----BEGIN CERTIFICATE-----
MIICZDCCAgmgAwIBAgIIDY1x9glyw2UwCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF
Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv
VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MTZa
Fw0yNTEwMjUwODA4MTZaMF4xEjAQBgNVBAMTCWNmLXNlcnZlcjEUMBIGA1UECxML
Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh
d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAECXC+y/fC
+rvwHZHizj7zVmLbhM6cjCK654Y8qFt+56G78+1VgfZzpIDf6k7XsSJIRpX+TrCY
UDUmkknL9mnbB6OBtDCBsTAdBgNVHQ4EFgQUCp3HwJN1vjsydK1G5jjHjcGefqQw
CwYDVR0PBAQDAgeAMGIGA1UdEQRbMFmCDm15LnRlc3Quc2VydmVygh5jYWxpZm9y
bml1bS5lY2xpcHNlcHJvamVjdHMuaW+HBCO5KLaCCWxvY2FsaG9zdIcEfwAAAYcQ
AAAAAAAAAAAAAAAAAAAAATAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzg
UTAKBggqhkjOPQQDAgNJADBGAiEArsVlRAvaNzmmKDfKHBtaG2ogusSec7+PAebk
FIQSqEMCIQCbYJCnft3yhKbvBedO+zH/T0RT5V4eE/Yx4JKxbz1Q7A==
-----END CERTIFICATE-----
subject=CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA

issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA

---
No client certificate CA names sent
Client Certificate Types: ECDSA sign, RSA sign
Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256
Shared Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256
Peer signing digest: SHA256
Peer signature type: ECDSA
Server Temp Key: X25519, 253 bits
---
SSL handshake has read 1615 bytes and written 2122 bytes
Verification 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: 277BBDED0D573778049CE9174A3B0E7D3ABBCE4DC53105BC97CFDFF1A73FC069
    Session-ID-ctx: 
    Master-Key: A2B63973A6CA596010831E31BDEA378E8C2D27191A5DC0CB5D60751995C55265EBD214F833AD8B60AE274C3F696EAB62
    PSK identity: None
    PSK identity hint: None
    SRP username: None
    Start Time: 1714749127
    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 (521ms, testOpenSslClientChainTrustAll).
15:12:08.462 INFO [TestNameLoggerRule]: Test testOpenSslClientChainTrustAll (o.e.c.e.r.TestNameLoggerRule.finished:63)
15:12:08.462 INFO [TestNameLoggerRule]: Test testOpenSslClientChainTrustCa (o.e.c.e.r.TestNameLoggerRule.starting:57)
15:12:08.467 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
15:12:08.468 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
15:12:08.468 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847)
15:12:08.469 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
15:12:08.469 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847)
openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert client.pem -no-CAfile -cert_chain caTrustStore.pem -curves X25519:prime256v1 
15:12:08.477 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
15:12:08.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

---
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 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: B8BCBEAE5B82327478E014CE68E50326B937F7963FD8926AF5A5CC619C8C7F1D
    Session-ID-ctx: 
    Master-Key: 364E0B75BD9682406937318907FDCD9797C46BFAE9A54939A04BCDA414CED3DA7411BB5FA64F25676447693DA48E61E3
    PSK identity: None
    PSK identity hint: None
    SRP username: None
    Start Time: 1714749128
    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 (518ms, testOpenSslClientChainTrustCa).
15:12:08.991 INFO [TestNameLoggerRule]: Test testOpenSslClientChainTrustCa (o.e.c.e.r.TestNameLoggerRule.finished:63)
15:12:08.991 INFO [TestNameLoggerRule]: Test testOpenSslClientBothRawPublicKeyEmptyCertificate (o.e.c.e.r.TestNameLoggerRule.starting:57)
15:12:08.992 INFO [TestNameLoggerRule]: Test testOpenSslClientBothRawPublicKeyEmptyCertificate (o.e.c.e.r.TestNameLoggerRule.finished:63)
15:12:08.992 INFO [TestNameLoggerRule]: Test testOpenSslClientClientRawPublicKey (o.e.c.e.r.TestNameLoggerRule.starting:57)
15:12:08.992 INFO [TestNameLoggerRule]: Test testOpenSslClientClientRawPublicKey (o.e.c.e.r.TestNameLoggerRule.finished:63)
15:12:08.993 INFO [TestNameLoggerRule]: Test testOpenSslClientBothRawPublicKey (o.e.c.e.r.TestNameLoggerRule.starting:57)
15:12:08.993 INFO [TestNameLoggerRule]: Test testOpenSslClientBothRawPublicKey (o.e.c.e.r.TestNameLoggerRule.finished:63)
15:12:08.993 INFO [TestNameLoggerRule]: Test testOpenSslClientServerRawPublicKey (o.e.c.e.r.TestNameLoggerRule.starting:57)
15:12:08.994 INFO [TestNameLoggerRule]: Test testOpenSslClientServerRawPublicKey (o.e.c.e.r.TestNameLoggerRule.finished:63)
15:12:08.994 INFO [TestNameLoggerRule]: Test testOpenSslClientUnauthenticated (o.e.c.e.r.TestNameLoggerRule.starting:57)
15:12:08.999 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
15:12:09.000 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
15:12:09.001 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847)
15:12:09.001 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
15:12:09.001 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847)
openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert client.pem -CAfile trustStore.pem -build_chain -curves X25519:prime256v1 
15:12:09.011 INFO [ServerHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2529)
Can't use SSL_get_servername
depth=2 CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
depth=0 CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
CONNECTED(00000003)
---
Certificate chain
 0 s:CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
   i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
   i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
---
Server certificate
-----BEGIN CERTIFICATE-----
MIICZDCCAgmgAwIBAgIIDY1x9glyw2UwCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF
Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv
VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MTZa
Fw0yNTEwMjUwODA4MTZaMF4xEjAQBgNVBAMTCWNmLXNlcnZlcjEUMBIGA1UECxML
Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh
d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAECXC+y/fC
+rvwHZHizj7zVmLbhM6cjCK654Y8qFt+56G78+1VgfZzpIDf6k7XsSJIRpX+TrCY
UDUmkknL9mnbB6OBtDCBsTAdBgNVHQ4EFgQUCp3HwJN1vjsydK1G5jjHjcGefqQw
CwYDVR0PBAQDAgeAMGIGA1UdEQRbMFmCDm15LnRlc3Quc2VydmVygh5jYWxpZm9y
bml1bS5lY2xpcHNlcHJvamVjdHMuaW+HBCO5KLaCCWxvY2FsaG9zdIcEfwAAAYcQ
AAAAAAAAAAAAAAAAAAAAATAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzg
UTAKBggqhkjOPQQDAgNJADBGAiEArsVlRAvaNzmmKDfKHBtaG2ogusSec7+PAebk
FIQSqEMCIQCbYJCnft3yhKbvBedO+zH/T0RT5V4eE/Yx4JKxbz1Q7A==
-----END CERTIFICATE-----
subject=CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA

issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA

---
No client certificate CA names sent
Peer signing digest: SHA256
Peer signature type: ECDSA
Server Temp Key: X25519, 253 bits
---
SSL handshake has read 1577 bytes and written 463 bytes
Verification: OK
---
New, TLSv1.2, Cipher is ECDHE-ECDSA-AES128-CCM8
Server public key is 256 bit
Secure Renegotiation IS supported
Compression: NONE
Expansion: NONE
No ALPN negotiated
SSL-Session:
    Protocol  : DTLSv1.2
    Cipher    : ECDHE-ECDSA-AES128-CCM8
    Session-ID: 67983E5709C9350A1DBC5814D1282E63323E1E430556F0BFA4FF04B4862DCC57
    Session-ID-ctx: 
    Master-Key: 5E22F85E13819A2A0534CB28A2577DF09F2D8982DCDE2E7DD91FBA34814422E8E5976C636A763BE26724A9E28C954D5F
    PSK identity: None
    PSK identity hint: None
    SRP username: None
    Start Time: 1714749129
    Timeout   : 7200 (sec)
    Verify return code: 0 (ok)
    Extended master secret: yes
---
< Hello Scandium!
ACK-Hello Scandium!< Q

DONE
> exit: 0 (516ms, testOpenSslClientUnauthenticated).
15:12:09.521 INFO [TestNameLoggerRule]: Test testOpenSslClientUnauthenticated (o.e.c.e.r.TestNameLoggerRule.finished:63)
15:12:09.521 INFO [TestNameLoggerRule]: Test testOpenSslClientEd25519 (o.e.c.e.r.TestNameLoggerRule.starting:57)
15:12:09.544 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
15:12:09.545 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
15:12:09.546 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847)
15:12:09.546 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
15:12:09.546 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847)
openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert clientEdDsa.pem -no-CAfile -curves X25519:prime256v1 -sigalgs ed25519:ECDSA+SHA384:ECDSA+SHA256:RSA+SHA256 
15:12:09.555 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
15:12:09.562 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: C892D1D1770EB6D612E8D6BA3BB93CC5863223C0D23ACA24203F708F5755FF1F
    Session-ID-ctx: 
    Master-Key: E4F2A6E5CBA9A1DDFECF8804E6CCBF333104D0115C58E00A0CE429093E38B2086F471231BD033A52BE9887E0DCECC09F
    PSK identity: None
    PSK identity hint: None
    SRP username: None
    Start Time: 1714749129
    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 (521ms, testOpenSslClientEd25519).
15:12:10.071 INFO [TestNameLoggerRule]: Test testOpenSslClientEd25519 (o.e.c.e.r.TestNameLoggerRule.finished:63)
15:12:10.071 INFO [TestNameLoggerRule]: Test testOpenSslClientTrustTrustRoot (o.e.c.e.r.TestNameLoggerRule.starting:57)
15:12:10.076 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
15:12:10.077 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
15:12:10.078 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847)
15:12:10.078 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
15:12:10.078 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847)
openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert client.pem -CAfile trustStore.pem -build_chain -curves X25519:prime256v1 
15:12:10.088 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
15:12:10.093 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492)
CONNECTED(00000003)
---
Certificate chain
 0 s:CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
   i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
   i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
---
Server certificate
-----BEGIN CERTIFICATE-----
MIICZDCCAgmgAwIBAgIIDY1x9glyw2UwCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF
Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv
VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MTZa
Fw0yNTEwMjUwODA4MTZaMF4xEjAQBgNVBAMTCWNmLXNlcnZlcjEUMBIGA1UECxML
Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh
d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAECXC+y/fC
+rvwHZHizj7zVmLbhM6cjCK654Y8qFt+56G78+1VgfZzpIDf6k7XsSJIRpX+TrCY
UDUmkknL9mnbB6OBtDCBsTAdBgNVHQ4EFgQUCp3HwJN1vjsydK1G5jjHjcGefqQw
CwYDVR0PBAQDAgeAMGIGA1UdEQRbMFmCDm15LnRlc3Quc2VydmVygh5jYWxpZm9y
bml1bS5lY2xpcHNlcHJvamVjdHMuaW+HBCO5KLaCCWxvY2FsaG9zdIcEfwAAAYcQ
AAAAAAAAAAAAAAAAAAAAATAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzg
UTAKBggqhkjOPQQDAgNJADBGAiEArsVlRAvaNzmmKDfKHBtaG2ogusSec7+PAebk
FIQSqEMCIQCbYJCnft3yhKbvBedO+zH/T0RT5V4eE/Yx4JKxbz1Q7A==
-----END CERTIFICATE-----
subject=CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA

issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA

---
Acceptable client certificate CA names
CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
Client Certificate Types: ECDSA sign, RSA sign
Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256
Shared Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256
Peer signing digest: SHA256
Peer signature type: ECDSA
Server Temp Key: X25519, 253 bits
---
SSL handshake has read 1711 bytes and written 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: 7E06C56F2F606C7BF2AEF1619B81775378A1E1B60F59DAA059A4C399F152FC39
    Session-ID-ctx: 
    Master-Key: 8F391EAD83B92AFFAFEBED0CB91E1AC847271B002EC78CE79148BED4747B5460BAC77A02B4FF56612F44CD85C19D2ADA
    PSK identity: None
    PSK identity hint: None
    SRP username: None
    Start Time: 1714749130
    Timeout   : 7200 (sec)
    Verify return code: 0 (ok)
    Extended master secret: yes
---
< Hello Scandium!
ACK-Hello Scandium!< Q

DONE
> exit: 0 (519ms, testOpenSslClientTrustTrustRoot).
15:12:10.601 INFO [TestNameLoggerRule]: Test testOpenSslClientTrustTrustRoot (o.e.c.e.r.TestNameLoggerRule.finished:63)
15:12:10.602 INFO [TestNameLoggerRule]: Test testOpenSslClientX448 (o.e.c.e.r.TestNameLoggerRule.starting:57)
15:12:10.606 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
15:12:10.607 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
15:12:10.608 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847)
15:12:10.608 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
15:12:10.608 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847)
openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert client.pem -CAfile trustStore.pem -build_chain -curves X448:prime256v1 
15:12:10.619 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
15:12:10.626 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 1733 bytes and written 2145 bytes
Verification: OK
---
New, TLSv1.2, Cipher is ECDHE-ECDSA-AES128-CCM8
Server public key is 256 bit
Secure Renegotiation IS supported
Compression: NONE
Expansion: NONE
No ALPN negotiated
SSL-Session:
    Protocol  : DTLSv1.2
    Cipher    : ECDHE-ECDSA-AES128-CCM8
    Session-ID: 53A2ABA508E812D133A72CB6C8A9A6588478088A4A9AFDF052B1F54369F074B4
    Session-ID-ctx: 
    Master-Key: 065C18FEC927BE5DC1549774922B824B8E06C31673F615DCCC7BF0BD24C9B946AA579EDF5DF47F4AEAEECE09C7D9E727
    PSK identity: None
    PSK identity hint: None
    SRP username: None
    Start Time: 1714749130
    Timeout   : 7200 (sec)
    Verify return code: 0 (ok)
    Extended master secret: yes
---
< Hello Scandium!
ACK-Hello Scandium!< Q

DONE
> exit: 0 (523ms, testOpenSslClientX448).
15:12:11.136 INFO [TestNameLoggerRule]: Test testOpenSslClientX448 (o.e.c.e.r.TestNameLoggerRule.finished:63)
15:12:11.136 INFO [TestNameLoggerRule]: Test testOpenSslClientExportKeyMaterial (o.e.c.e.r.TestNameLoggerRule.starting:57)
15:12:11.141 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
15:12:11.142 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
15:12:11.149 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847)
15:12:11.149 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
15:12:11.149 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847)
openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert client.pem -no-CAfile -curves X25519:prime256v1 -keymatexport EXPERIMENTAL_TEST 
15:12:11.158 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
15:12:11.163 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492)
CONNECTED(00000003)
---
Certificate chain
 0 s:CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
   i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
   i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
---
Server certificate
-----BEGIN CERTIFICATE-----
MIICZDCCAgmgAwIBAgIIDY1x9glyw2UwCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF
Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv
VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MTZa
Fw0yNTEwMjUwODA4MTZaMF4xEjAQBgNVBAMTCWNmLXNlcnZlcjEUMBIGA1UECxML
Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh
d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAECXC+y/fC
+rvwHZHizj7zVmLbhM6cjCK654Y8qFt+56G78+1VgfZzpIDf6k7XsSJIRpX+TrCY
UDUmkknL9mnbB6OBtDCBsTAdBgNVHQ4EFgQUCp3HwJN1vjsydK1G5jjHjcGefqQw
CwYDVR0PBAQDAgeAMGIGA1UdEQRbMFmCDm15LnRlc3Quc2VydmVygh5jYWxpZm9y
bml1bS5lY2xpcHNlcHJvamVjdHMuaW+HBCO5KLaCCWxvY2FsaG9zdIcEfwAAAYcQ
AAAAAAAAAAAAAAAAAAAAATAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzg
UTAKBggqhkjOPQQDAgNJADBGAiEArsVlRAvaNzmmKDfKHBtaG2ogusSec7+PAebk
FIQSqEMCIQCbYJCnft3yhKbvBedO+zH/T0RT5V4eE/Yx4JKxbz1Q7A==
-----END CERTIFICATE-----
subject=CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA

issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA

---
No client certificate CA names sent
Client Certificate Types: ECDSA sign, RSA sign
Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256
Shared Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256
Peer signing digest: SHA256
Peer signature type: ECDSA
Server Temp Key: X25519, 253 bits
---
SSL handshake has read 1614 bytes and written 1106 bytes
Verification error: unable to get local issuer certificate
---
New, TLSv1.2, Cipher is ECDHE-ECDSA-AES128-CCM8
Server public key is 256 bit
Secure Renegotiation IS supported
Compression: NONE
Expansion: NONE
No ALPN negotiated
SSL-Session:
    Protocol  : DTLSv1.2
    Cipher    : ECDHE-ECDSA-AES128-CCM8
    Session-ID: 4DA4217997665C5DA417167BDA24C1413CD826F0BDB132793DAE8C6E2D0194BD
    Session-ID-ctx: 
    Master-Key: 5934B004BBB2AA8E79F980ABBB68F2DDC29F5706D44C3D81B065E8AF320E603064F9B18D4A046720AD0C5C6B6ADAEF7D
    PSK identity: None
    PSK identity hint: None
    SRP username: None
    Start Time: 1714749131
    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: 46AA6D8F9ECF6AB4734882EA7384EA8EFE9F86C1
---
< Hello Scandium!
ACK-Hello Scandium!< Q

DONE
> exit: 0 (517ms, testOpenSslClientExportKeyMaterial).
15:12:11.671 INFO [TestNameLoggerRule]: Test testOpenSslClientExportKeyMaterial (o.e.c.e.r.TestNameLoggerRule.finished:63)
15:12:11.672 INFO [TestNameLoggerRule]: Test testOpenSslClientRsaCertificatChain (o.e.c.e.r.TestNameLoggerRule.starting:57)
15:12:11.688 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
15:12:11.689 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
15:12:11.690 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847)
15:12:11.690 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
openssl 15:12:11.690 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847)
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 
15:12:11.700 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
15:12:11.713 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: EDE1E87532E1BFB696BAFBA30A980A88FC4AEFD987F27851A2A231B63F7F730A
    Session-ID-ctx: 
    Master-Key: 27F967CE55BAD906AD45C9901B300C97C85EA19B82C6CF78542FF012E812C58BFB90B8333B9A5951EC7DB464946CFB5F
    PSK identity: None
    PSK identity hint: None
    SRP username: None
    Start Time: 1714749131
    Timeout   : 7200 (sec)
    Verify return code: 0 (ok)
    Extended master secret: yes
---
< Hello Scandium!
ACK-Hello Scandium!< Q

DONE
> exit: 0 (528ms, testOpenSslClientRsaCertificatChain).
15:12:12.222 INFO [TestNameLoggerRule]: Test testOpenSslClientRsaCertificatChain (o.e.c.e.r.TestNameLoggerRule.finished:63)
15:12:12.222 INFO [TestNameLoggerRule]: Test testOpenSslClientEdDsaCertificatChain (o.e.c.e.r.TestNameLoggerRule.starting:57)
15:12:12.227 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
15:12:12.228 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
15:12:12.228 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847)
15:12:12.228 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
openssl s_client -dtls1_2 -415:12:12.229 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847)
 -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 
15:12:12.239 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
15:12:12.243 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492)
CONNECTED(00000003)
---
Certificate chain
 0 s:CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
   i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
   i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
---
Server certificate
-----BEGIN CERTIFICATE-----
MIICZDCCAgmgAwIBAgIIDY1x9glyw2UwCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF
Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv
VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MTZa
Fw0yNTEwMjUwODA4MTZaMF4xEjAQBgNVBAMTCWNmLXNlcnZlcjEUMBIGA1UECxML
Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh
d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAECXC+y/fC
+rvwHZHizj7zVmLbhM6cjCK654Y8qFt+56G78+1VgfZzpIDf6k7XsSJIRpX+TrCY
UDUmkknL9mnbB6OBtDCBsTAdBgNVHQ4EFgQUCp3HwJN1vjsydK1G5jjHjcGefqQw
CwYDVR0PBAQDAgeAMGIGA1UdEQRbMFmCDm15LnRlc3Quc2VydmVygh5jYWxpZm9y
bml1bS5lY2xpcHNlcHJvamVjdHMuaW+HBCO5KLaCCWxvY2FsaG9zdIcEfwAAAYcQ
AAAAAAAAAAAAAAAAAAAAATAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzg
UTAKBggqhkjOPQQDAgNJADBGAiEArsVlRAvaNzmmKDfKHBtaG2ogusSec7+PAebk
FIQSqEMCIQCbYJCnft3yhKbvBedO+zH/T0RT5V4eE/Yx4JKxbz1Q7A==
-----END CERTIFICATE-----
subject=CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA

issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA

---
Acceptable client certificate CA names
CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
Client Certificate Types: ECDSA sign, RSA sign
Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256:Ed25519
Shared Requested Signature Algorithms: ECDSA+SHA256:Ed25519
Peer signing digest: SHA256
Peer signature type: ECDSA
Server Temp Key: X25519, 253 bits
---
SSL handshake has read 1712 bytes and written 1991 bytes
Verification: OK
---
New, TLSv1.2, Cipher is ECDHE-ECDSA-AES128-CCM8
Server public key is 256 bit
Secure Renegotiation IS supported
Compression: NONE
Expansion: NONE
No ALPN negotiated
SSL-Session:
    Protocol  : DTLSv1.2
    Cipher    : ECDHE-ECDSA-AES128-CCM8
    Session-ID: A19259F87F856C48E97C44A51E2FDD1B38B744F4B67062DA5184DD401AF29EC2
    Session-ID-ctx: 
    Master-Key: 5891A7335D7EAB83E7555DBBB7D1CD036531A473DFFE159E76BB00CDBA17DECC9817C58EE32C94EDB378F26E05707508
    PSK identity: None
    PSK identity hint: None
    SRP username: None
    Start Time: 1714749132
    Timeout   : 7200 (sec)
    Verify return code: 0 (ok)
    Extended master secret: yes
---
< Hello Scandium!
ACK-Hello Scandium!< Q

DONE
> exit: 0 (523ms, testOpenSslClientEdDsaCertificatChain).
15:12:12.755 INFO [TestNameLoggerRule]: Test testOpenSslClientEdDsaCertificatChain (o.e.c.e.r.TestNameLoggerRule.finished:63)
15:12:12.756 INFO [TestNameLoggerRule]: Test testOpenSslClientUnauthenticatedFullhandshake (o.e.c.e.r.TestNameLoggerRule.starting:57)
15:12:12.761 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
15:12:12.762 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
15:12:12.763 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847)
15:12:12.763 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
openssl s_client -dtls1_2 15:12:12.763 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847)
-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 
15:12:12.773 INFO [ServerHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2529)
Can't use SSL_get_servername
depth=2 CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
depth=0 CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
CONNECTED(00000003)
---
Certificate chain
 0 s:CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
   i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
   i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
---
Server certificate
-----BEGIN CERTIFICATE-----
MIICZDCCAgmgAwIBAgIIDY1x9glyw2UwCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF
Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv
VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MTZa
Fw0yNTEwMjUwODA4MTZaMF4xEjAQBgNVBAMTCWNmLXNlcnZlcjEUMBIGA1UECxML
Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh
d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAECXC+y/fC
+rvwHZHizj7zVmLbhM6cjCK654Y8qFt+56G78+1VgfZzpIDf6k7XsSJIRpX+TrCY
UDUmkknL9mnbB6OBtDCBsTAdBgNVHQ4EFgQUCp3HwJN1vjsydK1G5jjHjcGefqQw
CwYDVR0PBAQDAgeAMGIGA1UdEQRbMFmCDm15LnRlc3Quc2VydmVygh5jYWxpZm9y
bml1bS5lY2xpcHNlcHJvamVjdHMuaW+HBCO5KLaCCWxvY2FsaG9zdIcEfwAAAYcQ
AAAAAAAAAAAAAAAAAAAAATAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzg
UTAKBggqhkjOPQQDAgNJADBGAiEArsVlRAvaNzmmKDfKHBtaG2ogusSec7+PAebk
FIQSqEMCIQCbYJCnft3yhKbvBedO+zH/T0RT5V4eE/Yx4JKxbz1Q7A==
-----END CERTIFICATE-----
subject=CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA

issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA

---
No client certificate CA names sent
Peer signing digest: SHA256
Peer signature type: ECDSA
Server Temp Key: X25519, 253 bits
---
SSL handshake has read 1578 bytes and written 455 bytes
Verification: OK
---
New, TLSv1.2, Cipher is ECDHE-ECDSA-AES128-CCM8
Server public key is 256 bit
Secure Renegotiation IS supported
Compression: NONE
Expansion: NONE
No ALPN negotiated
SSL-Session:
    Protocol  : DTLSv1.2
    Cipher    : ECDHE-ECDSA-AES128-CCM8
    Session-ID: DAC8D61FF4B057847C2E1D1AC59D8304EBD02138037F42246D7152F910785A52
    Session-ID-ctx: 
    Master-Key: 7AFFAE617AF5983E86C923BCF145E9688FCB7B62FB172CE0A69052D0D4F7F972B19233DD303D93F1E241DBBA3DE4F3C3
    PSK identity: None
    PSK identity hint: None
    SRP username: None
    Start Time: 1714749132
    Timeout   : 7200 (sec)
    Verify return code: 0 (ok)
    Extended master secret: yes
---
< Hello Scandium!
ACK-Hello Scandium!< Q

DONE
> exit: 0 (516ms, 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 
15:12:13.293 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 1585 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: F93CCA39CAC8E6F3AB94F0E7B35DF026AF7BCD61A6228406711AAF36F4B32CDF
    Session-ID-ctx: 
    Master-Key: 5F949475337EF6C5219F808C27F1EDCAE6DE74332C14504BD84CCE116A495C50128F4C26AC2E4EF274524AF57CDFB174
    PSK identity: None
    PSK identity hint: None
    SRP username: None
    Start Time: 1714749133
    Timeout   : 7200 (sec)
    Verify return code: 0 (ok)
    Extended master secret: yes
---
< Hello Scandium!
ACK-Hello Scandium!< Q

DONE
> exit: 0 (516ms, testOpenSslClientUnauthenticatedFullhandshake).
15:12:13.803 INFO [TestNameLoggerRule]: Test testOpenSslClientUnauthenticatedFullhandshake (o.e.c.e.r.TestNameLoggerRule.finished:63)
15:12:13.804 INFO [TestNameLoggerRule]: Test testOpenSslClientCertTrustAll (o.e.c.e.r.TestNameLoggerRule.starting:57)
15:12:13.808 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
15:12:13.809 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
15:12:13.810 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847)
15:12:13.810 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
15:12:13.810 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847)
openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert client.pem -no-CAfile -curves X25519:prime256v1 
15:12:13.818 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
15:12:13.823 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492)
CONNECTED(00000003)
---
Certificate chain
 0 s:CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
   i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
   i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
---
Server certificate
-----BEGIN CERTIFICATE-----
MIICZDCCAgmgAwIBAgIIDY1x9glyw2UwCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF
Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv
VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MTZa
Fw0yNTEwMjUwODA4MTZaMF4xEjAQBgNVBAMTCWNmLXNlcnZlcjEUMBIGA1UECxML
Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh
d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAECXC+y/fC
+rvwHZHizj7zVmLbhM6cjCK654Y8qFt+56G78+1VgfZzpIDf6k7XsSJIRpX+TrCY
UDUmkknL9mnbB6OBtDCBsTAdBgNVHQ4EFgQUCp3HwJN1vjsydK1G5jjHjcGefqQw
CwYDVR0PBAQDAgeAMGIGA1UdEQRbMFmCDm15LnRlc3Quc2VydmVygh5jYWxpZm9y
bml1bS5lY2xpcHNlcHJvamVjdHMuaW+HBCO5KLaCCWxvY2FsaG9zdIcEfwAAAYcQ
AAAAAAAAAAAAAAAAAAAAATAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzg
UTAKBggqhkjOPQQDAgNJADBGAiEArsVlRAvaNzmmKDfKHBtaG2ogusSec7+PAebk
FIQSqEMCIQCbYJCnft3yhKbvBedO+zH/T0RT5V4eE/Yx4JKxbz1Q7A==
-----END CERTIFICATE-----
subject=CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA

issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA

---
No client certificate CA names sent
Client Certificate Types: ECDSA sign, RSA sign
Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256
Shared Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256
Peer signing digest: SHA256
Peer signature type: ECDSA
Server Temp Key: X25519, 253 bits
---
SSL handshake has read 1614 bytes and written 1106 bytes
Verification error: unable to get local issuer certificate
---
New, TLSv1.2, Cipher is ECDHE-ECDSA-AES128-CCM8
Server public key is 256 bit
Secure Renegotiation IS supported
Compression: NONE
Expansion: NONE
No ALPN negotiated
SSL-Session:
    Protocol  : DTLSv1.2
    Cipher    : ECDHE-ECDSA-AES128-CCM8
    Session-ID: 853AE25624E5A38F2EC5B373FBD169BA17AB77FF4C7A3F7277F1157D45569C22
    Session-ID-ctx: 
    Master-Key: 38D938928975A2EB6A83880AF14128E4452A93A10DB59F43CABDD1A6B1E4DE21545783AA529054447B3C0C240B024C47
    PSK identity: None
    PSK identity hint: None
    SRP username: None
    Start Time: 1714749133
    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, testOpenSslClientCertTrustAll).
15:12:14.331 INFO [TestNameLoggerRule]: Test testOpenSslClientCertTrustAll (o.e.c.e.r.TestNameLoggerRule.finished:63)
15:12:14.331 INFO [TestNameLoggerRule]: Test testOpenSslClientSecP384r1 (o.e.c.e.r.TestNameLoggerRule.starting:57)
15:12:14.336 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
15:12:14.337 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
15:12:14.337 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847)
15:12:14.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:1314)
openssl s_client -dtls1_2 15:12:14.338 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847)
-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 
15:12:14.348 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
15:12:14.358 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 2188 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: 8589913AF4DD8A5D3B1CF2F2E75AFB9F711AF32CAE0AE5EBD0B5975F25BCB04C
    Session-ID-ctx: 
    Master-Key: 438900A5B77CDB64A5D7B53D3861F276538CB9F927D2FDD8FEBE21E0253DF8D1A09E32E3E5CFEE6B09FE9BB9165F62ED
    PSK identity: None
    PSK identity hint: None
    SRP username: None
    Start Time: 1714749134
    Timeout   : 7200 (sec)
    Verify return code: 0 (ok)
    Extended master secret: yes
---
< Hello Scandium!
ACK-Hello Scandium!< Q

DONE
> exit: 0 (529ms, testOpenSslClientSecP384r1).
15:12:14.870 INFO [TestNameLoggerRule]: Test testOpenSslClientSecP384r1 (o.e.c.e.r.TestNameLoggerRule.finished:63)
15:12:14.871 INFO [TestNameLoggerRule]: Test testOpenSslClientPrime256v1 (o.e.c.e.r.TestNameLoggerRule.starting:57)
15:12:14.875 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
15:12:14.876 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
15:12:14.877 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847)
15:12:14.877 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
15:12:14.877 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847)
openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert client.pem -CAfile trustStore.pem -build_chain -curves prime256v1 
15:12:14.887 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
15:12:14.892 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492)
CONNECTED(00000003)
---
Certificate chain
 0 s:CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
   i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
   i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
---
Server certificate
-----BEGIN CERTIFICATE-----
MIICZDCCAgmgAwIBAgIIDY1x9glyw2UwCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF
Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv
VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MTZa
Fw0yNTEwMjUwODA4MTZaMF4xEjAQBgNVBAMTCWNmLXNlcnZlcjEUMBIGA1UECxML
Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh
d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAECXC+y/fC
+rvwHZHizj7zVmLbhM6cjCK654Y8qFt+56G78+1VgfZzpIDf6k7XsSJIRpX+TrCY
UDUmkknL9mnbB6OBtDCBsTAdBgNVHQ4EFgQUCp3HwJN1vjsydK1G5jjHjcGefqQw
CwYDVR0PBAQDAgeAMGIGA1UdEQRbMFmCDm15LnRlc3Quc2VydmVygh5jYWxpZm9y
bml1bS5lY2xpcHNlcHJvamVjdHMuaW+HBCO5KLaCCWxvY2FsaG9zdIcEfwAAAYcQ
AAAAAAAAAAAAAAAAAAAAATAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzg
UTAKBggqhkjOPQQDAgNJADBGAiEArsVlRAvaNzmmKDfKHBtaG2ogusSec7+PAebk
FIQSqEMCIQCbYJCnft3yhKbvBedO+zH/T0RT5V4eE/Yx4JKxbz1Q7A==
-----END CERTIFICATE-----
subject=CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA

issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA

---
Acceptable client certificate CA names
CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
Client Certificate Types: ECDSA sign, RSA sign
Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256
Shared Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256
Peer signing digest: SHA256
Peer signature type: ECDSA
Server Temp Key: ECDH, P-256, 256 bits
---
SSL handshake has read 1744 bytes and written 2150 bytes
Verification: OK
---
New, TLSv1.2, Cipher is ECDHE-ECDSA-AES128-CCM8
Server public key is 256 bit
Secure Renegotiation IS supported
Compression: NONE
Expansion: NONE
No ALPN negotiated
SSL-Session:
    Protocol  : DTLSv1.2
    Cipher    : ECDHE-ECDSA-AES128-CCM8
    Session-ID: E27310074490EEF8A67239C30593D94C1ECC85AFB652A70E846B0E485B9FC724
    Session-ID-ctx: 
    Master-Key: 401209FFA5AC015A087079D3E1215AEE3025673CC0D0FD7359BEF8488EB7B774595F8F8150A9F1265220D67BE6EDE46C
    PSK identity: None
    PSK identity hint: None
    SRP username: None
    Start Time: 1714749134
    Timeout   : 7200 (sec)
    Verify return code: 0 (ok)
    Extended master secret: yes
---
< Hello Scandium!
ACK-Hello Scandium!< Q

DONE
> exit: 0 (521ms, testOpenSslClientPrime256v1).
15:12:15.402 INFO [TestNameLoggerRule]: Test testOpenSslClientPrime256v1 (o.e.c.e.r.TestNameLoggerRule.finished:63)
15:12:15.402 INFO [TestNameLoggerRule]: Test testOpenSslClientTrustTrustCa (o.e.c.e.r.TestNameLoggerRule.starting:57)
15:12:15.407 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
15:12:15.408 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
15:12:15.409 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847)
15:12:15.409 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
15:12:15.409 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847)
openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert client.pem -CAfile trustStore.pem -build_chain -curves X25519:prime256v1 
15:12:15.419 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
15:12:15.424 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492)
CONNECTED(00000003)
---
Certificate chain
 0 s:CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
   i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
   i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
---
Server certificate
-----BEGIN CERTIFICATE-----
MIICZDCCAgmgAwIBAgIIDY1x9glyw2UwCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF
Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv
VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MTZa
Fw0yNTEwMjUwODA4MTZaMF4xEjAQBgNVBAMTCWNmLXNlcnZlcjEUMBIGA1UECxML
Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh
d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAECXC+y/fC
+rvwHZHizj7zVmLbhM6cjCK654Y8qFt+56G78+1VgfZzpIDf6k7XsSJIRpX+TrCY
UDUmkknL9mnbB6OBtDCBsTAdBgNVHQ4EFgQUCp3HwJN1vjsydK1G5jjHjcGefqQw
CwYDVR0PBAQDAgeAMGIGA1UdEQRbMFmCDm15LnRlc3Quc2VydmVygh5jYWxpZm9y
bml1bS5lY2xpcHNlcHJvamVjdHMuaW+HBCO5KLaCCWxvY2FsaG9zdIcEfwAAAYcQ
AAAAAAAAAAAAAAAAAAAAATAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzg
UTAKBggqhkjOPQQDAgNJADBGAiEArsVlRAvaNzmmKDfKHBtaG2ogusSec7+PAebk
FIQSqEMCIQCbYJCnft3yhKbvBedO+zH/T0RT5V4eE/Yx4JKxbz1Q7A==
-----END CERTIFICATE-----
subject=CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA

issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA

---
Acceptable client certificate CA names
CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
Client Certificate Types: ECDSA sign, RSA sign
Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256
Shared Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256
Peer signing digest: SHA256
Peer signature type: ECDSA
Server Temp Key: X25519, 253 bits
---
SSL handshake has read 1707 bytes and written 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: 5CC4422AC668CA4E01017C6A7820F2B5E72DE4402CDA544E05552CAC0A931F80
    Session-ID-ctx: 
    Master-Key: 1F7F252EB4A7F113DE8AAFE67CC4BDCE8D6616A204EF516123F19067994A929C61B45FEE3D5135C2EF599DDAE71900ED
    PSK identity: None
    PSK identity hint: None
    SRP username: None
    Start Time: 1714749135
    Timeout   : 7200 (sec)
    Verify return code: 0 (ok)
    Extended master secret: yes
---
< Hello Scandium!
ACK-Hello Scandium!< Q

DONE
> exit: 0 (519ms, testOpenSslClientTrustTrustCa).
15:12:15.932 INFO [TestNameLoggerRule]: Test testOpenSslClientTrustTrustCa (o.e.c.e.r.TestNameLoggerRule.finished:63)
15:12:15.932 INFO [TestNameLoggerRule]: Test testOpenSslClientTrustTrustAll (o.e.c.e.r.TestNameLoggerRule.starting:57)
15:12:15.937 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
15:12:15.937 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
15:12:15.938 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847)
15:12:15.938 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
15:12:15.938 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847)
openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert client.pem -CAfile trustStore.pem -build_chain -curves X25519:prime256v1 
15:12:15.951 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
15:12:15.958 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492)
CONNECTED(00000003)
---
Certificate chain
 0 s:CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
   i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
   i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
---
Server certificate
-----BEGIN CERTIFICATE-----
MIICZDCCAgmgAwIBAgIIDY1x9glyw2UwCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF
Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv
VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MTZa
Fw0yNTEwMjUwODA4MTZaMF4xEjAQBgNVBAMTCWNmLXNlcnZlcjEUMBIGA1UECxML
Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh
d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAECXC+y/fC
+rvwHZHizj7zVmLbhM6cjCK654Y8qFt+56G78+1VgfZzpIDf6k7XsSJIRpX+TrCY
UDUmkknL9mnbB6OBtDCBsTAdBgNVHQ4EFgQUCp3HwJN1vjsydK1G5jjHjcGefqQw
CwYDVR0PBAQDAgeAMGIGA1UdEQRbMFmCDm15LnRlc3Quc2VydmVygh5jYWxpZm9y
bml1bS5lY2xpcHNlcHJvamVjdHMuaW+HBCO5KLaCCWxvY2FsaG9zdIcEfwAAAYcQ
AAAAAAAAAAAAAAAAAAAAATAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzg
UTAKBggqhkjOPQQDAgNJADBGAiEArsVlRAvaNzmmKDfKHBtaG2ogusSec7+PAebk
FIQSqEMCIQCbYJCnft3yhKbvBedO+zH/T0RT5V4eE/Yx4JKxbz1Q7A==
-----END CERTIFICATE-----
subject=CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA

issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA

---
No client certificate CA names sent
Client Certificate Types: ECDSA sign, RSA sign
Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256
Shared Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256
Peer signing digest: SHA256
Peer signature type: ECDSA
Server Temp Key: X25519, 253 bits
---
SSL handshake has read 1614 bytes and written 2122 bytes
Verification: OK
---
New, TLSv1.2, Cipher is ECDHE-ECDSA-AES128-CCM8
Server public key is 256 bit
Secure Renegotiation IS supported
Compression: NONE
Expansion: NONE
No ALPN negotiated
SSL-Session:
    Protocol  : DTLSv1.2
    Cipher    : ECDHE-ECDSA-AES128-CCM8
    Session-ID: 87151861BDC192E84AAB5ACC1F0C46E28423BDEBFA7B137E026B3261E130064A
    Session-ID-ctx: 
    Master-Key: A7A4806F56F19F9BBADE3E54CA46B1F02A23EC3B4A32BDFB341538D820838DF07F33DA565B41654E9DB67CF28CAC8A32
    PSK identity: None
    PSK identity hint: None
    SRP username: None
    Start Time: 1714749135
    Timeout   : 7200 (sec)
    Verify return code: 0 (ok)
    Extended master secret: yes
---
< Hello Scandium!
ACK-Hello Scandium!< Q

DONE
> exit: 0 (522ms, testOpenSslClientTrustTrustAll).
15:12:16.468 INFO [TestNameLoggerRule]: Test testOpenSslClientTrustTrustAll (o.e.c.e.r.TestNameLoggerRule.finished:63)
15:12:16.469 INFO [TestNameLoggerRule]: Test testOpenSslClientCertTrustCa (o.e.c.e.r.TestNameLoggerRule.starting:57)
15:12:16.474 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
15:12:16.475 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
15:12:16.476 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847)
15:12:16.476 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
openssl 15:12:16.476 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847)
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 
15:12:16.484 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
15:12:16.489 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492)
CONNECTED(00000003)
---
Certificate chain
 0 s:CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
   i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
   i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
---
Server certificate
-----BEGIN CERTIFICATE-----
MIICZDCCAgmgAwIBAgIIDY1x9glyw2UwCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF
Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv
VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MTZa
Fw0yNTEwMjUwODA4MTZaMF4xEjAQBgNVBAMTCWNmLXNlcnZlcjEUMBIGA1UECxML
Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh
d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAECXC+y/fC
+rvwHZHizj7zVmLbhM6cjCK654Y8qFt+56G78+1VgfZzpIDf6k7XsSJIRpX+TrCY
UDUmkknL9mnbB6OBtDCBsTAdBgNVHQ4EFgQUCp3HwJN1vjsydK1G5jjHjcGefqQw
CwYDVR0PBAQDAgeAMGIGA1UdEQRbMFmCDm15LnRlc3Quc2VydmVygh5jYWxpZm9y
bml1bS5lY2xpcHNlcHJvamVjdHMuaW+HBCO5KLaCCWxvY2FsaG9zdIcEfwAAAYcQ
AAAAAAAAAAAAAAAAAAAAATAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzg
UTAKBggqhkjOPQQDAgNJADBGAiEArsVlRAvaNzmmKDfKHBtaG2ogusSec7+PAebk
FIQSqEMCIQCbYJCnft3yhKbvBedO+zH/T0RT5V4eE/Yx4JKxbz1Q7A==
-----END CERTIFICATE-----
subject=CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA

issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA

---
Acceptable client certificate CA names
CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
Client Certificate Types: ECDSA sign, RSA sign
Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256
Shared Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256
Peer signing digest: SHA256
Peer signature type: ECDSA
Server Temp Key: X25519, 253 bits
---
SSL handshake has read 1707 bytes and written 1107 bytes
Verification error: unable to get local issuer certificate
---
New, TLSv1.2, Cipher is ECDHE-ECDSA-AES128-CCM8
Server public key is 256 bit
Secure Renegotiation IS supported
Compression: NONE
Expansion: NONE
No ALPN negotiated
SSL-Session:
    Protocol  : DTLSv1.2
    Cipher    : ECDHE-ECDSA-AES128-CCM8
    Session-ID: B11A25FE8BC863B07B7709B1ED9ACA4DF993B60BBEEE842AEB1F5E38D8B50288
    Session-ID-ctx: 
    Master-Key: 0209A15979463517772C7714CD894884D8C4B985511BD394B3275118C8F56B7806BC99F712AA9277D937DE96986D723D
    PSK identity: None
    PSK identity hint: None
    SRP username: None
    Start Time: 1714749136
    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, testOpenSslClientCertTrustCa).
15:12:16.997 INFO [TestNameLoggerRule]: Test testOpenSslClientCertTrustCa (o.e.c.e.r.TestNameLoggerRule.finished:63)
15:12:16.997 INFO [TestNameLoggerRule]: Test testOpenSslClientUnauthenticatedResumes (o.e.c.e.r.TestNameLoggerRule.starting:57)
15:12:17.002 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
15:12:17.003 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
15:12:17.003 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847)
15:12:17.003 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
openssl s_client -dtls1_2 -4 15:12:17.004 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847)
-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 
15:12:17.014 INFO [ServerHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2529)
Can't use SSL_get_servername
depth=2 CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
depth=0 CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
CONNECTED(00000003)
---
Certificate chain
 0 s:CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
   i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
   i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
---
Server certificate
-----BEGIN CERTIFICATE-----
MIICZDCCAgmgAwIBAgIIDY1x9glyw2UwCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF
Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv
VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MTZa
Fw0yNTEwMjUwODA4MTZaMF4xEjAQBgNVBAMTCWNmLXNlcnZlcjEUMBIGA1UECxML
Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh
d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAECXC+y/fC
+rvwHZHizj7zVmLbhM6cjCK654Y8qFt+56G78+1VgfZzpIDf6k7XsSJIRpX+TrCY
UDUmkknL9mnbB6OBtDCBsTAdBgNVHQ4EFgQUCp3HwJN1vjsydK1G5jjHjcGefqQw
CwYDVR0PBAQDAgeAMGIGA1UdEQRbMFmCDm15LnRlc3Quc2VydmVygh5jYWxpZm9y
bml1bS5lY2xpcHNlcHJvamVjdHMuaW+HBCO5KLaCCWxvY2FsaG9zdIcEfwAAAYcQ
AAAAAAAAAAAAAAAAAAAAATAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzg
UTAKBggqhkjOPQQDAgNJADBGAiEArsVlRAvaNzmmKDfKHBtaG2ogusSec7+PAebk
FIQSqEMCIQCbYJCnft3yhKbvBedO+zH/T0RT5V4eE/Yx4JKxbz1Q7A==
-----END CERTIFICATE-----
subject=CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA

issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA

---
No client certificate CA names sent
Peer signing digest: SHA256
Peer signature type: ECDSA
Server Temp Key: X25519, 253 bits
---
SSL handshake has read 1578 bytes and written 455 bytes
Verification: OK
---
New, TLSv1.2, Cipher is ECDHE-ECDSA-AES128-CCM8
Server public key is 256 bit
Secure Renegotiation IS supported
Compression: NONE
Expansion: NONE
No ALPN negotiated
SSL-Session:
    Protocol  : DTLSv1.2
    Cipher    : ECDHE-ECDSA-AES128-CCM8
    Session-ID: 66855FC678A59B8895E22EB16DE5C52B32DC1B5C164834FE36F5CC0991376717
    Session-ID-ctx: 
    Master-Key: BBD1CA53DAFD19C8700A1682EF2FA9DA0A387AB6907FF31869593CA509F1D8D7E530BF17202FDEA7C4941224625F2AF5
    PSK identity: None
    PSK identity hint: None
    SRP username: None
    Start Time: 1714749137
    Timeout   : 7200 (sec)
    Verify return code: 0 (ok)
    Extended master secret: yes
---
< Hello Scandium!
ACK-Hello Scandium!< Q

DONE
> exit: 0 (528ms, 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: 66855FC678A59B8895E22EB16DE5C52B32DC1B5C164834FE36F5CC0991376717
    Session-ID-ctx: 
    Master-Key: BBD1CA53DAFD19C8700A1682EF2FA9DA0A387AB6907FF31869593CA509F1D8D7E530BF17202FDEA7C4941224625F2AF5
    PSK identity: None
    PSK identity hint: None
    SRP username: None
    Start Time: 1714749137
    Timeout   : 7200 (sec)
    Verify return code: 0 (ok)
    Extended master secret: yes
---
< Hello Scandium!
ACK-Hello Scandium!< Q

DONE
> exit: 0 (511ms, testOpenSslClientUnauthenticatedResumes).
15:12:18.050 INFO [TestNameLoggerRule]: Test testOpenSslClientUnauthenticatedResumes (o.e.c.e.r.TestNameLoggerRule.finished:63)
15:12:18.051 INFO [TestNameLoggerRule]: Test testOpenSslClientMixedCertificatChain (o.e.c.e.r.TestNameLoggerRule.starting:57)
15:12:18.057 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
15:12:18.058 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
15:12:18.059 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847)
15:12:18.059 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
openssl15:12:18.059 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847)
 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 
15:12:18.069 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
15:12:18.075 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492)
CONNECTED(00000003)
---
Certificate chain
 0 s:CN = cf-server-ca-rsa, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
   i:CN = cf-ca-rsa, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
 1 s:CN = cf-ca-rsa, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
   i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
---
Server certificate
-----BEGIN CERTIFICATE-----
MIIDCjCCAfKgAwIBAgIIWfdw7nJIpZowDQYJKoZIhvcNAQELBQAwXjESMBAGA1UE
AxMJY2YtY2EtcnNhMRQwEgYDVQQLEwtDYWxpZm9ybml1bTEUMBIGA1UEChMLRWNs
aXBzZSBJb1QxDzANBgNVBAcTBk90dGF3YTELMAkGA1UEBhMCQ0EwHhcNMjMxMDI2
MDgwODIxWhcNMjUxMDI1MDgwODIxWjBlMRkwFwYDVQQDExBjZi1zZXJ2ZXItY2Et
cnNhMRQwEgYDVQQLEwtDYWxpZm9ybml1bTEUMBIGA1UEChMLRWNsaXBzZSBJb1Qx
DzANBgNVBAcTBk90dGF3YTELMAkGA1UEBhMCQ0EwWTATBgcqhkjOPQIBBggqhkjO
PQMBBwNCAATsvXqWFn4xpoGMeJjo2VmaVYJ2Se7lr/dCkdPjH73TL+7ITV7Y8u+E
zAbmWL3QyHLAivJyiUuoRMjhrr6dsDBfo4GPMIGMMB0GA1UdDgQWBBQjcpZSqTGv
1phpo59BgxIsvxzZJDALBgNVHQ8EBAMCB4AwPQYDVR0RBDYwNIIPbXkudGVzdC5z
ZXJ2ZXIygglsb2NhbGhvc3SHBH8AAAGHEAAAAAAAAAAAAAAAAAAAAAEwHwYDVR0j
BBgwFoAUfAvp8sPEv4igyeS72FAfPfpxqFcwDQYJKoZIhvcNAQELBQADggEBAApz
9NU/YTF4sX0wibZkpmRtvjt6XvMwBC7P/ndt/kn1GXim2gsd6c2pFKXulN+oWM6c
0E28dj7/cvhQtQWo4oqsavUfdn/CEXYNoBkZ/3fsXfOlF/lMYcRUhM/aREWejP7Q
GEbMSFaStE5taOl2JWfNz0dyNUqy1qcTqAnTQNURiSuzVlw0Ptjxb48hHDNb8u/n
dkHheJQg0kkHHyODulzxRA9bnpcH8b9WLB17apCT+FtOiCpMaP32LDqJrjw9jRJS
Q1Ub1FXvr5Tc513mnhtlp6Mr/cKiR6fR+IzO4yba1caWpoPO/yhIgxg/xgCa8JFJ
I4yTE5RHMZj4XiIFDKA=
-----END CERTIFICATE-----
subject=CN = cf-server-ca-rsa, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA

issuer=CN = cf-ca-rsa, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA

---
Acceptable client certificate CA names
CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
Client Certificate Types: ECDSA sign, RSA sign
Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256
Shared Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256
Peer signing digest: SHA256
Peer signature type: ECDSA
Server Temp Key: X25519, 253 bits
---
SSL handshake has read 2110 bytes and written 2043 bytes
Verification: OK
---
New, TLSv1.2, Cipher is ECDHE-ECDSA-AES128-CCM8
Server public key is 256 bit
Secure Renegotiation IS supported
Compression: NONE
Expansion: NONE
No ALPN negotiated
SSL-Session:
    Protocol  : DTLSv1.2
    Cipher    : ECDHE-ECDSA-AES128-CCM8
    Session-ID: EAE028B1F7FCF1D8C54DE94EC1BB22880EF97546BF4546FD74A846DC1D2F493C
    Session-ID-ctx: 
    Master-Key: A03B45116444B0F4157E841DE4C96FF5104558868DDA8B70ADB5E467DC36972BB5EBB095A9DB88B4F9A99A47B90BC5CC
    PSK identity: None
    PSK identity hint: None
    SRP username: None
    Start Time: 1714749138
    Timeout   : 7200 (sec)
    Verify return code: 0 (ok)
    Extended master secret: yes
---
< Hello Scandium!
ACK-Hello Scandium!< Q

DONE
> exit: 0 (521ms, testOpenSslClientMixedCertificatChain).
15:12:18.583 INFO [TestNameLoggerRule]: Test testOpenSslClientMixedCertificatChain (o.e.c.e.r.TestNameLoggerRule.finished:63)
15:12:18.584 INFO [TestNameLoggerRule]: Test testOpenSslClientChainTrustRoot (o.e.c.e.r.TestNameLoggerRule.starting:57)
15:12:18.588 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
15:12:18.589 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
15:12:18.590 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847)
15:12:18.590 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
15:12:18.590 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847)
openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert client.pem -no-CAfile -cert_chain caTrustStore.pem -curves X25519:prime256v1 
15:12:18.599 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
15:12:18.604 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492)
CONNECTED(00000003)
---
Certificate chain
 0 s:CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
   i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
   i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
---
Server certificate
-----BEGIN CERTIFICATE-----
MIICZDCCAgmgAwIBAgIIDY1x9glyw2UwCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF
Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv
VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MTZa
Fw0yNTEwMjUwODA4MTZaMF4xEjAQBgNVBAMTCWNmLXNlcnZlcjEUMBIGA1UECxML
Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh
d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAECXC+y/fC
+rvwHZHizj7zVmLbhM6cjCK654Y8qFt+56G78+1VgfZzpIDf6k7XsSJIRpX+TrCY
UDUmkknL9mnbB6OBtDCBsTAdBgNVHQ4EFgQUCp3HwJN1vjsydK1G5jjHjcGefqQw
CwYDVR0PBAQDAgeAMGIGA1UdEQRbMFmCDm15LnRlc3Quc2VydmVygh5jYWxpZm9y
bml1bS5lY2xpcHNlcHJvamVjdHMuaW+HBCO5KLaCCWxvY2FsaG9zdIcEfwAAAYcQ
AAAAAAAAAAAAAAAAAAAAATAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzg
UTAKBggqhkjOPQQDAgNJADBGAiEArsVlRAvaNzmmKDfKHBtaG2ogusSec7+PAebk
FIQSqEMCIQCbYJCnft3yhKbvBedO+zH/T0RT5V4eE/Yx4JKxbz1Q7A==
-----END CERTIFICATE-----
subject=CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA

issuer=CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA

---
Acceptable client certificate CA names
CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
Client Certificate Types: ECDSA sign, RSA sign
Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256
Shared Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256
Peer signing digest: SHA256
Peer signature type: ECDSA
Server Temp Key: X25519, 253 bits
---
SSL handshake has read 1710 bytes and written 2122 bytes
Verification error: unable to get local issuer certificate
---
New, TLSv1.2, Cipher is ECDHE-ECDSA-AES128-CCM8
Server public key is 256 bit
Secure Renegotiation IS supported
Compression: NONE
Expansion: NONE
No ALPN negotiated
SSL-Session:
    Protocol  : DTLSv1.2
    Cipher    : ECDHE-ECDSA-AES128-CCM8
    Session-ID: FCEAD57129033EFDB3E6EACFAB1C439C3A3F9ADFE87F5C0383D75088F9BC301D
    Session-ID-ctx: 
    Master-Key: 3048EF9C2F428B4C4F942BB63CBE70D5887181A8CDEBB70F743B5CAE8A82EE0E19550450A8961572A5360224484C58C0
    PSK identity: None
    PSK identity hint: None
    SRP username: None
    Start Time: 1714749138
    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 (518ms, testOpenSslClientChainTrustRoot).
15:12:19.112 INFO [TestNameLoggerRule]: Test testOpenSslClientChainTrustRoot (o.e.c.e.r.TestNameLoggerRule.finished:63)
15:12:19.112 INFO [TestNameLoggerRule]: Test testOpenSslClientX25519 (o.e.c.e.r.TestNameLoggerRule.starting:57)
15:12:19.117 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
15:12:19.117 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1203)
15:12:19.118 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847)
15:12:19.118 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16490, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1314)
15:12:19.118 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3847)
openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert client.pem -CAfile trustStore.pem -build_chain -curves X25519:prime256v1 
15:12:19.128 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
15:12:19.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-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
Client Certificate Types: ECDSA sign, RSA sign
Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256
Shared Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256
Peer signing digest: SHA256
Peer signature type: ECDSA
Server Temp Key: X25519, 253 bits
---
SSL handshake has read 1710 bytes and written 2123 bytes
Verification: OK
---
New, TLSv1.2, Cipher is ECDHE-ECDSA-AES128-CCM8
Server public key is 256 bit
Secure Renegotiation IS supported
Compression: NONE
Expansion: NONE
No ALPN negotiated
SSL-Session:
    Protocol  : DTLSv1.2
    Cipher    : ECDHE-ECDSA-AES128-CCM8
    Session-ID: 20E1D347DDC55A004FCC3B50E997A5FC64480A43FA58E393F4184ED51C66936A
    Session-ID-ctx: 
    Master-Key: 37D3D00300619D4DC05B91F96137584BCC7A6F7B23C60F31A1DC52A96320ACF638CE24C46645BDD61052D3E4665EC4FA
    PSK identity: None
    PSK identity hint: None
    SRP username: None
    Start Time: 1714749139
    Timeout   : 7200 (sec)
    Verify return code: 0 (ok)
    Extended master secret: yes
---
< Hello Scandium!
ACK-Hello Scandium!< Q

DONE
> exit: 0 (519ms, testOpenSslClientX25519).
15:12:19.641 INFO [TestNameLoggerRule]: Test testOpenSslClientX25519 (o.e.c.e.r.TestNameLoggerRule.finished:63)
[WARNING] Tests run: 41, Failures: 0, Errors: 0, Skipped: 21, Time elapsed: 11.771 s - in org.eclipse.californium.interoperability.test.tinydtls.TinydtlsServerInteroperabilityTest
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 81, Failures: 0, Errors: 0, Skipped: 27
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ californium-interoperability-tests ---
[INFO] Skipping packaging of the jar
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ californium-interoperability-tests ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ californium-interoperability-tests ---
[INFO] Skipping execution
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ californium-interoperability-tests ---
[INFO] Skipping artifact installation
[INFO] 
[INFO] -------------< org.eclipse.californium:californium-proxy2 >-------------
[INFO] Building Californium (Cf) Proxy2 3.12.0-SNAPSHOT                 [19/39]
[INFO]   from californium-proxy2/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ californium-proxy2 ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ californium-proxy2 ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ californium-proxy2 ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ californium-proxy2 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-main/californium-proxy2/src/main/resources
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ californium-proxy2 ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 30 source files with javac [debug release 7] to target/classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ californium-proxy2 ---
[INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ californium-proxy2 ---
[INFO] No MANIFEST.MF file found, generating manifest.
[INFO] Writing manifest: /home/jenkins/agent/workspace/californium-main/californium-proxy2/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ californium-proxy2 ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ californium-proxy2 ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 4 source files with javac [debug release 7] to target/test-classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ californium-proxy2 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ californium-proxy2 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.californium.proxy2.Coap2CoapTranslatorTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.299 s - in org.eclipse.californium.proxy2.Coap2CoapTranslatorTest
[INFO] Running org.eclipse.californium.proxy2.http.CrossProtocolTranslatorTest
[INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 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.011 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.008 s - in org.eclipse.californium.proxy2.http.Http2CoapTranslatorTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 47, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ californium-proxy2 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- bundle:5.1.9:bundle (default-bundle) @ californium-proxy2 ---
[INFO] Building bundle: /home/jenkins/agent/workspace/californium-main/californium-proxy2/target/californium-proxy2-3.12.0-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/californium-main/californium-proxy2/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- assembly:3.6.0:single (make-assembly) @ californium-proxy2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/californium-proxy2/target/californium-proxy2-3.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ californium-proxy2 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ californium-proxy2 ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ californium-proxy2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/californium-proxy2/target/californium-proxy2-3.12.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ californium-proxy2 ---
[INFO] Skipping execution
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ californium-proxy2 ---
[INFO] Installing /home/jenkins/agent/workspace/californium-main/californium-proxy2/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/californium-proxy2/3.12.0-SNAPSHOT/californium-proxy2-3.12.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-main/californium-proxy2/target/californium-proxy2-3.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-proxy2/3.12.0-SNAPSHOT/californium-proxy2-3.12.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-main/californium-proxy2/target/californium-proxy2-3.12.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-proxy2/3.12.0-SNAPSHOT/californium-proxy2-3.12.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:install (default-install) @ californium-proxy2 ---
[INFO] Installing org/eclipse/californium/californium-proxy2/3.12.0-SNAPSHOT/californium-proxy2-3.12.0-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] -----------------< org.eclipse.californium:cf-oscore >------------------
[INFO] Building Cf-OSCORE 3.12.0-SNAPSHOT                               [20/39]
[INFO]   from cf-oscore/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-oscore ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-oscore ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-oscore ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ cf-oscore ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-main/cf-oscore/src/main/resources
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ cf-oscore ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 34 source files with javac [debug release 7] to target/classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[WARNING] /home/jenkins/agent/workspace/californium-main/cf-oscore/src/main/java/org/eclipse/californium/oscore/OSCoreCoapStackFactory.java:[59,26] createCoapStack(java.lang.String,java.lang.String,org.eclipse.californium.elements.config.Configuration,org.eclipse.californium.core.network.Outbox,java.lang.Object) in org.eclipse.californium.core.network.CoapStackFactory has been deprecated
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ cf-oscore ---
[INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ cf-oscore ---
[INFO] No MANIFEST.MF file found, generating manifest.
[INFO] Writing manifest: /home/jenkins/agent/workspace/californium-main/cf-oscore/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-oscore ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-main/cf-oscore/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-oscore ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 19 source files with javac [debug release 7] to target/test-classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ cf-oscore ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.californium.oscore.OSSerializerTest
15:12:28.904 [main] INFO org.eclipse.californium.elements.config.Configuration - defaults added COAP.
15:12:28.909 [main] INFO org.eclipse.californium.elements.config.Configuration - defaults added SYS.
15:12:28.910 [main] INFO org.eclipse.californium.elements.config.Configuration - defaults added UDP.
15:12:28.997 [main] INFO org.eclipse.californium.elements.util.JceProviderUtil - JCE default setup
15:12:29.027 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - AES: not restricted
15:12:29.030 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - RSA: true
15:12:29.030 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - EC: true
15:12:29.071 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - ECDSA vulnerable.
15:12:29.080 [main] INFO org.eclipse.californium.elements.util.JceProviderUtil - EdDSA supported by SunEC, Ed25519: true, Ed448: true
15:12:29.080 [main] INFO org.eclipse.californium.elements.util.JceProviderUtil - JCE setup: SunEC version 17, ready.
15:12:29.082 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [0]: SUN version 17.
15:12:29.082 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [1]: SunRsaSign version 17.
15:12:29.082 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [2]: SunEC version 17.
15:12:29.083 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [3]: SunJSSE version 17.
15:12:29.083 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [4]: SunJCE version 17.
15:12:29.083 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [5]: SunJGSS version 17.
15:12:29.083 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [6]: SunSASL version 17.
15:12:29.083 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [7]: XMLDSig version 17.
15:12:29.083 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [8]: SunPCSC version 17.
15:12:29.083 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [9]: JdkLDAP version 17.
15:12:29.083 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [10]: JdkSASL version 17.
15:12:29.083 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [11]: SunPKCS11 version 17.
15:12:29.096 [main] ERROR org.eclipse.californium.oscore.OSSerializer - PartialIV is null
15:12:29.103 [main] ERROR org.eclipse.californium.oscore.OSSerializer - OptionSet is null
15:12:29.105 [main] ERROR org.eclipse.californium.oscore.OSSerializer - CommonIV is null
15:12:29.107 [main] ERROR org.eclipse.californium.oscore.OSSerializer - Nonce length is invalid
15:12:29.108 [main] ERROR org.eclipse.californium.oscore.OSSerializer - Wrong version number
15:12:29.110 [main] ERROR org.eclipse.californium.oscore.OSSerializer - Sequence number is invalid
15:12:29.112 [main] ERROR org.eclipse.californium.oscore.OSSerializer - Coap Code is invalid
15:12:29.113 [main] ERROR org.eclipse.californium.oscore.OSSerializer - SenderID is null
15:12:29.115 [main] ERROR org.eclipse.californium.oscore.OSSerializer - OptionSet is null
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.364 s - in org.eclipse.californium.oscore.OSSerializerTest
[INFO] Running org.eclipse.californium.oscore.ByteIdTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.oscore.ByteIdTest
[INFO] Running org.eclipse.californium.oscore.HashMapCtxDBTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.californium.oscore.HashMapCtxDBTest
[INFO] Running org.eclipse.californium.oscore.OptionJuggleTest
15:12:29.162 [main] DEBUG org.eclipse.californium.elements.util.NetworkInterfacesUtil - Found broadcast address /10.40.25.255 - eth0.
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.californium.oscore.OptionJuggleTest
[INFO] Running org.eclipse.californium.oscore.OSCoreCtxTest
15:12:29.171 [main] INFO org.eclipse.californium.elements.config.Configuration - writing properties to /home/jenkins/agent/workspace/californium-main/cf-oscore/Californium3.properties
15:12:29.185 [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.026 s - in org.eclipse.californium.oscore.OSCoreCtxTest
[INFO] Running org.eclipse.californium.oscore.OSCoreTest
15:12:29.191 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
15:12:29.193 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:29.234 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:29.239 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:29.239 [main] ERROR org.eclipse.californium.oscore.OSCoreCtx - Replayed message detected
15:12:29.239 [main] ERROR org.eclipse.californium.oscore.RequestDecryptor - Replay detected
15:12:29.242 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:29.242 [main] ERROR org.eclipse.californium.oscore.ResponseDecryptor - Token is invalid
15:12:29.243 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
15:12:29.244 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:29.246 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:29.246 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
15:12:29.247 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:29.259 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
15:12:29.260 [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 
15:12:29.262 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
15:12:29.262 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:29.264 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
15:12:29.264 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:29.268 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:29.268 [main] ERROR org.eclipse.californium.oscore.OSCoreCtx - Sequence number wrapped, get new OSCore context
15:12:29.268 [main] ERROR org.eclipse.californium.oscore.RequestDecryptor - Replay detected
15:12:29.268 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
15:12:29.268 [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 
15:12:29.270 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
15:12:29.271 [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 
15:12:29.273 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
15:12:29.273 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:29.275 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:29.275 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
15:12:29.275 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:29.326 [main] ERROR org.eclipse.californium.oscore.OSCoreCtx - Sequence number wrapped, get a new OSCore context
15:12:29.327 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
15:12:29.327 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:29.330 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:29.331 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:29.331 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
15:12:29.332 [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 
15:12:29.334 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
15:12:29.334 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:29.336 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
15:12:29.336 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:29.337 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
15:12:29.338 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:29.340 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:29.341 [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.149 s - in org.eclipse.californium.oscore.OSCoreTest
[INFO] Running org.eclipse.californium.oscore.OSSerializerTest
15:12:29.342 [main] ERROR org.eclipse.californium.oscore.OSSerializer - PartialIV is null
15:12:29.342 [main] ERROR org.eclipse.californium.oscore.OSSerializer - OptionSet is null
15:12:29.343 [main] ERROR org.eclipse.californium.oscore.OSSerializer - CommonIV is null
15:12:29.345 [main] ERROR org.eclipse.californium.oscore.OSSerializer - Nonce length is invalid
15:12:29.346 [main] ERROR org.eclipse.californium.oscore.OSSerializer - Wrong version number
15:12:29.346 [main] ERROR org.eclipse.californium.oscore.OSSerializer - Sequence number is invalid
15:12:29.347 [main] ERROR org.eclipse.californium.oscore.OSSerializer - Coap Code is invalid
15:12:29.348 [main] ERROR org.eclipse.californium.oscore.OSSerializer - SenderID is null
15:12:29.349 [main] ERROR org.eclipse.californium.oscore.OSSerializer - OptionSet is null
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 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
15:12:29.355 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:29.356 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:29.425 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s - in org.eclipse.californium.oscore.DecryptorTest
[INFO] Running org.eclipse.californium.oscore.ContextRederivationTest

Start ContextRederivationTest
15:12:29.436 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:29.440 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:29.441 [main] INFO org.eclipse.californium.ban - Started.
15:12:29.442 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:29.453 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
15:12:29.464 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
15:12:29.467 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
15:12:29.469 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:29.471 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:29.472 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
15:12:29.472 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8192
15:12:29.472 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:29.474 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
15:12:29.474 [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
15:12:29.474 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
15:12:29.475 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8192
15:12:29.477 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:29.478 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:29.478 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:29.478 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
15:12:29.478 [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
15:12:29.480 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
15:12:29.480 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:29.480 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:29.480 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
15:12:29.480 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8193
15:12:29.480 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:29.481 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
15:12:29.481 [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
15:12:29.481 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
15:12:29.481 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8193
15:12:29.481 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8193 for coap
15:12:29.485 [: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)
15:12:29.487 [: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"}, <empty data>
15:12:29.489 [: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
15:12:29.489 [: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"]}, <empty data>
15:12:29.491 [: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"]}, <empty data> by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x19000948BD303F61FCAC9D2F}, 05 74 B2 11 AA FD 18 F7 E8 05 64 91 8B 6B 40 9B 42 9F 48 6A 4C E7 04 4E CD A6 7C D4 7F 3C F3 34
15:12:29.492 [: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-32821], CON-POST   MID=32821, Token=null, OptionSet={"Object-Security":0x19000948BD303F61FCAC9D2F}, 05 74 B2 11 AA FD 18 F7 E8 05 64 91 8B 6B 40 9B 42 9F 48 6A 4C E7 04 4E CD A6 7C D4 7F 3C F3 34
15:12:29.493 [: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-0C3CAC5C47575CDE], CON-POST   MID=32821, Token=0C3CAC5C47575CDE, OptionSet={"Object-Security":0x19000948BD303F61FCAC9D2F}, 05 74 B2 11 AA FD 18 F7 E8 05 64 91 8B 6B 40 9B 42 9F 48 6A 4C E7 04 4E CD A6 7C D4 7F 3C F3 34
15:12:29.493 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-32821], KeyToken[127.0.0.1:8192-0C3CAC5C47575CDE]]
15:12:29.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 58 bytes to 127.0.0.1:8192
15:12:29.498 [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=32821, Token=0C3CAC5C47575CDE, OptionSet={"Object-Security":0x19000948BD303F61FCAC9D2F}, 05 74 B2 11 AA FD 18 F7 E8 05 64 91 8B 6B 40 9B 42 9F 48 6A 4C E7 04 4E CD A6 7C D4 7F 3C F3 34]
15:12:29.499 [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
15:12:29.500 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-32821]
15:12:29.526 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R3, 127.0.0.1:8193] replace CON-POST   MID=32821, Token=0C3CAC5C47575CDE, OptionSet={"Object-Security":0x, "Uri-Path":["rederivation","blackhole"]}, <empty data> by CON-GET    MID=32821, Token=0C3CAC5C47575CDE, OptionSet={"Object-Security":0x, "Uri-Path":["rederivation","blackhole"]}, <empty data>
15:12:29.526 [CoapServer(main)#1] INFO org.eclipse.californium.core.server.ServerMessageDeliverer - did not find resource /rederivation/blackhole requested by 127.0.0.1:8193
15:12:29.527 [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={}, <empty data>
15:12:29.528 [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)
15:12:29.529 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R3, 127.0.0.1:8193, complete]!
15:12:29.529 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R3, 127.0.0.1:8193, complete] completed ACK-2.04   MID=32821, Token=0C3CAC5C47575CDE, OptionSet={"Object-Security":0x1011501666A04E8D1A0251386C4FE4E3DED080}, FC 07 7C A6 05 B1 C1 C3 63!
15:12:29.531 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8193
15:12:29.531 [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=32821, Token=0C3CAC5C47575CDE, OptionSet={"Object-Security":0x1011501666A04E8D1A0251386C4FE4E3DED080}, FC 07 7C A6 05 B1 C1 C3 63]
15:12:29.532 [UDP-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
15:12:29.533 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:29.533 [: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)
15:12:29.534 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap  received error ACK-4.01   MID=32821, Token=0C3CAC5C47575CDE, OptionSet={"Object-Security":0x1011501666A04E8D1A0251386C4FE4E3DED080}, <empty data>:
15:12:29.534 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L2, 127.0.0.1:8192, complete]!
15:12:29.534 [: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-0C3CAC5C47575CDE]
15:12:29.534 [: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-32821]
15:12:29.534 [: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=32821, Token=0C3CAC5C47575CDE, OptionSet={"Object-Security":0x, "Uri-Path":["rederivation","blackhole"]}, <empty data> -/- CON-POST   MID=32821, Token=0C3CAC5C47575CDE, OptionSet={"Object-Security":0x19000948BD303F61FCAC9D2F}, acked 05 74 B2 11 AA FD 18 F7 E8 05 64 91 8B 6B 40 9B 42 9F 48 6A 4C E7 04 4E CD A6 7C D4 7F 3C F3 34!
15:12:29.535 [: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"}, <empty data>
15:12:29.536 [: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
15:12:29.536 [: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"}, <empty data>
15:12:29.536 [: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)
15:12:29.537 [: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"}, <empty data> by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x19001A58181666A04E8D1A0251386C4FE4E3DED08012681E666AAFBE08}, FA 82 80 69 D8 4F B6 A4 71 42 31 AF BC 3E 0C
15:12:29.538 [: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-32822], CON-POST   MID=32822, Token=null, OptionSet={"Object-Security":0x19001A58181666A04E8D1A0251386C4FE4E3DED08012681E666AAFBE08}, FA 82 80 69 D8 4F B6 A4 71 42 31 AF BC 3E 0C
15:12:29.538 [: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-989A353846F3F416], CON-POST   MID=32822, Token=989A353846F3F416, OptionSet={"Object-Security":0x19001A58181666A04E8D1A0251386C4FE4E3DED08012681E666AAFBE08}, FA 82 80 69 D8 4F B6 A4 71 42 31 AF BC 3E 0C
15:12:29.538 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-32822], KeyToken[127.0.0.1:8192-989A353846F3F416]]
15:12:29.538 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 59 bytes to 127.0.0.1:8192
15:12:29.539 [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=32822, Token=989A353846F3F416, OptionSet={"Object-Security":0x19001A58181666A04E8D1A0251386C4FE4E3DED08012681E666AAFBE08}, FA 82 80 69 D8 4F B6 A4 71 42 31 AF BC 3E 0C]
15:12:29.539 [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
15:12:29.540 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-32822]
15:12:29.540 [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)
15:12:29.543 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R4, 127.0.0.1:8193] replace CON-POST   MID=32822, Token=989A353846F3F416, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data> by CON-GET    MID=32822, Token=989A353846F3F416, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data>
Accessing hello resource
15:12:29.545 [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!"
15:12:29.545 [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)
15:12:29.546 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R4, 127.0.0.1:8193, complete]!
15:12:29.546 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R4, 127.0.0.1:8193, complete] completed ACK-2.04   MID=32822, Token=989A353846F3F416, OptionSet={"Object-Security":0x}, 3D 28 DE BD AB F0 9B D5 82 C7 6A FE 66 D5 C4 27 A5 33 7B 6A 94 C2!
15:12:29.546 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 36 bytes to 127.0.0.1:8193
15:12:29.547 [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=32822, Token=989A353846F3F416, OptionSet={"Object-Security":0x}, 3D 28 DE BD AB F0 9B D5 82 C7 6A FE 66 D5 C4 27 A5 33 7B 6A 94 C2]
15:12:29.547 [UDP-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
15:12:29.547 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:29.547 [: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)
15:12:29.548 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1, 127.0.0.1:8192, complete]!
15:12:29.548 [: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-989A353846F3F416]
15:12:29.548 [: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-32822]
15:12:29.548 [: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=32822, Token=989A353846F3F416, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data> -/- CON-POST   MID=32822, Token=989A353846F3F416, OptionSet={"Object-Security":0x19001A58181666A04E8D1A0251386C4FE4E3DED08012681E666AAFBE08}, acked FA 82 80 69 D8 4F B6 A4 71 42 31 AF BC 3E 0C!
==[ CoAP Response ]============================================
MID    : 32822
Token  : 989A353846F3F416
Type   : ACK
Status : 2.05 - CONTENT
Options: {"Object-Security":0x}
RTT    : 63 ms
Payload: 12 Bytes
===============================================================
15:12:29.552 [: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
15:12:29.552 [: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"}, <empty data>
15:12:29.553 [: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"}, <empty data> by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0901}, B3 18 A0 D3 C2 38 81 88 1D 7B B3 6D 76 C2 70
15:12:29.553 [: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-32823], CON-POST   MID=32823, Token=null, OptionSet={"Object-Security":0x0901}, B3 18 A0 D3 C2 38 81 88 1D 7B B3 6D 76 C2 70
15:12:29.554 [: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-14DB3620D855F4E5], CON-POST   MID=32823, Token=14DB3620D855F4E5, OptionSet={"Object-Security":0x0901}, B3 18 A0 D3 C2 38 81 88 1D 7B B3 6D 76 C2 70
15:12:29.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-32823], KeyToken[127.0.0.1:8192-14DB3620D855F4E5]]
15:12:29.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
15:12:29.555 [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=32823, Token=14DB3620D855F4E5, OptionSet={"Object-Security":0x0901}, B3 18 A0 D3 C2 38 81 88 1D 7B B3 6D 76 C2 70]
15:12:29.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
15:12:29.555 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-32823]
15:12:29.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R6, 127.0.0.1:8193] replace CON-POST   MID=32823, Token=14DB3620D855F4E5, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data> by CON-GET    MID=32823, Token=14DB3620D855F4E5, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data>
Accessing hello resource
15:12:29.556 [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!"
15:12:29.557 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R6, 127.0.0.1:8193, complete]!
15:12:29.557 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R6, 127.0.0.1:8193, complete] completed ACK-2.04   MID=32823, Token=14DB3620D855F4E5, OptionSet={"Object-Security":0x}, 0C CF 83 3A 0C 6D EF 11 2E 19 95 BD FB 73 9C BF 10 4A FD 41 34 18!
15:12:29.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 36 bytes to 127.0.0.1:8193
15:12:29.558 [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=32823, Token=14DB3620D855F4E5, OptionSet={"Object-Security":0x}, 0C CF 83 3A 0C 6D EF 11 2E 19 95 BD FB 73 9C BF 10 4A FD 41 34 18]
15:12:29.558 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 36 bytes from 127.0.0.1:8192
15:12:29.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:29.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L5, 127.0.0.1:8192, complete]!
15:12:29.559 [: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-14DB3620D855F4E5]
15:12:29.559 [: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-32823]
15:12:29.559 [: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=32823, Token=14DB3620D855F4E5, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data> -/- CON-POST   MID=32823, Token=14DB3620D855F4E5, OptionSet={"Object-Security":0x0901}, acked B3 18 A0 D3 C2 38 81 88 1D 7B B3 6D 76 C2 70!
==[ CoAP Response ]============================================
MID    : 32823
Token  : 14DB3620D855F4E5
Type   : ACK
Status : 2.05 - CONTENT
Options: {"Object-Security":0x}
RTT    : 6 ms
Payload: 12 Bytes
===============================================================
15:12:29.560 [: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
15:12:29.560 [: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"}, <empty data>
15:12:29.561 [: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"}, <empty data> by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0902}, E5 8D 91 96 35 7D 6A B8 28 7B 44 D2 A9 18 C8
15:12:29.561 [: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-32824], CON-POST   MID=32824, Token=null, OptionSet={"Object-Security":0x0902}, E5 8D 91 96 35 7D 6A B8 28 7B 44 D2 A9 18 C8
15:12:29.561 [: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-B05894E5E62127EF], CON-POST   MID=32824, Token=B05894E5E62127EF, OptionSet={"Object-Security":0x0902}, E5 8D 91 96 35 7D 6A B8 28 7B 44 D2 A9 18 C8
15:12:29.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-32824], KeyToken[127.0.0.1:8192-B05894E5E62127EF]]
15:12:29.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 31 bytes to 127.0.0.1:8192
15:12:29.563 [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=32824, Token=B05894E5E62127EF, OptionSet={"Object-Security":0x0902}, E5 8D 91 96 35 7D 6A B8 28 7B 44 D2 A9 18 C8]
15:12:29.563 [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
15:12:29.563 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-32824]
15:12:29.564 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R8, 127.0.0.1:8193] replace CON-POST   MID=32824, Token=B05894E5E62127EF, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data> by CON-GET    MID=32824, Token=B05894E5E62127EF, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data>
Accessing hello resource
15:12:29.564 [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!"
15:12:29.565 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R8, 127.0.0.1:8193, complete]!
15:12:29.565 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R8, 127.0.0.1:8193, complete] completed ACK-2.04   MID=32824, Token=B05894E5E62127EF, OptionSet={"Object-Security":0x}, 71 2D A9 49 58 01 60 7F 76 52 AB E8 89 CC 79 8B 58 8D 25 CF A9 03!
15:12:29.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 36 bytes to 127.0.0.1:8193
15:12:29.566 [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=32824, Token=B05894E5E62127EF, OptionSet={"Object-Security":0x}, 71 2D A9 49 58 01 60 7F 76 52 AB E8 89 CC 79 8B 58 8D 25 CF A9 03]
15:12:29.566 [UDP-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
15:12:29.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:29.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L7, 127.0.0.1:8192, complete]!
15:12:29.567 [: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-B05894E5E62127EF]
15:12:29.567 [: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-32824]
15:12:29.567 [: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=32824, Token=B05894E5E62127EF, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data> -/- CON-POST   MID=32824, Token=B05894E5E62127EF, OptionSet={"Object-Security":0x0902}, acked E5 8D 91 96 35 7D 6A B8 28 7B 44 D2 A9 18 C8!
==[ CoAP Response ]============================================
MID    : 32824
Token  : B05894E5E62127EF
Type   : ACK
Status : 2.05 - CONTENT
Options: {"Object-Security":0x}
RTT    : 6 ms
Payload: 12 Bytes
===============================================================
15:12:29.567 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
15:12:29.568 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8192
15:12:29.568 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8192
15:12:29.568 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8192] stopping ...
15:12:29.568 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8192, address /127.0.0.1
15:12:29.569 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8192] has stopped.
15:12:29.569 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8192
15:12:29.569 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End ContextRederivationTest

Start ContextRederivationTest
15:12:29.570 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:29.570 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:29.570 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:29.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
15:12:29.570 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
15:12:29.571 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
15:12:29.571 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:29.571 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:29.571 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
15:12:29.571 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8194
15:12:29.572 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:29.625 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
15:12:29.625 [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
15:12:29.625 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
15:12:29.626 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8194
15:12:29.627 [: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
15:12:29.627 [: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"}, <empty data>
15:12:29.628 [: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"}, <empty data> 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
15:12:29.628 [: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-40004], CON-POST   MID=40004, Token=null, OptionSet={"Object-Security":0x0900}, FD EE F2 37 96 61 A1 0A 2B 66 23 58 36 BC 42
15:12:29.629 [: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-207E20F9B7E1A3E0], CON-POST   MID=40004, Token=207E20F9B7E1A3E0, OptionSet={"Object-Security":0x0900}, FD EE F2 37 96 61 A1 0A 2B 66 23 58 36 BC 42
15:12:29.629 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8194-40004], KeyToken[127.0.0.1:8194-207E20F9B7E1A3E0]]
15:12:29.629 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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
15:12:29.630 [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=40004, Token=207E20F9B7E1A3E0, OptionSet={"Object-Security":0x0900}, FD EE F2 37 96 61 A1 0A 2B 66 23 58 36 BC 42]
15:12:29.630 [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
15:12:29.631 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-40004]
15:12:29.631 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: SERVER_INITIATE (server will initiate context re-derivation)
15:12:29.632 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R10, 127.0.0.1:8193] replace CON-POST   MID=40004, Token=207E20F9B7E1A3E0, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data> by CON-GET    MID=40004, Token=207E20F9B7E1A3E0, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data>
Accessing hello resource
15:12:29.632 [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!"
15:12:29.632 [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)
15:12:29.633 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R10, 127.0.0.1:8193, complete]!
15:12:29.633 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R10, 127.0.0.1:8193, complete] completed ACK-2.04   MID=40004, Token=207E20F9B7E1A3E0, OptionSet={"Object-Security":0x101150D0AF698EAF61B2C96561748A744DC9C8}, 04 89 CF 9D 98 6A BB CF FD!
15:12:29.634 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8193
15:12:29.634 [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=40004, Token=207E20F9B7E1A3E0, OptionSet={"Object-Security":0x101150D0AF698EAF61B2C96561748A744DC9C8}, 04 89 CF 9D 98 6A BB CF FD]
15:12:29.634 [UDP-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
15:12:29.635 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:29.635 [: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)
15:12:29.636 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap  received error ACK-4.01   MID=40004, Token=207E20F9B7E1A3E0, OptionSet={"Object-Security":0x101150D0AF698EAF61B2C96561748A744DC9C8}, <empty data>:
15:12:29.636 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L9, 127.0.0.1:8194, complete]!
15:12:29.636 [: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-207E20F9B7E1A3E0]
15:12:29.636 [: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-40004]
15:12:29.636 [: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=40004, Token=207E20F9B7E1A3E0, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data> -/- CON-POST   MID=40004, Token=207E20F9B7E1A3E0, OptionSet={"Object-Security":0x0900}, acked FD EE F2 37 96 61 A1 0A 2B 66 23 58 36 BC 42!
==[ CoAP Response ]============================================
MID    : 40004
Token  : 207E20F9B7E1A3E0
Type   : ACK
Status : 4.01 - UNAUTHORIZED
Options: {"Object-Security":0x101150D0AF698EAF61B2C96561748A744DC9C8}
RTT    : 9 ms
Payload: 0 Bytes
===============================================================
15:12:29.637 [: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
15:12:29.637 [: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"}, <empty data>
15:12:29.638 [: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)
15:12:29.638 [: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"}, <empty data> by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x19001A5818D0AF698EAF61B2C96561748A744DC9C8B3ABEBEE8479CD10}, 83 92 BD 5C 4E 88 21 86 B6 22 FC D7 BE CE 21
15:12:29.639 [: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-40005], CON-POST   MID=40005, Token=null, OptionSet={"Object-Security":0x19001A5818D0AF698EAF61B2C96561748A744DC9C8B3ABEBEE8479CD10}, 83 92 BD 5C 4E 88 21 86 B6 22 FC D7 BE CE 21
15:12:29.639 [: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-E09EC36E16C3B5A6], CON-POST   MID=40005, Token=E09EC36E16C3B5A6, OptionSet={"Object-Security":0x19001A5818D0AF698EAF61B2C96561748A744DC9C8B3ABEBEE8479CD10}, 83 92 BD 5C 4E 88 21 86 B6 22 FC D7 BE CE 21
15:12:29.639 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8194-40005], KeyToken[127.0.0.1:8194-E09EC36E16C3B5A6]]
15:12:29.640 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 59 bytes to 127.0.0.1:8194
15:12:29.640 [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=40005, Token=E09EC36E16C3B5A6, OptionSet={"Object-Security":0x19001A5818D0AF698EAF61B2C96561748A744DC9C8B3ABEBEE8479CD10}, 83 92 BD 5C 4E 88 21 86 B6 22 FC D7 BE CE 21]
15:12:29.641 [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
15:12:29.641 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-40005]
15:12:29.641 [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)
15:12:29.642 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R12, 127.0.0.1:8193] replace CON-POST   MID=40005, Token=E09EC36E16C3B5A6, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data> by CON-GET    MID=40005, Token=E09EC36E16C3B5A6, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data>
Accessing hello resource
15:12:29.642 [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!"
15:12:29.642 [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)
15:12:29.643 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R12, 127.0.0.1:8193, complete]!
15:12:29.643 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R12, 127.0.0.1:8193, complete] completed ACK-2.04   MID=40005, Token=E09EC36E16C3B5A6, OptionSet={"Object-Security":0x}, 3B 9A 6E 95 18 80 E0 B2 61 7B 29 FF 56 42 82 5A 53 10 8E E5 C5 30!
15:12:29.643 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 36 bytes to 127.0.0.1:8193
15:12:29.644 [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=40005, Token=E09EC36E16C3B5A6, OptionSet={"Object-Security":0x}, 3B 9A 6E 95 18 80 E0 B2 61 7B 29 FF 56 42 82 5A 53 10 8E E5 C5 30]
15:12:29.644 [UDP-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
15:12:29.644 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:29.644 [: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)
15:12:29.645 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L11, 127.0.0.1:8194, complete]!
15:12:29.645 [: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-E09EC36E16C3B5A6]
15:12:29.645 [: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-40005]
15:12:29.645 [: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=40005, Token=E09EC36E16C3B5A6, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data> -/- CON-POST   MID=40005, Token=E09EC36E16C3B5A6, OptionSet={"Object-Security":0x19001A5818D0AF698EAF61B2C96561748A744DC9C8B3ABEBEE8479CD10}, acked 83 92 BD 5C 4E 88 21 86 B6 22 FC D7 BE CE 21!
==[ CoAP Response ]============================================
MID    : 40005
Token  : E09EC36E16C3B5A6
Type   : ACK
Status : 2.05 - CONTENT
Options: {"Object-Security":0x}
RTT    : 7 ms
Payload: 12 Bytes
===============================================================
15:12:29.646 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
15:12:29.646 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8194
15:12:29.646 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8194
15:12:29.646 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8194] stopping ...
15:12:29.646 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8194, address /127.0.0.1
15:12:29.647 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8194] has stopped.
15:12:29.647 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8194
15:12:29.647 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End ContextRederivationTest
15:12:29.647 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active.
15:12:29.647 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8193
15:12:29.647 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8193
15:12:29.647 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8193] stopping ...
15:12:29.647 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8193, address /0.0.0.0
15:12:29.647 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8193] has stopped.
15:12:29.647 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8193
15:12:29.648 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.215 s - in org.eclipse.californium.oscore.ContextRederivationTest
[INFO] Running org.eclipse.californium.oscore.OSCoreAlgorithmsTest

Start OSCoreAlgorithmsTest
15:12:29.651 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:29.651 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:29.651 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:29.651 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
15:12:29.652 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
15:12:29.652 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
15:12:29.653 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:29.653 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:29.653 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
15:12:29.653 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8195
15:12:29.653 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:29.653 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
15:12:29.653 [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
15:12:29.653 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
15:12:29.653 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8195
15:12:29.654 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:29.654 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:29.654 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:29.654 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
15:12:29.655 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
15:12:29.655 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
15:12:29.655 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:29.655 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:29.655 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
15:12:29.655 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8196
15:12:29.655 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:29.656 [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
15:12:29.656 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
15:12:29.656 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
15:12:29.656 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8196
15:12:29.656 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8196 for coap
15:12:29.656 [: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
15:12:29.656 [: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"
15:12:29.657 [: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
15:12:29.658 [: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-11856], CON-POST   MID=11856, 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
15:12:29.658 [: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-F89527776DF1E783], CON-POST   MID=11856, Token=F89527776DF1E783, 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
15:12:29.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8195-11856], KeyToken[127.0.0.1:8195-F89527776DF1E783]]
15:12:29.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:8195
15:12:29.659 [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=11856, Token=F89527776DF1E783, 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]
15:12:29.659 [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
15:12:29.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-11856]
15:12:29.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:29.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R14, 127.0.0.1:8196] replace CON-POST   MID=11856, Token=F89527776DF1E783, OptionSet={"Object-Security":0x02}, "client says hi" by CON-POST   MID=11856, Token=F89527776DF1E783, OptionSet={"Object-Security":0x}, "client says hi"
server received request
15:12:29.661 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R14, 127.0.0.1:8196] send response NON-2.05   MID=11856, Token=null, OptionSet={}, "server responds hi"
15:12:29.661 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R14, 127.0.0.1:8196, complete]!
15:12:29.661 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R14, 127.0.0.1:8196, complete] completed NON-2.04   MID=11856, Token=F89527776DF1E783, 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!
15:12:29.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:8196
15:12:29.662 [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=11856, Token=F89527776DF1E783, 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]
15:12:29.662 [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
15:12:29.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:8195-11856]
15:12:29.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:29.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
15:12:29.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L13, 127.0.0.1:8195, complete]!
15:12:29.663 [: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-F89527776DF1E783]
15:12:29.663 [: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-11856]
15:12:29.664 [: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=11856, Token=F89527776DF1E783, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=11856, Token=F89527776DF1E783, 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
15:12:29.664 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
15:12:29.725 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8195
15:12:29.725 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8195
15:12:29.725 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8195] stopping ...
15:12:29.725 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8195, address /127.0.0.1
15:12:29.725 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8195] has stopped.
15:12:29.726 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8195
15:12:29.726 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End OSCoreAlgorithmsTest
15:12:29.726 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
15:12:29.726 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8195
15:12:29.726 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8196
15:12:29.726 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8196
15:12:29.726 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8196] stopping ...
15:12:29.726 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8196, address /0.0.0.0
15:12:29.726 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8196] has stopped.
15:12:29.726 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8196

Start OSCoreAlgorithmsTest
15:12:29.728 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:29.728 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:29.728 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:29.728 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
15:12:29.729 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
15:12:29.729 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
15:12:29.729 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:29.729 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:29.729 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
15:12:29.729 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8197
15:12:29.730 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:29.730 [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
15:12:29.730 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
15:12:29.730 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8197
15:12:29.730 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
15:12:29.730 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:29.731 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:29.731 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:29.731 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
15:12:29.731 [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
15:12:29.731 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
15:12:29.731 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:29.731 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:29.731 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
15:12:29.732 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8198
15:12:29.732 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:29.732 [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
15:12:29.732 [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]]
15:12:29.732 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8198
15:12:29.732 [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]]
15:12:29.732 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8198 for coap
15:12:29.732 [: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
15:12:29.733 [: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"
15:12:29.734 [: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
15:12:29.734 [: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-40242], CON-POST   MID=40242, 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
15:12:29.734 [: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-FCE9B3EEFCB4F5D0], CON-POST   MID=40242, Token=FCE9B3EEFCB4F5D0, 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
15:12:29.734 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8197-40242], KeyToken[127.0.0.1:8197-FCE9B3EEFCB4F5D0]]
15:12:29.735 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8197
15:12:29.735 [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=40242, Token=FCE9B3EEFCB4F5D0, 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]
15:12:29.735 [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
15:12:29.736 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8198-40242]
15:12:29.736 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:29.737 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R16, 127.0.0.1:8198] replace CON-POST   MID=40242, Token=FCE9B3EEFCB4F5D0, OptionSet={"Object-Security":0x02}, "client says hi" by CON-POST   MID=40242, Token=FCE9B3EEFCB4F5D0, OptionSet={"Object-Security":0x}, "client says hi"
server received request
15:12:29.737 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R16, 127.0.0.1:8198] send response NON-2.05   MID=40242, Token=null, OptionSet={}, "server responds hi"
15:12:29.738 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R16, 127.0.0.1:8198, complete]!
15:12:29.738 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R16, 127.0.0.1:8198, complete] completed NON-2.04   MID=40242, Token=FCE9B3EEFCB4F5D0, 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!
15:12:29.738 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 50 bytes to 127.0.0.1:8198
15:12:29.739 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E16,T41) 127.0.0.1:8,197 ==> :8,198 [NON-2.04   MID=40242, Token=FCE9B3EEFCB4F5D0, 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]
15:12:29.739 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8198) received 50 bytes from 127.0.0.1:8197
15:12:29.740 [: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-40242]
15:12:29.740 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:29.740 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:29.740 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L15, 127.0.0.1:8197, complete]!
15:12:29.740 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L15, 127.0.0.1:8197, complete] for token KeyToken[127.0.0.1:8197-FCE9B3EEFCB4F5D0]
15:12:29.740 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L15, 127.0.0.1:8197, complete] for MID KeyMID[127.0.0.1:8197-40242]
15:12:29.740 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L15, 127.0.0.1:8197, complete] completed CON-POST   MID=40242, Token=FCE9B3EEFCB4F5D0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=40242, Token=FCE9B3EEFCB4F5D0, 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
15:12:29.741 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
15:12:29.741 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8197
15:12:29.741 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8197
15:12:29.741 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8197] stopping ...
15:12:29.741 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8197, address /127.0.0.1
15:12:29.742 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8197] has stopped.
15:12:29.742 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8197
15:12:29.742 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End OSCoreAlgorithmsTest
15:12:29.742 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
15:12:29.742 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8197
15:12:29.742 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8198
15:12:29.742 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8198
15:12:29.742 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8198] stopping ...
15:12:29.742 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8198, address /0.0.0.0
15:12:29.742 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8198] has stopped.
15:12:29.742 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8198

Start OSCoreAlgorithmsTest
15:12:29.743 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:29.744 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:29.744 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:29.744 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
15:12:29.744 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
15:12:29.745 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
15:12:29.745 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:29.745 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:29.745 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
15:12:29.745 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8199
15:12:29.745 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:29.745 [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
15:12:29.745 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
15:12:29.745 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8199
15:12:29.745 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
15:12:29.746 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:29.746 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:29.746 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:29.746 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
15:12:29.746 [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
15:12:29.747 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
15:12:29.747 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:29.747 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:29.747 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
15:12:29.747 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8200
15:12:29.747 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:29.748 [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]]
15:12:29.748 [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
15:12:29.748 [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]]
15:12:29.748 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8200
15:12:29.748 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8200 for coap
15:12:29.748 [: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
15:12:29.748 [: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"
15:12:29.749 [: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
15:12:29.749 [: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-12334], CON-POST   MID=12334, 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
15:12:29.750 [: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-34D5BB7F31A2A170], CON-POST   MID=12334, Token=34D5BB7F31A2A170, 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
15:12:29.750 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8199-12334], KeyToken[127.0.0.1:8199-34D5BB7F31A2A170]]
15:12:29.750 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8199
15:12:29.751 [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=12334, Token=34D5BB7F31A2A170, 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]
15:12:29.751 [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
15:12:29.751 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8200-12334]
15:12:29.751 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:29.752 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R18, 127.0.0.1:8200] replace CON-POST   MID=12334, Token=34D5BB7F31A2A170, OptionSet={"Object-Security":0x02}, "client says hi" by CON-POST   MID=12334, Token=34D5BB7F31A2A170, OptionSet={"Object-Security":0x}, "client says hi"
server received request
15:12:29.752 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R18, 127.0.0.1:8200] send response NON-2.05   MID=12334, Token=null, OptionSet={}, "server responds hi"
15:12:29.753 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R18, 127.0.0.1:8200, complete]!
15:12:29.753 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R18, 127.0.0.1:8200, complete] completed NON-2.04   MID=12334, Token=34D5BB7F31A2A170, 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!
15:12:29.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:8200
15:12:29.754 [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=12334, Token=34D5BB7F31A2A170, 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]
15:12:29.754 [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
15:12:29.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:8199-12334]
15:12:29.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:29.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
15:12:29.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L17, 127.0.0.1:8199, complete]!
15:12:29.755 [: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-34D5BB7F31A2A170]
15:12:29.755 [: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-12334]
15:12:29.755 [: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=12334, Token=34D5BB7F31A2A170, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=12334, Token=34D5BB7F31A2A170, 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
15:12:29.755 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
15:12:29.756 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8199
15:12:29.756 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8199
15:12:29.756 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8199] stopping ...
15:12:29.756 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8199, address /127.0.0.1
15:12:29.756 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8199] has stopped.
15:12:29.756 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8199
15:12:29.756 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End OSCoreAlgorithmsTest
15:12:29.756 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
15:12:29.756 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8199
15:12:29.756 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8200
15:12:29.756 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8200
15:12:29.756 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8200] stopping ...
15:12:29.757 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8200, address /0.0.0.0
15:12:29.757 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8200] has stopped.
15:12:29.757 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8200

Start OSCoreAlgorithmsTest
15:12:29.826 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:29.826 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:29.826 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:29.826 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
15:12:29.827 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
15:12:29.827 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
15:12:29.827 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:29.828 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:29.828 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
15:12:29.828 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8201
15:12:29.828 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:29.828 [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
15:12:29.828 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
15:12:29.828 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8201
15:12:29.828 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
15:12:29.829 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:29.829 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:29.829 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:29.829 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
15:12:29.829 [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
15:12:29.829 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
15:12:29.829 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:29.830 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:29.830 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
15:12:29.830 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8202
15:12:29.830 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:29.830 [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
15:12:29.830 [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]]
15:12:29.830 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8202
15:12:29.830 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8202 for coap
15:12:29.830 [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]]
15:12:29.830 [: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
15:12:29.831 [: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"
15:12:29.831 [: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
15:12:29.832 [: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-48270], CON-POST   MID=48270, 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
15:12:29.832 [: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-881273CBA2919B01], CON-POST   MID=48270, Token=881273CBA2919B01, 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
15:12:29.832 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-48270], KeyToken[127.0.0.1:8201-881273CBA2919B01]]
15:12:29.833 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8201
15:12:29.833 [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=48270, Token=881273CBA2919B01, 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]
15:12:29.834 [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
15:12:29.834 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-48270]
15:12:29.834 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:29.834 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R20, 127.0.0.1:8202] replace CON-POST   MID=48270, Token=881273CBA2919B01, OptionSet={"Object-Security":0x02}, "client says hi" by CON-POST   MID=48270, Token=881273CBA2919B01, OptionSet={"Object-Security":0x}, "client says hi"
server received request
15:12:29.835 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R20, 127.0.0.1:8202] send response NON-2.05   MID=48270, Token=null, OptionSet={}, "server responds hi"
15:12:29.835 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R20, 127.0.0.1:8202, complete]!
15:12:29.835 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R20, 127.0.0.1:8202, complete] completed NON-2.04   MID=48270, Token=881273CBA2919B01, 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!
15:12:29.836 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 50 bytes to 127.0.0.1:8202
15:12:29.836 [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=48270, Token=881273CBA2919B01, 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]
15:12:29.837 [UDP-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
15:12:29.837 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-48270]
15:12:29.837 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:29.837 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:29.837 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L19, 127.0.0.1:8201, complete]!
15:12:29.837 [: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-881273CBA2919B01]
15:12:29.837 [: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-48270]
15:12:29.838 [: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=48270, Token=881273CBA2919B01, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=48270, Token=881273CBA2919B01, 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
15:12:29.838 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
15:12:29.838 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8201
15:12:29.838 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8201
15:12:29.838 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8201] stopping ...
15:12:29.838 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8201, address /127.0.0.1
15:12:29.839 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8201] has stopped.
15:12:29.839 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8201
15:12:29.839 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End OSCoreAlgorithmsTest
15:12:29.839 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
15:12:29.839 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8201
15:12:29.839 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8202
15:12:29.839 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8202
15:12:29.839 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8202] stopping ...
15:12:29.839 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8202, address /0.0.0.0
15:12:29.839 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8202] has stopped.
15:12:29.839 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8202

Start OSCoreAlgorithmsTest
15:12:29.840 [main] ERROR org.eclipse.californium.oscore.OSCoreCtx - Unable to set lengths, since algorithm
End OSCoreAlgorithmsTest
15:12:29.840 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active.
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.191 s - in org.eclipse.californium.oscore.OSCoreAlgorithmsTest
[INFO] Running org.eclipse.californium.oscore.OscoreOptionTest
15:12:29.842 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.californium.oscore.OscoreOptionTest
[INFO] Running org.eclipse.californium.oscore.OSCoreAlgorithmsTest

Start OSCoreAlgorithmsTest
15:12:29.844 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:29.844 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:29.844 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:29.844 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
15:12:29.844 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
15:12:29.845 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
15:12:29.845 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:29.845 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:29.845 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
15:12:29.845 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8203
15:12:29.845 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:29.845 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
15:12:29.846 [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
15:12:29.846 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8203
15:12:29.846 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
15:12:29.846 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:29.846 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:29.846 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:29.846 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
15:12:29.846 [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
15:12:29.847 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
15:12:29.847 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:29.847 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:29.847 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
15:12:29.847 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8204
15:12:29.847 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:29.847 [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]]
15:12:29.847 [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
15:12:29.847 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8204
15:12:29.847 [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]]
15:12:29.847 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8204 for coap
15:12:29.848 [: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
15:12:29.848 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L21, 127.0.0.1:8203] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:29.849 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L21, 127.0.0.1:8203] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x090002}, C1 CF 34 90 C8 48 E4 1C 56 EF 76 35 AD BD 39 E0 5F 5B E5 26 D6 74 4B ED
15:12:29.849 [: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-21695], CON-POST   MID=21695, 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
15:12:29.849 [: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-E85EB935754DB723], CON-POST   MID=21695, Token=E85EB935754DB723, 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
15:12:29.849 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8203-21695], KeyToken[127.0.0.1:8203-E85EB935754DB723]]
15:12:29.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 41 bytes to 127.0.0.1:8203
15:12:29.850 [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=21695, Token=E85EB935754DB723, 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]
15:12:29.850 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8203) received 41 bytes from 127.0.0.1:8204
15:12:29.851 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-21695]
15:12:29.851 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:29.851 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R22, 127.0.0.1:8204] replace CON-POST   MID=21695, Token=E85EB935754DB723, OptionSet={"Object-Security":0x02}, "client says hi" by CON-POST   MID=21695, Token=E85EB935754DB723, OptionSet={"Object-Security":0x}, "client says hi"
server received request
15:12:29.852 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R22, 127.0.0.1:8204] send response NON-2.05   MID=21695, Token=null, OptionSet={}, "server responds hi"
15:12:29.852 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R22, 127.0.0.1:8204, complete]!
15:12:29.852 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R22, 127.0.0.1:8204, complete] completed NON-2.04   MID=21695, Token=E85EB935754DB723, 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!
15:12:29.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:8204
15:12:29.853 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E22,T65) 127.0.0.1:8,203 ==> :8,204 [NON-2.04   MID=21695, Token=E85EB935754DB723, 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]
15:12:29.853 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8204) received 42 bytes from 127.0.0.1:8203
15:12:29.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:8203-21695]
15:12:29.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:29.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
15:12:29.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L21, 127.0.0.1:8203, complete]!
15:12:29.854 [: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-E85EB935754DB723]
15:12:29.854 [: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-21695]
15:12:29.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L21, 127.0.0.1:8203, complete] completed CON-POST   MID=21695, Token=E85EB935754DB723, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=21695, Token=E85EB935754DB723, 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
15:12:29.855 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
15:12:29.855 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8203
15:12:29.855 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8203
15:12:29.855 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8203] stopping ...
15:12:29.855 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8203, address /127.0.0.1
15:12:29.855 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8203] has stopped.
15:12:29.855 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8203
15:12:29.855 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End OSCoreAlgorithmsTest
15:12:29.855 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
15:12:29.855 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8203
15:12:29.856 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8204
15:12:29.856 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8204
15:12:29.856 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8204] stopping ...
15:12:29.856 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8204, address /0.0.0.0
15:12:29.856 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8204] has stopped.
15:12:29.856 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8204

Start OSCoreAlgorithmsTest
15:12:29.857 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:29.857 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:29.857 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:29.857 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
15:12:29.858 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
15:12:29.858 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
15:12:29.858 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:29.858 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:29.858 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
15:12:29.858 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8205
15:12:29.859 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:29.859 [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
15:12:29.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]]
15:12:29.859 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8205
15:12:29.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]]
15:12:29.859 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:29.860 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:29.860 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:29.860 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
15:12:29.860 [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
15:12:29.860 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
15:12:29.860 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:29.860 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:29.860 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
15:12:29.860 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8206
15:12:29.860 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:29.861 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8206, recv buf = 0, send buf = 0, recv packet size = 2048
15:12:29.861 [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]]
15:12:29.861 [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]]
15:12:29.861 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8206
15:12:29.861 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8206 for coap
15:12:29.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L23, 127.0.0.1:8205] send request
15:12:29.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L23, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:29.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L23, 127.0.0.1:8205] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x090002}, 80 BD 4A 38 46 77 1E B9 17 E3 F1 CC 5C D0 22 DB 5B 44 F1 0A 23 57 1A 63 97 87 6B A8 11 E9 C8 50
15:12:29.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L23, 127.0.0.1:8205] added with generated mid KeyMID[127.0.0.1:8205-6449], CON-POST   MID= 6449, 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
15:12:29.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L23, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-DC95CE9E6F1F5E3B], CON-POST   MID= 6449, Token=DC95CE9E6F1F5E3B, 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
15:12:29.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-6449], KeyToken[127.0.0.1:8205-DC95CE9E6F1F5E3B]]
15:12:29.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 49 bytes to 127.0.0.1:8205
15:12:29.864 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E23,T70) 127.0.0.1:8,206 ==> :8,205 [CON-POST   MID= 6449, Token=DC95CE9E6F1F5E3B, 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]
15:12:29.864 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 49 bytes from 127.0.0.1:8206
15:12:29.864 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8206-6449]
15:12:29.864 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:29.865 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R24, 127.0.0.1:8206] replace CON-POST   MID= 6449, Token=DC95CE9E6F1F5E3B, OptionSet={"Object-Security":0x02}, "client says hi" by CON-POST   MID= 6449, Token=DC95CE9E6F1F5E3B, OptionSet={"Object-Security":0x}, "client says hi"
server received request
15:12:29.925 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R24, 127.0.0.1:8206] send response NON-2.05   MID= 6449, Token=null, OptionSet={}, "server responds hi"
15:12:29.925 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R24, 127.0.0.1:8206, complete]!
15:12:29.926 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R24, 127.0.0.1:8206, complete] completed NON-2.04   MID= 6449, Token=DC95CE9E6F1F5E3B, 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!
15:12:29.926 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 50 bytes to 127.0.0.1:8206
15:12:29.927 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E24,T73) 127.0.0.1:8,205 ==> :8,206 [NON-2.04   MID= 6449, Token=DC95CE9E6F1F5E3B, 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]
15:12:29.927 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8206) received 50 bytes from 127.0.0.1:8205
15:12:29.927 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-6449]
15:12:29.927 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:29.927 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:29.927 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L23, 127.0.0.1:8205, complete]!
15:12:29.927 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L23, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-DC95CE9E6F1F5E3B]
15:12:29.927 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L23, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-6449]
15:12:29.927 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L23, 127.0.0.1:8205, complete] completed CON-POST   MID= 6449, Token=DC95CE9E6F1F5E3B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID= 6449, Token=DC95CE9E6F1F5E3B, 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
15:12:29.928 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
15:12:29.928 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8205
15:12:29.928 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8205
15:12:29.928 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8205] stopping ...
15:12:29.928 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8205, address /127.0.0.1
15:12:29.928 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8205] has stopped.
15:12:29.928 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8205
15:12:29.928 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End OSCoreAlgorithmsTest
15:12:29.928 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
15:12:29.928 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8205
15:12:29.928 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8206
15:12:29.929 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8206
15:12:29.929 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8206] stopping ...
15:12:29.929 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8206, address /0.0.0.0
15:12:29.929 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8206] has stopped.
15:12:29.929 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8206

Start OSCoreAlgorithmsTest
15:12:29.930 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:29.930 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:29.930 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:29.930 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
15:12:29.930 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
15:12:29.931 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
15:12:29.931 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:29.931 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:29.931 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
15:12:29.931 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8207
15:12:29.931 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:29.932 [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
15:12:29.932 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
15:12:29.932 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
15:12:29.932 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8207
15:12:29.932 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:29.932 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:29.932 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:29.932 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
15:12:29.932 [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
15:12:29.933 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
15:12:29.933 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:29.933 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:29.933 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
15:12:29.933 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8208
15:12:29.933 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:29.933 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8208, recv buf = 0, send buf = 0, recv packet size = 2048
15:12:29.933 [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]]
15:12:29.933 [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]]
15:12:29.933 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8208
15:12:29.933 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8208 for coap
15:12:29.934 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L25, 127.0.0.1:8207] send request
15:12:29.934 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L25, 127.0.0.1:8207] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:29.935 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L25, 127.0.0.1:8207] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x090002}, F6 12 05 7D 8D 1A 63 4F C7 01 0E 1F EF 4B 7D 52 D0 67 00 D4 04 08 29 6B
15:12:29.935 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L25, 127.0.0.1:8207] added with generated mid KeyMID[127.0.0.1:8207-25437], CON-POST   MID=25437, 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
15:12:29.935 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L25, 127.0.0.1:8207] added with generated token KeyToken[127.0.0.1:8207-4850FFD0D88F3B4D], CON-POST   MID=25437, Token=4850FFD0D88F3B4D, 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
15:12:29.935 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8207-25437], KeyToken[127.0.0.1:8207-4850FFD0D88F3B4D]]
15:12:29.936 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8207
15:12:29.936 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E25,T78) 127.0.0.1:8,208 ==> :8,207 [CON-POST   MID=25437, Token=4850FFD0D88F3B4D, 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]
15:12:29.936 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8207) received 41 bytes from 127.0.0.1:8208
15:12:29.937 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8208-25437]
15:12:29.937 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:29.937 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R26, 127.0.0.1:8208] replace CON-POST   MID=25437, Token=4850FFD0D88F3B4D, OptionSet={"Object-Security":0x02}, "client says hi" by CON-POST   MID=25437, Token=4850FFD0D88F3B4D, OptionSet={"Object-Security":0x}, "client says hi"
server received request
15:12:29.938 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R26, 127.0.0.1:8208] send response NON-2.05   MID=25437, Token=null, OptionSet={}, "server responds hi"
15:12:29.938 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R26, 127.0.0.1:8208, complete]!
15:12:29.938 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R26, 127.0.0.1:8208, complete] completed NON-2.04   MID=25437, Token=4850FFD0D88F3B4D, 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!
15:12:29.938 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8208
15:12:29.939 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E26,T81) 127.0.0.1:8,207 ==> :8,208 [NON-2.04   MID=25437, Token=4850FFD0D88F3B4D, 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]
15:12:29.939 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8208) received 42 bytes from 127.0.0.1:8207
15:12:29.939 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8207-25437]
15:12:29.939 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:29.939 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:29.940 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L25, 127.0.0.1:8207, complete]!
15:12:29.940 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L25, 127.0.0.1:8207, complete] for token KeyToken[127.0.0.1:8207-4850FFD0D88F3B4D]
15:12:29.940 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L25, 127.0.0.1:8207, complete] for MID KeyMID[127.0.0.1:8207-25437]
15:12:29.940 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L25, 127.0.0.1:8207, complete] completed CON-POST   MID=25437, Token=4850FFD0D88F3B4D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=25437, Token=4850FFD0D88F3B4D, 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
15:12:29.940 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
15:12:29.941 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8207
15:12:29.941 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8207
15:12:29.941 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8207] stopping ...
15:12:29.941 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8207, address /127.0.0.1
15:12:29.941 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8207] has stopped.
15:12:29.941 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8207
15:12:29.941 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End OSCoreAlgorithmsTest
15:12:29.941 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
15:12:29.941 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8207
15:12:29.941 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8208
15:12:29.941 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8208
15:12:29.941 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8208] stopping ...
15:12:29.941 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8208, address /0.0.0.0
15:12:29.941 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8208] has stopped.
15:12:29.941 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8208

Start OSCoreAlgorithmsTest
15:12:29.943 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:29.943 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:29.943 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:29.943 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
15:12:29.943 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
15:12:29.943 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
15:12:29.944 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:29.944 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:29.944 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
15:12:29.944 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8209
15:12:29.944 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:29.944 [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
15:12:29.944 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
15:12:29.944 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8209
15:12:29.944 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
15:12:29.945 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:29.945 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:29.945 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:29.945 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
15:12:29.945 [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
15:12:29.945 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
15:12:29.945 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:29.945 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:29.946 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
15:12:29.946 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8210
15:12:29.946 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:29.946 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8210, recv buf = 0, send buf = 0, recv packet size = 2048
15:12:29.946 [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]]
15:12:29.946 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8210
15:12:29.946 [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]]
15:12:29.946 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8210 for coap
15:12:29.946 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L27, 127.0.0.1:8209] send request
15:12:29.946 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L27, 127.0.0.1:8209] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:29.947 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L27, 127.0.0.1:8209] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x090002}, 47 60 05 35 1D D3 12 56 2C 61 34 6C AF C4 D6 DA 68 04 8C 37 61 E3 49 4B F2 C9 00 31 A0 A8 8B 0C
15:12:29.948 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L27, 127.0.0.1:8209] added with generated mid KeyMID[127.0.0.1:8209-358], CON-POST   MID=  358, 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
15:12:29.948 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L27, 127.0.0.1:8209] added with generated token KeyToken[127.0.0.1:8209-DC28E7AC85D1F783], CON-POST   MID=  358, Token=DC28E7AC85D1F783, 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
15:12:29.948 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8209-358], KeyToken[127.0.0.1:8209-DC28E7AC85D1F783]]
15:12:29.948 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8209
15:12:29.949 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E27,T86) 127.0.0.1:8,210 ==> :8,209 [CON-POST   MID=  358, Token=DC28E7AC85D1F783, 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]
15:12:29.949 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8209) received 49 bytes from 127.0.0.1:8210
15:12:29.949 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-358]
15:12:29.949 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:29.950 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R28, 127.0.0.1:8210] replace CON-POST   MID=  358, Token=DC28E7AC85D1F783, OptionSet={"Object-Security":0x02}, "client says hi" by CON-POST   MID=  358, Token=DC28E7AC85D1F783, OptionSet={"Object-Security":0x}, "client says hi"
server received request
15:12:29.950 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R28, 127.0.0.1:8210] send response NON-2.05   MID=  358, Token=null, OptionSet={}, "server responds hi"
15:12:29.951 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R28, 127.0.0.1:8210, complete]!
15:12:29.951 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R28, 127.0.0.1:8210, complete] completed NON-2.04   MID=  358, Token=DC28E7AC85D1F783, 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!
15:12:29.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 50 bytes to 127.0.0.1:8210
15:12:29.951 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E28,T89) 127.0.0.1:8,209 ==> :8,210 [NON-2.04   MID=  358, Token=DC28E7AC85D1F783, 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]
15:12:29.952 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 50 bytes from 127.0.0.1:8209
15:12:29.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8209-358]
15:12:29.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:29.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:29.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L27, 127.0.0.1:8209, complete]!
15:12:29.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L27, 127.0.0.1:8209, complete] for token KeyToken[127.0.0.1:8209-DC28E7AC85D1F783]
15:12:29.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L27, 127.0.0.1:8209, complete] for MID KeyMID[127.0.0.1:8209-358]
15:12:29.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L27, 127.0.0.1:8209, complete] completed CON-POST   MID=  358, Token=DC28E7AC85D1F783, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=  358, Token=DC28E7AC85D1F783, 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
15:12:29.953 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
15:12:29.953 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8209
15:12:29.953 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8209
15:12:29.953 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8209] stopping ...
15:12:29.953 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8209, address /127.0.0.1
15:12:29.954 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8209] has stopped.
15:12:29.954 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8209
15:12:29.954 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End OSCoreAlgorithmsTest
15:12:29.954 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
15:12:29.954 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8209
15:12:29.954 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8210
15:12:29.954 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8210
15:12:29.954 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8210] stopping ...
15:12:29.954 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8210, address /0.0.0.0
15:12:29.954 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8210] has stopped.
15:12:29.954 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8210

Start OSCoreAlgorithmsTest
15:12:29.955 [main] ERROR org.eclipse.californium.oscore.OSCoreCtx - Unable to set lengths, since algorithm
End OSCoreAlgorithmsTest
15:12:29.955 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active.
15:12:29.956 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 s - in org.eclipse.californium.oscore.OSCoreAlgorithmsTest
[INFO] Running org.eclipse.californium.oscore.ContextRederivationTest

Start ContextRederivationTest
15:12:29.957 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:29.957 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:29.957 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:29.957 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
15:12:29.957 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
15:12:29.958 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
15:12:29.958 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:29.958 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:29.958 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
15:12:29.958 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8211
15:12:29.958 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:29.958 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8211, recv buf = 0, send buf = 0, recv packet size = 2048
15:12:29.958 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
15:12:29.958 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
15:12:29.958 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8211
15:12:29.959 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:29.959 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:29.961 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:29.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
15:12:29.963 [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
15:12:29.963 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
15:12:29.963 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:29.964 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:29.964 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
15:12:29.964 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8212
15:12:29.964 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:29.964 [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]]
15:12:29.964 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8212, recv buf = 0, send buf = 0, recv packet size = 2048
15:12:29.964 [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]]
15:12:29.965 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8212
15:12:29.965 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8212 for coap
15:12:29.965 [: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)
15:12:29.966 [: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"}, <empty data>
15:12:29.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L30, 127.0.0.1:8211] send request
15:12:29.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L30, 127.0.0.1:8211] prepare retransmission for CON-GET    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":["rederivation","blackhole"]}, <empty data>
15:12:29.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L30, 127.0.0.1:8211] replace CON-GET    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":["rederivation","blackhole"]}, <empty data> by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x1900094841A56CEF8FBB94ED}, 15 00 07 B4 EC 77 17 50 E2 E3 39 F4 36 4F 56 50 E8 87 A9 C7 63 68 A7 20 DD 8F 81 5C E0 D5 17 62
15:12:29.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L30, 127.0.0.1:8211] added with generated mid KeyMID[127.0.0.1:8211-27089], CON-POST   MID=27089, Token=null, OptionSet={"Object-Security":0x1900094841A56CEF8FBB94ED}, 15 00 07 B4 EC 77 17 50 E2 E3 39 F4 36 4F 56 50 E8 87 A9 C7 63 68 A7 20 DD 8F 81 5C E0 D5 17 62
15:12:29.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L30, 127.0.0.1:8211] added with generated token KeyToken[127.0.0.1:8211-A8DE82270DB47285], CON-POST   MID=27089, Token=A8DE82270DB47285, OptionSet={"Object-Security":0x1900094841A56CEF8FBB94ED}, 15 00 07 B4 EC 77 17 50 E2 E3 39 F4 36 4F 56 50 E8 87 A9 C7 63 68 A7 20 DD 8F 81 5C E0 D5 17 62
15:12:29.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8211-27089], KeyToken[127.0.0.1:8211-A8DE82270DB47285]]
15:12:29.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 58 bytes to 127.0.0.1:8211
15:12:30.025 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E29,T94) 127.0.0.1:8,212 ==> :8,211 [CON-POST   MID=27089, Token=A8DE82270DB47285, OptionSet={"Object-Security":0x1900094841A56CEF8FBB94ED}, 15 00 07 B4 EC 77 17 50 E2 E3 39 F4 36 4F 56 50 E8 87 A9 C7 63 68 A7 20 DD 8F 81 5C E0 D5 17 62]
15:12:30.025 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8211) received 58 bytes from 127.0.0.1:8212
15:12:30.026 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8212-27089]
15:12:30.027 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R31, 127.0.0.1:8212] replace CON-POST   MID=27089, Token=A8DE82270DB47285, OptionSet={"Object-Security":0x, "Uri-Path":["rederivation","blackhole"]}, <empty data> by CON-GET    MID=27089, Token=A8DE82270DB47285, OptionSet={"Object-Security":0x, "Uri-Path":["rederivation","blackhole"]}, <empty data>
15:12:30.027 [CoapServer(main)#1] INFO org.eclipse.californium.core.server.ServerMessageDeliverer - did not find resource /rederivation/blackhole requested by 127.0.0.1:8212
15:12:30.027 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R31, 127.0.0.1:8212] send response null-4.04   MID=   -1, Token=null, OptionSet={}, <empty data>
15:12:30.027 [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)
15:12:30.028 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R31, 127.0.0.1:8212, complete]!
15:12:30.028 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R31, 127.0.0.1:8212, complete] completed ACK-2.04   MID=27089, Token=A8DE82270DB47285, OptionSet={"Object-Security":0x10115031935E06F054DD8AA133B245F94A1579}, 60 A7 D7 68 E3 62 EF 4C 90!
15:12:30.029 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8212
15:12:30.029 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E30,T97) 127.0.0.1:8,211 ==> :8,212 [ACK-2.04   MID=27089, Token=A8DE82270DB47285, OptionSet={"Object-Security":0x10115031935E06F054DD8AA133B245F94A1579}, 60 A7 D7 68 E3 62 EF 4C 90]
15:12:30.029 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8212) received 43 bytes from 127.0.0.1:8211
15:12:30.030 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:30.030 [: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)
15:12:30.030 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap  received error ACK-4.01   MID=27089, Token=A8DE82270DB47285, OptionSet={"Object-Security":0x10115031935E06F054DD8AA133B245F94A1579}, <empty data>:
15:12:30.030 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L30, 127.0.0.1:8211, complete]!
15:12:30.030 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L30, 127.0.0.1:8211, complete] for token KeyToken[127.0.0.1:8211-A8DE82270DB47285]
15:12:30.031 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L30, 127.0.0.1:8211, complete] for MID KeyMID[127.0.0.1:8211-27089]
15:12:30.031 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L30, 127.0.0.1:8211, complete] completed CON-GET    MID=27089, Token=A8DE82270DB47285, OptionSet={"Object-Security":0x, "Uri-Path":["rederivation","blackhole"]}, <empty data> -/- CON-POST   MID=27089, Token=A8DE82270DB47285, OptionSet={"Object-Security":0x1900094841A56CEF8FBB94ED}, acked 15 00 07 B4 EC 77 17 50 E2 E3 39 F4 36 4F 56 50 E8 87 A9 C7 63 68 A7 20 DD 8F 81 5C E0 D5 17 62!
15:12:30.031 [: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"}, <empty data>
15:12:30.031 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L29, 127.0.0.1:8211] send request
15:12:30.031 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L29, 127.0.0.1:8211] prepare retransmission for CON-GET    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data>
15:12:30.032 [: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)
15:12:30.032 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L29, 127.0.0.1:8211] replace CON-GET    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data> by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x19001A581831935E06F054DD8AA133B245F94A15790ADE63FDF2995A31}, D8 16 3D 16 C3 0B 64 35 F5 B4 E4 E2 F1 6B DB
15:12:30.033 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L29, 127.0.0.1:8211] added with generated mid KeyMID[127.0.0.1:8211-27090], CON-POST   MID=27090, Token=null, OptionSet={"Object-Security":0x19001A581831935E06F054DD8AA133B245F94A15790ADE63FDF2995A31}, D8 16 3D 16 C3 0B 64 35 F5 B4 E4 E2 F1 6B DB
15:12:30.033 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L29, 127.0.0.1:8211] added with generated token KeyToken[127.0.0.1:8211-A8549E848517D970], CON-POST   MID=27090, Token=A8549E848517D970, OptionSet={"Object-Security":0x19001A581831935E06F054DD8AA133B245F94A15790ADE63FDF2995A31}, D8 16 3D 16 C3 0B 64 35 F5 B4 E4 E2 F1 6B DB
15:12:30.033 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8211-27090], KeyToken[127.0.0.1:8211-A8549E848517D970]]
15:12:30.033 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 59 bytes to 127.0.0.1:8211
15:12:30.034 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E31,T94) 127.0.0.1:8,212 ==> :8,211 [CON-POST   MID=27090, Token=A8549E848517D970, OptionSet={"Object-Security":0x19001A581831935E06F054DD8AA133B245F94A15790ADE63FDF2995A31}, D8 16 3D 16 C3 0B 64 35 F5 B4 E4 E2 F1 6B DB]
15:12:30.034 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8211) received 59 bytes from 127.0.0.1:8212
15:12:30.034 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8212-27090]
15:12:30.034 [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)
15:12:30.035 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R32, 127.0.0.1:8212] replace CON-POST   MID=27090, Token=A8549E848517D970, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data> by CON-GET    MID=27090, Token=A8549E848517D970, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data>
Accessing hello resource
15:12:30.035 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R32, 127.0.0.1:8212] send response null-2.05   MID=   -1, Token=null, OptionSet={}, "Hello World!"
15:12:30.036 [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)
15:12:30.036 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R32, 127.0.0.1:8212, complete]!
15:12:30.036 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R32, 127.0.0.1:8212, complete] completed ACK-2.04   MID=27090, Token=A8549E848517D970, OptionSet={"Object-Security":0x}, 24 73 2F 75 70 17 EC 0D BF 54 29 E7 32 6B FF F1 D9 37 00 9F D6 40!
15:12:30.036 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 36 bytes to 127.0.0.1:8212
15:12:30.037 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E32,T97) 127.0.0.1:8,211 ==> :8,212 [ACK-2.04   MID=27090, Token=A8549E848517D970, OptionSet={"Object-Security":0x}, 24 73 2F 75 70 17 EC 0D BF 54 29 E7 32 6B FF F1 D9 37 00 9F D6 40]
15:12:30.037 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8212) received 36 bytes from 127.0.0.1:8211
15:12:30.037 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:30.037 [: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)
15:12:30.038 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L29, 127.0.0.1:8211, complete]!
15:12:30.038 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L29, 127.0.0.1:8211, complete] for token KeyToken[127.0.0.1:8211-A8549E848517D970]
15:12:30.038 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L29, 127.0.0.1:8211, complete] for MID KeyMID[127.0.0.1:8211-27090]
15:12:30.038 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L29, 127.0.0.1:8211, complete] completed CON-GET    MID=27090, Token=A8549E848517D970, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data> -/- CON-POST   MID=27090, Token=A8549E848517D970, OptionSet={"Object-Security":0x19001A581831935E06F054DD8AA133B245F94A15790ADE63FDF2995A31}, acked D8 16 3D 16 C3 0B 64 35 F5 B4 E4 E2 F1 6B DB!
==[ CoAP Response ]============================================
MID    : 27090
Token  : A8549E848517D970
Type   : ACK
Status : 2.05 - CONTENT
Options: {"Object-Security":0x}
RTT    : 72 ms
Payload: 12 Bytes
===============================================================
15:12:30.039 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L33, 127.0.0.1:8211] send request
15:12:30.039 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L33, 127.0.0.1:8211] prepare retransmission for CON-GET    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data>
15:12:30.040 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L33, 127.0.0.1:8211] replace CON-GET    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data> by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0901}, 1E 31 A7 E6 C1 7C 2C 11 41 D9 D3 E0 80 AB 22
15:12:30.040 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L33, 127.0.0.1:8211] added with generated mid KeyMID[127.0.0.1:8211-27091], CON-POST   MID=27091, Token=null, OptionSet={"Object-Security":0x0901}, 1E 31 A7 E6 C1 7C 2C 11 41 D9 D3 E0 80 AB 22
15:12:30.040 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L33, 127.0.0.1:8211] added with generated token KeyToken[127.0.0.1:8211-84E59CD0DB20FF4E], CON-POST   MID=27091, Token=84E59CD0DB20FF4E, OptionSet={"Object-Security":0x0901}, 1E 31 A7 E6 C1 7C 2C 11 41 D9 D3 E0 80 AB 22
15:12:30.040 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8211-27091], KeyToken[127.0.0.1:8211-84E59CD0DB20FF4E]]
15:12:30.041 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 31 bytes to 127.0.0.1:8211
15:12:30.041 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E33,T94) 127.0.0.1:8,212 ==> :8,211 [CON-POST   MID=27091, Token=84E59CD0DB20FF4E, OptionSet={"Object-Security":0x0901}, 1E 31 A7 E6 C1 7C 2C 11 41 D9 D3 E0 80 AB 22]
15:12:30.041 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8211) received 31 bytes from 127.0.0.1:8212
15:12:30.041 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8212-27091]
15:12:30.042 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R34, 127.0.0.1:8212] replace CON-POST   MID=27091, Token=84E59CD0DB20FF4E, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data> by CON-GET    MID=27091, Token=84E59CD0DB20FF4E, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data>
Accessing hello resource
15:12:30.042 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R34, 127.0.0.1:8212] send response null-2.05   MID=   -1, Token=null, OptionSet={}, "Hello World!"
15:12:30.043 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R34, 127.0.0.1:8212, complete]!
15:12:30.043 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R34, 127.0.0.1:8212, complete] completed ACK-2.04   MID=27091, Token=84E59CD0DB20FF4E, OptionSet={"Object-Security":0x}, AC 37 E6 FE 49 BF 22 6A D2 E2 A0 54 99 CD C5 0D F1 28 1F 68 51 9C!
15:12:30.043 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 36 bytes to 127.0.0.1:8212
15:12:30.044 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E34,T97) 127.0.0.1:8,211 ==> :8,212 [ACK-2.04   MID=27091, Token=84E59CD0DB20FF4E, OptionSet={"Object-Security":0x}, AC 37 E6 FE 49 BF 22 6A D2 E2 A0 54 99 CD C5 0D F1 28 1F 68 51 9C]
15:12:30.044 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8212) received 36 bytes from 127.0.0.1:8211
15:12:30.044 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:30.044 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L33, 127.0.0.1:8211, complete]!
15:12:30.044 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L33, 127.0.0.1:8211, complete] for token KeyToken[127.0.0.1:8211-84E59CD0DB20FF4E]
15:12:30.044 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L33, 127.0.0.1:8211, complete] for MID KeyMID[127.0.0.1:8211-27091]
15:12:30.044 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L33, 127.0.0.1:8211, complete] completed CON-GET    MID=27091, Token=84E59CD0DB20FF4E, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data> -/- CON-POST   MID=27091, Token=84E59CD0DB20FF4E, OptionSet={"Object-Security":0x0901}, acked 1E 31 A7 E6 C1 7C 2C 11 41 D9 D3 E0 80 AB 22!
==[ CoAP Response ]============================================
MID    : 27091
Token  : 84E59CD0DB20FF4E
Type   : ACK
Status : 2.05 - CONTENT
Options: {"Object-Security":0x}
RTT    : 5 ms
Payload: 12 Bytes
===============================================================
15:12:30.045 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L35, 127.0.0.1:8211] send request
15:12:30.045 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L35, 127.0.0.1:8211] prepare retransmission for CON-GET    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data>
15:12:30.046 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L35, 127.0.0.1:8211] replace CON-GET    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data> by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0902}, E6 50 4C 97 D3 7C CB FF BB 02 FE 2D CC B0 88
15:12:30.046 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L35, 127.0.0.1:8211] added with generated mid KeyMID[127.0.0.1:8211-27092], CON-POST   MID=27092, Token=null, OptionSet={"Object-Security":0x0902}, E6 50 4C 97 D3 7C CB FF BB 02 FE 2D CC B0 88
15:12:30.046 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L35, 127.0.0.1:8211] added with generated token KeyToken[127.0.0.1:8211-BC388FBC076EDBAD], CON-POST   MID=27092, Token=BC388FBC076EDBAD, OptionSet={"Object-Security":0x0902}, E6 50 4C 97 D3 7C CB FF BB 02 FE 2D CC B0 88
15:12:30.047 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8211-27092], KeyToken[127.0.0.1:8211-BC388FBC076EDBAD]]
15:12:30.047 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 31 bytes to 127.0.0.1:8211
15:12:30.048 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E35,T94) 127.0.0.1:8,212 ==> :8,211 [CON-POST   MID=27092, Token=BC388FBC076EDBAD, OptionSet={"Object-Security":0x0902}, E6 50 4C 97 D3 7C CB FF BB 02 FE 2D CC B0 88]
15:12:30.048 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8211) received 31 bytes from 127.0.0.1:8212
15:12:30.048 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8212-27092]
15:12:30.048 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R36, 127.0.0.1:8212] replace CON-POST   MID=27092, Token=BC388FBC076EDBAD, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data> by CON-GET    MID=27092, Token=BC388FBC076EDBAD, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data>
Accessing hello resource
15:12:30.049 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R36, 127.0.0.1:8212] send response null-2.05   MID=   -1, Token=null, OptionSet={}, "Hello World!"
15:12:30.049 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R36, 127.0.0.1:8212, complete]!
15:12:30.049 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R36, 127.0.0.1:8212, complete] completed ACK-2.04   MID=27092, Token=BC388FBC076EDBAD, OptionSet={"Object-Security":0x}, 39 CC 13 85 F4 BF A6 42 A7 E4 C6 65 6C 57 8C D8 9F FF 08 2C 69 E8!
15:12:30.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 36 bytes to 127.0.0.1:8212
15:12:30.050 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E36,T97) 127.0.0.1:8,211 ==> :8,212 [ACK-2.04   MID=27092, Token=BC388FBC076EDBAD, OptionSet={"Object-Security":0x}, 39 CC 13 85 F4 BF A6 42 A7 E4 C6 65 6C 57 8C D8 9F FF 08 2C 69 E8]
15:12:30.050 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8212) received 36 bytes from 127.0.0.1:8211
15:12:30.050 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:30.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L35, 127.0.0.1:8211, complete]!
15:12:30.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L35, 127.0.0.1:8211, complete] for token KeyToken[127.0.0.1:8211-BC388FBC076EDBAD]
15:12:30.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L35, 127.0.0.1:8211, complete] for MID KeyMID[127.0.0.1:8211-27092]
15:12:30.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L35, 127.0.0.1:8211, complete] completed CON-GET    MID=27092, Token=BC388FBC076EDBAD, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data> -/- CON-POST   MID=27092, Token=BC388FBC076EDBAD, OptionSet={"Object-Security":0x0902}, acked E6 50 4C 97 D3 7C CB FF BB 02 FE 2D CC B0 88!
==[ CoAP Response ]============================================
MID    : 27092
Token  : BC388FBC076EDBAD
Type   : ACK
Status : 2.05 - CONTENT
Options: {"Object-Security":0x}
RTT    : 5 ms
Payload: 12 Bytes
===============================================================
15:12:30.051 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
15:12:30.052 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8211
15:12:30.052 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8211
15:12:30.052 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8211] stopping ...
15:12:30.052 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8211, address /127.0.0.1
15:12:30.052 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8211] has stopped.
15:12:30.052 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8211
15:12:30.052 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End ContextRederivationTest

Start ContextRederivationTest
15:12:30.053 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:30.053 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:30.053 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:30.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
15:12:30.054 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
15:12:30.054 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
15:12:30.055 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:30.055 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:30.055 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
15:12:30.055 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8213
15:12:30.055 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:30.055 [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
15:12:30.055 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8213
15:12:30.055 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
15:12:30.055 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
15:12:30.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L37, 127.0.0.1:8213] send request
15:12:30.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L37, 127.0.0.1:8213] prepare retransmission for CON-GET    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data>
15:12:30.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L37, 127.0.0.1:8213] replace CON-GET    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data> 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
15:12:30.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L37, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-46632], CON-POST   MID=46632, Token=null, OptionSet={"Object-Security":0x0900}, FD EE F2 37 96 61 A1 0A 2B 66 23 58 36 BC 42
15:12:30.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L37, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-509B81B705469C55], CON-POST   MID=46632, Token=509B81B705469C55, OptionSet={"Object-Security":0x0900}, FD EE F2 37 96 61 A1 0A 2B 66 23 58 36 BC 42
15:12:30.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-46632], KeyToken[127.0.0.1:8213-509B81B705469C55]]
15:12:30.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 31 bytes to 127.0.0.1:8213
15:12:30.058 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E37,T102) 127.0.0.1:8,212 ==> :8,213 [CON-POST   MID=46632, Token=509B81B705469C55, OptionSet={"Object-Security":0x0900}, FD EE F2 37 96 61 A1 0A 2B 66 23 58 36 BC 42]
15:12:30.058 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 31 bytes from 127.0.0.1:8212
15:12:30.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8212-46632]
15:12:30.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: SERVER_INITIATE (server will initiate context re-derivation)
15:12:30.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R38, 127.0.0.1:8212] replace CON-POST   MID=46632, Token=509B81B705469C55, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data> by CON-GET    MID=46632, Token=509B81B705469C55, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data>
Accessing hello resource
15:12:30.060 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R38, 127.0.0.1:8212] send response null-2.05   MID=   -1, Token=null, OptionSet={}, "Hello World!"
15:12:30.060 [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)
15:12:30.061 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R38, 127.0.0.1:8212, complete]!
15:12:30.061 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R38, 127.0.0.1:8212, complete] completed ACK-2.04   MID=46632, Token=509B81B705469C55, OptionSet={"Object-Security":0x10115005EA6F33738F28E695A39D4D815CE93B}, F4 73 C4 3D F2 E0 EC DD C9!
15:12:30.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 43 bytes to 127.0.0.1:8212
15:12:30.062 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E38,T97) 127.0.0.1:8,213 ==> :8,212 [ACK-2.04   MID=46632, Token=509B81B705469C55, OptionSet={"Object-Security":0x10115005EA6F33738F28E695A39D4D815CE93B}, F4 73 C4 3D F2 E0 EC DD C9]
15:12:30.062 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8212) received 43 bytes from 127.0.0.1:8213
15:12:30.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:30.062 [: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)
15:12:30.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap  received error ACK-4.01   MID=46632, Token=509B81B705469C55, OptionSet={"Object-Security":0x10115005EA6F33738F28E695A39D4D815CE93B}, <empty data>:
15:12:30.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L37, 127.0.0.1:8213, complete]!
15:12:30.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L37, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-509B81B705469C55]
15:12:30.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L37, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-46632]
15:12:30.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L37, 127.0.0.1:8213, complete] completed CON-GET    MID=46632, Token=509B81B705469C55, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data> -/- CON-POST   MID=46632, Token=509B81B705469C55, OptionSet={"Object-Security":0x0900}, acked FD EE F2 37 96 61 A1 0A 2B 66 23 58 36 BC 42!
==[ CoAP Response ]============================================
MID    : 46632
Token  : 509B81B705469C55
Type   : ACK
Status : 4.01 - UNAUTHORIZED
Options: {"Object-Security":0x10115005EA6F33738F28E695A39D4D815CE93B}
RTT    : 6 ms
Payload: 0 Bytes
===============================================================
15:12:30.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L39, 127.0.0.1:8213] send request
15:12:30.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L39, 127.0.0.1:8213] prepare retransmission for CON-GET    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data>
15:12:30.064 [: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)
15:12:30.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L39, 127.0.0.1:8213] replace CON-GET    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data> by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x19001A581805EA6F33738F28E695A39D4D815CE93BB1CE88E14B6DE97D}, C4 5A 60 FB 1B 8F 84 11 A1 D8 63 21 C1 CA 56
15:12:30.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L39, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-46633], CON-POST   MID=46633, Token=null, OptionSet={"Object-Security":0x19001A581805EA6F33738F28E695A39D4D815CE93BB1CE88E14B6DE97D}, C4 5A 60 FB 1B 8F 84 11 A1 D8 63 21 C1 CA 56
15:12:30.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L39, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-8C5293170C74943B], CON-POST   MID=46633, Token=8C5293170C74943B, OptionSet={"Object-Security":0x19001A581805EA6F33738F28E695A39D4D815CE93BB1CE88E14B6DE97D}, C4 5A 60 FB 1B 8F 84 11 A1 D8 63 21 C1 CA 56
15:12:30.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-46633], KeyToken[127.0.0.1:8213-8C5293170C74943B]]
15:12:30.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 59 bytes to 127.0.0.1:8213
15:12:30.066 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E39,T102) 127.0.0.1:8,212 ==> :8,213 [CON-POST   MID=46633, Token=8C5293170C74943B, OptionSet={"Object-Security":0x19001A581805EA6F33738F28E695A39D4D815CE93BB1CE88E14B6DE97D}, C4 5A 60 FB 1B 8F 84 11 A1 D8 63 21 C1 CA 56]
15:12:30.066 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 59 bytes from 127.0.0.1:8212
15:12:30.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8212-46633]
15:12:30.067 [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)
15:12:30.125 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R40, 127.0.0.1:8212] replace CON-POST   MID=46633, Token=8C5293170C74943B, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data> by CON-GET    MID=46633, Token=8C5293170C74943B, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data>
Accessing hello resource
15:12:30.125 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R40, 127.0.0.1:8212] send response null-2.05   MID=   -1, Token=null, OptionSet={}, "Hello World!"
15:12:30.126 [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)
15:12:30.126 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R40, 127.0.0.1:8212, complete]!
15:12:30.126 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R40, 127.0.0.1:8212, complete] completed ACK-2.04   MID=46633, Token=8C5293170C74943B, OptionSet={"Object-Security":0x}, 21 9A 05 6D C6 71 E3 B7 59 36 DD EB CB 32 78 5D 70 03 7E A5 0F 24!
15:12:30.126 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 36 bytes to 127.0.0.1:8212
15:12:30.127 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E40,T97) 127.0.0.1:8,213 ==> :8,212 [ACK-2.04   MID=46633, Token=8C5293170C74943B, OptionSet={"Object-Security":0x}, 21 9A 05 6D C6 71 E3 B7 59 36 DD EB CB 32 78 5D 70 03 7E A5 0F 24]
15:12:30.127 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8212) received 36 bytes from 127.0.0.1:8213
15:12:30.127 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:30.128 [: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)
15:12:30.128 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L39, 127.0.0.1:8213, complete]!
15:12:30.128 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L39, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-8C5293170C74943B]
15:12:30.128 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L39, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-46633]
15:12:30.128 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L39, 127.0.0.1:8213, complete] completed CON-GET    MID=46633, Token=8C5293170C74943B, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data> -/- CON-POST   MID=46633, Token=8C5293170C74943B, OptionSet={"Object-Security":0x19001A581805EA6F33738F28E695A39D4D815CE93BB1CE88E14B6DE97D}, acked C4 5A 60 FB 1B 8F 84 11 A1 D8 63 21 C1 CA 56!
==[ CoAP Response ]============================================
MID    : 46633
Token  : 8C5293170C74943B
Type   : ACK
Status : 2.05 - CONTENT
Options: {"Object-Security":0x}
RTT    : 63 ms
Payload: 12 Bytes
===============================================================
15:12:30.129 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
15:12:30.129 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8213
15:12:30.129 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8213
15:12:30.129 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8213] stopping ...
15:12:30.129 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8213, address /127.0.0.1
15:12:30.130 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8213] has stopped.
15:12:30.130 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8213
15:12:30.130 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End ContextRederivationTest
15:12:30.130 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active.
15:12:30.130 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8212
15:12:30.130 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8212
15:12:30.130 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8212] stopping ...
15:12:30.130 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8212, address /0.0.0.0
15:12:30.130 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8212] has stopped.
15:12:30.130 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8212
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.169 s - in org.eclipse.californium.oscore.ContextRederivationTest
[INFO] Running org.eclipse.californium.oscore.HashMapCtxDBTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.californium.oscore.HashMapCtxDBTest
[INFO] Running org.eclipse.californium.oscore.DecryptorTest
15:12:30.142 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:30.143 [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.001 s - in org.eclipse.californium.oscore.DecryptorTest
[INFO] Running org.eclipse.californium.oscore.EncryptorTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.californium.oscore.EncryptorTest
[INFO] Running org.eclipse.californium.oscore.OSCoreCtxTest
15:12:30.149 [main] INFO org.eclipse.californium.elements.config.Configuration - loading properties from file /home/jenkins/agent/workspace/californium-main/cf-oscore/Californium3.properties
15:12:30.150 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.DEDUPLICATOR
15:12:30.150 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.CONGESTION_CONTROL_ALGORITHM
15:12:30.150 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.RESPONSE_MATCHING
15:12:30.150 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.PROBING_RATE
15:12:30.150 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.BLOCKWISE_STRICT_BLOCK1_OPTION
15:12:30.150 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.BLOCKWISE_STRICT_BLOCK2_OPTION
15:12:30.150 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.MAX_SERVER_RESPONSE_DELAY
15:12:30.150 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.MAX_LATENCY
15:12:30.150 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.MARK_AND_SWEEP_INTERVAL
15:12:30.151 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.BLOCKWISE_ENTITY_TOO_LARGE_AUTO_FAILOVER
15:12:30.151 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.NOTIFICATION_CHECK_INTERVAL
15:12:30.151 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.NOTIFICATION_CHECK_INTERVAL_COUNT
15:12:30.151 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.MID_TACKER
15:12:30.151 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load UDP.RECEIVE_BUFFER_SIZE
15:12:30.151 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.BLOCKWISE_STATUS_LIFETIME
15:12:30.151 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.NSTART
15:12:30.151 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.TCP_NUMBER_OF_BULK_BLOCKS
15:12:30.151 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.MAX_PEER_INACTIVITY_PERIOD
15:12:30.151 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.CONGESTION_CONTROL_USE_INET_ADDRESS
15:12:30.151 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.DEDUPLICATOR_AUTO_REPLACE
15:12:30.151 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load UDP.RECEIVER_THREAD_COUNT
15:12:30.151 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.PEERS_MARK_AND_SWEEP_MESSAGES
15:12:30.151 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.MULTICAST_BASE_MID
15:12:30.151 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.EXCHANGE_LIFETIME
15:12:30.152 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.NOTIFICATION_REREGISTRATION_BACKOFF
15:12:30.152 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.ACK_INIT_RANDOM
15:12:30.152 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.STRICT_EMPTY_MESSAGE_FORMAT
15:12:30.152 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load UDP.SEND_BUFFER_SIZE
15:12:30.152 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load UDP.CONNECTOR_OUT_CAPACITY
15:12:30.152 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.USE_MESSAGE_OFFLOADING
15:12:30.152 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load SYS.HEALTH_STATUS_INTERVAL
15:12:30.152 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.PROTOCOL_STAGE_THREAD_COUNT
15:12:30.152 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.MID_TRACKER_GROUPS
15:12:30.152 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.MAX_RETRANSMIT
15:12:30.152 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.BLOCKWISE_STATUS_INTERVAL
15:12:30.152 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.ACK_TIMEOUT_SCALE
15:12:30.152 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.BLOCKWISE_REUSE_TOKEN
15:12:30.152 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.TOKEN_SIZE_LIMIT
15:12:30.152 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load UDP.SENDER_THREAD_COUNT
15:12:30.152 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.LEISURE
15:12:30.152 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.PREFERRED_BLOCK_SIZE
15:12:30.152 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.MAX_MESSAGE_SIZE
15:12:30.153 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.NON_LIFETIME
15:12:30.153 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.MAX_TRANSMIT_WAIT
15:12:30.153 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.ACK_TIMEOUT
15:12:30.153 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.COAP_PORT
15:12:30.153 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.MAX_SERVER_OBSERVES
15:12:30.153 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.CROP_ROTATION_PERIOD
15:12:30.153 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.MAX_RESOURCE_BODY_SIZE
15:12:30.153 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.MAX_ACTIVE_PEERS
15:12:30.153 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load UDP.DATAGRAM_SIZE
15:12:30.153 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.MAX_ACK_TIMEOUT
15:12:30.153 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.USE_RANDOM_MID_START
15:12:30.153 [main] DEBUG org.eclipse.californium.elements.config.Configuration - Load COAP.COAP_SECURE_PORT
15:12:30.153 [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.009 s - in org.eclipse.californium.oscore.OSCoreCtxTest
[INFO] Running org.eclipse.californium.oscore.OSCoreTest
15:12:30.157 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
15:12:30.158 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:30.162 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:30.162 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:30.162 [main] ERROR org.eclipse.californium.oscore.OSCoreCtx - Replayed message detected
15:12:30.162 [main] ERROR org.eclipse.californium.oscore.RequestDecryptor - Replay detected
15:12:30.163 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:30.163 [main] ERROR org.eclipse.californium.oscore.ResponseDecryptor - Token is invalid
15:12:30.164 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
15:12:30.164 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:30.226 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:30.226 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
15:12:30.227 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:30.232 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
15:12:30.232 [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 
15:12:30.233 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
15:12:30.234 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:30.235 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
15:12:30.235 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:30.238 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:30.238 [main] ERROR org.eclipse.californium.oscore.OSCoreCtx - Sequence number wrapped, get new OSCore context
15:12:30.238 [main] ERROR org.eclipse.californium.oscore.RequestDecryptor - Replay detected
15:12:30.238 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
15:12:30.238 [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 
15:12:30.239 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
15:12:30.240 [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 
15:12:30.241 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
15:12:30.242 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:30.243 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:30.244 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
15:12:30.244 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:30.247 [main] ERROR org.eclipse.californium.oscore.OSCoreCtx - Sequence number wrapped, get a new OSCore context
15:12:30.247 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
15:12:30.247 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:30.249 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:30.250 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:30.250 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
15:12:30.250 [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 
15:12:30.252 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
15:12:30.252 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:30.254 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
15:12:30.254 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:30.255 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
15:12:30.255 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:30.256 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:30.257 [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.099 s - in org.eclipse.californium.oscore.OSCoreTest
[INFO] Running org.eclipse.californium.oscore.ByteIdTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.oscore.ByteIdTest
[INFO] Running org.eclipse.californium.oscore.OptionJuggleTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.oscore.OptionJuggleTest
[INFO] Running org.eclipse.californium.oscore.OscoreOptionTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 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] -------------------------------------------------------
15:12:31.999 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:32.010 [main] INFO org.eclipse.californium.elements.config.Configuration - defaults added COAP.
15:12:32.011 [main] INFO org.eclipse.californium.elements.config.Configuration - defaults added SYS.
15:12:32.025 [main] INFO org.eclipse.californium.elements.config.Configuration - defaults added UDP.
[INFO] Running org.eclipse.californium.oscore.OSCoreInnerBlockwiseTest
15:12:32.040 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwisePost
15:12:32.130 [main] INFO org.eclipse.californium.elements.util.JceProviderUtil - JCE default setup
15:12:32.143 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - AES: not restricted
15:12:32.145 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - RSA: true
15:12:32.146 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - EC: true
15:12:32.186 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - ECDSA vulnerable.
15:12:32.194 [main] INFO org.eclipse.californium.elements.util.JceProviderUtil - EdDSA supported by SunEC, Ed25519: true, Ed448: true
15:12:32.195 [main] INFO org.eclipse.californium.elements.util.JceProviderUtil - JCE setup: SunEC version 17, ready.
15:12:32.196 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [0]: SUN version 17.
15:12:32.196 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [1]: SunRsaSign version 17.
15:12:32.196 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [2]: SunEC version 17.
15:12:32.196 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [3]: SunJSSE version 17.
15:12:32.197 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [4]: SunJCE version 17.
15:12:32.197 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [5]: SunJGSS version 17.
15:12:32.197 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [6]: SunSASL version 17.
15:12:32.197 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [7]: XMLDSig version 17.
15:12:32.197 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [8]: SunPCSC version 17.
15:12:32.197 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [9]: JdkLDAP version 17.
15:12:32.197 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [10]: JdkSASL version 17.
15:12:32.197 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [11]: SunPKCS11 version 17.
15:12:32.226 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:32.231 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:32.232 [main] INFO org.eclipse.californium.ban - Started.
15:12:32.233 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:32.243 [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
15:12:32.254 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
15:12:32.256 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
15:12:32.258 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:32.260 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:32.261 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
15:12:32.262 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8192
15:12:32.262 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:32.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]]
15:12:32.264 [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
15:12:32.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]]
15:12:32.265 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8192
15:12:32.265 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:32.265 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:32.265 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:32.265 [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
15:12:32.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
15:12:32.267 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
15:12:32.267 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:32.267 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:32.268 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
15:12:32.268 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8193
15:12:32.268 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:32.268 [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]]
15:12:32.268 [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
15:12:32.268 [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]]
15:12:32.268 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8193
15:12:32.275 [main] DEBUG org.eclipse.californium.elements.util.NetworkInterfacesUtil - Found broadcast address /10.40.25.255 - eth0.
15:12:32.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [256/64] requires blockwise transfer
15:12:32.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block1 transfer [KeyUri[POST, coap:/resource, 127.0.0.1:8192]: currentNum=0, currentSzx=0, bufferSize=256, complete=false], transfers in progress: 1
15:12:32.284 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1, 127.0.0.1:8192] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes
15:12:32.288 [: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
15:12:32.288 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1, 127.0.0.1:8192] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes
15:12:32.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1, 127.0.0.1:8192] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes
15:12:32.297 [: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-40153], CON-POST   MID=40153, 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
15:12:32.298 [: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-0C6028AF5BF5EB2F], CON-POST   MID=40153, Token=0C6028AF5BF5EB2F, 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
15:12:32.298 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-40153], KeyToken[127.0.0.1:8192-0C6028AF5BF5EB2F]]
15:12:32.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 107 bytes to 127.0.0.1:8192
15:12:32.305 [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=40153, Token=0C6028AF5BF5EB2F, 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]
15:12:32.305 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 107 bytes from 127.0.0.1:8193
15:12:32.307 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-40153]
15:12:32.308 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:32.310 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R2, 127.0.0.1:8193] replace CON-POST   MID=40153, Token=0C6028AF5BF5EB2F, 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=40153, Token=0C6028AF5BF5EB2F, 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
15:12:32.310 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=0)
15:12:32.311 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for inbound block1 transfer [KeyUri[POST, coap:/resource, 127.0.0.1:8193]: currentNum=0, currentSzx=0, bufferSize=256, complete=false], transfers in progress: 1
15:12:32.311 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=0], expecting more blocks to come
15:12:32.313 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R2, 127.0.0.1:8193] send response null-2.31   MID=   -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=true, num=0)"}, <empty data>
15:12:32.315 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R2, 127.0.0.1:8193, complete]!
15:12:32.315 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R2, 127.0.0.1:8193, complete] completed ACK-2.04   MID=40153, Token=0C6028AF5BF5EB2F, OptionSet={"Object-Security":0x}, 02 EC B2 39 7F 76 49 72 A5 F0 3F 03!
15:12:32.317 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8193
15:12:32.318 [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=40153, Token=0C6028AF5BF5EB2F, OptionSet={"Object-Security":0x}, 02 EC B2 39 7F 76 49 72 A5 F0 3F 03]
15:12:32.318 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 26 bytes from 127.0.0.1:8192
15:12:32.319 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:32.320 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:32.320 [: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)
15:12:32.325 [: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
15:12:32.325 [: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=40153, Token=0C6028AF5BF5EB2F, 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
15:12:32.326 [: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
15:12:32.326 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1, 127.0.0.1:8192] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes
15:12:32.327 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1, 127.0.0.1:8192] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0901}, 1A 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes
15:12:32.328 [: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-40154], CON-POST   MID=40154, 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
15:12:32.328 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1, 127.0.0.1:8192] for MID KeyMID[127.0.0.1:8192-40153]
15:12:32.328 [: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-4467A6624EB76317], CON-POST   MID=40154, Token=4467A6624EB76317, 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
15:12:32.328 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1, 127.0.0.1:8192] for token KeyToken[127.0.0.1:8192-0C6028AF5BF5EB2F]
15:12:32.328 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-40154], KeyToken[127.0.0.1:8192-4467A6624EB76317]]
15:12:32.329 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 103 bytes to 127.0.0.1:8192
15:12:32.329 [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=40154, Token=4467A6624EB76317, 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]
15:12:32.330 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 103 bytes from 127.0.0.1:8193
15:12:32.330 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-40154]
15:12:32.330 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:32.331 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R3, 127.0.0.1:8193] replace CON-POST   MID=40154, Token=4467A6624EB76317, 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=40154, Token=4467A6624EB76317, 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
15:12:32.331 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=1)
15:12:32.331 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/resource, 127.0.0.1:8193] for CON-POST   MID=40154, Token=4467A6624EB76317, 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
15:12:32.332 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=1], expecting more blocks to come
15:12:32.332 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R3, 127.0.0.1:8193] send response null-2.31   MID=   -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=true, num=1)"}, <empty data>
15:12:32.333 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R3, 127.0.0.1:8193, complete]!
15:12:32.333 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R3, 127.0.0.1:8193, complete] completed ACK-2.04   MID=40154, Token=4467A6624EB76317, OptionSet={"Object-Security":0x}, 5D 6D 74 5A A1 D7 E3 DB 06 A7 DB 6C!
15:12:32.333 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8193
15:12:32.334 [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=40154, Token=4467A6624EB76317, OptionSet={"Object-Security":0x}, 5D 6D 74 5A A1 D7 E3 DB 06 A7 DB 6C]
15:12:32.334 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 26 bytes from 127.0.0.1:8192
15:12:32.334 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:32.334 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:32.335 [: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)
15:12:32.335 [: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
15:12:32.335 [: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=40154, Token=4467A6624EB76317, 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
15:12:32.336 [: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
15:12:32.336 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1, 127.0.0.1:8192] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes
15:12:32.337 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1, 127.0.0.1:8192] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0902}, 8D 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes
15:12:32.337 [: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-40155], CON-POST   MID=40155, 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
15:12:32.338 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1, 127.0.0.1:8192] for MID KeyMID[127.0.0.1:8192-40154]
15:12:32.338 [: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-E44DA9C55AF2C646], CON-POST   MID=40155, Token=E44DA9C55AF2C646, 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
15:12:32.338 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1, 127.0.0.1:8192] for token KeyToken[127.0.0.1:8192-4467A6624EB76317]
15:12:32.338 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-40155], KeyToken[127.0.0.1:8192-E44DA9C55AF2C646]]
15:12:32.338 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 103 bytes to 127.0.0.1:8192
15:12:32.339 [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=40155, Token=E44DA9C55AF2C646, 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]
15:12:32.339 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 103 bytes from 127.0.0.1:8193
15:12:32.339 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-40155]
15:12:32.339 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:32.340 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R4, 127.0.0.1:8193] replace CON-POST   MID=40155, Token=E44DA9C55AF2C646, 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=40155, Token=E44DA9C55AF2C646, 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
15:12:32.341 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=2)
15:12:32.341 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/resource, 127.0.0.1:8193] for CON-POST   MID=40155, Token=E44DA9C55AF2C646, 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
15:12:32.341 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=2], expecting more blocks to come
15:12:32.341 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R4, 127.0.0.1:8193] send response null-2.31   MID=   -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=true, num=2)"}, <empty data>
15:12:32.342 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R4, 127.0.0.1:8193, complete]!
15:12:32.342 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R4, 127.0.0.1:8193, complete] completed ACK-2.04   MID=40155, Token=E44DA9C55AF2C646, OptionSet={"Object-Security":0x}, 68 A6 6B F0 6E 94 F3 3E 9A B4 6C 1B!
15:12:32.342 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8193
15:12:32.343 [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=40155, Token=E44DA9C55AF2C646, OptionSet={"Object-Security":0x}, 68 A6 6B F0 6E 94 F3 3E 9A B4 6C 1B]
15:12:32.343 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 26 bytes from 127.0.0.1:8192
15:12:32.343 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:32.343 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:32.344 [: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)
15:12:32.344 [: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
15:12:32.344 [: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=40155, Token=E44DA9C55AF2C646, 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
15:12:32.345 [: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
15:12:32.345 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1, 127.0.0.1:8192] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes
15:12:32.346 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1, 127.0.0.1:8192] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0903}, 7E D4 E5 39 EE DF EC 7D E9 70 A6 53 6F 10 D8 BF A7 C7 26 7D 7C E3 47 A3 64 48 32 41 95 67 D7 79..87 bytes
15:12:32.346 [: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-40156], CON-POST   MID=40156, 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
15:12:32.346 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1, 127.0.0.1:8192] for MID KeyMID[127.0.0.1:8192-40155]
15:12:32.346 [: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-EC294358297748EE], CON-POST   MID=40156, Token=EC294358297748EE, 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
15:12:32.347 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1, 127.0.0.1:8192] for token KeyToken[127.0.0.1:8192-E44DA9C55AF2C646]
15:12:32.347 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-40156], KeyToken[127.0.0.1:8192-EC294358297748EE]]
15:12:32.347 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 103 bytes to 127.0.0.1:8192
15:12:32.348 [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=40156, Token=EC294358297748EE, 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]
15:12:32.348 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 103 bytes from 127.0.0.1:8193
15:12:32.348 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-40156]
15:12:32.348 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:32.349 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R5, 127.0.0.1:8193] replace CON-POST   MID=40156, Token=EC294358297748EE, 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=40156, Token=EC294358297748EE, 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
15:12:32.349 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=false, num=3)
15:12:32.349 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/resource, 127.0.0.1:8193] for CON-POST   MID=40156, Token=EC294358297748EE, 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
15:12:32.350 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has sent last block1 [num=3], delivering request to application layer
15:12:32.350 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block1 tracker [KeyUri[POST, coap:/resource, 127.0.0.1:8193]], block1 transfers still in progress: 0
15:12:32.352 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap response body [512/64] requires blockwise transfer
15:12:32.353 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block2 transfer [KeyUri[POST, coap:/resource, 127.0.0.1:8193]: currentNum=0, currentSzx=0, bufferSize=512, complete=false], transfers in progress: 1
15:12:32.354 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R5, 127.0.0.1:8193] send response null-2.05   MID=   -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=0)", "Block1":"(szx=2/64, m=false, num=3)", "Size2":512}, "97509355062585950531841781678883".. 64 bytes
15:12:32.355 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R5, 127.0.0.1:8193, complete]!
15:12:32.355 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R5, 127.0.0.1:8193, complete] completed ACK-2.04   MID=40156, Token=EC294358297748EE, 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!
15:12:32.355 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 96 bytes to 127.0.0.1:8193
15:12:32.356 [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=40156, Token=EC294358297748EE, 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]
15:12:32.356 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 96 bytes from 127.0.0.1:8192
15:12:32.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:32.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
15:12:32.357 [: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)
15:12:32.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap Block1 followed by Block2 transfer
15:12:32.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for inbound block2 transfer [KeyUri[POST, coap:/resource, 127.0.0.1:8192]: currentNum=0, currentSzx=0, bufferSize=512, complete=false], transfers in progress: 1, ACK-2.05   MID=40156, Token=EC294358297748EE, 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
15:12:32.358 [: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)"}, <empty data>
15:12:32.358 [: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=40156, Token=EC294358297748EE, 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)"}, <empty data>
15:12:32.358 [: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
15:12:32.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1, 127.0.0.1:8192] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=1)"}, <empty data>
15:12:32.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1, 127.0.0.1:8192] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=1)"}, <empty data> 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
15:12:32.360 [: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-40157], CON-POST   MID=40157, 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
15:12:32.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1, 127.0.0.1:8192] for MID KeyMID[127.0.0.1:8192-40156]
15:12:32.360 [: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-201BA5E7DCE3F686], CON-POST   MID=40157, Token=201BA5E7DCE3F686, 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
15:12:32.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1, 127.0.0.1:8192] for token KeyToken[127.0.0.1:8192-EC294358297748EE]
15:12:32.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-40157], KeyToken[127.0.0.1:8192-201BA5E7DCE3F686]]
15:12:32.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 38 bytes to 127.0.0.1:8192
15:12:32.361 [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=40157, Token=201BA5E7DCE3F686, 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]
15:12:32.361 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 38 bytes from 127.0.0.1:8193
15:12:32.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-40157]
15:12:32.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:32.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R6, 127.0.0.1:8193] replace CON-POST   MID=40157, Token=201BA5E7DCE3F686, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=1)"}, <empty data> by CON-POST   MID=40157, Token=201BA5E7DCE3F686, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=1)"}, <empty data>
15:12:32.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[POST, coap:/resource, 127.0.0.1:8193]: currentNum=1, currentSzx=2, bufferSize=512, complete=false]
15:12:32.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R6, 127.0.0.1:8193] send response null-2.05   MID=   -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes
15:12:32.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R6, 127.0.0.1:8193, complete]!
15:12:32.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R6, 127.0.0.1:8193, complete] completed ACK-2.04   MID=40157, Token=201BA5E7DCE3F686, 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!
15:12:32.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 91 bytes to 127.0.0.1:8193
15:12:32.365 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E10,T20) 127.0.0.1:8,192 ==> :8,193 [ACK-2.04   MID=40157, Token=201BA5E7DCE3F686, 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]
15:12:32.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 91 bytes from 127.0.0.1:8192
15:12:32.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:32.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
15:12:32.366 [: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)"}, <empty data>
15:12:32.366 [: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=40157, Token=201BA5E7DCE3F686, 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)"}, <empty data>
15:12:32.367 [: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
15:12:32.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1, 127.0.0.1:8192] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=2)"}, <empty data>
15:12:32.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1, 127.0.0.1:8192] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=2)"}, <empty data> 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
15:12:32.368 [: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-40158], CON-POST   MID=40158, 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
15:12:32.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1, 127.0.0.1:8192] for MID KeyMID[127.0.0.1:8192-40157]
15:12:32.368 [: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-F457B36F1E59F320], CON-POST   MID=40158, Token=F457B36F1E59F320, 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
15:12:32.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1, 127.0.0.1:8192] for token KeyToken[127.0.0.1:8192-201BA5E7DCE3F686]
15:12:32.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-40158], KeyToken[127.0.0.1:8192-F457B36F1E59F320]]
15:12:32.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 38 bytes to 127.0.0.1:8192
15:12:32.370 [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=40158, Token=F457B36F1E59F320, 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]
15:12:32.370 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 38 bytes from 127.0.0.1:8193
15:12:32.370 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-40158]
15:12:32.370 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:32.371 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R7, 127.0.0.1:8193] replace CON-POST   MID=40158, Token=F457B36F1E59F320, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=2)"}, <empty data> by CON-POST   MID=40158, Token=F457B36F1E59F320, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=2)"}, <empty data>
15:12:32.371 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[POST, coap:/resource, 127.0.0.1:8193]: currentNum=2, currentSzx=2, bufferSize=512, complete=false]
15:12:32.371 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R7, 127.0.0.1:8193] send response null-2.05   MID=   -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes
15:12:32.373 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R7, 127.0.0.1:8193, complete]!
15:12:32.373 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R7, 127.0.0.1:8193, complete] completed ACK-2.04   MID=40158, Token=F457B36F1E59F320, 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!
15:12:32.373 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8193
15:12:32.374 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E12,T20) 127.0.0.1:8,192 ==> :8,193 [ACK-2.04   MID=40158, Token=F457B36F1E59F320, 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]
15:12:32.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 91 bytes from 127.0.0.1:8192
15:12:32.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:32.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
15:12:32.375 [: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)"}, <empty data>
15:12:32.375 [: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=40158, Token=F457B36F1E59F320, 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)"}, <empty data>
15:12:32.376 [: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
15:12:32.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1, 127.0.0.1:8192] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=3)"}, <empty data>
15:12:32.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1, 127.0.0.1:8192] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=3)"}, <empty data> 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
15:12:32.377 [: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-40159], CON-POST   MID=40159, 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
15:12:32.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1, 127.0.0.1:8192] for MID KeyMID[127.0.0.1:8192-40158]
15:12:32.377 [: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-C840EADA6EBE1188], CON-POST   MID=40159, Token=C840EADA6EBE1188, 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
15:12:32.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1, 127.0.0.1:8192] for token KeyToken[127.0.0.1:8192-F457B36F1E59F320]
15:12:32.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-40159], KeyToken[127.0.0.1:8192-C840EADA6EBE1188]]
15:12:32.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 38 bytes to 127.0.0.1:8192
15:12:32.379 [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=40159, Token=C840EADA6EBE1188, 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]
15:12:32.379 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 38 bytes from 127.0.0.1:8193
15:12:32.379 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-40159]
15:12:32.380 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:32.380 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R8, 127.0.0.1:8193] replace CON-POST   MID=40159, Token=C840EADA6EBE1188, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=3)"}, <empty data> by CON-POST   MID=40159, Token=C840EADA6EBE1188, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=3)"}, <empty data>
15:12:32.381 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[POST, coap:/resource, 127.0.0.1:8193]: currentNum=3, currentSzx=2, bufferSize=512, complete=false]
15:12:32.381 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R8, 127.0.0.1:8193] send response null-2.05   MID=   -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=3)"}, "38971117043758316910266445086798".. 64 bytes
15:12:32.382 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R8, 127.0.0.1:8193, complete]!
15:12:32.382 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R8, 127.0.0.1:8193, complete] completed ACK-2.04   MID=40159, Token=C840EADA6EBE1188, 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!
15:12:32.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 91 bytes to 127.0.0.1:8193
15:12:32.383 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E14,T20) 127.0.0.1:8,192 ==> :8,193 [ACK-2.04   MID=40159, Token=C840EADA6EBE1188, 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]
15:12:32.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 91 bytes from 127.0.0.1:8192
15:12:32.383 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:32.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
15:12:32.384 [: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)"}, <empty data>
15:12:32.384 [: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=40159, Token=C840EADA6EBE1188, 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)"}, <empty data>
15:12:32.385 [: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
15:12:32.385 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1, 127.0.0.1:8192] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=4)"}, <empty data>
15:12:32.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1, 127.0.0.1:8192] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=4)"}, <empty data> 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
15:12:32.386 [: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-40160], CON-POST   MID=40160, 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
15:12:32.386 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1, 127.0.0.1:8192] for MID KeyMID[127.0.0.1:8192-40159]
15:12:32.386 [: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-48D3301BCC67D372], CON-POST   MID=40160, Token=48D3301BCC67D372, 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
15:12:32.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1, 127.0.0.1:8192] for token KeyToken[127.0.0.1:8192-C840EADA6EBE1188]
15:12:32.387 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-40160], KeyToken[127.0.0.1:8192-48D3301BCC67D372]]
15:12:32.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 38 bytes to 127.0.0.1:8192
15:12:32.388 [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=40160, Token=48D3301BCC67D372, 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]
15:12:32.388 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 38 bytes from 127.0.0.1:8193
15:12:32.388 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-40160]
15:12:32.388 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:32.389 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R9, 127.0.0.1:8193] replace CON-POST   MID=40160, Token=48D3301BCC67D372, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=4)"}, <empty data> by CON-POST   MID=40160, Token=48D3301BCC67D372, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=4)"}, <empty data>
15:12:32.425 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[POST, coap:/resource, 127.0.0.1:8193]: currentNum=4, currentSzx=2, bufferSize=512, complete=false]
15:12:32.425 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R9, 127.0.0.1:8193] send response null-2.05   MID=   -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=4)"}, "97509355062585950531841781678883".. 64 bytes
15:12:32.426 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R9, 127.0.0.1:8193, complete]!
15:12:32.426 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R9, 127.0.0.1:8193, complete] completed ACK-2.04   MID=40160, Token=48D3301BCC67D372, 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!
15:12:32.427 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8193
15:12:32.427 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E16,T20) 127.0.0.1:8,192 ==> :8,193 [ACK-2.04   MID=40160, Token=48D3301BCC67D372, 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]
15:12:32.427 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 91 bytes from 127.0.0.1:8192
15:12:32.428 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:32.428 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:32.428 [: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)"}, <empty data>
15:12:32.429 [: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=40160, Token=48D3301BCC67D372, 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)"}, <empty data>
15:12:32.429 [: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
15:12:32.429 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1, 127.0.0.1:8192] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=5)"}, <empty data>
15:12:32.430 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1, 127.0.0.1:8192] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=5)"}, <empty data> 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
15:12:32.430 [: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-40161], CON-POST   MID=40161, 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
15:12:32.431 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1, 127.0.0.1:8192] for MID KeyMID[127.0.0.1:8192-40160]
15:12:32.431 [: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-489C713BC97279F5], CON-POST   MID=40161, Token=489C713BC97279F5, 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
15:12:32.431 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1, 127.0.0.1:8192] for token KeyToken[127.0.0.1:8192-48D3301BCC67D372]
15:12:32.431 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-40161], KeyToken[127.0.0.1:8192-489C713BC97279F5]]
15:12:32.431 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 38 bytes to 127.0.0.1:8192
15:12:32.432 [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=40161, Token=489C713BC97279F5, 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]
15:12:32.432 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 38 bytes from 127.0.0.1:8193
15:12:32.432 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-40161]
15:12:32.432 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:32.433 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R10, 127.0.0.1:8193] replace CON-POST   MID=40161, Token=489C713BC97279F5, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=5)"}, <empty data> by CON-POST   MID=40161, Token=489C713BC97279F5, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=5)"}, <empty data>
15:12:32.433 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[POST, coap:/resource, 127.0.0.1:8193]: currentNum=5, currentSzx=2, bufferSize=512, complete=false]
15:12:32.434 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R10, 127.0.0.1:8193] send response null-2.05   MID=   -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=5)"}, "67804944526779248995524287066297".. 64 bytes
15:12:32.434 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R10, 127.0.0.1:8193, complete]!
15:12:32.434 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R10, 127.0.0.1:8193, complete] completed ACK-2.04   MID=40161, Token=489C713BC97279F5, 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!
15:12:32.435 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8193
15:12:32.435 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E18,T20) 127.0.0.1:8,192 ==> :8,193 [ACK-2.04   MID=40161, Token=489C713BC97279F5, 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]
15:12:32.435 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 91 bytes from 127.0.0.1:8192
15:12:32.436 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:32.436 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:32.436 [: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)"}, <empty data>
15:12:32.436 [: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=40161, Token=489C713BC97279F5, 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)"}, <empty data>
15:12:32.437 [: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
15:12:32.437 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1, 127.0.0.1:8192] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=6)"}, <empty data>
15:12:32.438 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1, 127.0.0.1:8192] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=6)"}, <empty data> 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
15:12:32.438 [: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-40162], CON-POST   MID=40162, 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
15:12:32.439 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1, 127.0.0.1:8192] for MID KeyMID[127.0.0.1:8192-40161]
15:12:32.439 [: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-44C499BD2C21D85D], CON-POST   MID=40162, Token=44C499BD2C21D85D, 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
15:12:32.439 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1, 127.0.0.1:8192] for token KeyToken[127.0.0.1:8192-489C713BC97279F5]
15:12:32.439 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-40162], KeyToken[127.0.0.1:8192-44C499BD2C21D85D]]
15:12:32.439 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 38 bytes to 127.0.0.1:8192
15:12:32.440 [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=40162, Token=44C499BD2C21D85D, 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]
15:12:32.440 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 38 bytes from 127.0.0.1:8193
15:12:32.440 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-40162]
15:12:32.440 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:32.441 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R11, 127.0.0.1:8193] replace CON-POST   MID=40162, Token=44C499BD2C21D85D, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=6)"}, <empty data> by CON-POST   MID=40162, Token=44C499BD2C21D85D, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=6)"}, <empty data>
15:12:32.442 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[POST, coap:/resource, 127.0.0.1:8193]: currentNum=6, currentSzx=2, bufferSize=512, complete=false]
15:12:32.442 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R11, 127.0.0.1:8193] send response null-2.05   MID=   -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=6)"}, "06884405752965992299924146191928".. 64 bytes
15:12:32.442 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R11, 127.0.0.1:8193, complete]!
15:12:32.442 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R11, 127.0.0.1:8193, complete] completed ACK-2.04   MID=40162, Token=44C499BD2C21D85D, 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!
15:12:32.443 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8193
15:12:32.443 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E20,T20) 127.0.0.1:8,192 ==> :8,193 [ACK-2.04   MID=40162, Token=44C499BD2C21D85D, 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]
15:12:32.444 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 91 bytes from 127.0.0.1:8192
15:12:32.444 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:32.444 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:32.444 [: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)"}, <empty data>
15:12:32.445 [: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=40162, Token=44C499BD2C21D85D, 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)"}, <empty data>
15:12:32.445 [: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
15:12:32.445 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1, 127.0.0.1:8192] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=7)"}, <empty data>
15:12:32.446 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1, 127.0.0.1:8192] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=7)"}, <empty data> 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
15:12:32.447 [: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-40163], CON-POST   MID=40163, 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
15:12:32.447 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1, 127.0.0.1:8192] for MID KeyMID[127.0.0.1:8192-40162]
15:12:32.447 [: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-6C034E7CF8B3A7C4], CON-POST   MID=40163, Token=6C034E7CF8B3A7C4, 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
15:12:32.447 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1, 127.0.0.1:8192] for token KeyToken[127.0.0.1:8192-44C499BD2C21D85D]
15:12:32.447 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-40163], KeyToken[127.0.0.1:8192-6C034E7CF8B3A7C4]]
15:12:32.447 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 38 bytes to 127.0.0.1:8192
15:12:32.448 [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=40163, Token=6C034E7CF8B3A7C4, 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]
15:12:32.448 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8192) received 38 bytes from 127.0.0.1:8193
15:12:32.448 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-40163]
15:12:32.448 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:32.449 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R12, 127.0.0.1:8193] replace CON-POST   MID=40163, Token=6C034E7CF8B3A7C4, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=7)"}, <empty data> by CON-POST   MID=40163, Token=6C034E7CF8B3A7C4, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=7)"}, <empty data>
15:12:32.449 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested last block of blockwise transfer: [KeyUri[POST, coap:/resource, 127.0.0.1:8193]: currentNum=7, currentSzx=2, bufferSize=512, complete=true]
15:12:32.449 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R12, 127.0.0.1:8193] send response null-2.05   MID=   -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=false, num=7)"}, "38971117043758316910266445086798".. 64 bytes
15:12:32.450 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R12, 127.0.0.1:8193, complete]!
15:12:32.450 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R12, 127.0.0.1:8193, complete] completed ACK-2.04   MID=40163, Token=6C034E7CF8B3A7C4, 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!
15:12:32.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 91 bytes to 127.0.0.1:8193
15:12:32.451 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E22,T20) 127.0.0.1:8,192 ==> :8,193 [ACK-2.04   MID=40163, Token=6C034E7CF8B3A7C4, 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]
15:12:32.451 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 91 bytes from 127.0.0.1:8192
15:12:32.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:32.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
15:12:32.452 [: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
15:12:32.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block2 tracker [KeyUri[POST, coap:/resource, 127.0.0.1:8192]], block2 transfers still in progress: 0
15:12:32.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap assembled response: ACK-2.05   MID=40156, Token=EC294358297748EE, OptionSet={"Object-Security":0x, "Size2":512}, "97509355062585950531841781678883".. 512 bytes
15:12:32.453 [: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=40163, Token=6C034E7CF8B3A7C4, 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=40153, Token=0C6028AF5BF5EB2F, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes
15:12:32.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1, 127.0.0.1:8192, complete]!
15:12:32.453 [: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-6C034E7CF8B3A7C4]
15:12:32.454 [: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-40163]
15:12:32.454 [: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=40153, Token=0C6028AF5BF5EB2F, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes!
15:12:32.455 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
15:12:32.455 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
15:12:32.455 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8192
15:12:32.455 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8192
15:12:32.455 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8192] stopping ...
15:12:32.455 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8192, address /127.0.0.1
15:12:32.456 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8192] has stopped.
15:12:32.456 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8192
15:12:32.456 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
15:12:32.456 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8193
15:12:32.456 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8193
15:12:32.456 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8193] stopping ...
15:12:32.456 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8193, address /0.0.0.0
15:12:32.456 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8193] has stopped.
15:12:32.456 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8193
15:12:32.457 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwisePost
15:12:32.459 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwiseGet
15:12:32.461 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:32.462 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:32.462 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:32.462 [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
15:12:32.462 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
15:12:32.463 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
15:12:32.463 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:32.463 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:32.463 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
15:12:32.463 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8194
15:12:32.463 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:32.463 [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
15:12:32.463 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
15:12:32.464 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
15:12:32.464 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8194
15:12:32.464 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:32.464 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:32.464 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:32.464 [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
15:12:32.464 [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
15:12:32.465 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
15:12:32.465 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:32.465 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:32.465 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
15:12:32.465 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8195
15:12:32.465 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:32.465 [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
15:12:32.465 [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]]
15:12:32.465 [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]]
15:12:32.465 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8195
15:12:32.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L13, 127.0.0.1:8194] send request
15:12:32.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L13, 127.0.0.1:8194] prepare retransmission for CON-GET    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, <empty data>
15:12:32.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L13, 127.0.0.1:8194] replace CON-GET    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, <empty data> 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
15:12:32.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L13, 127.0.0.1:8194] added with generated mid KeyMID[127.0.0.1:8194-62204], CON-POST   MID=62204, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3
15:12:32.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L13, 127.0.0.1:8194] added with generated token KeyToken[127.0.0.1:8194-54006C7C620E5D6F], CON-POST   MID=62204, Token=54006C7C620E5D6F, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3
15:12:32.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8194-62204], KeyToken[127.0.0.1:8194-54006C7C620E5D6F]]
15:12:32.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 34 bytes to 127.0.0.1:8194
15:12:32.470 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E23,T25) 127.0.0.1:8,195 ==> :8,194 [CON-POST   MID=62204, Token=54006C7C620E5D6F, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3]
15:12:32.471 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8194) received 34 bytes from 127.0.0.1:8195
15:12:32.471 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8195-62204]
15:12:32.471 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:32.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R14, 127.0.0.1:8195] replace CON-POST   MID=62204, Token=54006C7C620E5D6F, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, <empty data> by CON-GET    MID=62204, Token=54006C7C620E5D6F, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, <empty data>
15:12:32.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap response body [256/64] requires blockwise transfer
15:12:32.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block2 transfer [KeyUri[GET, coap:/resource, 127.0.0.1:8195]: currentNum=0, currentSzx=0, bufferSize=256, complete=false], transfers in progress: 1
15:12:32.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R14, 127.0.0.1:8195] send response null-2.05   MID=   -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=0)", "Size2":256}, "97509355062585950531841781678883".. 64 bytes
15:12:32.473 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R14, 127.0.0.1:8195, complete]!
15:12:32.473 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R14, 127.0.0.1:8195, complete] completed ACK-2.04   MID=62204, Token=54006C7C620E5D6F, 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!
15:12:32.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 94 bytes to 127.0.0.1:8195
15:12:32.474 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E24,T28) 127.0.0.1:8,194 ==> :8,195 [ACK-2.04   MID=62204, Token=54006C7C620E5D6F, 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]
15:12:32.474 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8195) received 94 bytes from 127.0.0.1:8194
15:12:32.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:32.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
15:12:32.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for inbound block2 transfer [KeyUri[GET, coap:/resource, 127.0.0.1:8194]: currentNum=0, currentSzx=0, bufferSize=256, complete=false], transfers in progress: 1, ACK-2.05   MID=62204, Token=54006C7C620E5D6F, OptionSet={"Object-Security":0x, "Block2":"(szx=2/64, m=true, num=0)", "Size2":256}, "97509355062585950531841781678883".. 64 bytes
15:12:32.476 [: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)"}, <empty data>
15:12:32.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L13, 127.0.0.1:8194] replace CON-POST   MID=62204, Token=54006C7C620E5D6F, 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)"}, <empty data>
15:12:32.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L13, 127.0.0.1:8194] send request
15:12:32.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L13, 127.0.0.1:8194] prepare retransmission for CON-GET    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=1)"}, <empty data>
15:12:32.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L13, 127.0.0.1:8194] replace CON-GET    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=1)"}, <empty data> 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
15:12:32.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L13, 127.0.0.1:8194] added with generated mid KeyMID[127.0.0.1:8194-62205], CON-POST   MID=62205, 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
15:12:32.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L13, 127.0.0.1:8194] for MID KeyMID[127.0.0.1:8194-62204]
15:12:32.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L13, 127.0.0.1:8194] added with generated token KeyToken[127.0.0.1:8194-74C6B4A8B339FD38], CON-POST   MID=62205, Token=74C6B4A8B339FD38, OptionSet={"Object-Security":0x0901}, 19 4C 36 46 C7 DF B3 38 22 D0 44 3E 99 A8 57 01 95 51 57 13
15:12:32.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L13, 127.0.0.1:8194] for token KeyToken[127.0.0.1:8194-54006C7C620E5D6F]
15:12:32.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8194-62205], KeyToken[127.0.0.1:8194-74C6B4A8B339FD38]]
15:12:32.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 36 bytes to 127.0.0.1:8194
15:12:32.479 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E25,T25) 127.0.0.1:8,195 ==> :8,194 [CON-POST   MID=62205, Token=74C6B4A8B339FD38, OptionSet={"Object-Security":0x0901}, 19 4C 36 46 C7 DF B3 38 22 D0 44 3E 99 A8 57 01 95 51 57 13]
15:12:32.479 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8194) received 36 bytes from 127.0.0.1:8195
15:12:32.479 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8195-62205]
15:12:32.479 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:32.480 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R15, 127.0.0.1:8195] replace CON-POST   MID=62205, Token=74C6B4A8B339FD38, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=1)"}, <empty data> by CON-GET    MID=62205, Token=74C6B4A8B339FD38, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=1)"}, <empty data>
15:12:32.525 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[GET, coap:/resource, 127.0.0.1:8195]: currentNum=1, currentSzx=2, bufferSize=256, complete=false]
15:12:32.525 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R15, 127.0.0.1:8195] send response null-2.05   MID=   -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes
15:12:32.526 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R15, 127.0.0.1:8195, complete]!
15:12:32.526 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R15, 127.0.0.1:8195, complete] completed ACK-2.04   MID=62205, Token=74C6B4A8B339FD38, 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!
15:12:32.527 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8195
15:12:32.527 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E26,T28) 127.0.0.1:8,194 ==> :8,195 [ACK-2.04   MID=62205, Token=74C6B4A8B339FD38, 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]
15:12:32.528 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8195) received 91 bytes from 127.0.0.1:8194
15:12:32.528 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:32.528 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:32.529 [: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)"}, <empty data>
15:12:32.529 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L13, 127.0.0.1:8194] replace CON-POST   MID=62205, Token=74C6B4A8B339FD38, 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)"}, <empty data>
15:12:32.529 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L13, 127.0.0.1:8194] send request
15:12:32.529 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L13, 127.0.0.1:8194] prepare retransmission for CON-GET    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=2)"}, <empty data>
15:12:32.530 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L13, 127.0.0.1:8194] replace CON-GET    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=2)"}, <empty data> 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
15:12:32.530 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L13, 127.0.0.1:8194] added with generated mid KeyMID[127.0.0.1:8194-62206], CON-POST   MID=62206, 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
15:12:32.531 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L13, 127.0.0.1:8194] for MID KeyMID[127.0.0.1:8194-62205]
15:12:32.531 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L13, 127.0.0.1:8194] added with generated token KeyToken[127.0.0.1:8194-8008ACFE313B80B6], CON-POST   MID=62206, Token=8008ACFE313B80B6, OptionSet={"Object-Security":0x0902}, 8E 46 3F 6A D1 78 0E 0A 1E 29 4F 04 41 29 8B 4A C2 73 2F A2
15:12:32.531 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L13, 127.0.0.1:8194] for token KeyToken[127.0.0.1:8194-74C6B4A8B339FD38]
15:12:32.531 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8194-62206], KeyToken[127.0.0.1:8194-8008ACFE313B80B6]]
15:12:32.531 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 36 bytes to 127.0.0.1:8194
15:12:32.532 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E27,T25) 127.0.0.1:8,195 ==> :8,194 [CON-POST   MID=62206, Token=8008ACFE313B80B6, OptionSet={"Object-Security":0x0902}, 8E 46 3F 6A D1 78 0E 0A 1E 29 4F 04 41 29 8B 4A C2 73 2F A2]
15:12:32.532 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8194) received 36 bytes from 127.0.0.1:8195
15:12:32.532 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8195-62206]
15:12:32.532 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:32.533 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R16, 127.0.0.1:8195] replace CON-POST   MID=62206, Token=8008ACFE313B80B6, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=2)"}, <empty data> by CON-GET    MID=62206, Token=8008ACFE313B80B6, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=2)"}, <empty data>
15:12:32.533 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[GET, coap:/resource, 127.0.0.1:8195]: currentNum=2, currentSzx=2, bufferSize=256, complete=false]
15:12:32.533 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R16, 127.0.0.1:8195] send response null-2.05   MID=   -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes
15:12:32.534 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R16, 127.0.0.1:8195, complete]!
15:12:32.534 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R16, 127.0.0.1:8195, complete] completed ACK-2.04   MID=62206, Token=8008ACFE313B80B6, 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!
15:12:32.534 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8195
15:12:32.535 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E28,T28) 127.0.0.1:8,194 ==> :8,195 [ACK-2.04   MID=62206, Token=8008ACFE313B80B6, 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]
15:12:32.535 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8195) received 91 bytes from 127.0.0.1:8194
15:12:32.535 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:32.536 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:32.536 [: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)"}, <empty data>
15:12:32.536 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L13, 127.0.0.1:8194] replace CON-POST   MID=62206, Token=8008ACFE313B80B6, 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)"}, <empty data>
15:12:32.536 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L13, 127.0.0.1:8194] send request
15:12:32.537 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L13, 127.0.0.1:8194] prepare retransmission for CON-GET    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=3)"}, <empty data>
15:12:32.537 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L13, 127.0.0.1:8194] replace CON-GET    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=3)"}, <empty data> 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
15:12:32.538 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L13, 127.0.0.1:8194] added with generated mid KeyMID[127.0.0.1:8194-62207], CON-POST   MID=62207, 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
15:12:32.538 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L13, 127.0.0.1:8194] for MID KeyMID[127.0.0.1:8194-62206]
15:12:32.538 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L13, 127.0.0.1:8194] added with generated token KeyToken[127.0.0.1:8194-70A4BB1A4EDCEA6A], CON-POST   MID=62207, Token=70A4BB1A4EDCEA6A, OptionSet={"Object-Security":0x0903}, 7D D4 E5 39 EE DF EC 7D E9 70 77 31 8F 3F E6 04 8F 9F 59 B9
15:12:32.538 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L13, 127.0.0.1:8194] for token KeyToken[127.0.0.1:8194-8008ACFE313B80B6]
15:12:32.538 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8194-62207], KeyToken[127.0.0.1:8194-70A4BB1A4EDCEA6A]]
15:12:32.539 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 36 bytes to 127.0.0.1:8194
15:12:32.539 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E29,T25) 127.0.0.1:8,195 ==> :8,194 [CON-POST   MID=62207, Token=70A4BB1A4EDCEA6A, OptionSet={"Object-Security":0x0903}, 7D D4 E5 39 EE DF EC 7D E9 70 77 31 8F 3F E6 04 8F 9F 59 B9]
15:12:32.539 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8194) received 36 bytes from 127.0.0.1:8195
15:12:32.540 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8195-62207]
15:12:32.540 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:32.540 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R17, 127.0.0.1:8195] replace CON-POST   MID=62207, Token=70A4BB1A4EDCEA6A, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=3)"}, <empty data> by CON-GET    MID=62207, Token=70A4BB1A4EDCEA6A, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=3)"}, <empty data>
15:12:32.541 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested last block of blockwise transfer: [KeyUri[GET, coap:/resource, 127.0.0.1:8195]: currentNum=3, currentSzx=2, bufferSize=256, complete=true]
15:12:32.541 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R17, 127.0.0.1:8195] send response null-2.05   MID=   -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes
15:12:32.541 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R17, 127.0.0.1:8195, complete]!
15:12:32.541 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R17, 127.0.0.1:8195, complete] completed ACK-2.04   MID=62207, Token=70A4BB1A4EDCEA6A, 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!
15:12:32.542 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8195
15:12:32.542 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E30,T28) 127.0.0.1:8,194 ==> :8,195 [ACK-2.04   MID=62207, Token=70A4BB1A4EDCEA6A, 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]
15:12:32.542 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8195) received 91 bytes from 127.0.0.1:8194
15:12:32.543 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:32.543 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:32.543 [: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
15:12:32.543 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block2 tracker [KeyUri[GET, coap:/resource, 127.0.0.1:8194]], block2 transfers still in progress: 0
15:12:32.543 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap assembled response: ACK-2.05   MID=62204, Token=54006C7C620E5D6F, OptionSet={"Object-Security":0x, "Size2":256}, "97509355062585950531841781678883".. 256 bytes
15:12:32.543 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L13, 127.0.0.1:8194] replace CON-POST   MID=62207, Token=70A4BB1A4EDCEA6A, 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=62204, Token=54006C7C620E5D6F, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, <empty data>
15:12:32.544 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L13, 127.0.0.1:8194, complete]!
15:12:32.544 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L13, 127.0.0.1:8194, complete] for token KeyToken[127.0.0.1:8194-70A4BB1A4EDCEA6A]
15:12:32.544 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L13, 127.0.0.1:8194, complete] for MID KeyMID[127.0.0.1:8194-62207]
15:12:32.544 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L13, 127.0.0.1:8194, complete] completed CON-GET    MID=62204, Token=54006C7C620E5D6F, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, <empty data>!
15:12:32.544 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
15:12:32.544 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
15:12:32.545 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8194
15:12:32.545 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8194
15:12:32.545 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8194] stopping ...
15:12:32.545 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8194, address /127.0.0.1
15:12:32.545 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8194] has stopped.
15:12:32.545 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8194
15:12:32.545 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
15:12:32.545 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8195
15:12:32.545 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8195
15:12:32.545 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8195] stopping ...
15:12:32.546 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8195, address /0.0.0.0
15:12:32.546 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8195] has stopped.
15:12:32.546 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8195
15:12:32.546 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwiseGet
15:12:32.547 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwisePut
15:12:32.550 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:32.550 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:32.550 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:32.550 [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
15:12:32.550 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
15:12:32.551 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
15:12:32.551 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:32.551 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:32.551 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
15:12:32.551 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8196
15:12:32.551 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:32.552 [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
15:12:32.552 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
15:12:32.552 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
15:12:32.552 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8196
15:12:32.552 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:32.552 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:32.552 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:32.553 [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
15:12:32.553 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
15:12:32.553 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
15:12:32.553 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:32.553 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:32.553 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
15:12:32.553 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8197
15:12:32.554 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:32.554 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
15:12:32.554 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8197, recv buf = 0, send buf = 0, recv packet size = 2048
15:12:32.554 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
15:12:32.554 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8197
15:12:32.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [256/64] requires blockwise transfer
15:12:32.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block1 transfer [KeyUri[PUT, coap:/resource, 127.0.0.1:8196]: currentNum=0, currentSzx=0, bufferSize=256, complete=false], transfers in progress: 1
15:12:32.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L18, 127.0.0.1:8196] replace CON-PUT    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes by CON-PUT    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes
15:12:32.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L18, 127.0.0.1:8196] send request
15:12:32.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L18, 127.0.0.1:8196] prepare retransmission for CON-PUT    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes
15:12:32.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L18, 127.0.0.1:8196] replace CON-PUT    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes
15:12:32.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L18, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-59074], CON-POST   MID=59074, 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
15:12:32.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L18, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-64F3372354EF2416], CON-POST   MID=59074, Token=64F3372354EF2416, 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
15:12:32.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-59074], KeyToken[127.0.0.1:8196-64F3372354EF2416]]
15:12:32.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 107 bytes to 127.0.0.1:8196
15:12:32.561 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E31,T33) 127.0.0.1:8,197 ==> :8,196 [CON-POST   MID=59074, Token=64F3372354EF2416, 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]
15:12:32.561 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 107 bytes from 127.0.0.1:8197
15:12:32.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8197-59074]
15:12:32.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:32.562 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R19, 127.0.0.1:8197] replace CON-POST   MID=59074, Token=64F3372354EF2416, 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=59074, Token=64F3372354EF2416, 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
15:12:32.562 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=0)
15:12:32.563 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for inbound block1 transfer [KeyUri[PUT, coap:/resource, 127.0.0.1:8197]: currentNum=0, currentSzx=0, bufferSize=256, complete=false], transfers in progress: 1
15:12:32.563 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=0], expecting more blocks to come
15:12:32.563 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R19, 127.0.0.1:8197] send response null-2.31   MID=   -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=true, num=0)"}, <empty data>
15:12:32.563 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R19, 127.0.0.1:8197, complete]!
15:12:32.563 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R19, 127.0.0.1:8197, complete] completed ACK-2.04   MID=59074, Token=64F3372354EF2416, OptionSet={"Object-Security":0x}, 02 EC B2 39 7F 76 49 72 A5 F0 3F 03!
15:12:32.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 26 bytes to 127.0.0.1:8197
15:12:32.564 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E32,T36) 127.0.0.1:8,196 ==> :8,197 [ACK-2.04   MID=59074, Token=64F3372354EF2416, OptionSet={"Object-Security":0x}, 02 EC B2 39 7F 76 49 72 A5 F0 3F 03]
15:12:32.564 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8197) received 26 bytes from 127.0.0.1:8196
15:12:32.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:32.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
15:12:32.565 [: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)
15:12:32.565 [: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
15:12:32.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L18, 127.0.0.1:8196] replace CON-POST   MID=59074, Token=64F3372354EF2416, 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
15:12:32.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L18, 127.0.0.1:8196] send request
15:12:32.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L18, 127.0.0.1:8196] prepare retransmission for CON-PUT    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes
15:12:32.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L18, 127.0.0.1:8196] replace CON-PUT    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0901}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes
15:12:32.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L18, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-59075], CON-POST   MID=59075, 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
15:12:32.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L18, 127.0.0.1:8196] for MID KeyMID[127.0.0.1:8196-59074]
15:12:32.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L18, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-0818588023D7994A], CON-POST   MID=59075, Token=0818588023D7994A, 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
15:12:32.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L18, 127.0.0.1:8196] for token KeyToken[127.0.0.1:8196-64F3372354EF2416]
15:12:32.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-59075], KeyToken[127.0.0.1:8196-0818588023D7994A]]
15:12:32.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 103 bytes to 127.0.0.1:8196
15:12:32.569 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E33,T33) 127.0.0.1:8,197 ==> :8,196 [CON-POST   MID=59075, Token=0818588023D7994A, 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]
15:12:32.569 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 103 bytes from 127.0.0.1:8197
15:12:32.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8197-59075]
15:12:32.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:32.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R20, 127.0.0.1:8197] replace CON-POST   MID=59075, Token=0818588023D7994A, 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=59075, Token=0818588023D7994A, 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
15:12:32.570 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=1)
15:12:32.570 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[PUT, coap:/resource, 127.0.0.1:8197] for CON-PUT    MID=59075, Token=0818588023D7994A, 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
15:12:32.570 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=1], expecting more blocks to come
15:12:32.570 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R20, 127.0.0.1:8197] send response null-2.31   MID=   -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=true, num=1)"}, <empty data>
15:12:32.571 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R20, 127.0.0.1:8197, complete]!
15:12:32.571 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R20, 127.0.0.1:8197, complete] completed ACK-2.04   MID=59075, Token=0818588023D7994A, OptionSet={"Object-Security":0x}, 5D 6D 74 5A A1 D7 E3 DB 06 A7 DB 6C!
15:12:32.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 26 bytes to 127.0.0.1:8197
15:12:32.572 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E34,T36) 127.0.0.1:8,196 ==> :8,197 [ACK-2.04   MID=59075, Token=0818588023D7994A, OptionSet={"Object-Security":0x}, 5D 6D 74 5A A1 D7 E3 DB 06 A7 DB 6C]
15:12:32.572 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8197) received 26 bytes from 127.0.0.1:8196
15:12:32.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:32.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
15:12:32.573 [: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)
15:12:32.573 [: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
15:12:32.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L18, 127.0.0.1:8196] replace CON-POST   MID=59075, Token=0818588023D7994A, 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
15:12:32.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L18, 127.0.0.1:8196] send request
15:12:32.573 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L18, 127.0.0.1:8196] prepare retransmission for CON-PUT    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes
15:12:32.574 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L18, 127.0.0.1:8196] replace CON-PUT    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0902}, 8C 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes
15:12:32.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L18, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-59076], CON-POST   MID=59076, 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
15:12:32.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L18, 127.0.0.1:8196] for MID KeyMID[127.0.0.1:8196-59075]
15:12:32.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L18, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-C8EE20E9D3CA2978], CON-POST   MID=59076, Token=C8EE20E9D3CA2978, 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
15:12:32.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L18, 127.0.0.1:8196] for token KeyToken[127.0.0.1:8196-0818588023D7994A]
15:12:32.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-59076], KeyToken[127.0.0.1:8196-C8EE20E9D3CA2978]]
15:12:32.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 103 bytes to 127.0.0.1:8196
15:12:32.576 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E35,T33) 127.0.0.1:8,197 ==> :8,196 [CON-POST   MID=59076, Token=C8EE20E9D3CA2978, 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]
15:12:32.576 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 103 bytes from 127.0.0.1:8197
15:12:32.576 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8197-59076]
15:12:32.577 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:32.577 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R21, 127.0.0.1:8197] replace CON-POST   MID=59076, Token=C8EE20E9D3CA2978, 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=59076, Token=C8EE20E9D3CA2978, 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
15:12:32.578 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=2)
15:12:32.578 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[PUT, coap:/resource, 127.0.0.1:8197] for CON-PUT    MID=59076, Token=C8EE20E9D3CA2978, 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
15:12:32.578 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=2], expecting more blocks to come
15:12:32.578 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R21, 127.0.0.1:8197] send response null-2.31   MID=   -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=true, num=2)"}, <empty data>
15:12:32.578 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R21, 127.0.0.1:8197, complete]!
15:12:32.579 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R21, 127.0.0.1:8197, complete] completed ACK-2.04   MID=59076, Token=C8EE20E9D3CA2978, OptionSet={"Object-Security":0x}, 68 A6 6B F0 6E 94 F3 3E 9A B4 6C 1B!
15:12:32.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 26 bytes to 127.0.0.1:8197
15:12:32.580 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E36,T36) 127.0.0.1:8,196 ==> :8,197 [ACK-2.04   MID=59076, Token=C8EE20E9D3CA2978, OptionSet={"Object-Security":0x}, 68 A6 6B F0 6E 94 F3 3E 9A B4 6C 1B]
15:12:32.580 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8197) received 26 bytes from 127.0.0.1:8196
15:12:32.580 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:32.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
15:12:32.580 [: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)
15:12:32.581 [: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
15:12:32.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L18, 127.0.0.1:8196] replace CON-POST   MID=59076, Token=C8EE20E9D3CA2978, 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
15:12:32.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L18, 127.0.0.1:8196] send request
15:12:32.581 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L18, 127.0.0.1:8196] prepare retransmission for CON-PUT    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes
15:12:32.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L18, 127.0.0.1:8196] replace CON-PUT    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0903}, 7F D4 E5 39 EE DF EC 7D E9 70 A6 53 6F 10 D8 BF A7 C7 26 7D 7C E3 47 A3 64 48 32 41 95 67 D7 79..87 bytes
15:12:32.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L18, 127.0.0.1:8196] added with generated mid KeyMID[127.0.0.1:8196-59077], CON-POST   MID=59077, 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
15:12:32.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L18, 127.0.0.1:8196] for MID KeyMID[127.0.0.1:8196-59076]
15:12:32.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L18, 127.0.0.1:8196] added with generated token KeyToken[127.0.0.1:8196-38FFEC71119A397E], CON-POST   MID=59077, Token=38FFEC71119A397E, 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
15:12:32.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L18, 127.0.0.1:8196] for token KeyToken[127.0.0.1:8196-C8EE20E9D3CA2978]
15:12:32.583 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-59077], KeyToken[127.0.0.1:8196-38FFEC71119A397E]]
15:12:32.583 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 103 bytes to 127.0.0.1:8196
15:12:32.584 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E37,T33) 127.0.0.1:8,197 ==> :8,196 [CON-POST   MID=59077, Token=38FFEC71119A397E, 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]
15:12:32.584 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 103 bytes from 127.0.0.1:8197
15:12:32.625 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8197-59077]
15:12:32.625 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:32.626 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R22, 127.0.0.1:8197] replace CON-POST   MID=59077, Token=38FFEC71119A397E, 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=59077, Token=38FFEC71119A397E, 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
15:12:32.626 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=false, num=3)
15:12:32.626 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[PUT, coap:/resource, 127.0.0.1:8197] for CON-PUT    MID=59077, Token=38FFEC71119A397E, 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
15:12:32.626 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has sent last block1 [num=3], delivering request to application layer
15:12:32.627 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block1 tracker [KeyUri[PUT, coap:/resource, 127.0.0.1:8197]], block1 transfers still in progress: 0
15:12:32.627 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R22, 127.0.0.1:8197] send response null-2.04   MID=   -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=false, num=3)"}, <empty data>
15:12:32.627 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R22, 127.0.0.1:8197, complete]!
15:12:32.627 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R22, 127.0.0.1:8197, complete] completed ACK-2.04   MID=59077, Token=38FFEC71119A397E, OptionSet={"Object-Security":0x}, 2A A1 B2 DE F0 13 27 AA C7 8E E7 BF!
15:12:32.628 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8197
15:12:32.628 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E38,T36) 127.0.0.1:8,196 ==> :8,197 [ACK-2.04   MID=59077, Token=38FFEC71119A397E, OptionSet={"Object-Security":0x}, 2A A1 B2 DE F0 13 27 AA C7 8E E7 BF]
15:12:32.628 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8197) received 26 bytes from 127.0.0.1:8196
15:12:32.629 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:32.629 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:32.629 [: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)
15:12:32.629 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L18, 127.0.0.1:8196, complete]!
15:12:32.629 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L18, 127.0.0.1:8196, complete] for token KeyToken[127.0.0.1:8196-38FFEC71119A397E]
15:12:32.629 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L18, 127.0.0.1:8196, complete] for MID KeyMID[127.0.0.1:8196-59077]
15:12:32.629 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L18, 127.0.0.1:8196, complete] completed CON-PUT    MID=59074, Token=64F3372354EF2416, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes -/- CON-POST   MID=59077, Token=38FFEC71119A397E, 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!
15:12:32.630 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
15:12:32.630 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
15:12:32.630 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8196
15:12:32.630 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8196
15:12:32.630 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8196] stopping ...
15:12:32.630 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8196, address /127.0.0.1
15:12:32.630 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8196] has stopped.
15:12:32.630 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8196
15:12:32.630 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
15:12:32.630 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8197
15:12:32.630 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8197
15:12:32.631 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8197] stopping ...
15:12:32.631 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8197, address /0.0.0.0
15:12:32.631 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8197] has stopped.
15:12:32.631 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8197
15:12:32.631 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwisePut
15:12:32.631 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreExceedMaxUnfragmentedSize
15:12:32.634 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:32.634 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:32.634 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:32.634 [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
15:12:32.634 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
15:12:32.635 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
15:12:32.635 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:32.635 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:32.635 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
15:12:32.635 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8198
15:12:32.635 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:32.636 [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
15:12:32.636 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
15:12:32.636 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
15:12:32.636 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8198
15:12:32.636 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:32.636 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:32.636 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:32.636 [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
15:12:32.637 [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
15:12:32.637 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
15:12:32.637 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:32.637 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:32.637 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
15:12:32.637 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8199
15:12:32.637 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:32.637 [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]]
15:12:32.637 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8199, recv buf = 0, send buf = 0, recv packet size = 2048
15:12:32.638 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8199
15:12:32.638 [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]]
15:12:32.643 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L23, 127.0.0.1:8198] send request
15:12:32.643 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L23, 127.0.0.1:8198] prepare retransmission for CON-PUT    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "55235281438127606918237095104282".. 64 bytes
15:12:32.645 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L23, 127.0.0.1:8198, complete]!
15:12:32.645 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.CleanupMessageObserver - failed, Exchange[L23, 127.0.0.1:8198, complete] request [MID=-1, null]
15:12:32.645 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
15:12:32.645 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
15:12:32.645 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8198
15:12:32.645 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8198
15:12:32.645 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8198] stopping ...
15:12:32.646 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8198, address /127.0.0.1
15:12:32.646 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8198] has stopped.
15:12:32.646 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8198
15:12:32.646 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
15:12:32.646 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8199
15:12:32.646 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8199
15:12:32.646 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8199] stopping ...
15:12:32.646 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8199, address /0.0.0.0
15:12:32.646 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8199] has stopped.
15:12:32.646 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8199
15:12:32.649 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreExceedMaxUnfragmentedSize
15:12:32.649 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active.
15:12:32.649 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.615 s - in org.eclipse.californium.oscore.OSCoreInnerBlockwiseTest
[INFO] Running org.eclipse.californium.oscore.OSCoreServerClientTest

Start OSCoreServerClientTest
15:12:32.652 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:32.652 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:32.652 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:32.652 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
15:12:32.653 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
15:12:32.653 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
15:12:32.653 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:32.653 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:32.653 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
15:12:32.653 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8200
15:12:32.654 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:32.654 [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
15:12:32.654 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8200
15:12:32.654 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
15:12:32.654 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
15:12:32.655 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:32.655 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:32.655 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:32.655 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
15:12:32.655 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
15:12:32.656 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
15:12:32.656 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:32.656 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:32.656 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
15:12:32.656 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8201
15:12:32.656 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:32.657 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8201, recv buf = 0, send buf = 0, recv packet size = 2048
15:12:32.657 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
15:12:32.657 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
15:12:32.657 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8201
15:12:32.657 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8201 for coap
15:12:32.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L24, 127.0.0.1:8200] send request
15:12:32.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L24, 127.0.0.1:8200] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:32.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L24, 127.0.0.1:8200] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A
15:12:32.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L24, 127.0.0.1:8200] added with generated mid KeyMID[127.0.0.1:8200-23204], CON-POST   MID=23204, 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
15:12:32.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L24, 127.0.0.1:8200] added with generated token KeyToken[127.0.0.1:8200-201624EAD10DA13E], CON-POST   MID=23204, Token=201624EAD10DA13E, 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
15:12:32.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-23204], KeyToken[127.0.0.1:8200-201624EAD10DA13E]]
15:12:32.659 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8200
15:12:32.660 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E39,T49) 127.0.0.1:8,201 ==> :8,200 [CON-POST   MID=23204, Token=201624EAD10DA13E, 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]
15:12:32.660 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8200) received 40 bytes from 127.0.0.1:8201
15:12:32.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-23204]
15:12:32.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:32.661 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R25, 127.0.0.1:8201] replace CON-POST   MID=23204, Token=201624EAD10DA13E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=23204, Token=201624EAD10DA13E, OptionSet={"Object-Security":0x}, "client says hi"
15:12:32.661 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R25, 127.0.0.1:8201] send response NON-2.05   MID=23204, Token=null, OptionSet={}, "server responds hi"
15:12:32.662 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R25, 127.0.0.1:8201, complete]!
15:12:32.662 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R25, 127.0.0.1:8201, complete] completed NON-2.04   MID=23204, Token=201624EAD10DA13E, 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!
15:12:32.662 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:32.663 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E40,T52) 127.0.0.1:8,200 ==> :8,201 [NON-2.04   MID=23204, Token=201624EAD10DA13E, 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]
15:12:32.663 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8200
15:12:32.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:8200-23204]
15:12:32.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:32.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
15:12:32.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L24, 127.0.0.1:8200, complete]!
15:12:32.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L24, 127.0.0.1:8200, complete] for token KeyToken[127.0.0.1:8200-201624EAD10DA13E]
15:12:32.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L24, 127.0.0.1:8200, complete] for MID KeyMID[127.0.0.1:8200-23204]
15:12:32.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L24, 127.0.0.1:8200, complete] completed CON-POST   MID=23204, Token=201624EAD10DA13E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=23204, Token=201624EAD10DA13E, 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!
15:12:32.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L26, 127.0.0.1:8200] send request
15:12:32.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L26, 127.0.0.1:8200] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:32.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L26, 127.0.0.1:8200] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0902}, 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8
15:12:32.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L26, 127.0.0.1:8200] added with generated mid KeyMID[127.0.0.1:8200-23205], CON-POST   MID=23205, 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
15:12:32.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L26, 127.0.0.1:8200] added with generated token KeyToken[127.0.0.1:8200-047910954D6C2C98], CON-POST   MID=23205, Token=047910954D6C2C98, 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
15:12:32.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-23205], KeyToken[127.0.0.1:8200-047910954D6C2C98]]
15:12:32.666 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8200
15:12:32.667 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E41,T49) 127.0.0.1:8,201 ==> :8,200 [CON-POST   MID=23205, Token=047910954D6C2C98, 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]
15:12:32.667 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8200) received 40 bytes from 127.0.0.1:8201
15:12:32.667 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-23205]
15:12:32.667 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:32.667 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R27, 127.0.0.1:8201] replace CON-POST   MID=23205, Token=047910954D6C2C98, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=23205, Token=047910954D6C2C98, OptionSet={"Object-Security":0x}, "client says hi"
15:12:32.668 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R27, 127.0.0.1:8201] send response NON-2.05   MID=23205, Token=null, OptionSet={}, "server responds hi"
15:12:32.668 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R27, 127.0.0.1:8201, complete]!
15:12:32.668 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R27, 127.0.0.1:8201, complete] completed NON-2.04   MID=23205, Token=047910954D6C2C98, 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!
15:12:32.668 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:32.669 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E42,T52) 127.0.0.1:8,200 ==> :8,201 [NON-2.04   MID=23205, Token=047910954D6C2C98, 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]
15:12:32.669 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8200
15:12:32.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:8200-23205]
15:12:32.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:32.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
15:12:32.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L26, 127.0.0.1:8200, complete]!
15:12:32.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L26, 127.0.0.1:8200, complete] for token KeyToken[127.0.0.1:8200-047910954D6C2C98]
15:12:32.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L26, 127.0.0.1:8200, complete] for MID KeyMID[127.0.0.1:8200-23205]
15:12:32.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L26, 127.0.0.1:8200, complete] completed CON-POST   MID=23205, Token=047910954D6C2C98, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=23205, Token=047910954D6C2C98, 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!
15:12:32.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L28, 127.0.0.1:8200] send request
15:12:32.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L28, 127.0.0.1:8200] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:32.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L28, 127.0.0.1:8200] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0904}, CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7
15:12:32.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L28, 127.0.0.1:8200] added with generated mid KeyMID[127.0.0.1:8200-23206], CON-POST   MID=23206, 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
15:12:32.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L28, 127.0.0.1:8200] added with generated token KeyToken[127.0.0.1:8200-4CA08893E4631A57], CON-POST   MID=23206, Token=4CA08893E4631A57, 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
15:12:32.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-23206], KeyToken[127.0.0.1:8200-4CA08893E4631A57]]
15:12:32.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:8200
15:12:32.673 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E43,T49) 127.0.0.1:8,201 ==> :8,200 [CON-POST   MID=23206, Token=4CA08893E4631A57, 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]
15:12:32.673 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8200) received 40 bytes from 127.0.0.1:8201
15:12:32.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-23206]
15:12:32.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:32.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R29, 127.0.0.1:8201] replace CON-POST   MID=23206, Token=4CA08893E4631A57, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=23206, Token=4CA08893E4631A57, OptionSet={"Object-Security":0x}, "client says hi"
15:12:32.674 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R29, 127.0.0.1:8201] send response NON-2.05   MID=23206, Token=null, OptionSet={}, "server responds hi"
15:12:32.674 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R29, 127.0.0.1:8201, complete]!
15:12:32.674 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R29, 127.0.0.1:8201, complete] completed NON-2.04   MID=23206, Token=4CA08893E4631A57, 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!
15:12:32.675 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:32.675 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E44,T52) 127.0.0.1:8,200 ==> :8,201 [NON-2.04   MID=23206, Token=4CA08893E4631A57, 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]
15:12:32.675 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8200
15:12:32.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:8200-23206]
15:12:32.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:32.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
15:12:32.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L28, 127.0.0.1:8200, complete]!
15:12:32.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L28, 127.0.0.1:8200, complete] for token KeyToken[127.0.0.1:8200-4CA08893E4631A57]
15:12:32.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L28, 127.0.0.1:8200, complete] for MID KeyMID[127.0.0.1:8200-23206]
15:12:32.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L28, 127.0.0.1:8200, complete] completed CON-POST   MID=23206, Token=4CA08893E4631A57, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=23206, Token=4CA08893E4631A57, 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!
15:12:32.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L30, 127.0.0.1:8200] send request
15:12:32.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L30, 127.0.0.1:8200] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:32.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L30, 127.0.0.1:8200] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0908}, 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12
15:12:32.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L30, 127.0.0.1:8200] added with generated mid KeyMID[127.0.0.1:8200-23207], CON-POST   MID=23207, 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
15:12:32.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L30, 127.0.0.1:8200] added with generated token KeyToken[127.0.0.1:8200-7483710566E432EA], CON-POST   MID=23207, Token=7483710566E432EA, 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
15:12:32.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-23207], KeyToken[127.0.0.1:8200-7483710566E432EA]]
15:12:32.679 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8200
15:12:32.679 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E45,T49) 127.0.0.1:8,201 ==> :8,200 [CON-POST   MID=23207, Token=7483710566E432EA, 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]
15:12:32.679 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8200) received 40 bytes from 127.0.0.1:8201
15:12:32.679 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-23207]
15:12:32.680 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:32.680 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R31, 127.0.0.1:8201] replace CON-POST   MID=23207, Token=7483710566E432EA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=23207, Token=7483710566E432EA, OptionSet={"Object-Security":0x}, "client says hi"
15:12:32.725 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R31, 127.0.0.1:8201] send response NON-2.05   MID=23207, Token=null, OptionSet={}, "server responds hi"
15:12:32.726 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R31, 127.0.0.1:8201, complete]!
15:12:32.726 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R31, 127.0.0.1:8201, complete] completed NON-2.04   MID=23207, Token=7483710566E432EA, 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!
15:12:32.726 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:32.726 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E46,T52) 127.0.0.1:8,200 ==> :8,201 [NON-2.04   MID=23207, Token=7483710566E432EA, 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]
15:12:32.727 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8200
15:12:32.727 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8200-23207]
15:12:32.727 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:32.727 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:32.727 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L30, 127.0.0.1:8200, complete]!
15:12:32.727 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L30, 127.0.0.1:8200, complete] for token KeyToken[127.0.0.1:8200-7483710566E432EA]
15:12:32.727 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L30, 127.0.0.1:8200, complete] for MID KeyMID[127.0.0.1:8200-23207]
15:12:32.727 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L30, 127.0.0.1:8200, complete] completed CON-POST   MID=23207, Token=7483710566E432EA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=23207, Token=7483710566E432EA, 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!
15:12:32.728 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L32, 127.0.0.1:8200] send request
15:12:32.728 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L32, 127.0.0.1:8200] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:32.729 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L32, 127.0.0.1:8200] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0910}, ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF
15:12:32.729 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L32, 127.0.0.1:8200] added with generated mid KeyMID[127.0.0.1:8200-23208], CON-POST   MID=23208, 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
15:12:32.729 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L32, 127.0.0.1:8200] added with generated token KeyToken[127.0.0.1:8200-A01E9EA9DF0C7195], CON-POST   MID=23208, Token=A01E9EA9DF0C7195, 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
15:12:32.729 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-23208], KeyToken[127.0.0.1:8200-A01E9EA9DF0C7195]]
15:12:32.729 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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
15:12:32.730 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E47,T49) 127.0.0.1:8,201 ==> :8,200 [CON-POST   MID=23208, Token=A01E9EA9DF0C7195, 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]
15:12:32.730 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8200) received 40 bytes from 127.0.0.1:8201
15:12:32.730 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-23208]
15:12:32.730 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:32.731 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R33, 127.0.0.1:8201] replace CON-POST   MID=23208, Token=A01E9EA9DF0C7195, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=23208, Token=A01E9EA9DF0C7195, OptionSet={"Object-Security":0x}, "client says hi"
15:12:32.731 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R33, 127.0.0.1:8201] send response NON-2.05   MID=23208, Token=null, OptionSet={}, "server responds hi"
15:12:32.731 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R33, 127.0.0.1:8201, complete]!
15:12:32.731 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R33, 127.0.0.1:8201, complete] completed NON-2.04   MID=23208, Token=A01E9EA9DF0C7195, 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!
15:12:32.732 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:32.732 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E48,T52) 127.0.0.1:8,200 ==> :8,201 [NON-2.04   MID=23208, Token=A01E9EA9DF0C7195, 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]
15:12:32.732 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8200
15:12:32.733 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8200-23208]
15:12:32.733 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:32.733 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:32.733 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L32, 127.0.0.1:8200, complete]!
15:12:32.733 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L32, 127.0.0.1:8200, complete] for token KeyToken[127.0.0.1:8200-A01E9EA9DF0C7195]
15:12:32.733 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L32, 127.0.0.1:8200, complete] for MID KeyMID[127.0.0.1:8200-23208]
15:12:32.733 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L32, 127.0.0.1:8200, complete] completed CON-POST   MID=23208, Token=A01E9EA9DF0C7195, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=23208, Token=A01E9EA9DF0C7195, 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!
15:12:32.734 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L34, 127.0.0.1:8200] send request
15:12:32.734 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L34, 127.0.0.1:8200] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:32.734 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L34, 127.0.0.1:8200] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0920}, F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01
15:12:32.735 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L34, 127.0.0.1:8200] added with generated mid KeyMID[127.0.0.1:8200-23209], CON-POST   MID=23209, 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
15:12:32.735 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L34, 127.0.0.1:8200] added with generated token KeyToken[127.0.0.1:8200-F443E63A7992D5F1], CON-POST   MID=23209, Token=F443E63A7992D5F1, 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
15:12:32.735 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-23209], KeyToken[127.0.0.1:8200-F443E63A7992D5F1]]
15:12:32.735 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8200
15:12:32.736 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E49,T49) 127.0.0.1:8,201 ==> :8,200 [CON-POST   MID=23209, Token=F443E63A7992D5F1, 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]
15:12:32.736 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8200) received 40 bytes from 127.0.0.1:8201
15:12:32.736 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-23209]
15:12:32.736 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:32.736 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R35, 127.0.0.1:8201] replace CON-POST   MID=23209, Token=F443E63A7992D5F1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=23209, Token=F443E63A7992D5F1, OptionSet={"Object-Security":0x}, "client says hi"
15:12:32.737 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R35, 127.0.0.1:8201] send response NON-2.05   MID=23209, Token=null, OptionSet={}, "server responds hi"
15:12:32.737 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R35, 127.0.0.1:8201, complete]!
15:12:32.737 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R35, 127.0.0.1:8201, complete] completed NON-2.04   MID=23209, Token=F443E63A7992D5F1, 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!
15:12:32.738 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:32.738 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E50,T52) 127.0.0.1:8,200 ==> :8,201 [NON-2.04   MID=23209, Token=F443E63A7992D5F1, 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]
15:12:32.738 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8200
15:12:32.738 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8200-23209]
15:12:32.739 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:32.739 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:32.739 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L34, 127.0.0.1:8200, complete]!
15:12:32.739 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L34, 127.0.0.1:8200, complete] for token KeyToken[127.0.0.1:8200-F443E63A7992D5F1]
15:12:32.739 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L34, 127.0.0.1:8200, complete] for MID KeyMID[127.0.0.1:8200-23209]
15:12:32.739 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L34, 127.0.0.1:8200, complete] completed CON-POST   MID=23209, Token=F443E63A7992D5F1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=23209, Token=F443E63A7992D5F1, 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!
15:12:32.740 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L36, 127.0.0.1:8200] send request
15:12:32.740 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L36, 127.0.0.1:8200] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:32.740 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L36, 127.0.0.1:8200] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0940}, C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49
15:12:32.740 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L36, 127.0.0.1:8200] added with generated mid KeyMID[127.0.0.1:8200-23210], CON-POST   MID=23210, 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
15:12:32.741 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L36, 127.0.0.1:8200] added with generated token KeyToken[127.0.0.1:8200-542990C737C97901], CON-POST   MID=23210, Token=542990C737C97901, 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
15:12:32.741 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-23210], KeyToken[127.0.0.1:8200-542990C737C97901]]
15:12:32.741 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8200
15:12:32.742 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E51,T49) 127.0.0.1:8,201 ==> :8,200 [CON-POST   MID=23210, Token=542990C737C97901, 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]
15:12:32.742 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8200) received 40 bytes from 127.0.0.1:8201
15:12:32.742 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-23210]
15:12:32.742 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:32.742 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R37, 127.0.0.1:8201] replace CON-POST   MID=23210, Token=542990C737C97901, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=23210, Token=542990C737C97901, OptionSet={"Object-Security":0x}, "client says hi"
15:12:32.743 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R37, 127.0.0.1:8201] send response NON-2.05   MID=23210, Token=null, OptionSet={}, "server responds hi"
15:12:32.743 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R37, 127.0.0.1:8201, complete]!
15:12:32.743 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R37, 127.0.0.1:8201, complete] completed NON-2.04   MID=23210, Token=542990C737C97901, 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!
15:12:32.743 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:32.744 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E52,T52) 127.0.0.1:8,200 ==> :8,201 [NON-2.04   MID=23210, Token=542990C737C97901, 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]
15:12:32.744 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8200
15:12:32.744 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8200-23210]
15:12:32.744 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:32.744 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:32.745 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L36, 127.0.0.1:8200, complete]!
15:12:32.745 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L36, 127.0.0.1:8200, complete] for token KeyToken[127.0.0.1:8200-542990C737C97901]
15:12:32.745 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L36, 127.0.0.1:8200, complete] for MID KeyMID[127.0.0.1:8200-23210]
15:12:32.745 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L36, 127.0.0.1:8200, complete] completed CON-POST   MID=23210, Token=542990C737C97901, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=23210, Token=542990C737C97901, 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!
15:12:32.745 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L38, 127.0.0.1:8200] send request
15:12:32.745 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L38, 127.0.0.1:8200] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:32.746 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L38, 127.0.0.1:8200] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0980}, 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D
15:12:32.746 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L38, 127.0.0.1:8200] added with generated mid KeyMID[127.0.0.1:8200-23211], CON-POST   MID=23211, 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
15:12:32.747 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L38, 127.0.0.1:8200] added with generated token KeyToken[127.0.0.1:8200-FCDF906F355A8224], CON-POST   MID=23211, Token=FCDF906F355A8224, 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
15:12:32.747 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-23211], KeyToken[127.0.0.1:8200-FCDF906F355A8224]]
15:12:32.747 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8200
15:12:32.747 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E53,T49) 127.0.0.1:8,201 ==> :8,200 [CON-POST   MID=23211, Token=FCDF906F355A8224, 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]
15:12:32.747 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8200) received 40 bytes from 127.0.0.1:8201
15:12:32.748 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-23211]
15:12:32.748 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:32.748 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R39, 127.0.0.1:8201] replace CON-POST   MID=23211, Token=FCDF906F355A8224, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=23211, Token=FCDF906F355A8224, OptionSet={"Object-Security":0x}, "client says hi"
15:12:32.748 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R39, 127.0.0.1:8201] send response NON-2.05   MID=23211, Token=null, OptionSet={}, "server responds hi"
15:12:32.749 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R39, 127.0.0.1:8201, complete]!
15:12:32.749 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R39, 127.0.0.1:8201, complete] completed NON-2.04   MID=23211, Token=FCDF906F355A8224, 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!
15:12:32.749 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:32.750 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E54,T52) 127.0.0.1:8,200 ==> :8,201 [NON-2.04   MID=23211, Token=FCDF906F355A8224, 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]
15:12:32.750 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8200
15:12:32.750 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8200-23211]
15:12:32.750 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:32.750 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:32.750 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L38, 127.0.0.1:8200, complete]!
15:12:32.750 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L38, 127.0.0.1:8200, complete] for token KeyToken[127.0.0.1:8200-FCDF906F355A8224]
15:12:32.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L38, 127.0.0.1:8200, complete] for MID KeyMID[127.0.0.1:8200-23211]
15:12:32.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L38, 127.0.0.1:8200, complete] completed CON-POST   MID=23211, Token=FCDF906F355A8224, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=23211, Token=FCDF906F355A8224, 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!
15:12:32.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L40, 127.0.0.1:8200] send request
15:12:32.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L40, 127.0.0.1:8200] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:32.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L40, 127.0.0.1:8200] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0100}, 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66
15:12:32.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L40, 127.0.0.1:8200] added with generated mid KeyMID[127.0.0.1:8200-23212], CON-POST   MID=23212, 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
15:12:32.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L40, 127.0.0.1:8200] added with generated token KeyToken[127.0.0.1:8200-A85AE36A54452F14], CON-POST   MID=23212, Token=A85AE36A54452F14, 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
15:12:32.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-23212], KeyToken[127.0.0.1:8200-A85AE36A54452F14]]
15:12:32.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 41 bytes to 127.0.0.1:8200
15:12:32.753 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E55,T49) 127.0.0.1:8,201 ==> :8,200 [CON-POST   MID=23212, Token=A85AE36A54452F14, 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]
15:12:32.753 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8200) received 41 bytes from 127.0.0.1:8201
15:12:32.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-23212]
15:12:32.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:32.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R41, 127.0.0.1:8201] replace CON-POST   MID=23212, Token=A85AE36A54452F14, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=23212, Token=A85AE36A54452F14, OptionSet={"Object-Security":0x}, "client says hi"
15:12:32.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R41, 127.0.0.1:8201] send response NON-2.05   MID=23212, Token=null, OptionSet={}, "server responds hi"
15:12:32.755 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R41, 127.0.0.1:8201, complete]!
15:12:32.755 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R41, 127.0.0.1:8201, complete] completed NON-2.04   MID=23212, Token=A85AE36A54452F14, 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!
15:12:32.755 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:32.756 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E56,T52) 127.0.0.1:8,200 ==> :8,201 [NON-2.04   MID=23212, Token=A85AE36A54452F14, 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]
15:12:32.756 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8200
15:12:32.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:8200-23212]
15:12:32.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:32.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
15:12:32.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L40, 127.0.0.1:8200, complete]!
15:12:32.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L40, 127.0.0.1:8200, complete] for token KeyToken[127.0.0.1:8200-A85AE36A54452F14]
15:12:32.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L40, 127.0.0.1:8200, complete] for MID KeyMID[127.0.0.1:8200-23212]
15:12:32.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L40, 127.0.0.1:8200, complete] completed CON-POST   MID=23212, Token=A85AE36A54452F14, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=23212, Token=A85AE36A54452F14, 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!
15:12:32.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L42, 127.0.0.1:8200] send request
15:12:32.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L42, 127.0.0.1:8200] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:32.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L42, 127.0.0.1:8200] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0200}, AD 9B 3D 46 5C 81 15 09 B5 93 AE 2B 48 55 D4 2A B9 C2 6A 18 F5 1E 4F B1
15:12:32.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L42, 127.0.0.1:8200] added with generated mid KeyMID[127.0.0.1:8200-23213], CON-POST   MID=23213, 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
15:12:32.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L42, 127.0.0.1:8200] added with generated token KeyToken[127.0.0.1:8200-4CB30492144DE9D5], CON-POST   MID=23213, Token=4CB30492144DE9D5, 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
15:12:32.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-23213], KeyToken[127.0.0.1:8200-4CB30492144DE9D5]]
15:12:32.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:8200
15:12:32.759 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E57,T49) 127.0.0.1:8,201 ==> :8,200 [CON-POST   MID=23213, Token=4CB30492144DE9D5, 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]
15:12:32.759 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8200) received 41 bytes from 127.0.0.1:8201
15:12:32.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-23213]
15:12:32.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:32.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R43, 127.0.0.1:8201] replace CON-POST   MID=23213, Token=4CB30492144DE9D5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=23213, Token=4CB30492144DE9D5, OptionSet={"Object-Security":0x}, "client says hi"
15:12:32.760 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R43, 127.0.0.1:8201] send response NON-2.05   MID=23213, Token=null, OptionSet={}, "server responds hi"
15:12:32.760 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R43, 127.0.0.1:8201, complete]!
15:12:32.760 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R43, 127.0.0.1:8201, complete] completed NON-2.04   MID=23213, Token=4CB30492144DE9D5, 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!
15:12:32.760 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:32.761 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E58,T52) 127.0.0.1:8,200 ==> :8,201 [NON-2.04   MID=23213, Token=4CB30492144DE9D5, 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]
15:12:32.761 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8200
15:12:32.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:8200-23213]
15:12:32.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:32.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
15:12:32.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L42, 127.0.0.1:8200, complete]!
15:12:32.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L42, 127.0.0.1:8200, complete] for token KeyToken[127.0.0.1:8200-4CB30492144DE9D5]
15:12:32.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L42, 127.0.0.1:8200, complete] for MID KeyMID[127.0.0.1:8200-23213]
15:12:32.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L42, 127.0.0.1:8200, complete] completed CON-POST   MID=23213, Token=4CB30492144DE9D5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=23213, Token=4CB30492144DE9D5, 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!
15:12:32.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L44, 127.0.0.1:8200] send request
15:12:32.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L44, 127.0.0.1:8200] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:32.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L44, 127.0.0.1:8200] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0400}, D6 83 5E CD B7 BD 00 BC 80 C7 8A FC 6A 32 1A 89 F7 E0 2C 63 16 5C 26 AE
15:12:32.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L44, 127.0.0.1:8200] added with generated mid KeyMID[127.0.0.1:8200-23214], CON-POST   MID=23214, 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
15:12:32.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L44, 127.0.0.1:8200] added with generated token KeyToken[127.0.0.1:8200-2435057B7F66FB7F], CON-POST   MID=23214, Token=2435057B7F66FB7F, 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
15:12:32.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-23214], KeyToken[127.0.0.1:8200-2435057B7F66FB7F]]
15:12:32.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:8200
15:12:32.764 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E59,T49) 127.0.0.1:8,201 ==> :8,200 [CON-POST   MID=23214, Token=2435057B7F66FB7F, 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]
15:12:32.764 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8200) received 41 bytes from 127.0.0.1:8201
15:12:32.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-23214]
15:12:32.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:32.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R45, 127.0.0.1:8201] replace CON-POST   MID=23214, Token=2435057B7F66FB7F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=23214, Token=2435057B7F66FB7F, OptionSet={"Object-Security":0x}, "client says hi"
15:12:32.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R45, 127.0.0.1:8201] send response NON-2.05   MID=23214, Token=null, OptionSet={}, "server responds hi"
15:12:32.766 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R45, 127.0.0.1:8201, complete]!
15:12:32.766 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R45, 127.0.0.1:8201, complete] completed NON-2.04   MID=23214, Token=2435057B7F66FB7F, 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!
15:12:32.766 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:32.767 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E60,T52) 127.0.0.1:8,200 ==> :8,201 [NON-2.04   MID=23214, Token=2435057B7F66FB7F, 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]
15:12:32.767 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8200
15:12:32.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:8200-23214]
15:12:32.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:32.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
15:12:32.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L44, 127.0.0.1:8200, complete]!
15:12:32.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L44, 127.0.0.1:8200, complete] for token KeyToken[127.0.0.1:8200-2435057B7F66FB7F]
15:12:32.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L44, 127.0.0.1:8200, complete] for MID KeyMID[127.0.0.1:8200-23214]
15:12:32.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L44, 127.0.0.1:8200, complete] completed CON-POST   MID=23214, Token=2435057B7F66FB7F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=23214, Token=2435057B7F66FB7F, 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!
15:12:32.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L46, 127.0.0.1:8200] send request
15:12:32.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L46, 127.0.0.1:8200] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:32.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L46, 127.0.0.1:8200] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0800}, 32 67 81 EE 72 74 1E 2E 8D 04 79 2E B3 95 E0 E8 58 DB 53 CD 65 EC 5B C7
15:12:32.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L46, 127.0.0.1:8200] added with generated mid KeyMID[127.0.0.1:8200-23215], CON-POST   MID=23215, 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
15:12:32.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L46, 127.0.0.1:8200] added with generated token KeyToken[127.0.0.1:8200-3C9ADB5F60D9D26E], CON-POST   MID=23215, Token=3C9ADB5F60D9D26E, 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
15:12:32.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-23215], KeyToken[127.0.0.1:8200-3C9ADB5F60D9D26E]]
15:12:32.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:8200
15:12:32.770 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E61,T49) 127.0.0.1:8,201 ==> :8,200 [CON-POST   MID=23215, Token=3C9ADB5F60D9D26E, 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]
15:12:32.770 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8200) received 41 bytes from 127.0.0.1:8201
15:12:32.770 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-23215]
15:12:32.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:32.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R47, 127.0.0.1:8201] replace CON-POST   MID=23215, Token=3C9ADB5F60D9D26E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=23215, Token=3C9ADB5F60D9D26E, OptionSet={"Object-Security":0x}, "client says hi"
15:12:32.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R47, 127.0.0.1:8201] send response NON-2.05   MID=23215, Token=null, OptionSet={}, "server responds hi"
15:12:32.772 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R47, 127.0.0.1:8201, complete]!
15:12:32.772 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R47, 127.0.0.1:8201, complete] completed NON-2.04   MID=23215, Token=3C9ADB5F60D9D26E, 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!
15:12:32.772 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:32.772 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E62,T52) 127.0.0.1:8,200 ==> :8,201 [NON-2.04   MID=23215, Token=3C9ADB5F60D9D26E, 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]
15:12:32.772 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8200
15:12:32.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:8200-23215]
15:12:32.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:32.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
15:12:32.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L46, 127.0.0.1:8200, complete]!
15:12:32.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L46, 127.0.0.1:8200, complete] for token KeyToken[127.0.0.1:8200-3C9ADB5F60D9D26E]
15:12:32.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L46, 127.0.0.1:8200, complete] for MID KeyMID[127.0.0.1:8200-23215]
15:12:32.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L46, 127.0.0.1:8200, complete] completed CON-POST   MID=23215, Token=3C9ADB5F60D9D26E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=23215, Token=3C9ADB5F60D9D26E, 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!
15:12:32.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L48, 127.0.0.1:8200] send request
15:12:32.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L48, 127.0.0.1:8200] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:32.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L48, 127.0.0.1:8200] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A1000}, F7 41 23 FB E7 14 43 AF 77 55 8F 9A 65 67 5A 5D 1D A6 92 5A 25 9B E6 70
15:12:32.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L48, 127.0.0.1:8200] added with generated mid KeyMID[127.0.0.1:8200-23216], CON-POST   MID=23216, 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
15:12:32.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L48, 127.0.0.1:8200] added with generated token KeyToken[127.0.0.1:8200-E496F7A1D1ED4108], CON-POST   MID=23216, Token=E496F7A1D1ED4108, 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
15:12:32.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-23216], KeyToken[127.0.0.1:8200-E496F7A1D1ED4108]]
15:12:32.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 41 bytes to 127.0.0.1:8200
15:12:32.776 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E63,T49) 127.0.0.1:8,201 ==> :8,200 [CON-POST   MID=23216, Token=E496F7A1D1ED4108, 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]
15:12:32.776 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8200) received 41 bytes from 127.0.0.1:8201
15:12:32.776 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-23216]
15:12:32.776 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:32.776 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R49, 127.0.0.1:8201] replace CON-POST   MID=23216, Token=E496F7A1D1ED4108, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=23216, Token=E496F7A1D1ED4108, OptionSet={"Object-Security":0x}, "client says hi"
15:12:32.777 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R49, 127.0.0.1:8201] send response NON-2.05   MID=23216, Token=null, OptionSet={}, "server responds hi"
15:12:32.777 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R49, 127.0.0.1:8201, complete]!
15:12:32.777 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R49, 127.0.0.1:8201, complete] completed NON-2.04   MID=23216, Token=E496F7A1D1ED4108, 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!
15:12:32.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:8201
15:12:32.778 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E64,T52) 127.0.0.1:8,200 ==> :8,201 [NON-2.04   MID=23216, Token=E496F7A1D1ED4108, 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]
15:12:32.778 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8200
15:12:32.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:8200-23216]
15:12:32.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:32.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
15:12:32.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L48, 127.0.0.1:8200, complete]!
15:12:32.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L48, 127.0.0.1:8200, complete] for token KeyToken[127.0.0.1:8200-E496F7A1D1ED4108]
15:12:32.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L48, 127.0.0.1:8200, complete] for MID KeyMID[127.0.0.1:8200-23216]
15:12:32.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L48, 127.0.0.1:8200, complete] completed CON-POST   MID=23216, Token=E496F7A1D1ED4108, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=23216, Token=E496F7A1D1ED4108, 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!
15:12:32.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L50, 127.0.0.1:8200] send request
15:12:32.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L50, 127.0.0.1:8200] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:32.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L50, 127.0.0.1:8200] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A2000}, 3C 1C D3 BE F5 CC A8 2E 4C 40 DF 21 3F 72 23 F5 E8 CD 9F 0A 8F CF 43 55
15:12:32.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L50, 127.0.0.1:8200] added with generated mid KeyMID[127.0.0.1:8200-23217], CON-POST   MID=23217, 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
15:12:32.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L50, 127.0.0.1:8200] added with generated token KeyToken[127.0.0.1:8200-584EB87ED238D30F], CON-POST   MID=23217, Token=584EB87ED238D30F, 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
15:12:32.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-23217], KeyToken[127.0.0.1:8200-584EB87ED238D30F]]
15:12:32.781 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8200
15:12:32.782 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E65,T49) 127.0.0.1:8,201 ==> :8,200 [CON-POST   MID=23217, Token=584EB87ED238D30F, 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]
15:12:32.782 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8200) received 41 bytes from 127.0.0.1:8201
15:12:32.782 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-23217]
15:12:32.782 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:32.782 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R51, 127.0.0.1:8201] replace CON-POST   MID=23217, Token=584EB87ED238D30F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=23217, Token=584EB87ED238D30F, OptionSet={"Object-Security":0x}, "client says hi"
15:12:32.783 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R51, 127.0.0.1:8201] send response NON-2.05   MID=23217, Token=null, OptionSet={}, "server responds hi"
15:12:32.783 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R51, 127.0.0.1:8201, complete]!
15:12:32.825 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R51, 127.0.0.1:8201, complete] completed NON-2.04   MID=23217, Token=584EB87ED238D30F, 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!
15:12:32.825 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:32.826 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E66,T52) 127.0.0.1:8,200 ==> :8,201 [NON-2.04   MID=23217, Token=584EB87ED238D30F, 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]
15:12:32.826 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8200
15:12:32.826 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8200-23217]
15:12:32.826 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:32.826 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:32.826 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L50, 127.0.0.1:8200, complete]!
15:12:32.827 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L50, 127.0.0.1:8200, complete] for token KeyToken[127.0.0.1:8200-584EB87ED238D30F]
15:12:32.827 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L50, 127.0.0.1:8200, complete] for MID KeyMID[127.0.0.1:8200-23217]
15:12:32.827 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L50, 127.0.0.1:8200, complete] completed CON-POST   MID=23217, Token=584EB87ED238D30F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=23217, Token=584EB87ED238D30F, 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!
15:12:32.827 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L52, 127.0.0.1:8200] send request
15:12:32.827 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L52, 127.0.0.1:8200] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:32.828 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L52, 127.0.0.1:8200] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A4000}, 7B 2C 7C 21 1A EF C4 D1 9C 68 23 AD 0A 84 AD BC A7 28 F1 D7 F7 F9 DA FA
15:12:32.828 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L52, 127.0.0.1:8200] added with generated mid KeyMID[127.0.0.1:8200-23218], CON-POST   MID=23218, 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
15:12:32.828 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L52, 127.0.0.1:8200] added with generated token KeyToken[127.0.0.1:8200-00E87A4A25F53D3E], CON-POST   MID=23218, Token=00E87A4A25F53D3E, 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
15:12:32.828 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-23218], KeyToken[127.0.0.1:8200-00E87A4A25F53D3E]]
15:12:32.829 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8200
15:12:32.829 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E67,T49) 127.0.0.1:8,201 ==> :8,200 [CON-POST   MID=23218, Token=00E87A4A25F53D3E, 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]
15:12:32.829 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8200) received 41 bytes from 127.0.0.1:8201
15:12:32.829 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-23218]
15:12:32.830 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:32.830 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R53, 127.0.0.1:8201] replace CON-POST   MID=23218, Token=00E87A4A25F53D3E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=23218, Token=00E87A4A25F53D3E, OptionSet={"Object-Security":0x}, "client says hi"
15:12:32.830 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R53, 127.0.0.1:8201] send response NON-2.05   MID=23218, Token=null, OptionSet={}, "server responds hi"
15:12:32.831 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R53, 127.0.0.1:8201, complete]!
15:12:32.831 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R53, 127.0.0.1:8201, complete] completed NON-2.04   MID=23218, Token=00E87A4A25F53D3E, 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!
15:12:32.831 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:32.831 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E68,T52) 127.0.0.1:8,200 ==> :8,201 [NON-2.04   MID=23218, Token=00E87A4A25F53D3E, 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]
15:12:32.831 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8200
15:12:32.832 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8200-23218]
15:12:32.832 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:32.832 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:32.832 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L52, 127.0.0.1:8200, complete]!
15:12:32.832 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L52, 127.0.0.1:8200, complete] for token KeyToken[127.0.0.1:8200-00E87A4A25F53D3E]
15:12:32.832 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L52, 127.0.0.1:8200, complete] for MID KeyMID[127.0.0.1:8200-23218]
15:12:32.832 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L52, 127.0.0.1:8200, complete] completed CON-POST   MID=23218, Token=00E87A4A25F53D3E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=23218, Token=00E87A4A25F53D3E, 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!
15:12:32.833 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L54, 127.0.0.1:8200] send request
15:12:32.833 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L54, 127.0.0.1:8200] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:32.833 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L54, 127.0.0.1:8200] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A8000}, D6 32 47 03 D8 F6 84 59 21 19 79 CB C6 2B 76 3F 69 AB 5D 5B 5D FB 63 D6
15:12:32.833 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L54, 127.0.0.1:8200] added with generated mid KeyMID[127.0.0.1:8200-23219], CON-POST   MID=23219, 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
15:12:32.834 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L54, 127.0.0.1:8200] added with generated token KeyToken[127.0.0.1:8200-B822F08570329726], CON-POST   MID=23219, Token=B822F08570329726, 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
15:12:32.834 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-23219], KeyToken[127.0.0.1:8200-B822F08570329726]]
15:12:32.834 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8200
15:12:32.834 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E69,T49) 127.0.0.1:8,201 ==> :8,200 [CON-POST   MID=23219, Token=B822F08570329726, 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]
15:12:32.835 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8200) received 41 bytes from 127.0.0.1:8201
15:12:32.835 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-23219]
15:12:32.835 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:32.835 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R55, 127.0.0.1:8201] replace CON-POST   MID=23219, Token=B822F08570329726, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=23219, Token=B822F08570329726, OptionSet={"Object-Security":0x}, "client says hi"
15:12:32.835 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R55, 127.0.0.1:8201] send response NON-2.05   MID=23219, Token=null, OptionSet={}, "server responds hi"
15:12:32.836 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R55, 127.0.0.1:8201, complete]!
15:12:32.836 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R55, 127.0.0.1:8201, complete] completed NON-2.04   MID=23219, Token=B822F08570329726, 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!
15:12:32.836 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:32.836 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E70,T52) 127.0.0.1:8,200 ==> :8,201 [NON-2.04   MID=23219, Token=B822F08570329726, 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]
15:12:32.836 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8200
15:12:32.837 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8200-23219]
15:12:32.837 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:32.837 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:32.837 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L54, 127.0.0.1:8200, complete]!
15:12:32.837 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L54, 127.0.0.1:8200, complete] for token KeyToken[127.0.0.1:8200-B822F08570329726]
15:12:32.837 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L54, 127.0.0.1:8200, complete] for MID KeyMID[127.0.0.1:8200-23219]
15:12:32.837 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L54, 127.0.0.1:8200, complete] completed CON-POST   MID=23219, Token=B822F08570329726, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=23219, Token=B822F08570329726, 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!
15:12:32.838 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L56, 127.0.0.1:8200] send request
15:12:32.838 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L56, 127.0.0.1:8200] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:32.838 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L56, 127.0.0.1:8200] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0B010000}, 97 EB 8B 43 A7 74 24 C2 D4 95 78 9A E5 FF D7 6A EE 2F 86 67 FF D9 30 C8
15:12:32.839 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L56, 127.0.0.1:8200] added with generated mid KeyMID[127.0.0.1:8200-23220], CON-POST   MID=23220, 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
15:12:32.839 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L56, 127.0.0.1:8200] added with generated token KeyToken[127.0.0.1:8200-C077BAD5B85BA0E0], CON-POST   MID=23220, Token=C077BAD5B85BA0E0, 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
15:12:32.839 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-23220], KeyToken[127.0.0.1:8200-C077BAD5B85BA0E0]]
15:12:32.839 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8200
15:12:32.840 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E71,T49) 127.0.0.1:8,201 ==> :8,200 [CON-POST   MID=23220, Token=C077BAD5B85BA0E0, 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]
15:12:32.840 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8200) received 42 bytes from 127.0.0.1:8201
15:12:32.840 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-23220]
15:12:32.840 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:32.840 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R57, 127.0.0.1:8201] replace CON-POST   MID=23220, Token=C077BAD5B85BA0E0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=23220, Token=C077BAD5B85BA0E0, OptionSet={"Object-Security":0x}, "client says hi"
15:12:32.841 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R57, 127.0.0.1:8201] send response NON-2.05   MID=23220, Token=null, OptionSet={}, "server responds hi"
15:12:32.841 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R57, 127.0.0.1:8201, complete]!
15:12:32.841 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R57, 127.0.0.1:8201, complete] completed NON-2.04   MID=23220, Token=C077BAD5B85BA0E0, 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!
15:12:32.841 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:32.842 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E72,T52) 127.0.0.1:8,200 ==> :8,201 [NON-2.04   MID=23220, Token=C077BAD5B85BA0E0, 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]
15:12:32.842 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8200
15:12:32.842 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8200-23220]
15:12:32.842 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:32.842 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:32.842 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L56, 127.0.0.1:8200, complete]!
15:12:32.843 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L56, 127.0.0.1:8200, complete] for token KeyToken[127.0.0.1:8200-C077BAD5B85BA0E0]
15:12:32.843 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L56, 127.0.0.1:8200, complete] for MID KeyMID[127.0.0.1:8200-23220]
15:12:32.843 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L56, 127.0.0.1:8200, complete] completed CON-POST   MID=23220, Token=C077BAD5B85BA0E0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=23220, Token=C077BAD5B85BA0E0, 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!
15:12:32.843 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L58, 127.0.0.1:8200] send request
15:12:32.843 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L58, 127.0.0.1:8200] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:32.844 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L58, 127.0.0.1:8200] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0B020000}, A1 B5 24 1D 35 38 45 F8 8E 8D 33 02 8C E6 31 F8 30 D8 C2 A6 41 1B 12 06
15:12:32.844 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L58, 127.0.0.1:8200] added with generated mid KeyMID[127.0.0.1:8200-23221], CON-POST   MID=23221, 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
15:12:32.844 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L58, 127.0.0.1:8200] added with generated token KeyToken[127.0.0.1:8200-00C8ACE380F9465F], CON-POST   MID=23221, Token=00C8ACE380F9465F, 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
15:12:32.844 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-23221], KeyToken[127.0.0.1:8200-00C8ACE380F9465F]]
15:12:32.845 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8200
15:12:32.845 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E73,T49) 127.0.0.1:8,201 ==> :8,200 [CON-POST   MID=23221, Token=00C8ACE380F9465F, 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]
15:12:32.845 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8200) received 42 bytes from 127.0.0.1:8201
15:12:32.845 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-23221]
15:12:32.845 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:32.846 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R59, 127.0.0.1:8201] replace CON-POST   MID=23221, Token=00C8ACE380F9465F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=23221, Token=00C8ACE380F9465F, OptionSet={"Object-Security":0x}, "client says hi"
15:12:32.846 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R59, 127.0.0.1:8201] send response NON-2.05   MID=23221, Token=null, OptionSet={}, "server responds hi"
15:12:32.846 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R59, 127.0.0.1:8201, complete]!
15:12:32.846 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R59, 127.0.0.1:8201, complete] completed NON-2.04   MID=23221, Token=00C8ACE380F9465F, 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!
15:12:32.847 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:32.847 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E74,T52) 127.0.0.1:8,200 ==> :8,201 [NON-2.04   MID=23221, Token=00C8ACE380F9465F, 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]
15:12:32.847 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8200
15:12:32.847 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8200-23221]
15:12:32.847 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:32.847 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:32.848 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L58, 127.0.0.1:8200, complete]!
15:12:32.848 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L58, 127.0.0.1:8200, complete] for token KeyToken[127.0.0.1:8200-00C8ACE380F9465F]
15:12:32.848 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L58, 127.0.0.1:8200, complete] for MID KeyMID[127.0.0.1:8200-23221]
15:12:32.848 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L58, 127.0.0.1:8200, complete] completed CON-POST   MID=23221, Token=00C8ACE380F9465F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=23221, Token=00C8ACE380F9465F, 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!
15:12:32.848 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L60, 127.0.0.1:8200] send request
15:12:32.848 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L60, 127.0.0.1:8200] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:32.849 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L60, 127.0.0.1:8200] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0B040000}, B4 42 78 B8 91 72 54 30 CF 0B F6 F1 9A 88 1C FB DB ED 5E 54 ED DA 0F 43
15:12:32.849 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L60, 127.0.0.1:8200] added with generated mid KeyMID[127.0.0.1:8200-23222], CON-POST   MID=23222, 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
15:12:32.849 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L60, 127.0.0.1:8200] added with generated token KeyToken[127.0.0.1:8200-58647E183129E629], CON-POST   MID=23222, Token=58647E183129E629, 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
15:12:32.850 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-23222], KeyToken[127.0.0.1:8200-58647E183129E629]]
15:12:32.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 42 bytes to 127.0.0.1:8200
15:12:32.850 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E75,T49) 127.0.0.1:8,201 ==> :8,200 [CON-POST   MID=23222, Token=58647E183129E629, 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]
15:12:32.850 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8200) received 42 bytes from 127.0.0.1:8201
15:12:32.851 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-23222]
15:12:32.851 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:32.851 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R61, 127.0.0.1:8201] replace CON-POST   MID=23222, Token=58647E183129E629, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=23222, Token=58647E183129E629, OptionSet={"Object-Security":0x}, "client says hi"
15:12:32.851 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R61, 127.0.0.1:8201] send response NON-2.05   MID=23222, Token=null, OptionSet={}, "server responds hi"
15:12:32.852 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R61, 127.0.0.1:8201, complete]!
15:12:32.852 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R61, 127.0.0.1:8201, complete] completed NON-2.04   MID=23222, Token=58647E183129E629, 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!
15:12:32.852 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:32.852 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E76,T52) 127.0.0.1:8,200 ==> :8,201 [NON-2.04   MID=23222, Token=58647E183129E629, 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]
15:12:32.852 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8200
15:12:32.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8200-23222]
15:12:32.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:32.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
15:12:32.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L60, 127.0.0.1:8200, complete]!
15:12:32.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L60, 127.0.0.1:8200, complete] for token KeyToken[127.0.0.1:8200-58647E183129E629]
15:12:32.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L60, 127.0.0.1:8200, complete] for MID KeyMID[127.0.0.1:8200-23222]
15:12:32.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L60, 127.0.0.1:8200, complete] completed CON-POST   MID=23222, Token=58647E183129E629, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=23222, Token=58647E183129E629, 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!
15:12:32.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L62, 127.0.0.1:8200] send request
15:12:32.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L62, 127.0.0.1:8200] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:32.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L62, 127.0.0.1:8200] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0B080000}, 60 46 46 6A 40 9B 28 93 E0 FC 3C 6A 26 3F 71 FC 48 05 74 16 DC C0 EE 92
15:12:32.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L62, 127.0.0.1:8200] added with generated mid KeyMID[127.0.0.1:8200-23223], CON-POST   MID=23223, 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
15:12:32.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L62, 127.0.0.1:8200] added with generated token KeyToken[127.0.0.1:8200-0007E26527F59D93], CON-POST   MID=23223, Token=0007E26527F59D93, 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
15:12:32.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-23223], KeyToken[127.0.0.1:8200-0007E26527F59D93]]
15:12:32.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 42 bytes to 127.0.0.1:8200
15:12:32.855 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E77,T49) 127.0.0.1:8,201 ==> :8,200 [CON-POST   MID=23223, Token=0007E26527F59D93, 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]
15:12:32.855 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8200) received 42 bytes from 127.0.0.1:8201
15:12:32.856 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-23223]
15:12:32.856 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:32.856 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R63, 127.0.0.1:8201] replace CON-POST   MID=23223, Token=0007E26527F59D93, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=23223, Token=0007E26527F59D93, OptionSet={"Object-Security":0x}, "client says hi"
15:12:32.856 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R63, 127.0.0.1:8201] send response NON-2.05   MID=23223, Token=null, OptionSet={}, "server responds hi"
15:12:32.857 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R63, 127.0.0.1:8201, complete]!
15:12:32.857 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R63, 127.0.0.1:8201, complete] completed NON-2.04   MID=23223, Token=0007E26527F59D93, 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!
15:12:32.857 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:32.857 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E78,T52) 127.0.0.1:8,200 ==> :8,201 [NON-2.04   MID=23223, Token=0007E26527F59D93, 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]
15:12:32.857 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8200
15:12:32.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:8200-23223]
15:12:32.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:32.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
15:12:32.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L62, 127.0.0.1:8200, complete]!
15:12:32.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L62, 127.0.0.1:8200, complete] for token KeyToken[127.0.0.1:8200-0007E26527F59D93]
15:12:32.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L62, 127.0.0.1:8200, complete] for MID KeyMID[127.0.0.1:8200-23223]
15:12:32.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L62, 127.0.0.1:8200, complete] completed CON-POST   MID=23223, Token=0007E26527F59D93, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=23223, Token=0007E26527F59D93, 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!
15:12:32.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L64, 127.0.0.1:8200] send request
15:12:32.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L64, 127.0.0.1:8200] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:32.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L64, 127.0.0.1:8200] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0B100000}, 9F E5 7F 17 EB 2A 8E 34 28 85 87 2F C3 20 9B 28 53 66 33 2A 22 DE 35 B9
15:12:32.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L64, 127.0.0.1:8200] added with generated mid KeyMID[127.0.0.1:8200-23224], CON-POST   MID=23224, 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
15:12:32.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L64, 127.0.0.1:8200] added with generated token KeyToken[127.0.0.1:8200-20CA2F3D10352271], CON-POST   MID=23224, Token=20CA2F3D10352271, 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
15:12:32.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-23224], KeyToken[127.0.0.1:8200-20CA2F3D10352271]]
15:12:32.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 42 bytes to 127.0.0.1:8200
15:12:32.860 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E79,T49) 127.0.0.1:8,201 ==> :8,200 [CON-POST   MID=23224, Token=20CA2F3D10352271, 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]
15:12:32.860 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8200) received 42 bytes from 127.0.0.1:8201
15:12:32.861 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-23224]
15:12:32.861 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:32.861 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R65, 127.0.0.1:8201] replace CON-POST   MID=23224, Token=20CA2F3D10352271, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=23224, Token=20CA2F3D10352271, OptionSet={"Object-Security":0x}, "client says hi"
15:12:32.861 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R65, 127.0.0.1:8201] send response NON-2.05   MID=23224, Token=null, OptionSet={}, "server responds hi"
15:12:32.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R65, 127.0.0.1:8201, complete]!
15:12:32.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R65, 127.0.0.1:8201, complete] completed NON-2.04   MID=23224, Token=20CA2F3D10352271, 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!
15:12:32.862 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:32.863 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E80,T52) 127.0.0.1:8,200 ==> :8,201 [NON-2.04   MID=23224, Token=20CA2F3D10352271, 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]
15:12:32.863 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8200
15:12:32.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8200-23224]
15:12:32.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:32.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:32.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L64, 127.0.0.1:8200, complete]!
15:12:32.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L64, 127.0.0.1:8200, complete] for token KeyToken[127.0.0.1:8200-20CA2F3D10352271]
15:12:32.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L64, 127.0.0.1:8200, complete] for MID KeyMID[127.0.0.1:8200-23224]
15:12:32.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L64, 127.0.0.1:8200, complete] completed CON-POST   MID=23224, Token=20CA2F3D10352271, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=23224, Token=20CA2F3D10352271, 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!
15:12:32.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L66, 127.0.0.1:8200] send request
15:12:32.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L66, 127.0.0.1:8200] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:32.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L66, 127.0.0.1:8200] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0B200000}, 30 27 07 6A B2 B4 0D 50 CB D1 55 77 D2 B0 0A 20 E8 ED 7B B5 10 26 65 6E
15:12:32.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L66, 127.0.0.1:8200] added with generated mid KeyMID[127.0.0.1:8200-23225], CON-POST   MID=23225, 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
15:12:32.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L66, 127.0.0.1:8200] added with generated token KeyToken[127.0.0.1:8200-58F48841A0B0ABAC], CON-POST   MID=23225, Token=58F48841A0B0ABAC, 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
15:12:32.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-23225], KeyToken[127.0.0.1:8200-58F48841A0B0ABAC]]
15:12:32.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 42 bytes to 127.0.0.1:8200
15:12:32.866 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E81,T49) 127.0.0.1:8,201 ==> :8,200 [CON-POST   MID=23225, Token=58F48841A0B0ABAC, 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]
15:12:32.866 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8200) received 42 bytes from 127.0.0.1:8201
15:12:32.866 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-23225]
15:12:32.866 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:32.866 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R67, 127.0.0.1:8201] replace CON-POST   MID=23225, Token=58F48841A0B0ABAC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=23225, Token=58F48841A0B0ABAC, OptionSet={"Object-Security":0x}, "client says hi"
15:12:32.866 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R67, 127.0.0.1:8201] send response NON-2.05   MID=23225, Token=null, OptionSet={}, "server responds hi"
15:12:32.867 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R67, 127.0.0.1:8201, complete]!
15:12:32.867 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R67, 127.0.0.1:8201, complete] completed NON-2.04   MID=23225, Token=58F48841A0B0ABAC, 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!
15:12:32.867 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:32.867 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E82,T52) 127.0.0.1:8,200 ==> :8,201 [NON-2.04   MID=23225, Token=58F48841A0B0ABAC, 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]
15:12:32.867 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8200
15:12:32.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:8200-23225]
15:12:32.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:32.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
15:12:32.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L66, 127.0.0.1:8200, complete]!
15:12:32.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L66, 127.0.0.1:8200, complete] for token KeyToken[127.0.0.1:8200-58F48841A0B0ABAC]
15:12:32.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L66, 127.0.0.1:8200, complete] for MID KeyMID[127.0.0.1:8200-23225]
15:12:32.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L66, 127.0.0.1:8200, complete] completed CON-POST   MID=23225, Token=58F48841A0B0ABAC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=23225, Token=58F48841A0B0ABAC, 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!
15:12:32.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L68, 127.0.0.1:8200] send request
15:12:32.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L68, 127.0.0.1:8200] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:32.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L68, 127.0.0.1:8200] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0B400000}, A7 75 93 15 71 00 B7 E0 9E D5 CA 08 88 10 2E D2 86 39 D8 CC 11 F3 EC 20
15:12:32.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L68, 127.0.0.1:8200] added with generated mid KeyMID[127.0.0.1:8200-23226], CON-POST   MID=23226, 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
15:12:32.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L68, 127.0.0.1:8200] added with generated token KeyToken[127.0.0.1:8200-C4CC96049EF728D8], CON-POST   MID=23226, Token=C4CC96049EF728D8, 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
15:12:32.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-23226], KeyToken[127.0.0.1:8200-C4CC96049EF728D8]]
15:12:32.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:8200
15:12:32.870 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E83,T49) 127.0.0.1:8,201 ==> :8,200 [CON-POST   MID=23226, Token=C4CC96049EF728D8, 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]
15:12:32.871 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8200) received 42 bytes from 127.0.0.1:8201
15:12:32.871 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-23226]
15:12:32.871 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:32.871 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R69, 127.0.0.1:8201] replace CON-POST   MID=23226, Token=C4CC96049EF728D8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=23226, Token=C4CC96049EF728D8, OptionSet={"Object-Security":0x}, "client says hi"
15:12:32.871 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R69, 127.0.0.1:8201] send response NON-2.05   MID=23226, Token=null, OptionSet={}, "server responds hi"
15:12:32.872 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R69, 127.0.0.1:8201, complete]!
15:12:32.872 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R69, 127.0.0.1:8201, complete] completed NON-2.04   MID=23226, Token=C4CC96049EF728D8, 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!
15:12:32.872 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:32.872 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E84,T52) 127.0.0.1:8,200 ==> :8,201 [NON-2.04   MID=23226, Token=C4CC96049EF728D8, 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]
15:12:32.872 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8200
15:12:32.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8200-23226]
15:12:32.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:32.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:32.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L68, 127.0.0.1:8200, complete]!
15:12:32.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L68, 127.0.0.1:8200, complete] for token KeyToken[127.0.0.1:8200-C4CC96049EF728D8]
15:12:32.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L68, 127.0.0.1:8200, complete] for MID KeyMID[127.0.0.1:8200-23226]
15:12:32.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L68, 127.0.0.1:8200, complete] completed CON-POST   MID=23226, Token=C4CC96049EF728D8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=23226, Token=C4CC96049EF728D8, 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!
15:12:32.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L70, 127.0.0.1:8200] send request
15:12:32.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L70, 127.0.0.1:8200] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:32.874 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L70, 127.0.0.1:8200] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0B800000}, 81 FD 1A B9 E4 4D 16 17 F8 7B BA BB 81 E9 1D 72 52 B5 49 91 2F 2E 65 E5
15:12:32.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L70, 127.0.0.1:8200] added with generated mid KeyMID[127.0.0.1:8200-23227], CON-POST   MID=23227, 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
15:12:32.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L70, 127.0.0.1:8200] added with generated token KeyToken[127.0.0.1:8200-34FED9F9F678DD9F], CON-POST   MID=23227, Token=34FED9F9F678DD9F, 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
15:12:32.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-23227], KeyToken[127.0.0.1:8200-34FED9F9F678DD9F]]
15:12:32.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:8200
15:12:32.876 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E85,T49) 127.0.0.1:8,201 ==> :8,200 [CON-POST   MID=23227, Token=34FED9F9F678DD9F, 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]
15:12:32.876 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8200) received 42 bytes from 127.0.0.1:8201
15:12:32.876 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-23227]
15:12:32.876 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:32.876 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R71, 127.0.0.1:8201] replace CON-POST   MID=23227, Token=34FED9F9F678DD9F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=23227, Token=34FED9F9F678DD9F, OptionSet={"Object-Security":0x}, "client says hi"
15:12:32.877 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R71, 127.0.0.1:8201] send response NON-2.05   MID=23227, Token=null, OptionSet={}, "server responds hi"
15:12:32.877 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R71, 127.0.0.1:8201, complete]!
15:12:32.877 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R71, 127.0.0.1:8201, complete] completed NON-2.04   MID=23227, Token=34FED9F9F678DD9F, 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!
15:12:32.877 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:32.878 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E86,T52) 127.0.0.1:8,200 ==> :8,201 [NON-2.04   MID=23227, Token=34FED9F9F678DD9F, 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]
15:12:32.878 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8200
15:12:32.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:8200-23227]
15:12:32.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:32.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
15:12:32.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L70, 127.0.0.1:8200, complete]!
15:12:32.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L70, 127.0.0.1:8200, complete] for token KeyToken[127.0.0.1:8200-34FED9F9F678DD9F]
15:12:32.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L70, 127.0.0.1:8200, complete] for MID KeyMID[127.0.0.1:8200-23227]
15:12:32.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L70, 127.0.0.1:8200, complete] completed CON-POST   MID=23227, Token=34FED9F9F678DD9F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=23227, Token=34FED9F9F678DD9F, 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!
15:12:32.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L72, 127.0.0.1:8200] send request
15:12:32.879 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L72, 127.0.0.1:8200] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:32.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L72, 127.0.0.1:8200] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0C01000000}, 52 3E 98 A1 E8 66 CE C0 03 0A 22 38 89 0C A9 0A A5 05 CE F6 18 EC 9C 5A
15:12:32.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L72, 127.0.0.1:8200] added with generated mid KeyMID[127.0.0.1:8200-23228], CON-POST   MID=23228, 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
15:12:32.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L72, 127.0.0.1:8200] added with generated token KeyToken[127.0.0.1:8200-4CB2F8276FD810F8], CON-POST   MID=23228, Token=4CB2F8276FD810F8, 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
15:12:32.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-23228], KeyToken[127.0.0.1:8200-4CB2F8276FD810F8]]
15:12:32.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:8200
15:12:32.881 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E87,T49) 127.0.0.1:8,201 ==> :8,200 [CON-POST   MID=23228, Token=4CB2F8276FD810F8, 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]
15:12:32.881 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8200) received 43 bytes from 127.0.0.1:8201
15:12:32.881 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-23228]
15:12:32.881 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:32.881 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R73, 127.0.0.1:8201] replace CON-POST   MID=23228, Token=4CB2F8276FD810F8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=23228, Token=4CB2F8276FD810F8, OptionSet={"Object-Security":0x}, "client says hi"
15:12:32.881 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R73, 127.0.0.1:8201] send response NON-2.05   MID=23228, Token=null, OptionSet={}, "server responds hi"
15:12:32.882 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R73, 127.0.0.1:8201, complete]!
15:12:32.882 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R73, 127.0.0.1:8201, complete] completed NON-2.04   MID=23228, Token=4CB2F8276FD810F8, 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!
15:12:32.882 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:32.882 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E88,T52) 127.0.0.1:8,200 ==> :8,201 [NON-2.04   MID=23228, Token=4CB2F8276FD810F8, 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]
15:12:32.883 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8200
15:12:32.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:8200-23228]
15:12:32.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:32.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
15:12:32.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L72, 127.0.0.1:8200, complete]!
15:12:32.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L72, 127.0.0.1:8200, complete] for token KeyToken[127.0.0.1:8200-4CB2F8276FD810F8]
15:12:32.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L72, 127.0.0.1:8200, complete] for MID KeyMID[127.0.0.1:8200-23228]
15:12:32.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L72, 127.0.0.1:8200, complete] completed CON-POST   MID=23228, Token=4CB2F8276FD810F8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=23228, Token=4CB2F8276FD810F8, 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!
15:12:32.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L74, 127.0.0.1:8200] send request
15:12:32.884 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L74, 127.0.0.1:8200] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:32.925 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L74, 127.0.0.1:8200] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0C02000000}, CF A4 36 61 96 D5 5C 83 9D 21 AA 8D E0 47 7D 7C 4F E1 42 49 B3 21 7B 24
15:12:32.925 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L74, 127.0.0.1:8200] added with generated mid KeyMID[127.0.0.1:8200-23229], CON-POST   MID=23229, 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
15:12:32.926 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L74, 127.0.0.1:8200] added with generated token KeyToken[127.0.0.1:8200-B8BCD090F99E421C], CON-POST   MID=23229, Token=B8BCD090F99E421C, 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
15:12:32.926 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-23229], KeyToken[127.0.0.1:8200-B8BCD090F99E421C]]
15:12:32.926 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8200
15:12:32.926 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E89,T49) 127.0.0.1:8,201 ==> :8,200 [CON-POST   MID=23229, Token=B8BCD090F99E421C, 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]
15:12:32.926 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8200) received 43 bytes from 127.0.0.1:8201
15:12:32.927 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-23229]
15:12:32.927 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:32.927 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R75, 127.0.0.1:8201] replace CON-POST   MID=23229, Token=B8BCD090F99E421C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=23229, Token=B8BCD090F99E421C, OptionSet={"Object-Security":0x}, "client says hi"
15:12:32.927 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R75, 127.0.0.1:8201] send response NON-2.05   MID=23229, Token=null, OptionSet={}, "server responds hi"
15:12:32.928 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R75, 127.0.0.1:8201, complete]!
15:12:32.928 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R75, 127.0.0.1:8201, complete] completed NON-2.04   MID=23229, Token=B8BCD090F99E421C, 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!
15:12:32.928 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:32.928 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E90,T52) 127.0.0.1:8,200 ==> :8,201 [NON-2.04   MID=23229, Token=B8BCD090F99E421C, 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]
15:12:32.928 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8200
15:12:32.929 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8200-23229]
15:12:32.929 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:32.929 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:32.929 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L74, 127.0.0.1:8200, complete]!
15:12:32.929 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L74, 127.0.0.1:8200, complete] for token KeyToken[127.0.0.1:8200-B8BCD090F99E421C]
15:12:32.929 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L74, 127.0.0.1:8200, complete] for MID KeyMID[127.0.0.1:8200-23229]
15:12:32.929 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L74, 127.0.0.1:8200, complete] completed CON-POST   MID=23229, Token=B8BCD090F99E421C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=23229, Token=B8BCD090F99E421C, 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!
15:12:32.930 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L76, 127.0.0.1:8200] send request
15:12:32.930 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L76, 127.0.0.1:8200] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:32.930 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L76, 127.0.0.1:8200] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0C04000000}, 49 87 65 74 92 0C A2 BC E0 AB C3 85 1F 60 70 06 80 DB 8F 30 F2 ED D3 34
15:12:32.930 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L76, 127.0.0.1:8200] added with generated mid KeyMID[127.0.0.1:8200-23230], CON-POST   MID=23230, 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
15:12:32.931 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L76, 127.0.0.1:8200] added with generated token KeyToken[127.0.0.1:8200-7849568BF87F2F9E], CON-POST   MID=23230, Token=7849568BF87F2F9E, 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
15:12:32.931 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-23230], KeyToken[127.0.0.1:8200-7849568BF87F2F9E]]
15:12:32.931 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8200
15:12:32.931 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E91,T49) 127.0.0.1:8,201 ==> :8,200 [CON-POST   MID=23230, Token=7849568BF87F2F9E, 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]
15:12:32.931 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8200) received 43 bytes from 127.0.0.1:8201
15:12:32.931 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-23230]
15:12:32.932 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:32.932 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R77, 127.0.0.1:8201] replace CON-POST   MID=23230, Token=7849568BF87F2F9E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=23230, Token=7849568BF87F2F9E, OptionSet={"Object-Security":0x}, "client says hi"
15:12:32.932 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R77, 127.0.0.1:8201] send response NON-2.05   MID=23230, Token=null, OptionSet={}, "server responds hi"
15:12:32.932 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R77, 127.0.0.1:8201, complete]!
15:12:32.933 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R77, 127.0.0.1:8201, complete] completed NON-2.04   MID=23230, Token=7849568BF87F2F9E, 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!
15:12:32.933 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:32.933 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E92,T52) 127.0.0.1:8,200 ==> :8,201 [NON-2.04   MID=23230, Token=7849568BF87F2F9E, 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]
15:12:32.933 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8200
15:12:32.933 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8200-23230]
15:12:32.933 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:32.934 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:32.934 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L76, 127.0.0.1:8200, complete]!
15:12:32.934 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L76, 127.0.0.1:8200, complete] for token KeyToken[127.0.0.1:8200-7849568BF87F2F9E]
15:12:32.934 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L76, 127.0.0.1:8200, complete] for MID KeyMID[127.0.0.1:8200-23230]
15:12:32.934 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L76, 127.0.0.1:8200, complete] completed CON-POST   MID=23230, Token=7849568BF87F2F9E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=23230, Token=7849568BF87F2F9E, 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!
15:12:32.934 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L78, 127.0.0.1:8200] send request
15:12:32.934 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L78, 127.0.0.1:8200] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:32.935 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L78, 127.0.0.1:8200] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0C08000000}, EA 41 05 05 E5 B9 6F 4E 9D 80 8A 61 44 5A F8 B5 BC E4 8E 8A 8B 49 B9 25
15:12:32.935 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L78, 127.0.0.1:8200] added with generated mid KeyMID[127.0.0.1:8200-23231], CON-POST   MID=23231, 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
15:12:32.935 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L78, 127.0.0.1:8200] added with generated token KeyToken[127.0.0.1:8200-F02D13FB46792A78], CON-POST   MID=23231, Token=F02D13FB46792A78, 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
15:12:32.936 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-23231], KeyToken[127.0.0.1:8200-F02D13FB46792A78]]
15:12:32.936 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8200
15:12:32.936 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E93,T49) 127.0.0.1:8,201 ==> :8,200 [CON-POST   MID=23231, Token=F02D13FB46792A78, 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]
15:12:32.936 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8200) received 43 bytes from 127.0.0.1:8201
15:12:32.936 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-23231]
15:12:32.937 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:32.937 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R79, 127.0.0.1:8201] replace CON-POST   MID=23231, Token=F02D13FB46792A78, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=23231, Token=F02D13FB46792A78, OptionSet={"Object-Security":0x}, "client says hi"
15:12:32.937 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R79, 127.0.0.1:8201] send response NON-2.05   MID=23231, Token=null, OptionSet={}, "server responds hi"
15:12:32.937 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R79, 127.0.0.1:8201, complete]!
15:12:32.937 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R79, 127.0.0.1:8201, complete] completed NON-2.04   MID=23231, Token=F02D13FB46792A78, 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!
15:12:32.938 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:32.938 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E94,T52) 127.0.0.1:8,200 ==> :8,201 [NON-2.04   MID=23231, Token=F02D13FB46792A78, 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]
15:12:32.938 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8200
15:12:32.938 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8200-23231]
15:12:32.938 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:32.938 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:32.939 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L78, 127.0.0.1:8200, complete]!
15:12:32.939 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L78, 127.0.0.1:8200, complete] for token KeyToken[127.0.0.1:8200-F02D13FB46792A78]
15:12:32.939 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L78, 127.0.0.1:8200, complete] for MID KeyMID[127.0.0.1:8200-23231]
15:12:32.939 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L78, 127.0.0.1:8200, complete] completed CON-POST   MID=23231, Token=F02D13FB46792A78, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=23231, Token=F02D13FB46792A78, 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!
15:12:32.939 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L80, 127.0.0.1:8200] send request
15:12:32.939 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L80, 127.0.0.1:8200] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:32.940 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L80, 127.0.0.1:8200] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0C10000000}, AD 21 A7 3D EA DE 86 CC 83 1E E6 FD 15 F4 34 FB 9F B1 03 5C B8 0F D2 CA
15:12:32.940 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L80, 127.0.0.1:8200] added with generated mid KeyMID[127.0.0.1:8200-23232], CON-POST   MID=23232, 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
15:12:32.940 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L80, 127.0.0.1:8200] added with generated token KeyToken[127.0.0.1:8200-E017DB807E7E8B41], CON-POST   MID=23232, Token=E017DB807E7E8B41, 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
15:12:32.940 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-23232], KeyToken[127.0.0.1:8200-E017DB807E7E8B41]]
15:12:32.941 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8200
15:12:32.941 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E95,T49) 127.0.0.1:8,201 ==> :8,200 [CON-POST   MID=23232, Token=E017DB807E7E8B41, 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]
15:12:32.941 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8200) received 43 bytes from 127.0.0.1:8201
15:12:32.941 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-23232]
15:12:32.941 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:32.942 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R81, 127.0.0.1:8201] replace CON-POST   MID=23232, Token=E017DB807E7E8B41, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=23232, Token=E017DB807E7E8B41, OptionSet={"Object-Security":0x}, "client says hi"
15:12:32.942 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R81, 127.0.0.1:8201] send response NON-2.05   MID=23232, Token=null, OptionSet={}, "server responds hi"
15:12:32.942 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R81, 127.0.0.1:8201, complete]!
15:12:32.942 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R81, 127.0.0.1:8201, complete] completed NON-2.04   MID=23232, Token=E017DB807E7E8B41, 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!
15:12:32.942 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:32.943 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E96,T52) 127.0.0.1:8,200 ==> :8,201 [NON-2.04   MID=23232, Token=E017DB807E7E8B41, 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]
15:12:32.943 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8200
15:12:32.943 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8200-23232]
15:12:32.943 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:32.943 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:32.944 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L80, 127.0.0.1:8200, complete]!
15:12:32.944 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L80, 127.0.0.1:8200, complete] for token KeyToken[127.0.0.1:8200-E017DB807E7E8B41]
15:12:32.944 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L80, 127.0.0.1:8200, complete] for MID KeyMID[127.0.0.1:8200-23232]
15:12:32.944 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L80, 127.0.0.1:8200, complete] completed CON-POST   MID=23232, Token=E017DB807E7E8B41, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=23232, Token=E017DB807E7E8B41, 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!
15:12:32.944 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L82, 127.0.0.1:8200] send request
15:12:32.944 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L82, 127.0.0.1:8200] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:32.945 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L82, 127.0.0.1:8200] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0C20000000}, 57 8B E2 6D 3F 3E EA 24 6E DB 78 4A AF 3F 86 DD A8 ED 0D 8D 34 C7 63 C6
15:12:32.945 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L82, 127.0.0.1:8200] added with generated mid KeyMID[127.0.0.1:8200-23233], CON-POST   MID=23233, 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
15:12:32.945 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L82, 127.0.0.1:8200] added with generated token KeyToken[127.0.0.1:8200-34A1C2B3651FA44C], CON-POST   MID=23233, Token=34A1C2B3651FA44C, 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
15:12:32.945 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8200-23233], KeyToken[127.0.0.1:8200-34A1C2B3651FA44C]]
15:12:32.945 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8200
15:12:32.946 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E97,T49) 127.0.0.1:8,201 ==> :8,200 [CON-POST   MID=23233, Token=34A1C2B3651FA44C, 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]
15:12:32.946 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8200) received 43 bytes from 127.0.0.1:8201
15:12:32.946 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-23233]
15:12:32.946 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:32.946 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R83, 127.0.0.1:8201] replace CON-POST   MID=23233, Token=34A1C2B3651FA44C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=23233, Token=34A1C2B3651FA44C, OptionSet={"Object-Security":0x}, "client says hi"
15:12:32.947 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R83, 127.0.0.1:8201] send response NON-2.05   MID=23233, Token=null, OptionSet={}, "server responds hi"
15:12:32.947 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R83, 127.0.0.1:8201, complete]!
15:12:32.947 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R83, 127.0.0.1:8201, complete] completed NON-2.04   MID=23233, Token=34A1C2B3651FA44C, 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!
15:12:32.947 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:32.948 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E98,T52) 127.0.0.1:8,200 ==> :8,201 [NON-2.04   MID=23233, Token=34A1C2B3651FA44C, 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]
15:12:32.948 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8200
15:12:32.948 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8200-23233]
15:12:32.948 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:32.948 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:32.948 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L82, 127.0.0.1:8200, complete]!
15:12:32.948 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L82, 127.0.0.1:8200, complete] for token KeyToken[127.0.0.1:8200-34A1C2B3651FA44C]
15:12:32.948 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L82, 127.0.0.1:8200, complete] for MID KeyMID[127.0.0.1:8200-23233]
15:12:32.948 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L82, 127.0.0.1:8200, complete] completed CON-POST   MID=23233, Token=34A1C2B3651FA44C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=23233, Token=34A1C2B3651FA44C, 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!
15:12:32.949 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
15:12:32.949 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8200
15:12:32.949 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8200
15:12:32.949 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8200] stopping ...
15:12:32.949 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8200, address /127.0.0.1
15:12:32.949 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8200] has stopped.
15:12:32.950 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8200
15:12:32.950 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End OSCoreServerClientTest

Start OSCoreServerClientTest
15:12:32.951 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:32.951 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:32.951 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:32.951 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
15:12:32.951 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
15:12:32.952 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
15:12:32.952 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:32.952 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:32.952 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
15:12:32.952 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8202
15:12:32.952 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:32.952 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8202, recv buf = 0, send buf = 0, recv packet size = 2048
15:12:32.952 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
15:12:32.952 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8202
15:12:32.952 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
15:12:32.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L84, 127.0.0.1:8202] send request
15:12:32.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L84, 127.0.0.1:8202] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:32.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L84, 127.0.0.1:8202] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A03E8}, 23 CA 48 43 58 09 C7 32 2A 7A AD BB 9B 23 78 37 30 44 F7 26 86 75 FD 65
15:12:32.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L84, 127.0.0.1:8202] added with generated mid KeyMID[127.0.0.1:8202-24035], CON-POST   MID=24035, 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
15:12:32.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L84, 127.0.0.1:8202] added with generated token KeyToken[127.0.0.1:8202-9074054928FD0C98], CON-POST   MID=24035, Token=9074054928FD0C98, 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
15:12:32.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8202-24035], KeyToken[127.0.0.1:8202-9074054928FD0C98]]
15:12:32.955 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8202
15:12:32.955 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E99,T57) 127.0.0.1:8,201 ==> :8,202 [CON-POST   MID=24035, Token=9074054928FD0C98, 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]
15:12:32.955 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8202) received 41 bytes from 127.0.0.1:8201
15:12:32.955 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-24035]
15:12:32.955 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:32.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R85, 127.0.0.1:8201] replace CON-POST   MID=24035, Token=9074054928FD0C98, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=24035, Token=9074054928FD0C98, OptionSet={"Object-Security":0x}, "client says hi"
15:12:32.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R85, 127.0.0.1:8201] send response NON-2.05   MID=24035, Token=null, OptionSet={}, "server responds hi"
15:12:32.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R85, 127.0.0.1:8201, complete]!
15:12:32.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R85, 127.0.0.1:8201, complete] completed NON-2.04   MID=24035, Token=9074054928FD0C98, 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!
15:12:32.957 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:32.957 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E100,T52) 127.0.0.1:8,202 ==> :8,201 [NON-2.04   MID=24035, Token=9074054928FD0C98, 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]
15:12:32.957 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8202
15:12:32.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:8202-24035]
15:12:32.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:32.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
15:12:32.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L84, 127.0.0.1:8202, complete]!
15:12:32.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L84, 127.0.0.1:8202, complete] for token KeyToken[127.0.0.1:8202-9074054928FD0C98]
15:12:32.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L84, 127.0.0.1:8202, complete] for MID KeyMID[127.0.0.1:8202-24035]
15:12:32.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L84, 127.0.0.1:8202, complete] completed CON-POST   MID=24035, Token=9074054928FD0C98, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=24035, Token=9074054928FD0C98, 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!
15:12:32.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L86, 127.0.0.1:8202] send request
15:12:32.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L86, 127.0.0.1:8202] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:32.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L86, 127.0.0.1:8202] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0388}, 91 9D BB D0 15 6E 23 81 08 D7 41 AE FA 74 CB D4 5C AA A6 4A 5D DD 59 50
15:12:32.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L86, 127.0.0.1:8202] added with generated mid KeyMID[127.0.0.1:8202-24036], CON-POST   MID=24036, 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
15:12:32.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L86, 127.0.0.1:8202] added with generated token KeyToken[127.0.0.1:8202-24525CC38D609AAA], CON-POST   MID=24036, Token=24525CC38D609AAA, 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
15:12:32.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8202-24036], KeyToken[127.0.0.1:8202-24525CC38D609AAA]]
15:12:32.959 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8202
15:12:32.960 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E101,T57) 127.0.0.1:8,201 ==> :8,202 [CON-POST   MID=24036, Token=24525CC38D609AAA, 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]
15:12:32.960 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8202) received 41 bytes from 127.0.0.1:8201
15:12:32.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-24036]
15:12:32.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:32.960 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.OSCoreCtx - Message too old
15:12:32.960 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.RequestDecryptor - Replay detected
15:12:32.960 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.ObjectSecurityLayer - Error while receiving OSCore request: Replay detected
15:12:32.961 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R87, 127.0.0.1:8201, complete]!
15:12:32.961 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R87, 127.0.0.1:8201, complete] completed ACK-4.01   MID=24036, Token=24525CC38D609AAA, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected"!
15:12:32.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 30 bytes to 127.0.0.1:8201
15:12:32.962 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E102,T52) 127.0.0.1:8,202 ==> :8,201 [ACK-4.01   MID=24036, Token=24525CC38D609AAA, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected"]
15:12:32.962 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 30 bytes from 127.0.0.1:8202
15:12:32.962 [: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!
15:12:32.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap  received error ACK-4.01   MID=24036, Token=24525CC38D609AAA, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected":
15:12:32.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L86, 127.0.0.1:8202, complete]!
15:12:32.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L86, 127.0.0.1:8202, complete] for token KeyToken[127.0.0.1:8202-24525CC38D609AAA]
15:12:32.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L86, 127.0.0.1:8202, complete] for MID KeyMID[127.0.0.1:8202-24036]
15:12:32.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L86, 127.0.0.1:8202, complete] completed CON-POST   MID=24036, Token=24525CC38D609AAA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=24036, Token=24525CC38D609AAA, 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!
15:12:32.964 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
15:12:32.964 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8202
15:12:32.964 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8202
15:12:32.964 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8202] stopping ...
15:12:32.964 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8202, address /127.0.0.1
15:12:32.964 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8202] has stopped.
15:12:32.964 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8202
15:12:32.964 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End OSCoreServerClientTest

Start OSCoreServerClientTest
15:12:32.965 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:32.965 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:32.966 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:32.966 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
15:12:32.966 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
15:12:32.966 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
15:12:32.966 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:32.966 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:32.967 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
15:12:32.967 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8203
15:12:32.967 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:32.967 [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
15:12:32.967 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8203
15:12:32.967 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
15:12:32.967 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
15:12:32.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L88, 127.0.0.1:8203] send request
15:12:32.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L88, 127.0.0.1:8203] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:32.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L88, 127.0.0.1:8203] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x090A}, D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C
15:12:32.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L88, 127.0.0.1:8203] added with generated mid KeyMID[127.0.0.1:8203-23526], CON-POST   MID=23526, 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
15:12:32.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L88, 127.0.0.1:8203] added with generated token KeyToken[127.0.0.1:8203-0CAB1FABE4E1594E], CON-POST   MID=23526, Token=0CAB1FABE4E1594E, 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
15:12:32.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8203-23526], KeyToken[127.0.0.1:8203-0CAB1FABE4E1594E]]
15:12:32.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:8203
15:12:32.970 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E103,T62) 127.0.0.1:8,201 ==> :8,203 [CON-POST   MID=23526, Token=0CAB1FABE4E1594E, 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]
15:12:32.970 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8203) received 40 bytes from 127.0.0.1:8201
15:12:32.970 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-23526]
15:12:32.970 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:32.970 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R89, 127.0.0.1:8201] replace CON-POST   MID=23526, Token=0CAB1FABE4E1594E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=23526, Token=0CAB1FABE4E1594E, OptionSet={"Object-Security":0x}, "client says hi"
15:12:32.971 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R89, 127.0.0.1:8201] send response NON-2.05   MID=23526, Token=null, OptionSet={}, "server responds hi"
15:12:32.971 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R89, 127.0.0.1:8201, complete]!
15:12:32.971 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R89, 127.0.0.1:8201, complete] completed NON-2.04   MID=23526, Token=0CAB1FABE4E1594E, 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!
15:12:32.971 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:32.972 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E104,T52) 127.0.0.1:8,203 ==> :8,201 [NON-2.04   MID=23526, Token=0CAB1FABE4E1594E, 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]
15:12:32.972 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8203
15:12:32.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:8203-23526]
15:12:32.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:32.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
15:12:32.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L88, 127.0.0.1:8203, complete]!
15:12:32.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L88, 127.0.0.1:8203, complete] for token KeyToken[127.0.0.1:8203-0CAB1FABE4E1594E]
15:12:32.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L88, 127.0.0.1:8203, complete] for MID KeyMID[127.0.0.1:8203-23526]
15:12:32.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L88, 127.0.0.1:8203, complete] completed CON-POST   MID=23526, Token=0CAB1FABE4E1594E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=23526, Token=0CAB1FABE4E1594E, 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!
15:12:32.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L90, 127.0.0.1:8203] send request
15:12:32.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L90, 127.0.0.1:8203] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:32.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L90, 127.0.0.1:8203] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0905}, 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61
15:12:32.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L90, 127.0.0.1:8203] added with generated mid KeyMID[127.0.0.1:8203-23527], CON-POST   MID=23527, 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
15:12:32.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L90, 127.0.0.1:8203] added with generated token KeyToken[127.0.0.1:8203-607A3D2712EA62BF], CON-POST   MID=23527, Token=607A3D2712EA62BF, 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
15:12:32.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8203-23527], KeyToken[127.0.0.1:8203-607A3D2712EA62BF]]
15:12:32.974 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8203
15:12:32.974 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E105,T62) 127.0.0.1:8,201 ==> :8,203 [CON-POST   MID=23527, Token=607A3D2712EA62BF, 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]
15:12:32.974 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8203) received 40 bytes from 127.0.0.1:8201
15:12:32.975 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-23527]
15:12:32.975 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:32.975 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R91, 127.0.0.1:8201] replace CON-POST   MID=23527, Token=607A3D2712EA62BF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=23527, Token=607A3D2712EA62BF, OptionSet={"Object-Security":0x}, "client says hi"
15:12:32.975 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R91, 127.0.0.1:8201] send response NON-2.05   MID=23527, Token=null, OptionSet={}, "server responds hi"
15:12:32.976 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R91, 127.0.0.1:8201, complete]!
15:12:32.976 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R91, 127.0.0.1:8201, complete] completed NON-2.04   MID=23527, Token=607A3D2712EA62BF, 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!
15:12:32.976 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:32.976 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E106,T52) 127.0.0.1:8,203 ==> :8,201 [NON-2.04   MID=23527, Token=607A3D2712EA62BF, 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]
15:12:32.976 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8203
15:12:32.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:8203-23527]
15:12:32.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:32.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
15:12:32.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L90, 127.0.0.1:8203, complete]!
15:12:32.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L90, 127.0.0.1:8203, complete] for token KeyToken[127.0.0.1:8203-607A3D2712EA62BF]
15:12:32.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L90, 127.0.0.1:8203, complete] for MID KeyMID[127.0.0.1:8203-23527]
15:12:32.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L90, 127.0.0.1:8203, complete] completed CON-POST   MID=23527, Token=607A3D2712EA62BF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=23527, Token=607A3D2712EA62BF, 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!
15:12:32.977 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
15:12:33.025 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8203
15:12:33.025 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8203
15:12:33.025 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8203] stopping ...
15:12:33.025 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8203, address /127.0.0.1
15:12:33.025 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8203] has stopped.
15:12:33.025 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8203
15:12:33.025 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End OSCoreServerClientTest

Start OSCoreServerClientTest
15:12:33.026 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:33.026 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:33.026 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:33.026 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
15:12:33.027 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
15:12:33.027 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
15:12:33.027 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:33.027 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:33.027 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
15:12:33.027 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8204
15:12:33.027 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:33.028 [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
15:12:33.028 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
15:12:33.028 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8204
15:12:33.028 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
15:12:33.028 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L92, 127.0.0.1:8204] send request
15:12:33.028 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L92, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.029 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L92, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85
15:12:33.029 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L92, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37381], CON-POST   MID=37381, 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
15:12:33.030 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L92, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-1C15B42101F4F614], CON-POST   MID=37381, Token=1C15B42101F4F614, 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
15:12:33.030 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37381], KeyToken[127.0.0.1:8204-1C15B42101F4F614]]
15:12:33.030 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.030 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E107,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37381, Token=1C15B42101F4F614, 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]
15:12:33.030 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.030 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37381]
15:12:33.031 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.031 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R93, 127.0.0.1:8201] replace CON-POST   MID=37381, Token=1C15B42101F4F614, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37381, Token=1C15B42101F4F614, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.031 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R93, 127.0.0.1:8201] send response NON-2.05   MID=37381, Token=null, OptionSet={}, "server responds hi"
15:12:33.032 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R93, 127.0.0.1:8201, complete]!
15:12:33.032 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R93, 127.0.0.1:8201, complete] completed NON-2.04   MID=37381, Token=1C15B42101F4F614, 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!
15:12:33.032 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.032 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E108,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37381, Token=1C15B42101F4F614, 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]
15:12:33.032 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.033 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37381]
15:12:33.033 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.033 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.033 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L92, 127.0.0.1:8204, complete]!
15:12:33.033 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L92, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-1C15B42101F4F614]
15:12:33.033 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L92, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37381]
15:12:33.033 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L92, 127.0.0.1:8204, complete] completed CON-POST   MID=37381, Token=1C15B42101F4F614, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37381, Token=1C15B42101F4F614, 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!
15:12:33.033 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L94, 127.0.0.1:8204] send request
15:12:33.033 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L94, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.034 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L94, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A
15:12:33.034 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L94, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37382], CON-POST   MID=37382, 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
15:12:33.034 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L94, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-84E1AEDF5B6CD195], CON-POST   MID=37382, Token=84E1AEDF5B6CD195, 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
15:12:33.035 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37382], KeyToken[127.0.0.1:8204-84E1AEDF5B6CD195]]
15:12:33.035 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.035 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E109,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37382, Token=84E1AEDF5B6CD195, 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]
15:12:33.035 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.036 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37382]
15:12:33.036 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.036 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R95, 127.0.0.1:8201] replace CON-POST   MID=37382, Token=84E1AEDF5B6CD195, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37382, Token=84E1AEDF5B6CD195, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.036 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R95, 127.0.0.1:8201] send response NON-2.05   MID=37382, Token=null, OptionSet={}, "server responds hi"
15:12:33.036 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R95, 127.0.0.1:8201, complete]!
15:12:33.036 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R95, 127.0.0.1:8201, complete] completed NON-2.04   MID=37382, Token=84E1AEDF5B6CD195, 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!
15:12:33.037 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.037 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E110,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37382, Token=84E1AEDF5B6CD195, 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]
15:12:33.037 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.037 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37382]
15:12:33.037 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.037 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.038 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L94, 127.0.0.1:8204, complete]!
15:12:33.038 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L94, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-84E1AEDF5B6CD195]
15:12:33.038 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L94, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37382]
15:12:33.038 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L94, 127.0.0.1:8204, complete] completed CON-POST   MID=37382, Token=84E1AEDF5B6CD195, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37382, Token=84E1AEDF5B6CD195, 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!
15:12:33.038 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L96, 127.0.0.1:8204] send request
15:12:33.038 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L96, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.039 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L96, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0902}, 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8
15:12:33.039 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L96, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37383], CON-POST   MID=37383, 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
15:12:33.039 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L96, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-482272063213C22C], CON-POST   MID=37383, Token=482272063213C22C, 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
15:12:33.039 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37383], KeyToken[127.0.0.1:8204-482272063213C22C]]
15:12:33.040 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.040 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E111,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37383, Token=482272063213C22C, 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]
15:12:33.040 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.040 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37383]
15:12:33.040 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.041 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R97, 127.0.0.1:8201] replace CON-POST   MID=37383, Token=482272063213C22C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37383, Token=482272063213C22C, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.041 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R97, 127.0.0.1:8201] send response NON-2.05   MID=37383, Token=null, OptionSet={}, "server responds hi"
15:12:33.041 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R97, 127.0.0.1:8201, complete]!
15:12:33.041 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R97, 127.0.0.1:8201, complete] completed NON-2.04   MID=37383, Token=482272063213C22C, 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!
15:12:33.041 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.042 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E112,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37383, Token=482272063213C22C, 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]
15:12:33.042 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.042 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37383]
15:12:33.042 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.042 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.042 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L96, 127.0.0.1:8204, complete]!
15:12:33.042 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L96, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-482272063213C22C]
15:12:33.042 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L96, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37383]
15:12:33.043 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L96, 127.0.0.1:8204, complete] completed CON-POST   MID=37383, Token=482272063213C22C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37383, Token=482272063213C22C, 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!
15:12:33.043 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L98, 127.0.0.1:8204] send request
15:12:33.043 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L98, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.044 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L98, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0903}, C6 00 16 CA BB CB 7F 9F 13 71 D4 68 26 99 88 B1 BD 32 85 66 A0 C5 8E E4
15:12:33.044 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L98, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37384], CON-POST   MID=37384, 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
15:12:33.044 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L98, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-7847F8009212BCDD], CON-POST   MID=37384, Token=7847F8009212BCDD, 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
15:12:33.044 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37384], KeyToken[127.0.0.1:8204-7847F8009212BCDD]]
15:12:33.044 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.045 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E113,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37384, Token=7847F8009212BCDD, 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]
15:12:33.045 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.045 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37384]
15:12:33.045 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.045 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R99, 127.0.0.1:8201] replace CON-POST   MID=37384, Token=7847F8009212BCDD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37384, Token=7847F8009212BCDD, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.045 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R99, 127.0.0.1:8201] send response NON-2.05   MID=37384, Token=null, OptionSet={}, "server responds hi"
15:12:33.046 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R99, 127.0.0.1:8201, complete]!
15:12:33.046 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R99, 127.0.0.1:8201, complete] completed NON-2.04   MID=37384, Token=7847F8009212BCDD, 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!
15:12:33.046 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.046 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E114,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37384, Token=7847F8009212BCDD, 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]
15:12:33.046 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.047 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37384]
15:12:33.047 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.047 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.047 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L98, 127.0.0.1:8204, complete]!
15:12:33.047 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L98, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-7847F8009212BCDD]
15:12:33.047 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L98, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37384]
15:12:33.047 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L98, 127.0.0.1:8204, complete] completed CON-POST   MID=37384, Token=7847F8009212BCDD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37384, Token=7847F8009212BCDD, 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!
15:12:33.047 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L100, 127.0.0.1:8204] send request
15:12:33.048 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L100, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.048 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L100, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0904}, CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7
15:12:33.048 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L100, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37385], CON-POST   MID=37385, 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
15:12:33.048 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L100, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-E03BAA9CBBA086F3], CON-POST   MID=37385, Token=E03BAA9CBBA086F3, 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
15:12:33.048 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37385], KeyToken[127.0.0.1:8204-E03BAA9CBBA086F3]]
15:12:33.049 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.049 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E115,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37385, Token=E03BAA9CBBA086F3, 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]
15:12:33.049 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.049 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37385]
15:12:33.049 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.050 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R101, 127.0.0.1:8201] replace CON-POST   MID=37385, Token=E03BAA9CBBA086F3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37385, Token=E03BAA9CBBA086F3, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.050 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R101, 127.0.0.1:8201] send response NON-2.05   MID=37385, Token=null, OptionSet={}, "server responds hi"
15:12:33.050 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R101, 127.0.0.1:8201, complete]!
15:12:33.050 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R101, 127.0.0.1:8201, complete] completed NON-2.04   MID=37385, Token=E03BAA9CBBA086F3, 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!
15:12:33.051 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.051 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E116,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37385, Token=E03BAA9CBBA086F3, 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]
15:12:33.051 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37385]
15:12:33.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L100, 127.0.0.1:8204, complete]!
15:12:33.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L100, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-E03BAA9CBBA086F3]
15:12:33.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L100, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37385]
15:12:33.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L100, 127.0.0.1:8204, complete] completed CON-POST   MID=37385, Token=E03BAA9CBBA086F3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37385, Token=E03BAA9CBBA086F3, 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!
15:12:33.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L102, 127.0.0.1:8204] send request
15:12:33.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L102, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L102, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0905}, 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61
15:12:33.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L102, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37386], CON-POST   MID=37386, 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
15:12:33.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L102, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-18CCF7D2C97CA856], CON-POST   MID=37386, Token=18CCF7D2C97CA856, 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
15:12:33.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37386], KeyToken[127.0.0.1:8204-18CCF7D2C97CA856]]
15:12:33.053 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.054 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E117,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37386, Token=18CCF7D2C97CA856, 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]
15:12:33.054 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37386]
15:12:33.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R103, 127.0.0.1:8201] replace CON-POST   MID=37386, Token=18CCF7D2C97CA856, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37386, Token=18CCF7D2C97CA856, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R103, 127.0.0.1:8201] send response NON-2.05   MID=37386, Token=null, OptionSet={}, "server responds hi"
15:12:33.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R103, 127.0.0.1:8201, complete]!
15:12:33.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R103, 127.0.0.1:8201, complete] completed NON-2.04   MID=37386, Token=18CCF7D2C97CA856, 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!
15:12:33.055 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.056 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E118,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37386, Token=18CCF7D2C97CA856, 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]
15:12:33.056 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.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:8204-37386]
15:12:33.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.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
15:12:33.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L102, 127.0.0.1:8204, complete]!
15:12:33.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L102, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-18CCF7D2C97CA856]
15:12:33.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L102, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37386]
15:12:33.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L102, 127.0.0.1:8204, complete] completed CON-POST   MID=37386, Token=18CCF7D2C97CA856, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37386, Token=18CCF7D2C97CA856, 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!
15:12:33.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L104, 127.0.0.1:8204] send request
15:12:33.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L104, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L104, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0906}, 5B 02 24 9A 83 AB F5 C1 E7 44 B4 43 96 BC 80 35 2D B5 79 A9 8E C2 25 FD
15:12:33.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L104, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37387], CON-POST   MID=37387, 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
15:12:33.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L104, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-7049EDA692AB67DE], CON-POST   MID=37387, Token=7049EDA692AB67DE, 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
15:12:33.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37387], KeyToken[127.0.0.1:8204-7049EDA692AB67DE]]
15:12:33.058 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.058 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E119,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37387, Token=7049EDA692AB67DE, 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]
15:12:33.058 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37387]
15:12:33.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R105, 127.0.0.1:8201] replace CON-POST   MID=37387, Token=7049EDA692AB67DE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37387, Token=7049EDA692AB67DE, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R105, 127.0.0.1:8201] send response NON-2.05   MID=37387, Token=null, OptionSet={}, "server responds hi"
15:12:33.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R105, 127.0.0.1:8201, complete]!
15:12:33.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R105, 127.0.0.1:8201, complete] completed NON-2.04   MID=37387, Token=7049EDA692AB67DE, 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!
15:12:33.060 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.060 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E120,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37387, Token=7049EDA692AB67DE, 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]
15:12:33.060 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37387]
15:12:33.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L104, 127.0.0.1:8204, complete]!
15:12:33.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L104, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-7049EDA692AB67DE]
15:12:33.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L104, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37387]
15:12:33.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L104, 127.0.0.1:8204, complete] completed CON-POST   MID=37387, Token=7049EDA692AB67DE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37387, Token=7049EDA692AB67DE, 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!
15:12:33.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L106, 127.0.0.1:8204] send request
15:12:33.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L106, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L106, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0907}, F9 8B 2F 76 BD 0B DD 2B D0 B2 E6 60 03 52 0C 09 3A 1E 35 68 9A 8D 7C B0
15:12:33.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L106, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37388], CON-POST   MID=37388, 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
15:12:33.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L106, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-3007DD2B08A30164], CON-POST   MID=37388, Token=3007DD2B08A30164, 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
15:12:33.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37388], KeyToken[127.0.0.1:8204-3007DD2B08A30164]]
15:12:33.062 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.063 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E121,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37388, Token=3007DD2B08A30164, 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]
15:12:33.063 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37388]
15:12:33.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R107, 127.0.0.1:8201] replace CON-POST   MID=37388, Token=3007DD2B08A30164, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37388, Token=3007DD2B08A30164, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R107, 127.0.0.1:8201] send response NON-2.05   MID=37388, Token=null, OptionSet={}, "server responds hi"
15:12:33.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R107, 127.0.0.1:8201, complete]!
15:12:33.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R107, 127.0.0.1:8201, complete] completed NON-2.04   MID=37388, Token=3007DD2B08A30164, 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!
15:12:33.064 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.064 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E122,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37388, Token=3007DD2B08A30164, 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]
15:12:33.064 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37388]
15:12:33.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.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
15:12:33.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L106, 127.0.0.1:8204, complete]!
15:12:33.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L106, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-3007DD2B08A30164]
15:12:33.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L106, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37388]
15:12:33.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L106, 127.0.0.1:8204, complete] completed CON-POST   MID=37388, Token=3007DD2B08A30164, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37388, Token=3007DD2B08A30164, 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!
15:12:33.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L108, 127.0.0.1:8204] send request
15:12:33.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L108, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L108, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0908}, 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12
15:12:33.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L108, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37389], CON-POST   MID=37389, 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
15:12:33.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L108, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-98991DB5271CB741], CON-POST   MID=37389, Token=98991DB5271CB741, 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
15:12:33.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37389], KeyToken[127.0.0.1:8204-98991DB5271CB741]]
15:12:33.067 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.067 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E123,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37389, Token=98991DB5271CB741, 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]
15:12:33.067 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.068 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37389]
15:12:33.068 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.068 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R109, 127.0.0.1:8201] replace CON-POST   MID=37389, Token=98991DB5271CB741, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37389, Token=98991DB5271CB741, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.068 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R109, 127.0.0.1:8201] send response NON-2.05   MID=37389, Token=null, OptionSet={}, "server responds hi"
15:12:33.069 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R109, 127.0.0.1:8201, complete]!
15:12:33.069 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R109, 127.0.0.1:8201, complete] completed NON-2.04   MID=37389, Token=98991DB5271CB741, 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!
15:12:33.069 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.069 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E124,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37389, Token=98991DB5271CB741, 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]
15:12:33.069 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37389]
15:12:33.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.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
15:12:33.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L108, 127.0.0.1:8204, complete]!
15:12:33.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L108, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-98991DB5271CB741]
15:12:33.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L108, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37389]
15:12:33.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L108, 127.0.0.1:8204, complete] completed CON-POST   MID=37389, Token=98991DB5271CB741, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37389, Token=98991DB5271CB741, 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!
15:12:33.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L110, 127.0.0.1:8204] send request
15:12:33.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L110, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L110, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0909}, A1 A1 59 15 09 33 20 C6 B0 4B AF 33 65 13 8C 7D 18 72 67 0C 3A 83 78 CE
15:12:33.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L110, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37390], CON-POST   MID=37390, 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
15:12:33.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L110, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-04F34E772D4D93B8], CON-POST   MID=37390, Token=04F34E772D4D93B8, 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
15:12:33.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37390], KeyToken[127.0.0.1:8204-04F34E772D4D93B8]]
15:12:33.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:8204
15:12:33.072 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E125,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37390, Token=04F34E772D4D93B8, 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]
15:12:33.072 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37390]
15:12:33.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.073 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R111, 127.0.0.1:8201] replace CON-POST   MID=37390, Token=04F34E772D4D93B8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37390, Token=04F34E772D4D93B8, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.073 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R111, 127.0.0.1:8201] send response NON-2.05   MID=37390, Token=null, OptionSet={}, "server responds hi"
15:12:33.073 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R111, 127.0.0.1:8201, complete]!
15:12:33.073 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R111, 127.0.0.1:8201, complete] completed NON-2.04   MID=37390, Token=04F34E772D4D93B8, 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!
15:12:33.073 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.074 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E126,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37390, Token=04F34E772D4D93B8, 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]
15:12:33.074 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37390]
15:12:33.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.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
15:12:33.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L110, 127.0.0.1:8204, complete]!
15:12:33.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L110, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-04F34E772D4D93B8]
15:12:33.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L110, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37390]
15:12:33.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L110, 127.0.0.1:8204, complete] completed CON-POST   MID=37390, Token=04F34E772D4D93B8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37390, Token=04F34E772D4D93B8, 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!
15:12:33.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L112, 127.0.0.1:8204] send request
15:12:33.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L112, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L112, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x090A}, D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C
15:12:33.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L112, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37391], CON-POST   MID=37391, 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
15:12:33.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L112, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-C81CE70FD154A006], CON-POST   MID=37391, Token=C81CE70FD154A006, 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
15:12:33.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37391], KeyToken[127.0.0.1:8204-C81CE70FD154A006]]
15:12:33.076 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.077 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E127,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37391, Token=C81CE70FD154A006, 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]
15:12:33.077 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.077 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37391]
15:12:33.077 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.077 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R113, 127.0.0.1:8201] replace CON-POST   MID=37391, Token=C81CE70FD154A006, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37391, Token=C81CE70FD154A006, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.077 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R113, 127.0.0.1:8201] send response NON-2.05   MID=37391, Token=null, OptionSet={}, "server responds hi"
15:12:33.078 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R113, 127.0.0.1:8201, complete]!
15:12:33.078 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R113, 127.0.0.1:8201, complete] completed NON-2.04   MID=37391, Token=C81CE70FD154A006, 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!
15:12:33.078 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.079 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E128,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37391, Token=C81CE70FD154A006, 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]
15:12:33.079 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37391]
15:12:33.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L112, 127.0.0.1:8204, complete]!
15:12:33.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L112, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-C81CE70FD154A006]
15:12:33.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L112, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37391]
15:12:33.079 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L112, 127.0.0.1:8204, complete] completed CON-POST   MID=37391, Token=C81CE70FD154A006, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37391, Token=C81CE70FD154A006, 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!
15:12:33.125 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L114, 127.0.0.1:8204] send request
15:12:33.125 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L114, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.126 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L114, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x090B}, 53 8F 24 74 A0 2F 1E 0E 45 72 13 90 58 FC 1A 91 2C E8 F1 E2 9E 02 81 D9
15:12:33.126 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L114, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37392], CON-POST   MID=37392, 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
15:12:33.126 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L114, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-388EFF2B8DBD20A3], CON-POST   MID=37392, Token=388EFF2B8DBD20A3, 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
15:12:33.126 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37392], KeyToken[127.0.0.1:8204-388EFF2B8DBD20A3]]
15:12:33.127 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.127 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E129,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37392, Token=388EFF2B8DBD20A3, 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]
15:12:33.127 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.127 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37392]
15:12:33.127 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.127 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R115, 127.0.0.1:8201] replace CON-POST   MID=37392, Token=388EFF2B8DBD20A3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37392, Token=388EFF2B8DBD20A3, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.128 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R115, 127.0.0.1:8201] send response NON-2.05   MID=37392, Token=null, OptionSet={}, "server responds hi"
15:12:33.128 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R115, 127.0.0.1:8201, complete]!
15:12:33.128 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R115, 127.0.0.1:8201, complete] completed NON-2.04   MID=37392, Token=388EFF2B8DBD20A3, 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!
15:12:33.128 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.129 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E130,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37392, Token=388EFF2B8DBD20A3, 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]
15:12:33.129 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.129 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37392]
15:12:33.129 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.129 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.129 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L114, 127.0.0.1:8204, complete]!
15:12:33.129 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L114, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-388EFF2B8DBD20A3]
15:12:33.129 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L114, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37392]
15:12:33.129 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L114, 127.0.0.1:8204, complete] completed CON-POST   MID=37392, Token=388EFF2B8DBD20A3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37392, Token=388EFF2B8DBD20A3, 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!
15:12:33.130 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L116, 127.0.0.1:8204] send request
15:12:33.130 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L116, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.130 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L116, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x090C}, A3 B1 44 65 49 39 9B D0 92 C3 8A 5F ED 4D 4D 2E 0E 04 DD 9D 49 5E EB 93
15:12:33.131 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L116, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37393], CON-POST   MID=37393, 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
15:12:33.131 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L116, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-94908C43561187A7], CON-POST   MID=37393, Token=94908C43561187A7, 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
15:12:33.131 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37393], KeyToken[127.0.0.1:8204-94908C43561187A7]]
15:12:33.131 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.132 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E131,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37393, Token=94908C43561187A7, 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]
15:12:33.132 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.132 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37393]
15:12:33.132 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.132 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R117, 127.0.0.1:8201] replace CON-POST   MID=37393, Token=94908C43561187A7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37393, Token=94908C43561187A7, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.132 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R117, 127.0.0.1:8201] send response NON-2.05   MID=37393, Token=null, OptionSet={}, "server responds hi"
15:12:33.133 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R117, 127.0.0.1:8201, complete]!
15:12:33.133 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R117, 127.0.0.1:8201, complete] completed NON-2.04   MID=37393, Token=94908C43561187A7, 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!
15:12:33.133 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.133 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E132,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37393, Token=94908C43561187A7, 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]
15:12:33.133 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.134 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37393]
15:12:33.134 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.134 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.134 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L116, 127.0.0.1:8204, complete]!
15:12:33.134 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L116, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-94908C43561187A7]
15:12:33.134 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L116, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37393]
15:12:33.134 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L116, 127.0.0.1:8204, complete] completed CON-POST   MID=37393, Token=94908C43561187A7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37393, Token=94908C43561187A7, 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!
15:12:33.134 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L118, 127.0.0.1:8204] send request
15:12:33.134 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L118, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.135 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L118, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x090D}, 33 B9 B4 AA 96 69 77 14 14 8A 98 72 94 32 E9 FF 0D 7B 0C 38 3F 00 10 07
15:12:33.135 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L118, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37394], CON-POST   MID=37394, 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
15:12:33.135 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L118, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-F09805EAE5D3E3E6], CON-POST   MID=37394, Token=F09805EAE5D3E3E6, 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
15:12:33.135 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37394], KeyToken[127.0.0.1:8204-F09805EAE5D3E3E6]]
15:12:33.136 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.136 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E133,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37394, Token=F09805EAE5D3E3E6, 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]
15:12:33.136 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.136 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37394]
15:12:33.136 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.136 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R119, 127.0.0.1:8201] replace CON-POST   MID=37394, Token=F09805EAE5D3E3E6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37394, Token=F09805EAE5D3E3E6, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.137 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R119, 127.0.0.1:8201] send response NON-2.05   MID=37394, Token=null, OptionSet={}, "server responds hi"
15:12:33.137 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R119, 127.0.0.1:8201, complete]!
15:12:33.137 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R119, 127.0.0.1:8201, complete] completed NON-2.04   MID=37394, Token=F09805EAE5D3E3E6, 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!
15:12:33.137 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.138 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E134,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37394, Token=F09805EAE5D3E3E6, 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]
15:12:33.138 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.138 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37394]
15:12:33.138 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.138 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.138 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L118, 127.0.0.1:8204, complete]!
15:12:33.138 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L118, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-F09805EAE5D3E3E6]
15:12:33.138 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L118, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37394]
15:12:33.138 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L118, 127.0.0.1:8204, complete] completed CON-POST   MID=37394, Token=F09805EAE5D3E3E6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37394, Token=F09805EAE5D3E3E6, 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!
15:12:33.139 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L120, 127.0.0.1:8204] send request
15:12:33.139 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L120, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.140 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L120, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x090E}, 67 17 E1 46 FE C9 4C 3A 38 46 63 62 26 A9 C5 05 D3 32 E6 CE 99 C7 39 34
15:12:33.140 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L120, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37395], CON-POST   MID=37395, 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
15:12:33.140 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L120, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-F83D8D128767DD17], CON-POST   MID=37395, Token=F83D8D128767DD17, 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
15:12:33.140 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37395], KeyToken[127.0.0.1:8204-F83D8D128767DD17]]
15:12:33.140 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.141 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E135,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37395, Token=F83D8D128767DD17, 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]
15:12:33.141 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.141 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37395]
15:12:33.141 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.141 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R121, 127.0.0.1:8201] replace CON-POST   MID=37395, Token=F83D8D128767DD17, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37395, Token=F83D8D128767DD17, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.141 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R121, 127.0.0.1:8201] send response NON-2.05   MID=37395, Token=null, OptionSet={}, "server responds hi"
15:12:33.142 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R121, 127.0.0.1:8201, complete]!
15:12:33.142 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R121, 127.0.0.1:8201, complete] completed NON-2.04   MID=37395, Token=F83D8D128767DD17, 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!
15:12:33.142 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.142 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E136,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37395, Token=F83D8D128767DD17, 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]
15:12:33.142 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.143 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37395]
15:12:33.143 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.143 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.143 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L120, 127.0.0.1:8204, complete]!
15:12:33.143 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L120, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-F83D8D128767DD17]
15:12:33.143 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L120, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37395]
15:12:33.143 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L120, 127.0.0.1:8204, complete] completed CON-POST   MID=37395, Token=F83D8D128767DD17, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37395, Token=F83D8D128767DD17, 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!
15:12:33.144 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L122, 127.0.0.1:8204] send request
15:12:33.144 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L122, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.144 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L122, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x090F}, 09 A0 4E DA 28 9E 03 AF 19 73 77 77 09 0B E9 EF F1 31 07 D9 6A 05 BF 14
15:12:33.145 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L122, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37396], CON-POST   MID=37396, 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
15:12:33.145 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L122, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-A479A4FE74631705], CON-POST   MID=37396, Token=A479A4FE74631705, 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
15:12:33.145 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37396], KeyToken[127.0.0.1:8204-A479A4FE74631705]]
15:12:33.145 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.145 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E137,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37396, Token=A479A4FE74631705, 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]
15:12:33.145 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.146 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37396]
15:12:33.146 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.146 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R123, 127.0.0.1:8201] replace CON-POST   MID=37396, Token=A479A4FE74631705, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37396, Token=A479A4FE74631705, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.146 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R123, 127.0.0.1:8201] send response NON-2.05   MID=37396, Token=null, OptionSet={}, "server responds hi"
15:12:33.147 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R123, 127.0.0.1:8201, complete]!
15:12:33.147 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R123, 127.0.0.1:8201, complete] completed NON-2.04   MID=37396, Token=A479A4FE74631705, 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!
15:12:33.147 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.147 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E138,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37396, Token=A479A4FE74631705, 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]
15:12:33.147 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.147 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37396]
15:12:33.147 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.147 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L122, 127.0.0.1:8204, complete]!
15:12:33.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L122, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-A479A4FE74631705]
15:12:33.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L122, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37396]
15:12:33.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L122, 127.0.0.1:8204, complete] completed CON-POST   MID=37396, Token=A479A4FE74631705, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37396, Token=A479A4FE74631705, 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!
15:12:33.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L124, 127.0.0.1:8204] send request
15:12:33.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L124, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.149 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L124, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0910}, ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF
15:12:33.149 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L124, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37397], CON-POST   MID=37397, 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
15:12:33.149 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L124, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-DC08C7C7CC9DE7C0], CON-POST   MID=37397, Token=DC08C7C7CC9DE7C0, 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
15:12:33.149 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37397], KeyToken[127.0.0.1:8204-DC08C7C7CC9DE7C0]]
15:12:33.149 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.150 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E139,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37397, Token=DC08C7C7CC9DE7C0, 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]
15:12:33.150 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.150 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37397]
15:12:33.150 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.150 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R125, 127.0.0.1:8201] replace CON-POST   MID=37397, Token=DC08C7C7CC9DE7C0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37397, Token=DC08C7C7CC9DE7C0, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.151 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R125, 127.0.0.1:8201] send response NON-2.05   MID=37397, Token=null, OptionSet={}, "server responds hi"
15:12:33.151 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R125, 127.0.0.1:8201, complete]!
15:12:33.151 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R125, 127.0.0.1:8201, complete] completed NON-2.04   MID=37397, Token=DC08C7C7CC9DE7C0, 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!
15:12:33.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:8201
15:12:33.152 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E140,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37397, Token=DC08C7C7CC9DE7C0, 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]
15:12:33.152 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.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:8204-37397]
15:12:33.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.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
15:12:33.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L124, 127.0.0.1:8204, complete]!
15:12:33.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L124, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-DC08C7C7CC9DE7C0]
15:12:33.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L124, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37397]
15:12:33.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L124, 127.0.0.1:8204, complete] completed CON-POST   MID=37397, Token=DC08C7C7CC9DE7C0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37397, Token=DC08C7C7CC9DE7C0, 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!
15:12:33.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L126, 127.0.0.1:8204] send request
15:12:33.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L126, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L126, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0911}, E6 C5 C0 F4 9F 75 C8 B9 8C C0 C6 CC 6C 19 89 AB 71 AF E7 23 EF 88 11 64
15:12:33.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L126, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37398], CON-POST   MID=37398, 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
15:12:33.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L126, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-54F1CF07EE3907D6], CON-POST   MID=37398, Token=54F1CF07EE3907D6, 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
15:12:33.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37398], KeyToken[127.0.0.1:8204-54F1CF07EE3907D6]]
15:12:33.154 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.154 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E141,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37398, Token=54F1CF07EE3907D6, 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]
15:12:33.154 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.154 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37398]
15:12:33.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R127, 127.0.0.1:8201] replace CON-POST   MID=37398, Token=54F1CF07EE3907D6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37398, Token=54F1CF07EE3907D6, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R127, 127.0.0.1:8201] send response NON-2.05   MID=37398, Token=null, OptionSet={}, "server responds hi"
15:12:33.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R127, 127.0.0.1:8201, complete]!
15:12:33.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R127, 127.0.0.1:8201, complete] completed NON-2.04   MID=37398, Token=54F1CF07EE3907D6, 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!
15:12:33.156 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.156 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E142,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37398, Token=54F1CF07EE3907D6, 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]
15:12:33.156 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37398]
15:12:33.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.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
15:12:33.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L126, 127.0.0.1:8204, complete]!
15:12:33.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L126, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-54F1CF07EE3907D6]
15:12:33.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L126, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37398]
15:12:33.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L126, 127.0.0.1:8204, complete] completed CON-POST   MID=37398, Token=54F1CF07EE3907D6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37398, Token=54F1CF07EE3907D6, 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!
15:12:33.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L128, 127.0.0.1:8204] send request
15:12:33.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L128, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L128, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0912}, 4F 90 FF 3B A2 C4 2E 10 F2 27 29 C7 94 8B 80 0E 95 99 20 60 30 7C 8F B5
15:12:33.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L128, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37399], CON-POST   MID=37399, 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
15:12:33.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L128, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-E8902D4326D57079], CON-POST   MID=37399, Token=E8902D4326D57079, 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
15:12:33.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37399], KeyToken[127.0.0.1:8204-E8902D4326D57079]]
15:12:33.158 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.159 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E143,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37399, Token=E8902D4326D57079, 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]
15:12:33.159 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.159 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37399]
15:12:33.159 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.159 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R129, 127.0.0.1:8201] replace CON-POST   MID=37399, Token=E8902D4326D57079, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37399, Token=E8902D4326D57079, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.160 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R129, 127.0.0.1:8201] send response NON-2.05   MID=37399, Token=null, OptionSet={}, "server responds hi"
15:12:33.160 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R129, 127.0.0.1:8201, complete]!
15:12:33.160 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R129, 127.0.0.1:8201, complete] completed NON-2.04   MID=37399, Token=E8902D4326D57079, 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!
15:12:33.160 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.160 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E144,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37399, Token=E8902D4326D57079, 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]
15:12:33.161 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.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:8204-37399]
15:12:33.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.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
15:12:33.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L128, 127.0.0.1:8204, complete]!
15:12:33.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L128, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-E8902D4326D57079]
15:12:33.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L128, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37399]
15:12:33.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L128, 127.0.0.1:8204, complete] completed CON-POST   MID=37399, Token=E8902D4326D57079, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37399, Token=E8902D4326D57079, 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!
15:12:33.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L130, 127.0.0.1:8204] send request
15:12:33.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L130, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L130, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0913}, 71 91 D7 BA C9 A5 64 7E 2D 3D 91 67 5A 95 63 7A B1 C7 64 31 D3 17 33 80
15:12:33.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L130, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37400], CON-POST   MID=37400, 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
15:12:33.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L130, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-48504FE1A7C596EE], CON-POST   MID=37400, Token=48504FE1A7C596EE, 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
15:12:33.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37400], KeyToken[127.0.0.1:8204-48504FE1A7C596EE]]
15:12:33.163 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.163 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E145,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37400, Token=48504FE1A7C596EE, 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]
15:12:33.163 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37400]
15:12:33.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R131, 127.0.0.1:8201] replace CON-POST   MID=37400, Token=48504FE1A7C596EE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37400, Token=48504FE1A7C596EE, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.164 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R131, 127.0.0.1:8201] send response NON-2.05   MID=37400, Token=null, OptionSet={}, "server responds hi"
15:12:33.164 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R131, 127.0.0.1:8201, complete]!
15:12:33.164 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R131, 127.0.0.1:8201, complete] completed NON-2.04   MID=37400, Token=48504FE1A7C596EE, 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!
15:12:33.164 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.165 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E146,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37400, Token=48504FE1A7C596EE, 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]
15:12:33.165 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37400]
15:12:33.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.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
15:12:33.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L130, 127.0.0.1:8204, complete]!
15:12:33.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L130, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-48504FE1A7C596EE]
15:12:33.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L130, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37400]
15:12:33.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L130, 127.0.0.1:8204, complete] completed CON-POST   MID=37400, Token=48504FE1A7C596EE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37400, Token=48504FE1A7C596EE, 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!
15:12:33.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L132, 127.0.0.1:8204] send request
15:12:33.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L132, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L132, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0914}, C8 B7 BD 2F AE 60 FF 24 F5 26 DD F0 B0 41 88 7A EF C2 49 A1 32 B1 FE CB
15:12:33.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L132, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37401], CON-POST   MID=37401, 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
15:12:33.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L132, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-B88263729F5D9681], CON-POST   MID=37401, Token=B88263729F5D9681, 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
15:12:33.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37401], KeyToken[127.0.0.1:8204-B88263729F5D9681]]
15:12:33.167 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.167 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E147,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37401, Token=B88263729F5D9681, 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]
15:12:33.167 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37401]
15:12:33.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R133, 127.0.0.1:8201] replace CON-POST   MID=37401, Token=B88263729F5D9681, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37401, Token=B88263729F5D9681, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R133, 127.0.0.1:8201] send response NON-2.05   MID=37401, Token=null, OptionSet={}, "server responds hi"
15:12:33.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R133, 127.0.0.1:8201, complete]!
15:12:33.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R133, 127.0.0.1:8201, complete] completed NON-2.04   MID=37401, Token=B88263729F5D9681, 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!
15:12:33.169 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.169 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E148,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37401, Token=B88263729F5D9681, 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]
15:12:33.169 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37401]
15:12:33.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.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
15:12:33.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L132, 127.0.0.1:8204, complete]!
15:12:33.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L132, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-B88263729F5D9681]
15:12:33.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L132, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37401]
15:12:33.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L132, 127.0.0.1:8204, complete] completed CON-POST   MID=37401, Token=B88263729F5D9681, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37401, Token=B88263729F5D9681, 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!
15:12:33.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L134, 127.0.0.1:8204] send request
15:12:33.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L134, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L134, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0915}, 6E 72 97 94 B6 3B E1 0D 9C 53 A9 98 2B 53 F0 3E EE C6 99 B8 40 7D CB CC
15:12:33.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L134, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37402], CON-POST   MID=37402, 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
15:12:33.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L134, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-44BB82F0CC4E03CE], CON-POST   MID=37402, Token=44BB82F0CC4E03CE, 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
15:12:33.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37402], KeyToken[127.0.0.1:8204-44BB82F0CC4E03CE]]
15:12:33.172 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.172 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E149,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37402, Token=44BB82F0CC4E03CE, 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]
15:12:33.172 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.172 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37402]
15:12:33.172 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R135, 127.0.0.1:8201] replace CON-POST   MID=37402, Token=44BB82F0CC4E03CE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37402, Token=44BB82F0CC4E03CE, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R135, 127.0.0.1:8201] send response NON-2.05   MID=37402, Token=null, OptionSet={}, "server responds hi"
15:12:33.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R135, 127.0.0.1:8201, complete]!
15:12:33.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R135, 127.0.0.1:8201, complete] completed NON-2.04   MID=37402, Token=44BB82F0CC4E03CE, 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!
15:12:33.173 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.174 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E150,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37402, Token=44BB82F0CC4E03CE, 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]
15:12:33.174 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37402]
15:12:33.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.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
15:12:33.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L134, 127.0.0.1:8204, complete]!
15:12:33.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L134, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-44BB82F0CC4E03CE]
15:12:33.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L134, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37402]
15:12:33.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L134, 127.0.0.1:8204, complete] completed CON-POST   MID=37402, Token=44BB82F0CC4E03CE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37402, Token=44BB82F0CC4E03CE, 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!
15:12:33.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L136, 127.0.0.1:8204] send request
15:12:33.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L136, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L136, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0916}, 2E 60 3D E7 A9 AD 55 8F 3C 90 D1 D6 23 5A C4 EC 40 E2 7D B8 EC 90 AE 79
15:12:33.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L136, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37403], CON-POST   MID=37403, 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
15:12:33.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L136, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-9CB4565EFBD133D0], CON-POST   MID=37403, Token=9CB4565EFBD133D0, 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
15:12:33.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37403], KeyToken[127.0.0.1:8204-9CB4565EFBD133D0]]
15:12:33.176 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.177 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E151,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37403, Token=9CB4565EFBD133D0, 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]
15:12:33.177 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37403]
15:12:33.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R137, 127.0.0.1:8201] replace CON-POST   MID=37403, Token=9CB4565EFBD133D0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37403, Token=9CB4565EFBD133D0, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.178 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R137, 127.0.0.1:8201] send response NON-2.05   MID=37403, Token=null, OptionSet={}, "server responds hi"
15:12:33.178 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R137, 127.0.0.1:8201, complete]!
15:12:33.178 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R137, 127.0.0.1:8201, complete] completed NON-2.04   MID=37403, Token=9CB4565EFBD133D0, 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!
15:12:33.178 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.179 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E152,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37403, Token=9CB4565EFBD133D0, 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]
15:12:33.179 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37403]
15:12:33.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.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
15:12:33.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L136, 127.0.0.1:8204, complete]!
15:12:33.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L136, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-9CB4565EFBD133D0]
15:12:33.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L136, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37403]
15:12:33.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L136, 127.0.0.1:8204, complete] completed CON-POST   MID=37403, Token=9CB4565EFBD133D0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37403, Token=9CB4565EFBD133D0, 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!
15:12:33.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L138, 127.0.0.1:8204] send request
15:12:33.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L138, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.225 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L138, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0917}, 56 5B C7 3B E0 24 E3 D3 05 52 9E DD 4E B3 74 F2 0D 68 5D CD 03 45 36 02
15:12:33.226 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L138, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37404], CON-POST   MID=37404, 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
15:12:33.226 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L138, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-6448AC4A443BA1A3], CON-POST   MID=37404, Token=6448AC4A443BA1A3, 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
15:12:33.226 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37404], KeyToken[127.0.0.1:8204-6448AC4A443BA1A3]]
15:12:33.226 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.226 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E153,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37404, Token=6448AC4A443BA1A3, 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]
15:12:33.226 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.227 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37404]
15:12:33.227 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.227 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R139, 127.0.0.1:8201] replace CON-POST   MID=37404, Token=6448AC4A443BA1A3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37404, Token=6448AC4A443BA1A3, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.227 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R139, 127.0.0.1:8201] send response NON-2.05   MID=37404, Token=null, OptionSet={}, "server responds hi"
15:12:33.228 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R139, 127.0.0.1:8201, complete]!
15:12:33.228 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R139, 127.0.0.1:8201, complete] completed NON-2.04   MID=37404, Token=6448AC4A443BA1A3, 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!
15:12:33.228 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.228 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E154,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37404, Token=6448AC4A443BA1A3, 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]
15:12:33.228 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.229 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37404]
15:12:33.229 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.229 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.229 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L138, 127.0.0.1:8204, complete]!
15:12:33.229 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L138, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-6448AC4A443BA1A3]
15:12:33.229 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L138, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37404]
15:12:33.229 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L138, 127.0.0.1:8204, complete] completed CON-POST   MID=37404, Token=6448AC4A443BA1A3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37404, Token=6448AC4A443BA1A3, 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!
15:12:33.230 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L140, 127.0.0.1:8204] send request
15:12:33.230 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L140, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.230 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L140, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0918}, 58 FE BE F8 87 0C 3C 42 A3 58 F5 A4 47 45 2B B6 E6 50 B1 A0 D7 A3 42 93
15:12:33.230 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L140, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37405], CON-POST   MID=37405, 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
15:12:33.230 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L140, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-846D6850405BC292], CON-POST   MID=37405, Token=846D6850405BC292, 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
15:12:33.230 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37405], KeyToken[127.0.0.1:8204-846D6850405BC292]]
15:12:33.231 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.231 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E155,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37405, Token=846D6850405BC292, 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]
15:12:33.231 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.231 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37405]
15:12:33.231 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.232 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R141, 127.0.0.1:8201] replace CON-POST   MID=37405, Token=846D6850405BC292, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37405, Token=846D6850405BC292, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.232 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R141, 127.0.0.1:8201] send response NON-2.05   MID=37405, Token=null, OptionSet={}, "server responds hi"
15:12:33.232 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R141, 127.0.0.1:8201, complete]!
15:12:33.232 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R141, 127.0.0.1:8201, complete] completed NON-2.04   MID=37405, Token=846D6850405BC292, 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!
15:12:33.233 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.233 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E156,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37405, Token=846D6850405BC292, 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]
15:12:33.233 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.233 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37405]
15:12:33.233 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.233 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.233 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L140, 127.0.0.1:8204, complete]!
15:12:33.233 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L140, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-846D6850405BC292]
15:12:33.233 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L140, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37405]
15:12:33.234 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L140, 127.0.0.1:8204, complete] completed CON-POST   MID=37405, Token=846D6850405BC292, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37405, Token=846D6850405BC292, 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!
15:12:33.234 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L142, 127.0.0.1:8204] send request
15:12:33.234 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L142, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.234 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L142, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0919}, 40 88 CA 8C 3F FE 39 44 1A E1 CE 65 85 64 16 E4 19 84 64 49 0D 54 C7 42
15:12:33.235 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L142, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37406], CON-POST   MID=37406, 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
15:12:33.235 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L142, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-C83E9A6213348B09], CON-POST   MID=37406, Token=C83E9A6213348B09, 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
15:12:33.235 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37406], KeyToken[127.0.0.1:8204-C83E9A6213348B09]]
15:12:33.235 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.236 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E157,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37406, Token=C83E9A6213348B09, 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]
15:12:33.236 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.236 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37406]
15:12:33.236 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.236 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R143, 127.0.0.1:8201] replace CON-POST   MID=37406, Token=C83E9A6213348B09, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37406, Token=C83E9A6213348B09, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.236 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R143, 127.0.0.1:8201] send response NON-2.05   MID=37406, Token=null, OptionSet={}, "server responds hi"
15:12:33.237 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R143, 127.0.0.1:8201, complete]!
15:12:33.237 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R143, 127.0.0.1:8201, complete] completed NON-2.04   MID=37406, Token=C83E9A6213348B09, 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!
15:12:33.237 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.237 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E158,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37406, Token=C83E9A6213348B09, 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]
15:12:33.237 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.238 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37406]
15:12:33.238 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.238 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.238 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L142, 127.0.0.1:8204, complete]!
15:12:33.238 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L142, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-C83E9A6213348B09]
15:12:33.238 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L142, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37406]
15:12:33.238 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L142, 127.0.0.1:8204, complete] completed CON-POST   MID=37406, Token=C83E9A6213348B09, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37406, Token=C83E9A6213348B09, 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!
15:12:33.238 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L144, 127.0.0.1:8204] send request
15:12:33.238 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L144, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.239 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L144, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x091A}, 57 68 C8 57 86 63 42 7A B2 31 7A 14 CD EA 35 ED 86 4B 90 B8 65 E8 B3 F6
15:12:33.239 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L144, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37407], CON-POST   MID=37407, 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
15:12:33.239 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L144, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-D4CF8E3A466FCC9F], CON-POST   MID=37407, Token=D4CF8E3A466FCC9F, 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
15:12:33.239 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37407], KeyToken[127.0.0.1:8204-D4CF8E3A466FCC9F]]
15:12:33.240 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.240 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E159,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37407, Token=D4CF8E3A466FCC9F, 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]
15:12:33.240 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.240 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37407]
15:12:33.240 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.241 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R145, 127.0.0.1:8201] replace CON-POST   MID=37407, Token=D4CF8E3A466FCC9F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37407, Token=D4CF8E3A466FCC9F, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.241 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R145, 127.0.0.1:8201] send response NON-2.05   MID=37407, Token=null, OptionSet={}, "server responds hi"
15:12:33.241 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R145, 127.0.0.1:8201, complete]!
15:12:33.241 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R145, 127.0.0.1:8201, complete] completed NON-2.04   MID=37407, Token=D4CF8E3A466FCC9F, 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!
15:12:33.241 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.242 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E160,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37407, Token=D4CF8E3A466FCC9F, 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]
15:12:33.242 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.242 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37407]
15:12:33.242 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.242 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.242 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L144, 127.0.0.1:8204, complete]!
15:12:33.242 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L144, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-D4CF8E3A466FCC9F]
15:12:33.243 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L144, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37407]
15:12:33.243 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L144, 127.0.0.1:8204, complete] completed CON-POST   MID=37407, Token=D4CF8E3A466FCC9F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37407, Token=D4CF8E3A466FCC9F, 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!
15:12:33.243 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L146, 127.0.0.1:8204] send request
15:12:33.243 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L146, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.243 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L146, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x091B}, 86 B1 F0 F6 A2 32 7F 38 02 24 D7 2A CE 6C 70 CC 00 A9 FA D4 C8 B9 7F A5
15:12:33.244 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L146, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37408], CON-POST   MID=37408, 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
15:12:33.244 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L146, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-84D9DB494DB37871], CON-POST   MID=37408, Token=84D9DB494DB37871, 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
15:12:33.244 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37408], KeyToken[127.0.0.1:8204-84D9DB494DB37871]]
15:12:33.244 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.245 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E161,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37408, Token=84D9DB494DB37871, 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]
15:12:33.245 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.245 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37408]
15:12:33.245 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.245 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R147, 127.0.0.1:8201] replace CON-POST   MID=37408, Token=84D9DB494DB37871, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37408, Token=84D9DB494DB37871, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.245 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R147, 127.0.0.1:8201] send response NON-2.05   MID=37408, Token=null, OptionSet={}, "server responds hi"
15:12:33.246 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R147, 127.0.0.1:8201, complete]!
15:12:33.246 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R147, 127.0.0.1:8201, complete] completed NON-2.04   MID=37408, Token=84D9DB494DB37871, 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!
15:12:33.246 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.246 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E162,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37408, Token=84D9DB494DB37871, 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]
15:12:33.246 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.247 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37408]
15:12:33.247 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.247 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.247 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L146, 127.0.0.1:8204, complete]!
15:12:33.247 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L146, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-84D9DB494DB37871]
15:12:33.247 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L146, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37408]
15:12:33.247 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L146, 127.0.0.1:8204, complete] completed CON-POST   MID=37408, Token=84D9DB494DB37871, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37408, Token=84D9DB494DB37871, 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!
15:12:33.247 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L148, 127.0.0.1:8204] send request
15:12:33.247 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L148, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.248 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L148, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x091C}, 07 5D 0F 8F F5 CA C4 A7 04 78 A0 FF 2C D7 55 04 E9 CC 41 73 80 5B 8B E1
15:12:33.248 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L148, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37409], CON-POST   MID=37409, 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
15:12:33.248 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L148, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-C87EC49292D9F02D], CON-POST   MID=37409, Token=C87EC49292D9F02D, 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
15:12:33.248 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37409], KeyToken[127.0.0.1:8204-C87EC49292D9F02D]]
15:12:33.249 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.249 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E163,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37409, Token=C87EC49292D9F02D, 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]
15:12:33.249 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.249 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37409]
15:12:33.249 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.250 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R149, 127.0.0.1:8201] replace CON-POST   MID=37409, Token=C87EC49292D9F02D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37409, Token=C87EC49292D9F02D, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.250 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R149, 127.0.0.1:8201] send response NON-2.05   MID=37409, Token=null, OptionSet={}, "server responds hi"
15:12:33.250 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R149, 127.0.0.1:8201, complete]!
15:12:33.250 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R149, 127.0.0.1:8201, complete] completed NON-2.04   MID=37409, Token=C87EC49292D9F02D, 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!
15:12:33.250 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.251 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E164,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37409, Token=C87EC49292D9F02D, 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]
15:12:33.251 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37409]
15:12:33.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.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
15:12:33.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L148, 127.0.0.1:8204, complete]!
15:12:33.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L148, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-C87EC49292D9F02D]
15:12:33.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L148, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37409]
15:12:33.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L148, 127.0.0.1:8204, complete] completed CON-POST   MID=37409, Token=C87EC49292D9F02D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37409, Token=C87EC49292D9F02D, 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!
15:12:33.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L150, 127.0.0.1:8204] send request
15:12:33.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L150, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L150, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x091D}, D0 FA 19 49 D3 87 7F AE F4 3F 62 5A 7D 1F DA 8F 1F C5 BB FF 07 7E 09 E5
15:12:33.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L150, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37410], CON-POST   MID=37410, 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
15:12:33.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L150, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-2CEE1A4E8120075F], CON-POST   MID=37410, Token=2CEE1A4E8120075F, 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
15:12:33.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37410], KeyToken[127.0.0.1:8204-2CEE1A4E8120075F]]
15:12:33.253 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.253 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E165,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37410, Token=2CEE1A4E8120075F, 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]
15:12:33.253 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37410]
15:12:33.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R151, 127.0.0.1:8201] replace CON-POST   MID=37410, Token=2CEE1A4E8120075F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37410, Token=2CEE1A4E8120075F, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R151, 127.0.0.1:8201] send response NON-2.05   MID=37410, Token=null, OptionSet={}, "server responds hi"
15:12:33.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R151, 127.0.0.1:8201, complete]!
15:12:33.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R151, 127.0.0.1:8201, complete] completed NON-2.04   MID=37410, Token=2CEE1A4E8120075F, 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!
15:12:33.255 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.255 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E166,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37410, Token=2CEE1A4E8120075F, 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]
15:12:33.255 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37410]
15:12:33.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.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
15:12:33.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L150, 127.0.0.1:8204, complete]!
15:12:33.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L150, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-2CEE1A4E8120075F]
15:12:33.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L150, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37410]
15:12:33.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L150, 127.0.0.1:8204, complete] completed CON-POST   MID=37410, Token=2CEE1A4E8120075F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37410, Token=2CEE1A4E8120075F, 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!
15:12:33.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L152, 127.0.0.1:8204] send request
15:12:33.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L152, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L152, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x091E}, 60 92 74 E7 F8 F7 83 0C 9C 4F 1A A7 4C B9 38 1F 92 66 D7 2F 6E 88 DA 46
15:12:33.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L152, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37411], CON-POST   MID=37411, 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
15:12:33.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L152, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-8C1A80345AAA3F4F], CON-POST   MID=37411, Token=8C1A80345AAA3F4F, 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
15:12:33.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37411], KeyToken[127.0.0.1:8204-8C1A80345AAA3F4F]]
15:12:33.257 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.258 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E167,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37411, Token=8C1A80345AAA3F4F, 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]
15:12:33.258 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.258 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37411]
15:12:33.258 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.258 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R153, 127.0.0.1:8201] replace CON-POST   MID=37411, Token=8C1A80345AAA3F4F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37411, Token=8C1A80345AAA3F4F, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.259 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R153, 127.0.0.1:8201] send response NON-2.05   MID=37411, Token=null, OptionSet={}, "server responds hi"
15:12:33.259 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R153, 127.0.0.1:8201, complete]!
15:12:33.259 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R153, 127.0.0.1:8201, complete] completed NON-2.04   MID=37411, Token=8C1A80345AAA3F4F, 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!
15:12:33.259 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.260 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E168,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37411, Token=8C1A80345AAA3F4F, 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]
15:12:33.260 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.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:8204-37411]
15:12:33.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.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
15:12:33.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L152, 127.0.0.1:8204, complete]!
15:12:33.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L152, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-8C1A80345AAA3F4F]
15:12:33.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L152, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37411]
15:12:33.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L152, 127.0.0.1:8204, complete] completed CON-POST   MID=37411, Token=8C1A80345AAA3F4F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37411, Token=8C1A80345AAA3F4F, 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!
15:12:33.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L154, 127.0.0.1:8204] send request
15:12:33.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L154, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L154, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x091F}, 8F 7F C8 2C F0 0F C3 FB 42 D2 46 C9 AE CB 73 F4 97 41 42 6E AD 8E 85 55
15:12:33.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L154, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37412], CON-POST   MID=37412, 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
15:12:33.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L154, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-D406A88802B792DF], CON-POST   MID=37412, Token=D406A88802B792DF, 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
15:12:33.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37412], KeyToken[127.0.0.1:8204-D406A88802B792DF]]
15:12:33.262 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.262 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E169,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37412, Token=D406A88802B792DF, 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]
15:12:33.262 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.262 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37412]
15:12:33.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R155, 127.0.0.1:8201] replace CON-POST   MID=37412, Token=D406A88802B792DF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37412, Token=D406A88802B792DF, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R155, 127.0.0.1:8201] send response NON-2.05   MID=37412, Token=null, OptionSet={}, "server responds hi"
15:12:33.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R155, 127.0.0.1:8201, complete]!
15:12:33.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R155, 127.0.0.1:8201, complete] completed NON-2.04   MID=37412, Token=D406A88802B792DF, 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!
15:12:33.264 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.264 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E170,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37412, Token=D406A88802B792DF, 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]
15:12:33.264 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.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:8204-37412]
15:12:33.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.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
15:12:33.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L154, 127.0.0.1:8204, complete]!
15:12:33.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L154, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-D406A88802B792DF]
15:12:33.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L154, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37412]
15:12:33.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L154, 127.0.0.1:8204, complete] completed CON-POST   MID=37412, Token=D406A88802B792DF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37412, Token=D406A88802B792DF, 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!
15:12:33.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L156, 127.0.0.1:8204] send request
15:12:33.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L156, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L156, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0920}, F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01
15:12:33.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L156, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37413], CON-POST   MID=37413, 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
15:12:33.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L156, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-C41EB2DC4F37F6C9], CON-POST   MID=37413, Token=C41EB2DC4F37F6C9, 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
15:12:33.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37413], KeyToken[127.0.0.1:8204-C41EB2DC4F37F6C9]]
15:12:33.266 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.267 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E171,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37413, Token=C41EB2DC4F37F6C9, 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]
15:12:33.267 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.267 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37413]
15:12:33.267 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.267 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R157, 127.0.0.1:8201] replace CON-POST   MID=37413, Token=C41EB2DC4F37F6C9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37413, Token=C41EB2DC4F37F6C9, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R157, 127.0.0.1:8201] send response NON-2.05   MID=37413, Token=null, OptionSet={}, "server responds hi"
15:12:33.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R157, 127.0.0.1:8201, complete]!
15:12:33.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R157, 127.0.0.1:8201, complete] completed NON-2.04   MID=37413, Token=C41EB2DC4F37F6C9, 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!
15:12:33.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:8201
15:12:33.269 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E172,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37413, Token=C41EB2DC4F37F6C9, 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]
15:12:33.269 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37413]
15:12:33.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.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
15:12:33.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L156, 127.0.0.1:8204, complete]!
15:12:33.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L156, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-C41EB2DC4F37F6C9]
15:12:33.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L156, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37413]
15:12:33.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L156, 127.0.0.1:8204, complete] completed CON-POST   MID=37413, Token=C41EB2DC4F37F6C9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37413, Token=C41EB2DC4F37F6C9, 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!
15:12:33.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L158, 127.0.0.1:8204] send request
15:12:33.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L158, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L158, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0921}, 73 D9 78 8D 12 35 FC 47 F7 5F 04 58 E8 89 72 43 86 02 3C 4D 6E 6A 8E 35
15:12:33.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L158, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37414], CON-POST   MID=37414, 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
15:12:33.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L158, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-5CC755A1193835E1], CON-POST   MID=37414, Token=5CC755A1193835E1, 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
15:12:33.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37414], KeyToken[127.0.0.1:8204-5CC755A1193835E1]]
15:12:33.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:8204
15:12:33.271 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E173,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37414, Token=5CC755A1193835E1, 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]
15:12:33.271 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.271 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37414]
15:12:33.272 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.272 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R159, 127.0.0.1:8201] replace CON-POST   MID=37414, Token=5CC755A1193835E1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37414, Token=5CC755A1193835E1, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.272 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R159, 127.0.0.1:8201] send response NON-2.05   MID=37414, Token=null, OptionSet={}, "server responds hi"
15:12:33.272 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R159, 127.0.0.1:8201, complete]!
15:12:33.272 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R159, 127.0.0.1:8201, complete] completed NON-2.04   MID=37414, Token=5CC755A1193835E1, 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!
15:12:33.273 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.273 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E174,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37414, Token=5CC755A1193835E1, 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]
15:12:33.273 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37414]
15:12:33.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.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
15:12:33.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L158, 127.0.0.1:8204, complete]!
15:12:33.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L158, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-5CC755A1193835E1]
15:12:33.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L158, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37414]
15:12:33.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L158, 127.0.0.1:8204, complete] completed CON-POST   MID=37414, Token=5CC755A1193835E1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37414, Token=5CC755A1193835E1, 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!
15:12:33.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L160, 127.0.0.1:8204] send request
15:12:33.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L160, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L160, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0922}, FA 6D E4 E6 4E 6A 0F 6B B5 8B 40 7D 26 4C 85 98 39 D8 6E 3C 01 72 F0 EC
15:12:33.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L160, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37415], CON-POST   MID=37415, 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
15:12:33.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L160, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-BC8F459EA07032A0], CON-POST   MID=37415, Token=BC8F459EA07032A0, 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
15:12:33.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37415], KeyToken[127.0.0.1:8204-BC8F459EA07032A0]]
15:12:33.275 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.276 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E175,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37415, Token=BC8F459EA07032A0, 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]
15:12:33.276 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.276 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37415]
15:12:33.276 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.276 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R161, 127.0.0.1:8201] replace CON-POST   MID=37415, Token=BC8F459EA07032A0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37415, Token=BC8F459EA07032A0, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R161, 127.0.0.1:8201] send response NON-2.05   MID=37415, Token=null, OptionSet={}, "server responds hi"
15:12:33.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R161, 127.0.0.1:8201, complete]!
15:12:33.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R161, 127.0.0.1:8201, complete] completed NON-2.04   MID=37415, Token=BC8F459EA07032A0, 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!
15:12:33.277 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.277 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E176,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37415, Token=BC8F459EA07032A0, 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]
15:12:33.277 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37415]
15:12:33.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.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
15:12:33.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L160, 127.0.0.1:8204, complete]!
15:12:33.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L160, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-BC8F459EA07032A0]
15:12:33.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L160, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37415]
15:12:33.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L160, 127.0.0.1:8204, complete] completed CON-POST   MID=37415, Token=BC8F459EA07032A0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37415, Token=BC8F459EA07032A0, 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!
15:12:33.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L162, 127.0.0.1:8204] send request
15:12:33.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L162, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L162, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0923}, 26 67 B6 BA 1A 98 8F A8 32 37 68 34 F7 3F 1C 98 2B BF 1A E7 56 BC 59 2E
15:12:33.325 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L162, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37416], CON-POST   MID=37416, 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
15:12:33.325 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L162, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-0CC3FF424688154F], CON-POST   MID=37416, Token=0CC3FF424688154F, 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
15:12:33.325 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37416], KeyToken[127.0.0.1:8204-0CC3FF424688154F]]
15:12:33.326 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.326 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E177,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37416, Token=0CC3FF424688154F, 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]
15:12:33.326 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.326 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37416]
15:12:33.326 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.327 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R163, 127.0.0.1:8201] replace CON-POST   MID=37416, Token=0CC3FF424688154F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37416, Token=0CC3FF424688154F, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.327 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R163, 127.0.0.1:8201] send response NON-2.05   MID=37416, Token=null, OptionSet={}, "server responds hi"
15:12:33.327 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R163, 127.0.0.1:8201, complete]!
15:12:33.327 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R163, 127.0.0.1:8201, complete] completed NON-2.04   MID=37416, Token=0CC3FF424688154F, 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!
15:12:33.328 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.328 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E178,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37416, Token=0CC3FF424688154F, 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]
15:12:33.328 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.328 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37416]
15:12:33.328 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.328 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.329 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L162, 127.0.0.1:8204, complete]!
15:12:33.329 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L162, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-0CC3FF424688154F]
15:12:33.329 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L162, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37416]
15:12:33.329 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L162, 127.0.0.1:8204, complete] completed CON-POST   MID=37416, Token=0CC3FF424688154F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37416, Token=0CC3FF424688154F, 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!
15:12:33.329 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L164, 127.0.0.1:8204] send request
15:12:33.329 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L164, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.330 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L164, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0924}, 34 60 09 A4 5F 66 99 82 5E 8B A7 CE 16 41 16 B6 6C 79 F6 8D B3 DE 33 CC
15:12:33.330 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L164, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37417], CON-POST   MID=37417, 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
15:12:33.330 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L164, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-9C54470D5D7DD8D9], CON-POST   MID=37417, Token=9C54470D5D7DD8D9, 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
15:12:33.330 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37417], KeyToken[127.0.0.1:8204-9C54470D5D7DD8D9]]
15:12:33.330 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.331 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E179,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37417, Token=9C54470D5D7DD8D9, 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]
15:12:33.331 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.331 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37417]
15:12:33.331 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.331 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R165, 127.0.0.1:8201] replace CON-POST   MID=37417, Token=9C54470D5D7DD8D9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37417, Token=9C54470D5D7DD8D9, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.331 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R165, 127.0.0.1:8201] send response NON-2.05   MID=37417, Token=null, OptionSet={}, "server responds hi"
15:12:33.332 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R165, 127.0.0.1:8201, complete]!
15:12:33.332 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R165, 127.0.0.1:8201, complete] completed NON-2.04   MID=37417, Token=9C54470D5D7DD8D9, 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!
15:12:33.332 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.332 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E180,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37417, Token=9C54470D5D7DD8D9, 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]
15:12:33.332 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.333 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37417]
15:12:33.333 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.333 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.333 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L164, 127.0.0.1:8204, complete]!
15:12:33.333 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L164, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-9C54470D5D7DD8D9]
15:12:33.333 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L164, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37417]
15:12:33.333 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L164, 127.0.0.1:8204, complete] completed CON-POST   MID=37417, Token=9C54470D5D7DD8D9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37417, Token=9C54470D5D7DD8D9, 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!
15:12:33.334 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L166, 127.0.0.1:8204] send request
15:12:33.334 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L166, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.334 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L166, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0925}, 29 B0 3E 45 81 4C 12 31 89 7F 12 8F BB 82 EC 49 64 61 76 92 B1 9E 4C D9
15:12:33.334 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L166, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37418], CON-POST   MID=37418, 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
15:12:33.334 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L166, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-888446376988855C], CON-POST   MID=37418, Token=888446376988855C, 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
15:12:33.335 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37418], KeyToken[127.0.0.1:8204-888446376988855C]]
15:12:33.335 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.335 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E181,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37418, Token=888446376988855C, 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]
15:12:33.341 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.341 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37418]
15:12:33.342 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.342 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R167, 127.0.0.1:8201] replace CON-POST   MID=37418, Token=888446376988855C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37418, Token=888446376988855C, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.342 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R167, 127.0.0.1:8201] send response NON-2.05   MID=37418, Token=null, OptionSet={}, "server responds hi"
15:12:33.342 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R167, 127.0.0.1:8201, complete]!
15:12:33.342 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R167, 127.0.0.1:8201, complete] completed NON-2.04   MID=37418, Token=888446376988855C, 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!
15:12:33.343 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.343 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E182,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37418, Token=888446376988855C, 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]
15:12:33.343 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.343 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37418]
15:12:33.343 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.343 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.343 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L166, 127.0.0.1:8204, complete]!
15:12:33.344 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L166, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-888446376988855C]
15:12:33.344 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L166, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37418]
15:12:33.344 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L166, 127.0.0.1:8204, complete] completed CON-POST   MID=37418, Token=888446376988855C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37418, Token=888446376988855C, 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!
15:12:33.344 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L168, 127.0.0.1:8204] send request
15:12:33.344 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L168, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.345 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L168, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0926}, 52 64 E7 72 4C 5B C1 9B 06 A2 9D E5 6F 3E 6A 4D C5 A6 7F F0 EC 90 FE D2
15:12:33.345 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L168, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37419], CON-POST   MID=37419, 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
15:12:33.345 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L168, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-34EAB3493823059F], CON-POST   MID=37419, Token=34EAB3493823059F, 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
15:12:33.345 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37419], KeyToken[127.0.0.1:8204-34EAB3493823059F]]
15:12:33.345 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.346 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E183,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37419, Token=34EAB3493823059F, 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]
15:12:33.346 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.346 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37419]
15:12:33.346 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.346 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R169, 127.0.0.1:8201] replace CON-POST   MID=37419, Token=34EAB3493823059F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37419, Token=34EAB3493823059F, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.346 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R169, 127.0.0.1:8201] send response NON-2.05   MID=37419, Token=null, OptionSet={}, "server responds hi"
15:12:33.347 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R169, 127.0.0.1:8201, complete]!
15:12:33.347 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R169, 127.0.0.1:8201, complete] completed NON-2.04   MID=37419, Token=34EAB3493823059F, 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!
15:12:33.347 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.347 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E184,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37419, Token=34EAB3493823059F, 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]
15:12:33.347 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.347 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37419]
15:12:33.347 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.347 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.348 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L168, 127.0.0.1:8204, complete]!
15:12:33.348 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L168, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-34EAB3493823059F]
15:12:33.348 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L168, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37419]
15:12:33.348 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L168, 127.0.0.1:8204, complete] completed CON-POST   MID=37419, Token=34EAB3493823059F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37419, Token=34EAB3493823059F, 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!
15:12:33.348 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L170, 127.0.0.1:8204] send request
15:12:33.348 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L170, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.349 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L170, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0927}, 65 2D C6 79 66 93 47 65 38 4D FE BB FD 04 53 8A B7 AA 3A 5D 4F 96 C7 47
15:12:33.349 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L170, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37420], CON-POST   MID=37420, 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
15:12:33.349 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L170, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-DC434EC5A71C20D9], CON-POST   MID=37420, Token=DC434EC5A71C20D9, 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
15:12:33.349 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37420], KeyToken[127.0.0.1:8204-DC434EC5A71C20D9]]
15:12:33.349 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.350 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E185,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37420, Token=DC434EC5A71C20D9, 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]
15:12:33.350 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.350 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37420]
15:12:33.350 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.350 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R171, 127.0.0.1:8201] replace CON-POST   MID=37420, Token=DC434EC5A71C20D9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37420, Token=DC434EC5A71C20D9, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.350 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R171, 127.0.0.1:8201] send response NON-2.05   MID=37420, Token=null, OptionSet={}, "server responds hi"
15:12:33.350 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R171, 127.0.0.1:8201, complete]!
15:12:33.351 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R171, 127.0.0.1:8201, complete] completed NON-2.04   MID=37420, Token=DC434EC5A71C20D9, 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!
15:12:33.351 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.351 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E186,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37420, Token=DC434EC5A71C20D9, 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]
15:12:33.351 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37420]
15:12:33.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.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
15:12:33.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L170, 127.0.0.1:8204, complete]!
15:12:33.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L170, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-DC434EC5A71C20D9]
15:12:33.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L170, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37420]
15:12:33.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L170, 127.0.0.1:8204, complete] completed CON-POST   MID=37420, Token=DC434EC5A71C20D9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37420, Token=DC434EC5A71C20D9, 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!
15:12:33.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L172, 127.0.0.1:8204] send request
15:12:33.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L172, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L172, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0928}, A8 05 D0 6F 26 B5 45 B3 04 9B 99 B9 CC DF 37 53 AD 3B 72 A5 17 CC E7 E6
15:12:33.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L172, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37421], CON-POST   MID=37421, 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
15:12:33.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L172, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-506E7C08022BC8A6], CON-POST   MID=37421, Token=506E7C08022BC8A6, 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
15:12:33.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37421], KeyToken[127.0.0.1:8204-506E7C08022BC8A6]]
15:12:33.353 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.353 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E187,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37421, Token=506E7C08022BC8A6, 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]
15:12:33.353 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.353 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37421]
15:12:33.354 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.354 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R173, 127.0.0.1:8201] replace CON-POST   MID=37421, Token=506E7C08022BC8A6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37421, Token=506E7C08022BC8A6, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.354 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R173, 127.0.0.1:8201] send response NON-2.05   MID=37421, Token=null, OptionSet={}, "server responds hi"
15:12:33.354 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R173, 127.0.0.1:8201, complete]!
15:12:33.354 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R173, 127.0.0.1:8201, complete] completed NON-2.04   MID=37421, Token=506E7C08022BC8A6, 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!
15:12:33.355 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.355 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E188,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37421, Token=506E7C08022BC8A6, 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]
15:12:33.355 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37421]
15:12:33.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.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
15:12:33.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L172, 127.0.0.1:8204, complete]!
15:12:33.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L172, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-506E7C08022BC8A6]
15:12:33.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L172, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37421]
15:12:33.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L172, 127.0.0.1:8204, complete] completed CON-POST   MID=37421, Token=506E7C08022BC8A6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37421, Token=506E7C08022BC8A6, 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!
15:12:33.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L174, 127.0.0.1:8204] send request
15:12:33.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L174, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L174, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0929}, CB 50 6C 4D 64 BB 2D 9F DB A9 A2 5F BB 92 4C 42 C7 8E F3 C2 52 21 AE 0A
15:12:33.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L174, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37422], CON-POST   MID=37422, 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
15:12:33.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L174, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-6894EEAB24FF4F21], CON-POST   MID=37422, Token=6894EEAB24FF4F21, 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
15:12:33.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37422], KeyToken[127.0.0.1:8204-6894EEAB24FF4F21]]
15:12:33.357 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.357 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E189,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37422, Token=6894EEAB24FF4F21, 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]
15:12:33.357 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37422]
15:12:33.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R175, 127.0.0.1:8201] replace CON-POST   MID=37422, Token=6894EEAB24FF4F21, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37422, Token=6894EEAB24FF4F21, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R175, 127.0.0.1:8201] send response NON-2.05   MID=37422, Token=null, OptionSet={}, "server responds hi"
15:12:33.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R175, 127.0.0.1:8201, complete]!
15:12:33.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R175, 127.0.0.1:8201, complete] completed NON-2.04   MID=37422, Token=6894EEAB24FF4F21, 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!
15:12:33.358 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.359 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E190,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37422, Token=6894EEAB24FF4F21, 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]
15:12:33.359 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.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:8204-37422]
15:12:33.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.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
15:12:33.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L174, 127.0.0.1:8204, complete]!
15:12:33.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L174, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-6894EEAB24FF4F21]
15:12:33.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L174, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37422]
15:12:33.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L174, 127.0.0.1:8204, complete] completed CON-POST   MID=37422, Token=6894EEAB24FF4F21, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37422, Token=6894EEAB24FF4F21, 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!
15:12:33.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L176, 127.0.0.1:8204] send request
15:12:33.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L176, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L176, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x092A}, 06 F8 1B E9 10 0F 45 DF EB B6 24 53 29 15 35 CE 5B DC 48 AB EC 78 73 D3
15:12:33.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L176, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37423], CON-POST   MID=37423, 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
15:12:33.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L176, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-5CDCABD522E70895], CON-POST   MID=37423, Token=5CDCABD522E70895, 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
15:12:33.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37423], KeyToken[127.0.0.1:8204-5CDCABD522E70895]]
15:12:33.361 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.361 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E191,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37423, Token=5CDCABD522E70895, 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]
15:12:33.361 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37423]
15:12:33.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R177, 127.0.0.1:8201] replace CON-POST   MID=37423, Token=5CDCABD522E70895, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37423, Token=5CDCABD522E70895, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R177, 127.0.0.1:8201] send response NON-2.05   MID=37423, Token=null, OptionSet={}, "server responds hi"
15:12:33.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R177, 127.0.0.1:8201, complete]!
15:12:33.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R177, 127.0.0.1:8201, complete] completed NON-2.04   MID=37423, Token=5CDCABD522E70895, 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!
15:12:33.362 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.362 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E192,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37423, Token=5CDCABD522E70895, 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]
15:12:33.362 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37423]
15:12:33.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.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
15:12:33.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L176, 127.0.0.1:8204, complete]!
15:12:33.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L176, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-5CDCABD522E70895]
15:12:33.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L176, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37423]
15:12:33.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L176, 127.0.0.1:8204, complete] completed CON-POST   MID=37423, Token=5CDCABD522E70895, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37423, Token=5CDCABD522E70895, 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!
15:12:33.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L178, 127.0.0.1:8204] send request
15:12:33.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L178, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L178, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x092B}, 0C 1D 4C 87 B4 48 DC 86 8D 8F 06 32 FE 4A F6 ED 01 A1 51 26 A0 81 A9 54
15:12:33.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L178, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37424], CON-POST   MID=37424, 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
15:12:33.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L178, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-608F48A724F0ED89], CON-POST   MID=37424, Token=608F48A724F0ED89, 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
15:12:33.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37424], KeyToken[127.0.0.1:8204-608F48A724F0ED89]]
15:12:33.364 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.364 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E193,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37424, Token=608F48A724F0ED89, 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]
15:12:33.364 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37424]
15:12:33.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R179, 127.0.0.1:8201] replace CON-POST   MID=37424, Token=608F48A724F0ED89, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37424, Token=608F48A724F0ED89, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R179, 127.0.0.1:8201] send response NON-2.05   MID=37424, Token=null, OptionSet={}, "server responds hi"
15:12:33.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R179, 127.0.0.1:8201, complete]!
15:12:33.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R179, 127.0.0.1:8201, complete] completed NON-2.04   MID=37424, Token=608F48A724F0ED89, 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!
15:12:33.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:8201
15:12:33.366 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E194,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37424, Token=608F48A724F0ED89, 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]
15:12:33.366 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37424]
15:12:33.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.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
15:12:33.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L178, 127.0.0.1:8204, complete]!
15:12:33.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L178, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-608F48A724F0ED89]
15:12:33.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L178, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37424]
15:12:33.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L178, 127.0.0.1:8204, complete] completed CON-POST   MID=37424, Token=608F48A724F0ED89, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37424, Token=608F48A724F0ED89, 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!
15:12:33.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L180, 127.0.0.1:8204] send request
15:12:33.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L180, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L180, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x092C}, F1 1F FD 66 6B BC D3 15 BD 97 48 6E 7C 16 35 5E A2 00 DB E7 C7 58 7D 1A
15:12:33.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L180, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37425], CON-POST   MID=37425, 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
15:12:33.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L180, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-B078BAB54AB2E083], CON-POST   MID=37425, Token=B078BAB54AB2E083, 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
15:12:33.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37425], KeyToken[127.0.0.1:8204-B078BAB54AB2E083]]
15:12:33.368 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.368 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E195,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37425, Token=B078BAB54AB2E083, 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]
15:12:33.368 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.368 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37425]
15:12:33.368 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.369 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R181, 127.0.0.1:8201] replace CON-POST   MID=37425, Token=B078BAB54AB2E083, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37425, Token=B078BAB54AB2E083, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.369 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R181, 127.0.0.1:8201] send response NON-2.05   MID=37425, Token=null, OptionSet={}, "server responds hi"
15:12:33.369 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R181, 127.0.0.1:8201, complete]!
15:12:33.369 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R181, 127.0.0.1:8201, complete] completed NON-2.04   MID=37425, Token=B078BAB54AB2E083, 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!
15:12:33.369 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.370 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E196,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37425, Token=B078BAB54AB2E083, 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]
15:12:33.370 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37425]
15:12:33.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.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
15:12:33.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L180, 127.0.0.1:8204, complete]!
15:12:33.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L180, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-B078BAB54AB2E083]
15:12:33.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L180, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37425]
15:12:33.370 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L180, 127.0.0.1:8204, complete] completed CON-POST   MID=37425, Token=B078BAB54AB2E083, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37425, Token=B078BAB54AB2E083, 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!
15:12:33.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L182, 127.0.0.1:8204] send request
15:12:33.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L182, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L182, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x092D}, 08 3F D3 A6 7A 6C 46 A2 C6 F8 49 BB 43 53 09 4C 7B 12 FB BE ED B2 D7 90
15:12:33.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L182, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37426], CON-POST   MID=37426, 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
15:12:33.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L182, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-ACE9864069B98EEE], CON-POST   MID=37426, Token=ACE9864069B98EEE, 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
15:12:33.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37426], KeyToken[127.0.0.1:8204-ACE9864069B98EEE]]
15:12:33.372 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.372 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E197,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37426, Token=ACE9864069B98EEE, 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]
15:12:33.372 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.372 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37426]
15:12:33.372 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.372 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R183, 127.0.0.1:8201] replace CON-POST   MID=37426, Token=ACE9864069B98EEE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37426, Token=ACE9864069B98EEE, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.372 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R183, 127.0.0.1:8201] send response NON-2.05   MID=37426, Token=null, OptionSet={}, "server responds hi"
15:12:33.373 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R183, 127.0.0.1:8201, complete]!
15:12:33.373 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R183, 127.0.0.1:8201, complete] completed NON-2.04   MID=37426, Token=ACE9864069B98EEE, 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!
15:12:33.373 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.373 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E198,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37426, Token=ACE9864069B98EEE, 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]
15:12:33.373 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37426]
15:12:33.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.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
15:12:33.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L182, 127.0.0.1:8204, complete]!
15:12:33.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L182, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-ACE9864069B98EEE]
15:12:33.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L182, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37426]
15:12:33.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L182, 127.0.0.1:8204, complete] completed CON-POST   MID=37426, Token=ACE9864069B98EEE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37426, Token=ACE9864069B98EEE, 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!
15:12:33.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L184, 127.0.0.1:8204] send request
15:12:33.374 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L184, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L184, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x092E}, 44 F7 23 B3 07 3F 82 5E CA 7B 77 E6 31 CE 22 24 5D DF AB 1F B2 EF DD 2F
15:12:33.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L184, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37427], CON-POST   MID=37427, 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
15:12:33.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L184, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-60791DC30205F822], CON-POST   MID=37427, Token=60791DC30205F822, 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
15:12:33.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37427], KeyToken[127.0.0.1:8204-60791DC30205F822]]
15:12:33.375 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.375 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E199,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37427, Token=60791DC30205F822, 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]
15:12:33.375 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.376 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37427]
15:12:33.376 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.376 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R185, 127.0.0.1:8201] replace CON-POST   MID=37427, Token=60791DC30205F822, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37427, Token=60791DC30205F822, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.376 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R185, 127.0.0.1:8201] send response NON-2.05   MID=37427, Token=null, OptionSet={}, "server responds hi"
15:12:33.376 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R185, 127.0.0.1:8201, complete]!
15:12:33.376 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R185, 127.0.0.1:8201, complete] completed NON-2.04   MID=37427, Token=60791DC30205F822, 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!
15:12:33.377 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.377 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E200,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37427, Token=60791DC30205F822, 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]
15:12:33.377 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.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:8204-37427]
15:12:33.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.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
15:12:33.377 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L184, 127.0.0.1:8204, complete]!
15:12:33.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L184, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-60791DC30205F822]
15:12:33.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L184, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37427]
15:12:33.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L184, 127.0.0.1:8204, complete] completed CON-POST   MID=37427, Token=60791DC30205F822, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37427, Token=60791DC30205F822, 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!
15:12:33.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L186, 127.0.0.1:8204] send request
15:12:33.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L186, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L186, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x092F}, 38 2F 8A B1 08 D1 35 7D C3 75 6E CD 1B BC 4E 8E 2B 31 52 E7 B7 57 D1 C7
15:12:33.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L186, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37428], CON-POST   MID=37428, 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
15:12:33.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L186, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-508CDD30C585A51B], CON-POST   MID=37428, Token=508CDD30C585A51B, 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
15:12:33.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37428], KeyToken[127.0.0.1:8204-508CDD30C585A51B]]
15:12:33.379 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.379 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E201,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37428, Token=508CDD30C585A51B, 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]
15:12:33.379 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.379 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37428]
15:12:33.379 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.380 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R187, 127.0.0.1:8201] replace CON-POST   MID=37428, Token=508CDD30C585A51B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37428, Token=508CDD30C585A51B, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.380 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R187, 127.0.0.1:8201] send response NON-2.05   MID=37428, Token=null, OptionSet={}, "server responds hi"
15:12:33.380 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R187, 127.0.0.1:8201, complete]!
15:12:33.380 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R187, 127.0.0.1:8201, complete] completed NON-2.04   MID=37428, Token=508CDD30C585A51B, 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!
15:12:33.380 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.380 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E202,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37428, Token=508CDD30C585A51B, 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]
15:12:33.380 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.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:8204-37428]
15:12:33.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.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
15:12:33.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L186, 127.0.0.1:8204, complete]!
15:12:33.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L186, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-508CDD30C585A51B]
15:12:33.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L186, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37428]
15:12:33.381 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L186, 127.0.0.1:8204, complete] completed CON-POST   MID=37428, Token=508CDD30C585A51B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37428, Token=508CDD30C585A51B, 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!
15:12:33.425 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L188, 127.0.0.1:8204] send request
15:12:33.425 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L188, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.426 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L188, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0930}, 6E 93 41 40 26 D3 FB BD 92 3D 63 C1 87 A3 73 1D DC AA 78 14 84 32 1B 48
15:12:33.426 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L188, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37429], CON-POST   MID=37429, 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
15:12:33.426 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L188, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-1023D6E369A78D59], CON-POST   MID=37429, Token=1023D6E369A78D59, 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
15:12:33.426 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37429], KeyToken[127.0.0.1:8204-1023D6E369A78D59]]
15:12:33.426 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.427 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E203,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37429, Token=1023D6E369A78D59, 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]
15:12:33.427 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.427 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37429]
15:12:33.427 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.427 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R189, 127.0.0.1:8201] replace CON-POST   MID=37429, Token=1023D6E369A78D59, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37429, Token=1023D6E369A78D59, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.427 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R189, 127.0.0.1:8201] send response NON-2.05   MID=37429, Token=null, OptionSet={}, "server responds hi"
15:12:33.428 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R189, 127.0.0.1:8201, complete]!
15:12:33.428 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R189, 127.0.0.1:8201, complete] completed NON-2.04   MID=37429, Token=1023D6E369A78D59, 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!
15:12:33.428 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.428 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E204,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37429, Token=1023D6E369A78D59, 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]
15:12:33.428 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.428 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37429]
15:12:33.428 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.428 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.429 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L188, 127.0.0.1:8204, complete]!
15:12:33.429 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L188, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-1023D6E369A78D59]
15:12:33.429 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L188, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37429]
15:12:33.429 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L188, 127.0.0.1:8204, complete] completed CON-POST   MID=37429, Token=1023D6E369A78D59, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37429, Token=1023D6E369A78D59, 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!
15:12:33.429 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L190, 127.0.0.1:8204] send request
15:12:33.429 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L190, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.429 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L190, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0931}, 78 76 4D F3 6E 01 D4 22 22 F4 26 9C 3D C1 E3 33 3A A9 06 7B 7E FB F0 B1
15:12:33.430 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L190, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37430], CON-POST   MID=37430, 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
15:12:33.430 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L190, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-A844B46FE34DEA88], CON-POST   MID=37430, Token=A844B46FE34DEA88, 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
15:12:33.430 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37430], KeyToken[127.0.0.1:8204-A844B46FE34DEA88]]
15:12:33.430 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.430 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E205,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37430, Token=A844B46FE34DEA88, 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]
15:12:33.430 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.430 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37430]
15:12:33.431 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.431 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R191, 127.0.0.1:8201] replace CON-POST   MID=37430, Token=A844B46FE34DEA88, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37430, Token=A844B46FE34DEA88, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.431 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R191, 127.0.0.1:8201] send response NON-2.05   MID=37430, Token=null, OptionSet={}, "server responds hi"
15:12:33.431 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R191, 127.0.0.1:8201, complete]!
15:12:33.431 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R191, 127.0.0.1:8201, complete] completed NON-2.04   MID=37430, Token=A844B46FE34DEA88, 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!
15:12:33.432 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.432 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E206,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37430, Token=A844B46FE34DEA88, 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]
15:12:33.432 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.432 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37430]
15:12:33.432 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.432 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.432 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L190, 127.0.0.1:8204, complete]!
15:12:33.432 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L190, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-A844B46FE34DEA88]
15:12:33.432 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L190, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37430]
15:12:33.432 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L190, 127.0.0.1:8204, complete] completed CON-POST   MID=37430, Token=A844B46FE34DEA88, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37430, Token=A844B46FE34DEA88, 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!
15:12:33.433 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L192, 127.0.0.1:8204] send request
15:12:33.433 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L192, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.433 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L192, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0932}, 4C D2 B7 8C DA 5B 52 FC D9 E8 B5 F0 96 B7 09 B5 71 AD 50 C1 95 46 18 BB
15:12:33.433 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L192, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37431], CON-POST   MID=37431, 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
15:12:33.433 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L192, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-A83D3E3EFACAA048], CON-POST   MID=37431, Token=A83D3E3EFACAA048, 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
15:12:33.434 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37431], KeyToken[127.0.0.1:8204-A83D3E3EFACAA048]]
15:12:33.434 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.434 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E207,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37431, Token=A83D3E3EFACAA048, 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]
15:12:33.434 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.434 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37431]
15:12:33.434 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.434 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R193, 127.0.0.1:8201] replace CON-POST   MID=37431, Token=A83D3E3EFACAA048, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37431, Token=A83D3E3EFACAA048, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.435 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R193, 127.0.0.1:8201] send response NON-2.05   MID=37431, Token=null, OptionSet={}, "server responds hi"
15:12:33.435 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R193, 127.0.0.1:8201, complete]!
15:12:33.435 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R193, 127.0.0.1:8201, complete] completed NON-2.04   MID=37431, Token=A83D3E3EFACAA048, 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!
15:12:33.435 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.435 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E208,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37431, Token=A83D3E3EFACAA048, 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]
15:12:33.435 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.435 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37431]
15:12:33.436 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.436 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.436 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L192, 127.0.0.1:8204, complete]!
15:12:33.436 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L192, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-A83D3E3EFACAA048]
15:12:33.436 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L192, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37431]
15:12:33.436 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L192, 127.0.0.1:8204, complete] completed CON-POST   MID=37431, Token=A83D3E3EFACAA048, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37431, Token=A83D3E3EFACAA048, 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!
15:12:33.436 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L194, 127.0.0.1:8204] send request
15:12:33.436 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L194, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.437 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L194, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0933}, 1F 26 5A 4C 93 B4 3A B2 24 DE 5B DD 6C 48 31 96 49 A6 78 E6 37 2F 1D 23
15:12:33.437 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L194, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37432], CON-POST   MID=37432, 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
15:12:33.437 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L194, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-807DD798CA91B2EA], CON-POST   MID=37432, Token=807DD798CA91B2EA, 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
15:12:33.437 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37432], KeyToken[127.0.0.1:8204-807DD798CA91B2EA]]
15:12:33.437 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.437 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E209,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37432, Token=807DD798CA91B2EA, 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]
15:12:33.437 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.437 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37432]
15:12:33.438 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.438 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R195, 127.0.0.1:8201] replace CON-POST   MID=37432, Token=807DD798CA91B2EA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37432, Token=807DD798CA91B2EA, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.438 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R195, 127.0.0.1:8201] send response NON-2.05   MID=37432, Token=null, OptionSet={}, "server responds hi"
15:12:33.438 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R195, 127.0.0.1:8201, complete]!
15:12:33.438 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R195, 127.0.0.1:8201, complete] completed NON-2.04   MID=37432, Token=807DD798CA91B2EA, 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!
15:12:33.438 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.439 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E210,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37432, Token=807DD798CA91B2EA, 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]
15:12:33.439 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.439 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37432]
15:12:33.439 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.439 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.439 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L194, 127.0.0.1:8204, complete]!
15:12:33.439 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L194, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-807DD798CA91B2EA]
15:12:33.439 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L194, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37432]
15:12:33.439 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L194, 127.0.0.1:8204, complete] completed CON-POST   MID=37432, Token=807DD798CA91B2EA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37432, Token=807DD798CA91B2EA, 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!
15:12:33.440 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L196, 127.0.0.1:8204] send request
15:12:33.440 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L196, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.440 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L196, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0934}, B7 4E 78 DA B9 40 F5 29 EF 4D BB FF 67 99 9D C6 88 51 8A AC FB 5C A6 2A
15:12:33.440 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L196, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37433], CON-POST   MID=37433, 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
15:12:33.440 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L196, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-1CB16091B30A512F], CON-POST   MID=37433, Token=1CB16091B30A512F, 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
15:12:33.440 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37433], KeyToken[127.0.0.1:8204-1CB16091B30A512F]]
15:12:33.441 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.441 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E211,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37433, Token=1CB16091B30A512F, 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]
15:12:33.441 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.441 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37433]
15:12:33.441 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.441 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R197, 127.0.0.1:8201] replace CON-POST   MID=37433, Token=1CB16091B30A512F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37433, Token=1CB16091B30A512F, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.442 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R197, 127.0.0.1:8201] send response NON-2.05   MID=37433, Token=null, OptionSet={}, "server responds hi"
15:12:33.442 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R197, 127.0.0.1:8201, complete]!
15:12:33.442 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R197, 127.0.0.1:8201, complete] completed NON-2.04   MID=37433, Token=1CB16091B30A512F, 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!
15:12:33.442 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.442 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E212,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37433, Token=1CB16091B30A512F, 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]
15:12:33.442 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.443 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37433]
15:12:33.443 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.443 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.443 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L196, 127.0.0.1:8204, complete]!
15:12:33.443 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L196, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-1CB16091B30A512F]
15:12:33.443 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L196, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37433]
15:12:33.443 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L196, 127.0.0.1:8204, complete] completed CON-POST   MID=37433, Token=1CB16091B30A512F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37433, Token=1CB16091B30A512F, 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!
15:12:33.443 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L198, 127.0.0.1:8204] send request
15:12:33.443 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L198, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.444 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L198, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0935}, 1B A0 B1 86 00 31 5D 37 39 AE C1 0B 1A AE 9A F1 33 6F 82 4D 39 0F 7B 36
15:12:33.444 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L198, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37434], CON-POST   MID=37434, 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
15:12:33.444 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L198, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-74FC3971DDFC8BC6], CON-POST   MID=37434, Token=74FC3971DDFC8BC6, 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
15:12:33.444 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37434], KeyToken[127.0.0.1:8204-74FC3971DDFC8BC6]]
15:12:33.444 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.444 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E213,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37434, Token=74FC3971DDFC8BC6, 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]
15:12:33.444 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.445 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37434]
15:12:33.445 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.445 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R199, 127.0.0.1:8201] replace CON-POST   MID=37434, Token=74FC3971DDFC8BC6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37434, Token=74FC3971DDFC8BC6, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.445 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R199, 127.0.0.1:8201] send response NON-2.05   MID=37434, Token=null, OptionSet={}, "server responds hi"
15:12:33.445 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R199, 127.0.0.1:8201, complete]!
15:12:33.445 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R199, 127.0.0.1:8201, complete] completed NON-2.04   MID=37434, Token=74FC3971DDFC8BC6, 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!
15:12:33.446 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.446 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E214,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37434, Token=74FC3971DDFC8BC6, 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]
15:12:33.446 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.446 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37434]
15:12:33.446 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.446 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.446 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L198, 127.0.0.1:8204, complete]!
15:12:33.446 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L198, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-74FC3971DDFC8BC6]
15:12:33.446 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L198, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37434]
15:12:33.446 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L198, 127.0.0.1:8204, complete] completed CON-POST   MID=37434, Token=74FC3971DDFC8BC6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37434, Token=74FC3971DDFC8BC6, 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!
15:12:33.447 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L200, 127.0.0.1:8204] send request
15:12:33.447 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L200, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.447 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L200, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0936}, 05 C6 F9 E6 B2 59 CC 14 17 81 25 65 A2 6A 87 9D F1 2E B2 56 E7 CC 9E CA
15:12:33.447 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L200, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37435], CON-POST   MID=37435, 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
15:12:33.447 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L200, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-44721018FA949A40], CON-POST   MID=37435, Token=44721018FA949A40, 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
15:12:33.447 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37435], KeyToken[127.0.0.1:8204-44721018FA949A40]]
15:12:33.448 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.448 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E215,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37435, Token=44721018FA949A40, 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]
15:12:33.448 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.448 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37435]
15:12:33.448 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.448 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R201, 127.0.0.1:8201] replace CON-POST   MID=37435, Token=44721018FA949A40, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37435, Token=44721018FA949A40, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.448 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R201, 127.0.0.1:8201] send response NON-2.05   MID=37435, Token=null, OptionSet={}, "server responds hi"
15:12:33.449 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R201, 127.0.0.1:8201, complete]!
15:12:33.449 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R201, 127.0.0.1:8201, complete] completed NON-2.04   MID=37435, Token=44721018FA949A40, 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!
15:12:33.449 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.449 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E216,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37435, Token=44721018FA949A40, 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]
15:12:33.449 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.449 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37435]
15:12:33.449 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.449 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.450 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L200, 127.0.0.1:8204, complete]!
15:12:33.450 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L200, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-44721018FA949A40]
15:12:33.450 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L200, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37435]
15:12:33.450 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L200, 127.0.0.1:8204, complete] completed CON-POST   MID=37435, Token=44721018FA949A40, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37435, Token=44721018FA949A40, 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!
15:12:33.450 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L202, 127.0.0.1:8204] send request
15:12:33.450 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L202, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.450 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L202, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0937}, 09 F2 6F F4 2E 6C E3 E1 E4 96 7C 0A 48 EE 05 C3 10 5A 9D 8F E1 A5 7D 33
15:12:33.450 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L202, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37436], CON-POST   MID=37436, 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
15:12:33.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L202, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-303A68FD1B751ECC], CON-POST   MID=37436, Token=303A68FD1B751ECC, 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
15:12:33.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37436], KeyToken[127.0.0.1:8204-303A68FD1B751ECC]]
15:12:33.451 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.451 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E217,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37436, Token=303A68FD1B751ECC, 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]
15:12:33.451 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37436]
15:12:33.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R203, 127.0.0.1:8201] replace CON-POST   MID=37436, Token=303A68FD1B751ECC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37436, Token=303A68FD1B751ECC, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.452 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R203, 127.0.0.1:8201] send response NON-2.05   MID=37436, Token=null, OptionSet={}, "server responds hi"
15:12:33.452 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R203, 127.0.0.1:8201, complete]!
15:12:33.452 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R203, 127.0.0.1:8201, complete] completed NON-2.04   MID=37436, Token=303A68FD1B751ECC, 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!
15:12:33.452 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.452 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E218,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37436, Token=303A68FD1B751ECC, 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]
15:12:33.452 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37436]
15:12:33.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.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
15:12:33.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L202, 127.0.0.1:8204, complete]!
15:12:33.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L202, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-303A68FD1B751ECC]
15:12:33.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L202, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37436]
15:12:33.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L202, 127.0.0.1:8204, complete] completed CON-POST   MID=37436, Token=303A68FD1B751ECC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37436, Token=303A68FD1B751ECC, 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!
15:12:33.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L204, 127.0.0.1:8204] send request
15:12:33.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L204, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L204, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0938}, A9 B6 A8 B5 0F 44 D0 2C 56 B0 91 94 50 0A EC 08 7E 96 1E F4 FE EB F2 7B
15:12:33.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L204, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37437], CON-POST   MID=37437, 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
15:12:33.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L204, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-C4061116AFB3F470], CON-POST   MID=37437, Token=C4061116AFB3F470, 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
15:12:33.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37437], KeyToken[127.0.0.1:8204-C4061116AFB3F470]]
15:12:33.454 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.454 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E219,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37437, Token=C4061116AFB3F470, 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]
15:12:33.455 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37437]
15:12:33.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R205, 127.0.0.1:8201] replace CON-POST   MID=37437, Token=C4061116AFB3F470, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37437, Token=C4061116AFB3F470, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R205, 127.0.0.1:8201] send response NON-2.05   MID=37437, Token=null, OptionSet={}, "server responds hi"
15:12:33.456 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R205, 127.0.0.1:8201, complete]!
15:12:33.456 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R205, 127.0.0.1:8201, complete] completed NON-2.04   MID=37437, Token=C4061116AFB3F470, 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!
15:12:33.456 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.456 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E220,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37437, Token=C4061116AFB3F470, 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]
15:12:33.456 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37437]
15:12:33.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.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
15:12:33.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L204, 127.0.0.1:8204, complete]!
15:12:33.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L204, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-C4061116AFB3F470]
15:12:33.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L204, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37437]
15:12:33.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L204, 127.0.0.1:8204, complete] completed CON-POST   MID=37437, Token=C4061116AFB3F470, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37437, Token=C4061116AFB3F470, 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!
15:12:33.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L206, 127.0.0.1:8204] send request
15:12:33.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L206, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L206, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0939}, D5 90 5E 51 6C 5F 72 52 2C D6 D1 7B 8F 82 4D 44 B8 E0 D0 66 F1 B4 B0 B7
15:12:33.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L206, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37438], CON-POST   MID=37438, 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
15:12:33.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L206, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-301B77A7A9C54D9A], CON-POST   MID=37438, Token=301B77A7A9C54D9A, 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
15:12:33.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37438], KeyToken[127.0.0.1:8204-301B77A7A9C54D9A]]
15:12:33.458 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.458 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E221,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37438, Token=301B77A7A9C54D9A, 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]
15:12:33.458 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.458 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37438]
15:12:33.458 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R207, 127.0.0.1:8201] replace CON-POST   MID=37438, Token=301B77A7A9C54D9A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37438, Token=301B77A7A9C54D9A, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R207, 127.0.0.1:8201] send response NON-2.05   MID=37438, Token=null, OptionSet={}, "server responds hi"
15:12:33.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R207, 127.0.0.1:8201, complete]!
15:12:33.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R207, 127.0.0.1:8201, complete] completed NON-2.04   MID=37438, Token=301B77A7A9C54D9A, 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!
15:12:33.459 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.460 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E222,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37438, Token=301B77A7A9C54D9A, 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]
15:12:33.460 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37438]
15:12:33.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.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
15:12:33.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L206, 127.0.0.1:8204, complete]!
15:12:33.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L206, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-301B77A7A9C54D9A]
15:12:33.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L206, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37438]
15:12:33.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L206, 127.0.0.1:8204, complete] completed CON-POST   MID=37438, Token=301B77A7A9C54D9A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37438, Token=301B77A7A9C54D9A, 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!
15:12:33.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L208, 127.0.0.1:8204] send request
15:12:33.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L208, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L208, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x093A}, 38 59 CA 88 D9 77 A8 00 27 66 DE 93 C4 1F 0B E2 28 D4 EE 4E A3 B7 F3 B6
15:12:33.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L208, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37439], CON-POST   MID=37439, 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
15:12:33.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L208, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-D0E71D8CFC069A0E], CON-POST   MID=37439, Token=D0E71D8CFC069A0E, 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
15:12:33.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37439], KeyToken[127.0.0.1:8204-D0E71D8CFC069A0E]]
15:12:33.467 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.468 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E223,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37439, Token=D0E71D8CFC069A0E, 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]
15:12:33.468 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37439]
15:12:33.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.470 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R209, 127.0.0.1:8201] replace CON-POST   MID=37439, Token=D0E71D8CFC069A0E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37439, Token=D0E71D8CFC069A0E, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.471 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R209, 127.0.0.1:8201] send response NON-2.05   MID=37439, Token=null, OptionSet={}, "server responds hi"
15:12:33.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R209, 127.0.0.1:8201, complete]!
15:12:33.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R209, 127.0.0.1:8201, complete] completed NON-2.04   MID=37439, Token=D0E71D8CFC069A0E, 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!
15:12:33.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:8201
15:12:33.473 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E224,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37439, Token=D0E71D8CFC069A0E, 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]
15:12:33.473 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37439]
15:12:33.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.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
15:12:33.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L208, 127.0.0.1:8204, complete]!
15:12:33.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L208, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-D0E71D8CFC069A0E]
15:12:33.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L208, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37439]
15:12:33.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L208, 127.0.0.1:8204, complete] completed CON-POST   MID=37439, Token=D0E71D8CFC069A0E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37439, Token=D0E71D8CFC069A0E, 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!
15:12:33.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L210, 127.0.0.1:8204] send request
15:12:33.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L210, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L210, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x093B}, 48 C1 80 AF B7 E8 27 5B 47 73 18 20 81 A6 54 A1 18 00 FB F9 61 A9 84 98
15:12:33.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L210, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37440], CON-POST   MID=37440, 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
15:12:33.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L210, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-341FE639C41DEDC2], CON-POST   MID=37440, Token=341FE639C41DEDC2, 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
15:12:33.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37440], KeyToken[127.0.0.1:8204-341FE639C41DEDC2]]
15:12:33.476 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.476 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E225,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37440, Token=341FE639C41DEDC2, 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]
15:12:33.476 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.476 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37440]
15:12:33.476 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.476 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R211, 127.0.0.1:8201] replace CON-POST   MID=37440, Token=341FE639C41DEDC2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37440, Token=341FE639C41DEDC2, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.477 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R211, 127.0.0.1:8201] send response NON-2.05   MID=37440, Token=null, OptionSet={}, "server responds hi"
15:12:33.477 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R211, 127.0.0.1:8201, complete]!
15:12:33.477 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R211, 127.0.0.1:8201, complete] completed NON-2.04   MID=37440, Token=341FE639C41DEDC2, 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!
15:12:33.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:8201
15:12:33.478 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E226,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37440, Token=341FE639C41DEDC2, 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]
15:12:33.478 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37440]
15:12:33.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.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
15:12:33.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L210, 127.0.0.1:8204, complete]!
15:12:33.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L210, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-341FE639C41DEDC2]
15:12:33.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L210, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37440]
15:12:33.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L210, 127.0.0.1:8204, complete] completed CON-POST   MID=37440, Token=341FE639C41DEDC2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37440, Token=341FE639C41DEDC2, 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!
15:12:33.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L212, 127.0.0.1:8204] send request
15:12:33.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L212, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L212, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x093C}, 1C 9C C5 BB 53 F8 0C 1D B9 7D A5 8E D5 8A B9 8E AD 3B 25 DD 11 CF 9A 76
15:12:33.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L212, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37441], CON-POST   MID=37441, 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
15:12:33.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L212, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-14E20F246622FF7A], CON-POST   MID=37441, Token=14E20F246622FF7A, 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
15:12:33.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37441], KeyToken[127.0.0.1:8204-14E20F246622FF7A]]
15:12:33.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:8204
15:12:33.480 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E227,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37441, Token=14E20F246622FF7A, 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]
15:12:33.480 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.525 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37441]
15:12:33.525 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.525 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R213, 127.0.0.1:8201] replace CON-POST   MID=37441, Token=14E20F246622FF7A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37441, Token=14E20F246622FF7A, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.525 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R213, 127.0.0.1:8201] send response NON-2.05   MID=37441, Token=null, OptionSet={}, "server responds hi"
15:12:33.526 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R213, 127.0.0.1:8201, complete]!
15:12:33.526 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R213, 127.0.0.1:8201, complete] completed NON-2.04   MID=37441, Token=14E20F246622FF7A, 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!
15:12:33.526 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.526 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E228,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37441, Token=14E20F246622FF7A, 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]
15:12:33.526 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.527 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37441]
15:12:33.527 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.527 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.527 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L212, 127.0.0.1:8204, complete]!
15:12:33.527 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L212, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-14E20F246622FF7A]
15:12:33.527 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L212, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37441]
15:12:33.527 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L212, 127.0.0.1:8204, complete] completed CON-POST   MID=37441, Token=14E20F246622FF7A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37441, Token=14E20F246622FF7A, 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!
15:12:33.527 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L214, 127.0.0.1:8204] send request
15:12:33.527 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L214, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.528 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L214, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x093D}, 00 62 1E E3 78 E1 C1 10 BB 91 1A FE 1B 0F C7 DE 9A A8 C5 70 71 29 04 BE
15:12:33.528 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L214, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37442], CON-POST   MID=37442, 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
15:12:33.528 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L214, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-B8B54E099E071458], CON-POST   MID=37442, Token=B8B54E099E071458, 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
15:12:33.528 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37442], KeyToken[127.0.0.1:8204-B8B54E099E071458]]
15:12:33.528 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.529 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E229,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37442, Token=B8B54E099E071458, 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]
15:12:33.529 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.529 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37442]
15:12:33.529 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.529 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R215, 127.0.0.1:8201] replace CON-POST   MID=37442, Token=B8B54E099E071458, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37442, Token=B8B54E099E071458, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.529 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R215, 127.0.0.1:8201] send response NON-2.05   MID=37442, Token=null, OptionSet={}, "server responds hi"
15:12:33.530 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R215, 127.0.0.1:8201, complete]!
15:12:33.530 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R215, 127.0.0.1:8201, complete] completed NON-2.04   MID=37442, Token=B8B54E099E071458, 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!
15:12:33.530 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.530 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E230,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37442, Token=B8B54E099E071458, 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]
15:12:33.530 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.530 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37442]
15:12:33.530 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.530 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.531 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L214, 127.0.0.1:8204, complete]!
15:12:33.531 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L214, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-B8B54E099E071458]
15:12:33.531 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L214, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37442]
15:12:33.531 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L214, 127.0.0.1:8204, complete] completed CON-POST   MID=37442, Token=B8B54E099E071458, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37442, Token=B8B54E099E071458, 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!
15:12:33.531 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L216, 127.0.0.1:8204] send request
15:12:33.531 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L216, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.531 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L216, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x093E}, F7 D9 9E 7C CB 9E C6 EE 0B B9 48 46 59 AB 86 C0 12 4E 40 8D E2 38 D3 7D
15:12:33.532 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L216, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37443], CON-POST   MID=37443, 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
15:12:33.532 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L216, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-C8FCF19D7619DB93], CON-POST   MID=37443, Token=C8FCF19D7619DB93, 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
15:12:33.532 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37443], KeyToken[127.0.0.1:8204-C8FCF19D7619DB93]]
15:12:33.532 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.532 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E231,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37443, Token=C8FCF19D7619DB93, 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]
15:12:33.532 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.532 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37443]
15:12:33.533 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.533 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R217, 127.0.0.1:8201] replace CON-POST   MID=37443, Token=C8FCF19D7619DB93, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37443, Token=C8FCF19D7619DB93, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.533 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R217, 127.0.0.1:8201] send response NON-2.05   MID=37443, Token=null, OptionSet={}, "server responds hi"
15:12:33.533 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R217, 127.0.0.1:8201, complete]!
15:12:33.533 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R217, 127.0.0.1:8201, complete] completed NON-2.04   MID=37443, Token=C8FCF19D7619DB93, 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!
15:12:33.533 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.534 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E232,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37443, Token=C8FCF19D7619DB93, 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]
15:12:33.534 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.534 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37443]
15:12:33.534 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.534 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.534 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L216, 127.0.0.1:8204, complete]!
15:12:33.534 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L216, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-C8FCF19D7619DB93]
15:12:33.534 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L216, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37443]
15:12:33.534 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L216, 127.0.0.1:8204, complete] completed CON-POST   MID=37443, Token=C8FCF19D7619DB93, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37443, Token=C8FCF19D7619DB93, 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!
15:12:33.535 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L218, 127.0.0.1:8204] send request
15:12:33.535 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L218, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.535 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L218, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x093F}, E7 DD 1F 90 2C 2E 39 CA 3C 7F 72 A7 DD 29 DF 9B D6 A7 B2 6C E9 25 B7 5A
15:12:33.535 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L218, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37444], CON-POST   MID=37444, 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
15:12:33.536 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L218, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-C43D86145565B3DA], CON-POST   MID=37444, Token=C43D86145565B3DA, 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
15:12:33.536 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37444], KeyToken[127.0.0.1:8204-C43D86145565B3DA]]
15:12:33.536 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.536 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E233,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37444, Token=C43D86145565B3DA, 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]
15:12:33.536 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.536 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37444]
15:12:33.536 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.537 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R219, 127.0.0.1:8201] replace CON-POST   MID=37444, Token=C43D86145565B3DA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37444, Token=C43D86145565B3DA, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.537 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R219, 127.0.0.1:8201] send response NON-2.05   MID=37444, Token=null, OptionSet={}, "server responds hi"
15:12:33.537 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R219, 127.0.0.1:8201, complete]!
15:12:33.537 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R219, 127.0.0.1:8201, complete] completed NON-2.04   MID=37444, Token=C43D86145565B3DA, 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!
15:12:33.537 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.538 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E234,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37444, Token=C43D86145565B3DA, 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]
15:12:33.538 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.538 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37444]
15:12:33.538 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.538 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.538 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L218, 127.0.0.1:8204, complete]!
15:12:33.538 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L218, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-C43D86145565B3DA]
15:12:33.538 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L218, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37444]
15:12:33.538 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L218, 127.0.0.1:8204, complete] completed CON-POST   MID=37444, Token=C43D86145565B3DA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37444, Token=C43D86145565B3DA, 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!
15:12:33.538 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L220, 127.0.0.1:8204] send request
15:12:33.539 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L220, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.539 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L220, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0940}, C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49
15:12:33.539 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L220, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37445], CON-POST   MID=37445, 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
15:12:33.539 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L220, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-E4A6A8DB23E15476], CON-POST   MID=37445, Token=E4A6A8DB23E15476, 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
15:12:33.539 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37445], KeyToken[127.0.0.1:8204-E4A6A8DB23E15476]]
15:12:33.539 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.540 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E235,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37445, Token=E4A6A8DB23E15476, 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]
15:12:33.540 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.540 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37445]
15:12:33.540 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.540 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R221, 127.0.0.1:8201] replace CON-POST   MID=37445, Token=E4A6A8DB23E15476, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37445, Token=E4A6A8DB23E15476, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.541 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R221, 127.0.0.1:8201] send response NON-2.05   MID=37445, Token=null, OptionSet={}, "server responds hi"
15:12:33.541 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R221, 127.0.0.1:8201, complete]!
15:12:33.541 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R221, 127.0.0.1:8201, complete] completed NON-2.04   MID=37445, Token=E4A6A8DB23E15476, 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!
15:12:33.541 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.541 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E236,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37445, Token=E4A6A8DB23E15476, 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]
15:12:33.541 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.542 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37445]
15:12:33.542 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.542 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.542 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L220, 127.0.0.1:8204, complete]!
15:12:33.542 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L220, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-E4A6A8DB23E15476]
15:12:33.542 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L220, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37445]
15:12:33.542 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L220, 127.0.0.1:8204, complete] completed CON-POST   MID=37445, Token=E4A6A8DB23E15476, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37445, Token=E4A6A8DB23E15476, 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!
15:12:33.542 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L222, 127.0.0.1:8204] send request
15:12:33.542 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L222, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.543 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L222, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0941}, 67 DD 8E 66 15 70 DE 37 3C 3A 23 2F 4A DD E6 60 62 97 29 9A C3 FC A8 A6
15:12:33.543 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L222, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37446], CON-POST   MID=37446, 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
15:12:33.543 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L222, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-08A558EE5412F4D6], CON-POST   MID=37446, Token=08A558EE5412F4D6, 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
15:12:33.543 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37446], KeyToken[127.0.0.1:8204-08A558EE5412F4D6]]
15:12:33.543 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.544 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E237,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37446, Token=08A558EE5412F4D6, 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]
15:12:33.544 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.544 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37446]
15:12:33.544 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.544 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R223, 127.0.0.1:8201] replace CON-POST   MID=37446, Token=08A558EE5412F4D6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37446, Token=08A558EE5412F4D6, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.544 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R223, 127.0.0.1:8201] send response NON-2.05   MID=37446, Token=null, OptionSet={}, "server responds hi"
15:12:33.545 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R223, 127.0.0.1:8201, complete]!
15:12:33.545 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R223, 127.0.0.1:8201, complete] completed NON-2.04   MID=37446, Token=08A558EE5412F4D6, 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!
15:12:33.545 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.545 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E238,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37446, Token=08A558EE5412F4D6, 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]
15:12:33.545 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.545 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37446]
15:12:33.545 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.546 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.546 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L222, 127.0.0.1:8204, complete]!
15:12:33.546 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L222, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-08A558EE5412F4D6]
15:12:33.546 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L222, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37446]
15:12:33.546 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L222, 127.0.0.1:8204, complete] completed CON-POST   MID=37446, Token=08A558EE5412F4D6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37446, Token=08A558EE5412F4D6, 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!
15:12:33.546 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L224, 127.0.0.1:8204] send request
15:12:33.546 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L224, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.547 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L224, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0942}, FD EE D7 4C 5E 3A 0C ED 2F 2E A7 03 00 6F A2 85 AE EE D0 86 53 C4 7B 77
15:12:33.547 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L224, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37447], CON-POST   MID=37447, 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
15:12:33.547 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L224, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-B0673FD8BA4279A2], CON-POST   MID=37447, Token=B0673FD8BA4279A2, 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
15:12:33.547 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37447], KeyToken[127.0.0.1:8204-B0673FD8BA4279A2]]
15:12:33.547 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.548 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E239,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37447, Token=B0673FD8BA4279A2, 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]
15:12:33.548 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.548 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37447]
15:12:33.548 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.548 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R225, 127.0.0.1:8201] replace CON-POST   MID=37447, Token=B0673FD8BA4279A2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37447, Token=B0673FD8BA4279A2, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.548 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R225, 127.0.0.1:8201] send response NON-2.05   MID=37447, Token=null, OptionSet={}, "server responds hi"
15:12:33.548 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R225, 127.0.0.1:8201, complete]!
15:12:33.549 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R225, 127.0.0.1:8201, complete] completed NON-2.04   MID=37447, Token=B0673FD8BA4279A2, 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!
15:12:33.549 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.549 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E240,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37447, Token=B0673FD8BA4279A2, 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]
15:12:33.549 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.549 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37447]
15:12:33.549 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.549 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.549 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L224, 127.0.0.1:8204, complete]!
15:12:33.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L224, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-B0673FD8BA4279A2]
15:12:33.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L224, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37447]
15:12:33.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L224, 127.0.0.1:8204, complete] completed CON-POST   MID=37447, Token=B0673FD8BA4279A2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37447, Token=B0673FD8BA4279A2, 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!
15:12:33.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L226, 127.0.0.1:8204] send request
15:12:33.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L226, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L226, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0943}, 5C 3C C5 F9 16 E7 F4 19 23 AD CA 0D 8B 5E 4A 7E FB 1E A5 16 1C C9 F2 D1
15:12:33.551 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L226, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37448], CON-POST   MID=37448, 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
15:12:33.551 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L226, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-C805562544CC69D0], CON-POST   MID=37448, Token=C805562544CC69D0, 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
15:12:33.551 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37448], KeyToken[127.0.0.1:8204-C805562544CC69D0]]
15:12:33.551 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.551 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E241,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37448, Token=C805562544CC69D0, 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]
15:12:33.551 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.551 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37448]
15:12:33.551 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.552 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R227, 127.0.0.1:8201] replace CON-POST   MID=37448, Token=C805562544CC69D0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37448, Token=C805562544CC69D0, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.552 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R227, 127.0.0.1:8201] send response NON-2.05   MID=37448, Token=null, OptionSet={}, "server responds hi"
15:12:33.552 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R227, 127.0.0.1:8201, complete]!
15:12:33.552 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R227, 127.0.0.1:8201, complete] completed NON-2.04   MID=37448, Token=C805562544CC69D0, 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!
15:12:33.553 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.553 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E242,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37448, Token=C805562544CC69D0, 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]
15:12:33.553 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.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:8204-37448]
15:12:33.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.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
15:12:33.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L226, 127.0.0.1:8204, complete]!
15:12:33.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L226, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-C805562544CC69D0]
15:12:33.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L226, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37448]
15:12:33.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L226, 127.0.0.1:8204, complete] completed CON-POST   MID=37448, Token=C805562544CC69D0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37448, Token=C805562544CC69D0, 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!
15:12:33.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L228, 127.0.0.1:8204] send request
15:12:33.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L228, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L228, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0944}, F9 23 FC 43 69 BB CC 89 54 2A C6 A8 ED 36 89 C2 E2 FD 08 6A 21 7A F7 9B
15:12:33.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L228, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37449], CON-POST   MID=37449, 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
15:12:33.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L228, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-903C9A194A4518FA], CON-POST   MID=37449, Token=903C9A194A4518FA, 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
15:12:33.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37449], KeyToken[127.0.0.1:8204-903C9A194A4518FA]]
15:12:33.555 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.555 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E243,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37449, Token=903C9A194A4518FA, 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]
15:12:33.555 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.555 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37449]
15:12:33.555 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R229, 127.0.0.1:8201] replace CON-POST   MID=37449, Token=903C9A194A4518FA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37449, Token=903C9A194A4518FA, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R229, 127.0.0.1:8201] send response NON-2.05   MID=37449, Token=null, OptionSet={}, "server responds hi"
15:12:33.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R229, 127.0.0.1:8201, complete]!
15:12:33.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R229, 127.0.0.1:8201, complete] completed NON-2.04   MID=37449, Token=903C9A194A4518FA, 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!
15:12:33.556 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.557 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E244,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37449, Token=903C9A194A4518FA, 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]
15:12:33.557 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37449]
15:12:33.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.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
15:12:33.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L228, 127.0.0.1:8204, complete]!
15:12:33.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L228, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-903C9A194A4518FA]
15:12:33.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L228, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37449]
15:12:33.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L228, 127.0.0.1:8204, complete] completed CON-POST   MID=37449, Token=903C9A194A4518FA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37449, Token=903C9A194A4518FA, 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!
15:12:33.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L230, 127.0.0.1:8204] send request
15:12:33.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L230, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L230, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0945}, F0 AF F0 8C A6 43 68 67 E7 F1 DB DA 26 73 D7 E4 AB 78 72 3E CF F4 49 EB
15:12:33.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L230, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37450], CON-POST   MID=37450, 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
15:12:33.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L230, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-A84DD977157B4101], CON-POST   MID=37450, Token=A84DD977157B4101, 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
15:12:33.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37450], KeyToken[127.0.0.1:8204-A84DD977157B4101]]
15:12:33.559 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.559 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E245,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37450, Token=A84DD977157B4101, 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]
15:12:33.559 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37450]
15:12:33.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R231, 127.0.0.1:8201] replace CON-POST   MID=37450, Token=A84DD977157B4101, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37450, Token=A84DD977157B4101, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.560 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R231, 127.0.0.1:8201] send response NON-2.05   MID=37450, Token=null, OptionSet={}, "server responds hi"
15:12:33.560 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R231, 127.0.0.1:8201, complete]!
15:12:33.560 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R231, 127.0.0.1:8201, complete] completed NON-2.04   MID=37450, Token=A84DD977157B4101, 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!
15:12:33.560 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.561 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E246,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37450, Token=A84DD977157B4101, 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]
15:12:33.561 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37450]
15:12:33.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.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
15:12:33.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L230, 127.0.0.1:8204, complete]!
15:12:33.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L230, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-A84DD977157B4101]
15:12:33.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L230, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37450]
15:12:33.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L230, 127.0.0.1:8204, complete] completed CON-POST   MID=37450, Token=A84DD977157B4101, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37450, Token=A84DD977157B4101, 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!
15:12:33.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L232, 127.0.0.1:8204] send request
15:12:33.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L232, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L232, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0946}, 29 1A F2 58 22 31 1F 59 11 FB 5D 78 9B 56 F7 3B 62 E3 20 1F 44 17 1A 3E
15:12:33.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L232, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37451], CON-POST   MID=37451, 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
15:12:33.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L232, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-D876BD3B509A6FD9], CON-POST   MID=37451, Token=D876BD3B509A6FD9, 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
15:12:33.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37451], KeyToken[127.0.0.1:8204-D876BD3B509A6FD9]]
15:12:33.563 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.563 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E247,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37451, Token=D876BD3B509A6FD9, 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]
15:12:33.563 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.563 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37451]
15:12:33.563 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.563 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R233, 127.0.0.1:8201] replace CON-POST   MID=37451, Token=D876BD3B509A6FD9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37451, Token=D876BD3B509A6FD9, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.563 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R233, 127.0.0.1:8201] send response NON-2.05   MID=37451, Token=null, OptionSet={}, "server responds hi"
15:12:33.564 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R233, 127.0.0.1:8201, complete]!
15:12:33.564 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R233, 127.0.0.1:8201, complete] completed NON-2.04   MID=37451, Token=D876BD3B509A6FD9, 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!
15:12:33.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:8201
15:12:33.565 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E248,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37451, Token=D876BD3B509A6FD9, 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]
15:12:33.565 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.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:8204-37451]
15:12:33.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.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
15:12:33.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L232, 127.0.0.1:8204, complete]!
15:12:33.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L232, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-D876BD3B509A6FD9]
15:12:33.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L232, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37451]
15:12:33.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L232, 127.0.0.1:8204, complete] completed CON-POST   MID=37451, Token=D876BD3B509A6FD9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37451, Token=D876BD3B509A6FD9, 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!
15:12:33.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L234, 127.0.0.1:8204] send request
15:12:33.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L234, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L234, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0947}, 4D 16 A7 2D 9C 41 94 FE 75 08 27 DB 3C CB A9 CC 8A 11 A8 DD 95 CA C8 41
15:12:33.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L234, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37452], CON-POST   MID=37452, 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
15:12:33.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L234, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-488CBEC4EF3DF0DB], CON-POST   MID=37452, Token=488CBEC4EF3DF0DB, 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
15:12:33.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37452], KeyToken[127.0.0.1:8204-488CBEC4EF3DF0DB]]
15:12:33.567 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.567 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E249,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37452, Token=488CBEC4EF3DF0DB, 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]
15:12:33.567 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.567 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37452]
15:12:33.567 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.567 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R235, 127.0.0.1:8201] replace CON-POST   MID=37452, Token=488CBEC4EF3DF0DB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37452, Token=488CBEC4EF3DF0DB, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.568 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R235, 127.0.0.1:8201] send response NON-2.05   MID=37452, Token=null, OptionSet={}, "server responds hi"
15:12:33.568 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R235, 127.0.0.1:8201, complete]!
15:12:33.625 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R235, 127.0.0.1:8201, complete] completed NON-2.04   MID=37452, Token=488CBEC4EF3DF0DB, 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!
15:12:33.625 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.625 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E250,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37452, Token=488CBEC4EF3DF0DB, 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]
15:12:33.626 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.626 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37452]
15:12:33.626 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.626 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.626 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L234, 127.0.0.1:8204, complete]!
15:12:33.626 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L234, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-488CBEC4EF3DF0DB]
15:12:33.626 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L234, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37452]
15:12:33.626 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L234, 127.0.0.1:8204, complete] completed CON-POST   MID=37452, Token=488CBEC4EF3DF0DB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37452, Token=488CBEC4EF3DF0DB, 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!
15:12:33.626 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L236, 127.0.0.1:8204] send request
15:12:33.627 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L236, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.627 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L236, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0948}, 1B A5 BA F3 D5 84 4C F9 A2 93 34 65 56 E5 49 50 26 76 0E E4 A6 B6 B2 95
15:12:33.627 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L236, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37453], CON-POST   MID=37453, 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
15:12:33.627 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L236, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-24D2DEF9A59E18C3], CON-POST   MID=37453, Token=24D2DEF9A59E18C3, 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
15:12:33.627 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37453], KeyToken[127.0.0.1:8204-24D2DEF9A59E18C3]]
15:12:33.628 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.628 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E251,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37453, Token=24D2DEF9A59E18C3, 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]
15:12:33.628 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.628 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37453]
15:12:33.628 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.628 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R237, 127.0.0.1:8201] replace CON-POST   MID=37453, Token=24D2DEF9A59E18C3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37453, Token=24D2DEF9A59E18C3, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.628 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R237, 127.0.0.1:8201] send response NON-2.05   MID=37453, Token=null, OptionSet={}, "server responds hi"
15:12:33.629 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R237, 127.0.0.1:8201, complete]!
15:12:33.629 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R237, 127.0.0.1:8201, complete] completed NON-2.04   MID=37453, Token=24D2DEF9A59E18C3, 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!
15:12:33.629 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.629 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E252,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37453, Token=24D2DEF9A59E18C3, 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]
15:12:33.629 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.629 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37453]
15:12:33.629 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.629 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.630 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L236, 127.0.0.1:8204, complete]!
15:12:33.630 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L236, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-24D2DEF9A59E18C3]
15:12:33.630 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L236, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37453]
15:12:33.630 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L236, 127.0.0.1:8204, complete] completed CON-POST   MID=37453, Token=24D2DEF9A59E18C3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37453, Token=24D2DEF9A59E18C3, 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!
15:12:33.630 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L238, 127.0.0.1:8204] send request
15:12:33.630 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L238, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.631 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L238, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0949}, DF D4 B0 37 7D B9 D5 7C 2D E6 32 8B ED 81 CE F7 CA 7E B1 21 34 D4 EF 95
15:12:33.631 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L238, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37454], CON-POST   MID=37454, 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
15:12:33.631 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L238, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-70D151D76E76E5C9], CON-POST   MID=37454, Token=70D151D76E76E5C9, 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
15:12:33.631 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37454], KeyToken[127.0.0.1:8204-70D151D76E76E5C9]]
15:12:33.631 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.632 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E253,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37454, Token=70D151D76E76E5C9, 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]
15:12:33.632 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.632 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37454]
15:12:33.632 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.632 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R239, 127.0.0.1:8201] replace CON-POST   MID=37454, Token=70D151D76E76E5C9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37454, Token=70D151D76E76E5C9, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.633 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R239, 127.0.0.1:8201] send response NON-2.05   MID=37454, Token=null, OptionSet={}, "server responds hi"
15:12:33.633 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R239, 127.0.0.1:8201, complete]!
15:12:33.633 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R239, 127.0.0.1:8201, complete] completed NON-2.04   MID=37454, Token=70D151D76E76E5C9, 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!
15:12:33.633 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.634 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E254,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37454, Token=70D151D76E76E5C9, 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]
15:12:33.634 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.634 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37454]
15:12:33.634 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.634 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.634 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L238, 127.0.0.1:8204, complete]!
15:12:33.634 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L238, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-70D151D76E76E5C9]
15:12:33.634 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L238, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37454]
15:12:33.634 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L238, 127.0.0.1:8204, complete] completed CON-POST   MID=37454, Token=70D151D76E76E5C9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37454, Token=70D151D76E76E5C9, 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!
15:12:33.635 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L240, 127.0.0.1:8204] send request
15:12:33.635 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L240, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.635 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L240, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x094A}, 14 C3 A5 61 6F EB 0D 6C 20 CA 21 5B 8E AB 35 80 59 31 AA 33 1A 72 5A DB
15:12:33.636 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L240, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37455], CON-POST   MID=37455, 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
15:12:33.636 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L240, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-98DC3B77A94B80C9], CON-POST   MID=37455, Token=98DC3B77A94B80C9, 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
15:12:33.636 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37455], KeyToken[127.0.0.1:8204-98DC3B77A94B80C9]]
15:12:33.636 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.636 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E255,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37455, Token=98DC3B77A94B80C9, 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]
15:12:33.636 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.636 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37455]
15:12:33.637 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.637 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R241, 127.0.0.1:8201] replace CON-POST   MID=37455, Token=98DC3B77A94B80C9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37455, Token=98DC3B77A94B80C9, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.637 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R241, 127.0.0.1:8201] send response NON-2.05   MID=37455, Token=null, OptionSet={}, "server responds hi"
15:12:33.638 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R241, 127.0.0.1:8201, complete]!
15:12:33.638 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R241, 127.0.0.1:8201, complete] completed NON-2.04   MID=37455, Token=98DC3B77A94B80C9, 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!
15:12:33.638 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.638 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E256,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37455, Token=98DC3B77A94B80C9, 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]
15:12:33.638 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.638 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37455]
15:12:33.639 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.639 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.639 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L240, 127.0.0.1:8204, complete]!
15:12:33.639 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L240, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-98DC3B77A94B80C9]
15:12:33.639 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L240, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37455]
15:12:33.639 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L240, 127.0.0.1:8204, complete] completed CON-POST   MID=37455, Token=98DC3B77A94B80C9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37455, Token=98DC3B77A94B80C9, 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!
15:12:33.639 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L242, 127.0.0.1:8204] send request
15:12:33.640 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L242, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.640 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L242, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x094B}, 2A C2 8C 99 9C 3F 60 01 EB B8 9B CE 2A 73 E0 F1 6D E6 CB 1C 72 31 F4 9A
15:12:33.640 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L242, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37456], CON-POST   MID=37456, 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
15:12:33.640 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L242, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-644E731E5B8E742B], CON-POST   MID=37456, Token=644E731E5B8E742B, 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
15:12:33.641 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37456], KeyToken[127.0.0.1:8204-644E731E5B8E742B]]
15:12:33.641 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.641 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E257,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37456, Token=644E731E5B8E742B, 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]
15:12:33.641 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.641 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37456]
15:12:33.641 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.641 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R243, 127.0.0.1:8201] replace CON-POST   MID=37456, Token=644E731E5B8E742B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37456, Token=644E731E5B8E742B, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.642 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R243, 127.0.0.1:8201] send response NON-2.05   MID=37456, Token=null, OptionSet={}, "server responds hi"
15:12:33.642 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R243, 127.0.0.1:8201, complete]!
15:12:33.642 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R243, 127.0.0.1:8201, complete] completed NON-2.04   MID=37456, Token=644E731E5B8E742B, 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!
15:12:33.643 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.643 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E258,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37456, Token=644E731E5B8E742B, 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]
15:12:33.643 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.643 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37456]
15:12:33.643 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.643 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.643 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L242, 127.0.0.1:8204, complete]!
15:12:33.643 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L242, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-644E731E5B8E742B]
15:12:33.643 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L242, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37456]
15:12:33.643 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L242, 127.0.0.1:8204, complete] completed CON-POST   MID=37456, Token=644E731E5B8E742B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37456, Token=644E731E5B8E742B, 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!
15:12:33.644 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L244, 127.0.0.1:8204] send request
15:12:33.644 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L244, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.644 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L244, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x094C}, 42 C8 39 1B 39 03 9A 6D F2 3B CA E5 05 D2 D0 29 C2 D1 8E 8D A5 B0 E7 7A
15:12:33.644 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L244, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37457], CON-POST   MID=37457, 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
15:12:33.645 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L244, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-4C9EF3BF2D00C8CE], CON-POST   MID=37457, Token=4C9EF3BF2D00C8CE, 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
15:12:33.645 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37457], KeyToken[127.0.0.1:8204-4C9EF3BF2D00C8CE]]
15:12:33.645 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.645 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E259,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37457, Token=4C9EF3BF2D00C8CE, 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]
15:12:33.645 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.645 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37457]
15:12:33.645 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.646 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R245, 127.0.0.1:8201] replace CON-POST   MID=37457, Token=4C9EF3BF2D00C8CE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37457, Token=4C9EF3BF2D00C8CE, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.646 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R245, 127.0.0.1:8201] send response NON-2.05   MID=37457, Token=null, OptionSet={}, "server responds hi"
15:12:33.646 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R245, 127.0.0.1:8201, complete]!
15:12:33.646 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R245, 127.0.0.1:8201, complete] completed NON-2.04   MID=37457, Token=4C9EF3BF2D00C8CE, 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!
15:12:33.646 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.647 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E260,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37457, Token=4C9EF3BF2D00C8CE, 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]
15:12:33.647 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.647 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37457]
15:12:33.647 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.647 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.647 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L244, 127.0.0.1:8204, complete]!
15:12:33.647 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L244, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-4C9EF3BF2D00C8CE]
15:12:33.647 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L244, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37457]
15:12:33.647 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L244, 127.0.0.1:8204, complete] completed CON-POST   MID=37457, Token=4C9EF3BF2D00C8CE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37457, Token=4C9EF3BF2D00C8CE, 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!
15:12:33.648 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L246, 127.0.0.1:8204] send request
15:12:33.648 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L246, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.648 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L246, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x094D}, 24 38 1C 4D FE 5F 87 64 8B 95 54 97 B2 EB B3 67 8A 3A 38 2C AA 50 64 10
15:12:33.648 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L246, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37458], CON-POST   MID=37458, 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
15:12:33.648 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L246, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-7022E370F452FC7E], CON-POST   MID=37458, Token=7022E370F452FC7E, 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
15:12:33.649 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37458], KeyToken[127.0.0.1:8204-7022E370F452FC7E]]
15:12:33.649 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.649 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E261,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37458, Token=7022E370F452FC7E, 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]
15:12:33.649 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.649 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37458]
15:12:33.649 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.649 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R247, 127.0.0.1:8201] replace CON-POST   MID=37458, Token=7022E370F452FC7E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37458, Token=7022E370F452FC7E, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.650 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R247, 127.0.0.1:8201] send response NON-2.05   MID=37458, Token=null, OptionSet={}, "server responds hi"
15:12:33.650 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R247, 127.0.0.1:8201, complete]!
15:12:33.650 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R247, 127.0.0.1:8201, complete] completed NON-2.04   MID=37458, Token=7022E370F452FC7E, 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!
15:12:33.650 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.651 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E262,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37458, Token=7022E370F452FC7E, 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]
15:12:33.651 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37458]
15:12:33.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.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
15:12:33.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L246, 127.0.0.1:8204, complete]!
15:12:33.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L246, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-7022E370F452FC7E]
15:12:33.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L246, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37458]
15:12:33.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L246, 127.0.0.1:8204, complete] completed CON-POST   MID=37458, Token=7022E370F452FC7E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37458, Token=7022E370F452FC7E, 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!
15:12:33.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L248, 127.0.0.1:8204] send request
15:12:33.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L248, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L248, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x094E}, 7B FA 2E C4 3C DA 28 5F 88 73 A2 AA 73 2A 8F 55 DB 45 51 EF 46 E6 4C 2B
15:12:33.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L248, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37459], CON-POST   MID=37459, 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
15:12:33.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L248, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-C49C8F6305785D23], CON-POST   MID=37459, Token=C49C8F6305785D23, 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
15:12:33.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37459], KeyToken[127.0.0.1:8204-C49C8F6305785D23]]
15:12:33.653 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.653 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E263,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37459, Token=C49C8F6305785D23, 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]
15:12:33.653 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.653 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37459]
15:12:33.653 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R249, 127.0.0.1:8201] replace CON-POST   MID=37459, Token=C49C8F6305785D23, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37459, Token=C49C8F6305785D23, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R249, 127.0.0.1:8201] send response NON-2.05   MID=37459, Token=null, OptionSet={}, "server responds hi"
15:12:33.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R249, 127.0.0.1:8201, complete]!
15:12:33.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R249, 127.0.0.1:8201, complete] completed NON-2.04   MID=37459, Token=C49C8F6305785D23, 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!
15:12:33.655 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.655 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E264,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37459, Token=C49C8F6305785D23, 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]
15:12:33.655 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37459]
15:12:33.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L248, 127.0.0.1:8204, complete]!
15:12:33.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L248, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-C49C8F6305785D23]
15:12:33.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L248, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37459]
15:12:33.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L248, 127.0.0.1:8204, complete] completed CON-POST   MID=37459, Token=C49C8F6305785D23, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37459, Token=C49C8F6305785D23, 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!
15:12:33.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L250, 127.0.0.1:8204] send request
15:12:33.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L250, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L250, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x094F}, F1 3A 3E AB 23 88 C9 71 C2 E4 F2 93 86 F2 3E 0D 16 15 D8 CA 7B 2F 82 4D
15:12:33.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L250, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37460], CON-POST   MID=37460, 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
15:12:33.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L250, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-E48D7652FCBA58C9], CON-POST   MID=37460, Token=E48D7652FCBA58C9, 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
15:12:33.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37460], KeyToken[127.0.0.1:8204-E48D7652FCBA58C9]]
15:12:33.657 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.657 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E265,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37460, Token=E48D7652FCBA58C9, 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]
15:12:33.657 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37460]
15:12:33.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.658 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R251, 127.0.0.1:8201] replace CON-POST   MID=37460, Token=E48D7652FCBA58C9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37460, Token=E48D7652FCBA58C9, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.658 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R251, 127.0.0.1:8201] send response NON-2.05   MID=37460, Token=null, OptionSet={}, "server responds hi"
15:12:33.658 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R251, 127.0.0.1:8201, complete]!
15:12:33.658 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R251, 127.0.0.1:8201, complete] completed NON-2.04   MID=37460, Token=E48D7652FCBA58C9, 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!
15:12:33.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:8201
15:12:33.659 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E266,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37460, Token=E48D7652FCBA58C9, 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]
15:12:33.659 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.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:8204-37460]
15:12:33.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.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
15:12:33.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L250, 127.0.0.1:8204, complete]!
15:12:33.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L250, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-E48D7652FCBA58C9]
15:12:33.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L250, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37460]
15:12:33.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L250, 127.0.0.1:8204, complete] completed CON-POST   MID=37460, Token=E48D7652FCBA58C9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37460, Token=E48D7652FCBA58C9, 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!
15:12:33.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L252, 127.0.0.1:8204] send request
15:12:33.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L252, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L252, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0950}, F6 07 15 62 98 DE 49 96 F4 BD 8E DC A1 E4 81 C9 4E 75 B3 42 48 68 2B 3C
15:12:33.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L252, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37461], CON-POST   MID=37461, 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
15:12:33.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L252, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-7089D9EA707310E2], CON-POST   MID=37461, Token=7089D9EA707310E2, 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
15:12:33.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37461], KeyToken[127.0.0.1:8204-7089D9EA707310E2]]
15:12:33.661 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.661 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E267,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37461, Token=7089D9EA707310E2, 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]
15:12:33.661 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.662 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37461]
15:12:33.662 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.662 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R253, 127.0.0.1:8201] replace CON-POST   MID=37461, Token=7089D9EA707310E2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37461, Token=7089D9EA707310E2, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.662 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R253, 127.0.0.1:8201] send response NON-2.05   MID=37461, Token=null, OptionSet={}, "server responds hi"
15:12:33.663 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R253, 127.0.0.1:8201, complete]!
15:12:33.663 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R253, 127.0.0.1:8201, complete] completed NON-2.04   MID=37461, Token=7089D9EA707310E2, 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!
15:12:33.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:8201
15:12:33.663 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E268,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37461, Token=7089D9EA707310E2, 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]
15:12:33.663 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.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:8204-37461]
15:12:33.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.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
15:12:33.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L252, 127.0.0.1:8204, complete]!
15:12:33.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L252, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-7089D9EA707310E2]
15:12:33.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L252, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37461]
15:12:33.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L252, 127.0.0.1:8204, complete] completed CON-POST   MID=37461, Token=7089D9EA707310E2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37461, Token=7089D9EA707310E2, 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!
15:12:33.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L254, 127.0.0.1:8204] send request
15:12:33.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L254, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L254, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0951}, F0 07 BE 12 F8 36 A8 19 FD 0E 29 92 B1 7A A0 33 5D 2C 28 D9 E4 A1 8A 08
15:12:33.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L254, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37462], CON-POST   MID=37462, 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
15:12:33.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L254, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-108F4ED73BA7FCB2], CON-POST   MID=37462, Token=108F4ED73BA7FCB2, 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
15:12:33.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37462], KeyToken[127.0.0.1:8204-108F4ED73BA7FCB2]]
15:12:33.665 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.665 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E269,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37462, Token=108F4ED73BA7FCB2, 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]
15:12:33.665 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37462]
15:12:33.666 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.666 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R255, 127.0.0.1:8201] replace CON-POST   MID=37462, Token=108F4ED73BA7FCB2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37462, Token=108F4ED73BA7FCB2, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.666 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R255, 127.0.0.1:8201] send response NON-2.05   MID=37462, Token=null, OptionSet={}, "server responds hi"
15:12:33.666 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R255, 127.0.0.1:8201, complete]!
15:12:33.666 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R255, 127.0.0.1:8201, complete] completed NON-2.04   MID=37462, Token=108F4ED73BA7FCB2, 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!
15:12:33.666 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.667 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E270,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37462, Token=108F4ED73BA7FCB2, 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]
15:12:33.667 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37462]
15:12:33.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.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
15:12:33.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L254, 127.0.0.1:8204, complete]!
15:12:33.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L254, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-108F4ED73BA7FCB2]
15:12:33.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L254, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37462]
15:12:33.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L254, 127.0.0.1:8204, complete] completed CON-POST   MID=37462, Token=108F4ED73BA7FCB2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37462, Token=108F4ED73BA7FCB2, 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!
15:12:33.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L256, 127.0.0.1:8204] send request
15:12:33.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L256, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L256, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0952}, E1 1B D5 EC 13 5D BA BD 81 59 93 CF 24 29 D6 AE BB 06 CA 61 0C 67 99 EB
15:12:33.725 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L256, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37463], CON-POST   MID=37463, 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
15:12:33.725 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L256, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-908FD48762F86389], CON-POST   MID=37463, Token=908FD48762F86389, 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
15:12:33.725 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37463], KeyToken[127.0.0.1:8204-908FD48762F86389]]
15:12:33.726 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.726 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E271,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37463, Token=908FD48762F86389, 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]
15:12:33.726 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.726 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37463]
15:12:33.726 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.726 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R257, 127.0.0.1:8201] replace CON-POST   MID=37463, Token=908FD48762F86389, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37463, Token=908FD48762F86389, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.727 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R257, 127.0.0.1:8201] send response NON-2.05   MID=37463, Token=null, OptionSet={}, "server responds hi"
15:12:33.727 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R257, 127.0.0.1:8201, complete]!
15:12:33.727 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R257, 127.0.0.1:8201, complete] completed NON-2.04   MID=37463, Token=908FD48762F86389, 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!
15:12:33.727 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.727 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E272,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37463, Token=908FD48762F86389, 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]
15:12:33.727 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.728 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37463]
15:12:33.728 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.728 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.728 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L256, 127.0.0.1:8204, complete]!
15:12:33.728 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L256, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-908FD48762F86389]
15:12:33.728 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L256, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37463]
15:12:33.728 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L256, 127.0.0.1:8204, complete] completed CON-POST   MID=37463, Token=908FD48762F86389, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37463, Token=908FD48762F86389, 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!
15:12:33.729 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L258, 127.0.0.1:8204] send request
15:12:33.729 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L258, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.729 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L258, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0953}, 69 4C EF D3 8C 55 02 0D EE 97 72 D9 83 04 69 32 BD 39 4E 37 2D 6E D1 2C
15:12:33.729 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L258, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37464], CON-POST   MID=37464, 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
15:12:33.729 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L258, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-D886405B61560CAA], CON-POST   MID=37464, Token=D886405B61560CAA, 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
15:12:33.729 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37464], KeyToken[127.0.0.1:8204-D886405B61560CAA]]
15:12:33.730 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.730 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E273,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37464, Token=D886405B61560CAA, 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]
15:12:33.730 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.730 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37464]
15:12:33.730 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.730 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R259, 127.0.0.1:8201] replace CON-POST   MID=37464, Token=D886405B61560CAA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37464, Token=D886405B61560CAA, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.730 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R259, 127.0.0.1:8201] send response NON-2.05   MID=37464, Token=null, OptionSet={}, "server responds hi"
15:12:33.731 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R259, 127.0.0.1:8201, complete]!
15:12:33.731 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R259, 127.0.0.1:8201, complete] completed NON-2.04   MID=37464, Token=D886405B61560CAA, 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!
15:12:33.731 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.731 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E274,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37464, Token=D886405B61560CAA, 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]
15:12:33.731 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.732 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37464]
15:12:33.732 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.732 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.732 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L258, 127.0.0.1:8204, complete]!
15:12:33.732 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L258, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-D886405B61560CAA]
15:12:33.732 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L258, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37464]
15:12:33.732 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L258, 127.0.0.1:8204, complete] completed CON-POST   MID=37464, Token=D886405B61560CAA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37464, Token=D886405B61560CAA, 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!
15:12:33.732 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L260, 127.0.0.1:8204] send request
15:12:33.732 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L260, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.733 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L260, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0954}, 64 42 A7 85 30 C8 08 FE B7 64 25 BB 1C 2D 58 8C CB BD 73 9E DC C8 AE 5A
15:12:33.733 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L260, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37465], CON-POST   MID=37465, 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
15:12:33.733 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L260, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-BC95B73D9FA19665], CON-POST   MID=37465, Token=BC95B73D9FA19665, 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
15:12:33.733 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37465], KeyToken[127.0.0.1:8204-BC95B73D9FA19665]]
15:12:33.733 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.734 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E275,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37465, Token=BC95B73D9FA19665, 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]
15:12:33.734 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.734 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37465]
15:12:33.734 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.734 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R261, 127.0.0.1:8201] replace CON-POST   MID=37465, Token=BC95B73D9FA19665, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37465, Token=BC95B73D9FA19665, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.734 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R261, 127.0.0.1:8201] send response NON-2.05   MID=37465, Token=null, OptionSet={}, "server responds hi"
15:12:33.735 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R261, 127.0.0.1:8201, complete]!
15:12:33.735 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R261, 127.0.0.1:8201, complete] completed NON-2.04   MID=37465, Token=BC95B73D9FA19665, 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!
15:12:33.735 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.735 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E276,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37465, Token=BC95B73D9FA19665, 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]
15:12:33.735 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.735 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37465]
15:12:33.735 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.735 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.736 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L260, 127.0.0.1:8204, complete]!
15:12:33.736 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L260, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-BC95B73D9FA19665]
15:12:33.736 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L260, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37465]
15:12:33.736 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L260, 127.0.0.1:8204, complete] completed CON-POST   MID=37465, Token=BC95B73D9FA19665, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37465, Token=BC95B73D9FA19665, 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!
15:12:33.736 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L262, 127.0.0.1:8204] send request
15:12:33.736 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L262, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.736 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L262, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0955}, 17 D2 CE 31 04 A4 47 AD D6 BD F5 3D C8 41 A1 1D 91 B2 F2 CE 28 09 9E A4
15:12:33.737 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L262, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37466], CON-POST   MID=37466, 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
15:12:33.737 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L262, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-7CDE67F72998F339], CON-POST   MID=37466, Token=7CDE67F72998F339, 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
15:12:33.737 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37466], KeyToken[127.0.0.1:8204-7CDE67F72998F339]]
15:12:33.737 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.737 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E277,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37466, Token=7CDE67F72998F339, 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]
15:12:33.737 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.738 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37466]
15:12:33.738 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.738 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R263, 127.0.0.1:8201] replace CON-POST   MID=37466, Token=7CDE67F72998F339, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37466, Token=7CDE67F72998F339, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.738 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R263, 127.0.0.1:8201] send response NON-2.05   MID=37466, Token=null, OptionSet={}, "server responds hi"
15:12:33.738 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R263, 127.0.0.1:8201, complete]!
15:12:33.738 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R263, 127.0.0.1:8201, complete] completed NON-2.04   MID=37466, Token=7CDE67F72998F339, 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!
15:12:33.739 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.739 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E278,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37466, Token=7CDE67F72998F339, 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]
15:12:33.739 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.739 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37466]
15:12:33.739 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.739 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.739 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L262, 127.0.0.1:8204, complete]!
15:12:33.739 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L262, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-7CDE67F72998F339]
15:12:33.739 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L262, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37466]
15:12:33.739 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L262, 127.0.0.1:8204, complete] completed CON-POST   MID=37466, Token=7CDE67F72998F339, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37466, Token=7CDE67F72998F339, 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!
15:12:33.740 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L264, 127.0.0.1:8204] send request
15:12:33.740 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L264, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.740 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L264, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0956}, 0F 0C 06 E5 2C 58 98 81 F3 CC 8F F3 4F D6 C7 F7 84 D6 72 91 16 BA 92 9B
15:12:33.741 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L264, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37467], CON-POST   MID=37467, 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
15:12:33.741 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L264, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-3008ABB38A20B12B], CON-POST   MID=37467, Token=3008ABB38A20B12B, 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
15:12:33.741 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37467], KeyToken[127.0.0.1:8204-3008ABB38A20B12B]]
15:12:33.741 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.741 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E279,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37467, Token=3008ABB38A20B12B, 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]
15:12:33.741 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.742 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37467]
15:12:33.742 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.742 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R265, 127.0.0.1:8201] replace CON-POST   MID=37467, Token=3008ABB38A20B12B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37467, Token=3008ABB38A20B12B, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.742 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R265, 127.0.0.1:8201] send response NON-2.05   MID=37467, Token=null, OptionSet={}, "server responds hi"
15:12:33.742 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R265, 127.0.0.1:8201, complete]!
15:12:33.743 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R265, 127.0.0.1:8201, complete] completed NON-2.04   MID=37467, Token=3008ABB38A20B12B, 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!
15:12:33.743 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.743 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E280,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37467, Token=3008ABB38A20B12B, 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]
15:12:33.743 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.743 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37467]
15:12:33.743 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.743 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.743 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L264, 127.0.0.1:8204, complete]!
15:12:33.744 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L264, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-3008ABB38A20B12B]
15:12:33.744 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L264, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37467]
15:12:33.744 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L264, 127.0.0.1:8204, complete] completed CON-POST   MID=37467, Token=3008ABB38A20B12B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37467, Token=3008ABB38A20B12B, 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!
15:12:33.744 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L266, 127.0.0.1:8204] send request
15:12:33.744 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L266, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.744 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L266, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0957}, 93 F3 34 7E 87 0D AC 15 F8 78 7B F7 4D 88 7F 57 09 7E 91 3A 3B 11 D3 25
15:12:33.745 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L266, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37468], CON-POST   MID=37468, 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
15:12:33.745 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L266, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-781C2C14D606C242], CON-POST   MID=37468, Token=781C2C14D606C242, 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
15:12:33.745 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37468], KeyToken[127.0.0.1:8204-781C2C14D606C242]]
15:12:33.745 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.745 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E281,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37468, Token=781C2C14D606C242, 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]
15:12:33.745 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.745 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37468]
15:12:33.745 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.746 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R267, 127.0.0.1:8201] replace CON-POST   MID=37468, Token=781C2C14D606C242, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37468, Token=781C2C14D606C242, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.746 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R267, 127.0.0.1:8201] send response NON-2.05   MID=37468, Token=null, OptionSet={}, "server responds hi"
15:12:33.746 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R267, 127.0.0.1:8201, complete]!
15:12:33.746 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R267, 127.0.0.1:8201, complete] completed NON-2.04   MID=37468, Token=781C2C14D606C242, 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!
15:12:33.746 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.747 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E282,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37468, Token=781C2C14D606C242, 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]
15:12:33.747 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.747 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37468]
15:12:33.747 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.747 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.747 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L266, 127.0.0.1:8204, complete]!
15:12:33.747 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L266, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-781C2C14D606C242]
15:12:33.747 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L266, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37468]
15:12:33.747 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L266, 127.0.0.1:8204, complete] completed CON-POST   MID=37468, Token=781C2C14D606C242, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37468, Token=781C2C14D606C242, 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!
15:12:33.748 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L268, 127.0.0.1:8204] send request
15:12:33.748 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L268, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.748 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L268, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0958}, 9B 03 D7 59 04 D5 0B 24 BB 0D D4 19 E3 F6 F6 ED FD 50 7E 39 26 B7 D8 60
15:12:33.748 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L268, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37469], CON-POST   MID=37469, 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
15:12:33.748 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L268, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-90C7229D7545A6D3], CON-POST   MID=37469, Token=90C7229D7545A6D3, 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
15:12:33.749 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37469], KeyToken[127.0.0.1:8204-90C7229D7545A6D3]]
15:12:33.749 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.749 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E283,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37469, Token=90C7229D7545A6D3, 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]
15:12:33.749 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.749 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37469]
15:12:33.749 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.749 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R269, 127.0.0.1:8201] replace CON-POST   MID=37469, Token=90C7229D7545A6D3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37469, Token=90C7229D7545A6D3, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.750 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R269, 127.0.0.1:8201] send response NON-2.05   MID=37469, Token=null, OptionSet={}, "server responds hi"
15:12:33.750 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R269, 127.0.0.1:8201, complete]!
15:12:33.750 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R269, 127.0.0.1:8201, complete] completed NON-2.04   MID=37469, Token=90C7229D7545A6D3, 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!
15:12:33.750 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.750 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E284,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37469, Token=90C7229D7545A6D3, 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]
15:12:33.750 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.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:8204-37469]
15:12:33.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.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
15:12:33.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L268, 127.0.0.1:8204, complete]!
15:12:33.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L268, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-90C7229D7545A6D3]
15:12:33.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L268, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37469]
15:12:33.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L268, 127.0.0.1:8204, complete] completed CON-POST   MID=37469, Token=90C7229D7545A6D3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37469, Token=90C7229D7545A6D3, 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!
15:12:33.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L270, 127.0.0.1:8204] send request
15:12:33.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L270, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L270, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0959}, C1 BC D0 C0 84 66 6A 0E 6F 73 EA 29 BC 3B B6 FE E6 73 72 3F 29 D1 F8 60
15:12:33.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L270, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37470], CON-POST   MID=37470, 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
15:12:33.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L270, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-940F9B929AF7F8E8], CON-POST   MID=37470, Token=940F9B929AF7F8E8, 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
15:12:33.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37470], KeyToken[127.0.0.1:8204-940F9B929AF7F8E8]]
15:12:33.752 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.753 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E285,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37470, Token=940F9B929AF7F8E8, 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]
15:12:33.753 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.753 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37470]
15:12:33.753 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.753 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R271, 127.0.0.1:8201] replace CON-POST   MID=37470, Token=940F9B929AF7F8E8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37470, Token=940F9B929AF7F8E8, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.753 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R271, 127.0.0.1:8201] send response NON-2.05   MID=37470, Token=null, OptionSet={}, "server responds hi"
15:12:33.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R271, 127.0.0.1:8201, complete]!
15:12:33.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R271, 127.0.0.1:8201, complete] completed NON-2.04   MID=37470, Token=940F9B929AF7F8E8, 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!
15:12:33.754 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.754 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E286,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37470, Token=940F9B929AF7F8E8, 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]
15:12:33.754 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37470]
15:12:33.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.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
15:12:33.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L270, 127.0.0.1:8204, complete]!
15:12:33.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L270, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-940F9B929AF7F8E8]
15:12:33.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L270, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37470]
15:12:33.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L270, 127.0.0.1:8204, complete] completed CON-POST   MID=37470, Token=940F9B929AF7F8E8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37470, Token=940F9B929AF7F8E8, 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!
15:12:33.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L272, 127.0.0.1:8204] send request
15:12:33.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L272, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L272, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x095A}, 61 6D 75 98 29 80 5A CD 8C DC A8 0F 18 06 1A C5 31 88 BB 1C 56 37 34 5D
15:12:33.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L272, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37471], CON-POST   MID=37471, 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
15:12:33.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L272, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-30530484B697D8BD], CON-POST   MID=37471, Token=30530484B697D8BD, 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
15:12:33.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37471], KeyToken[127.0.0.1:8204-30530484B697D8BD]]
15:12:33.756 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.756 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E287,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37471, Token=30530484B697D8BD, 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]
15:12:33.756 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.757 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37471]
15:12:33.757 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.757 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R273, 127.0.0.1:8201] replace CON-POST   MID=37471, Token=30530484B697D8BD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37471, Token=30530484B697D8BD, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.757 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R273, 127.0.0.1:8201] send response NON-2.05   MID=37471, Token=null, OptionSet={}, "server responds hi"
15:12:33.757 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R273, 127.0.0.1:8201, complete]!
15:12:33.757 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R273, 127.0.0.1:8201, complete] completed NON-2.04   MID=37471, Token=30530484B697D8BD, 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!
15:12:33.758 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.758 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E288,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37471, Token=30530484B697D8BD, 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]
15:12:33.758 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37471]
15:12:33.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.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
15:12:33.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L272, 127.0.0.1:8204, complete]!
15:12:33.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L272, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-30530484B697D8BD]
15:12:33.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L272, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37471]
15:12:33.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L272, 127.0.0.1:8204, complete] completed CON-POST   MID=37471, Token=30530484B697D8BD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37471, Token=30530484B697D8BD, 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!
15:12:33.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L274, 127.0.0.1:8204] send request
15:12:33.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L274, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L274, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x095B}, 92 4A 33 B1 E8 DC A6 9D 52 27 2C 73 C4 9E 3B 98 60 9F 4F C9 17 FE DE 82
15:12:33.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L274, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37472], CON-POST   MID=37472, 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
15:12:33.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L274, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-F874A0201A0AC5F4], CON-POST   MID=37472, Token=F874A0201A0AC5F4, 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
15:12:33.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37472], KeyToken[127.0.0.1:8204-F874A0201A0AC5F4]]
15:12:33.760 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.760 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E289,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37472, Token=F874A0201A0AC5F4, 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]
15:12:33.760 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.760 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37472]
15:12:33.760 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R275, 127.0.0.1:8201] replace CON-POST   MID=37472, Token=F874A0201A0AC5F4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37472, Token=F874A0201A0AC5F4, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R275, 127.0.0.1:8201] send response NON-2.05   MID=37472, Token=null, OptionSet={}, "server responds hi"
15:12:33.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R275, 127.0.0.1:8201, complete]!
15:12:33.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R275, 127.0.0.1:8201, complete] completed NON-2.04   MID=37472, Token=F874A0201A0AC5F4, 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!
15:12:33.761 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.762 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E290,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37472, Token=F874A0201A0AC5F4, 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]
15:12:33.762 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37472]
15:12:33.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.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
15:12:33.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L274, 127.0.0.1:8204, complete]!
15:12:33.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L274, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-F874A0201A0AC5F4]
15:12:33.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L274, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37472]
15:12:33.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L274, 127.0.0.1:8204, complete] completed CON-POST   MID=37472, Token=F874A0201A0AC5F4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37472, Token=F874A0201A0AC5F4, 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!
15:12:33.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L276, 127.0.0.1:8204] send request
15:12:33.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L276, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L276, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x095C}, AD C9 4C 56 17 4F 0A F1 FB 5D 27 E5 A6 9A 0D 14 74 D7 EE 21 C0 27 E8 8C
15:12:33.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L276, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37473], CON-POST   MID=37473, 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
15:12:33.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L276, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-74BDCBDCFEE84F23], CON-POST   MID=37473, Token=74BDCBDCFEE84F23, 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
15:12:33.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37473], KeyToken[127.0.0.1:8204-74BDCBDCFEE84F23]]
15:12:33.764 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.764 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E291,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37473, Token=74BDCBDCFEE84F23, 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]
15:12:33.764 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.764 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37473]
15:12:33.764 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.764 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R277, 127.0.0.1:8201] replace CON-POST   MID=37473, Token=74BDCBDCFEE84F23, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37473, Token=74BDCBDCFEE84F23, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.764 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R277, 127.0.0.1:8201] send response NON-2.05   MID=37473, Token=null, OptionSet={}, "server responds hi"
15:12:33.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R277, 127.0.0.1:8201, complete]!
15:12:33.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R277, 127.0.0.1:8201, complete] completed NON-2.04   MID=37473, Token=74BDCBDCFEE84F23, 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!
15:12:33.765 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.765 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E292,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37473, Token=74BDCBDCFEE84F23, 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]
15:12:33.765 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37473]
15:12:33.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.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
15:12:33.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L276, 127.0.0.1:8204, complete]!
15:12:33.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L276, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-74BDCBDCFEE84F23]
15:12:33.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L276, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37473]
15:12:33.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L276, 127.0.0.1:8204, complete] completed CON-POST   MID=37473, Token=74BDCBDCFEE84F23, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37473, Token=74BDCBDCFEE84F23, 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!
15:12:33.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L278, 127.0.0.1:8204] send request
15:12:33.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L278, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L278, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x095D}, C5 7C 11 58 85 86 48 16 89 E3 9E 70 DE EE 6E 4E B0 A5 8B 17 E6 4F 58 22
15:12:33.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L278, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37474], CON-POST   MID=37474, 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
15:12:33.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L278, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-0CD5DED97F5327F4], CON-POST   MID=37474, Token=0CD5DED97F5327F4, 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
15:12:33.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37474], KeyToken[127.0.0.1:8204-0CD5DED97F5327F4]]
15:12:33.767 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.767 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E293,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37474, Token=0CD5DED97F5327F4, 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]
15:12:33.767 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.768 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37474]
15:12:33.768 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.768 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R279, 127.0.0.1:8201] replace CON-POST   MID=37474, Token=0CD5DED97F5327F4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37474, Token=0CD5DED97F5327F4, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.768 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R279, 127.0.0.1:8201] send response NON-2.05   MID=37474, Token=null, OptionSet={}, "server responds hi"
15:12:33.768 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R279, 127.0.0.1:8201, complete]!
15:12:33.768 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R279, 127.0.0.1:8201, complete] completed NON-2.04   MID=37474, Token=0CD5DED97F5327F4, 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!
15:12:33.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:8201
15:12:33.769 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E294,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37474, Token=0CD5DED97F5327F4, 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]
15:12:33.769 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37474]
15:12:33.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.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
15:12:33.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L278, 127.0.0.1:8204, complete]!
15:12:33.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L278, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-0CD5DED97F5327F4]
15:12:33.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L278, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37474]
15:12:33.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L278, 127.0.0.1:8204, complete] completed CON-POST   MID=37474, Token=0CD5DED97F5327F4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37474, Token=0CD5DED97F5327F4, 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!
15:12:33.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L280, 127.0.0.1:8204] send request
15:12:33.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L280, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L280, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x095E}, 0C 54 AE 8F ED B1 1F 0F BF 6A CE 4B 97 65 2C 5A 22 E7 A3 48 8B 8C FD 46
15:12:33.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L280, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37475], CON-POST   MID=37475, 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
15:12:33.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L280, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-202F40A17FE83CE6], CON-POST   MID=37475, Token=202F40A17FE83CE6, 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
15:12:33.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37475], KeyToken[127.0.0.1:8204-202F40A17FE83CE6]]
15:12:33.771 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.825 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E295,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37475, Token=202F40A17FE83CE6, 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]
15:12:33.825 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.825 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37475]
15:12:33.825 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.825 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R281, 127.0.0.1:8201] replace CON-POST   MID=37475, Token=202F40A17FE83CE6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37475, Token=202F40A17FE83CE6, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.826 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R281, 127.0.0.1:8201] send response NON-2.05   MID=37475, Token=null, OptionSet={}, "server responds hi"
15:12:33.826 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R281, 127.0.0.1:8201, complete]!
15:12:33.826 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R281, 127.0.0.1:8201, complete] completed NON-2.04   MID=37475, Token=202F40A17FE83CE6, 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!
15:12:33.826 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.827 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E296,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37475, Token=202F40A17FE83CE6, 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]
15:12:33.827 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.827 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37475]
15:12:33.827 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.827 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.827 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L280, 127.0.0.1:8204, complete]!
15:12:33.827 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L280, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-202F40A17FE83CE6]
15:12:33.827 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L280, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37475]
15:12:33.827 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L280, 127.0.0.1:8204, complete] completed CON-POST   MID=37475, Token=202F40A17FE83CE6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37475, Token=202F40A17FE83CE6, 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!
15:12:33.828 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L282, 127.0.0.1:8204] send request
15:12:33.828 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L282, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.828 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L282, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x095F}, 48 C6 9F 6D 38 3E E4 77 3E B5 46 DD 3B BA 52 37 5B 36 25 FE A5 A6 63 82
15:12:33.828 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L282, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37476], CON-POST   MID=37476, 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
15:12:33.828 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L282, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-4CB5FFA6FD2A89C8], CON-POST   MID=37476, Token=4CB5FFA6FD2A89C8, 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
15:12:33.828 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37476], KeyToken[127.0.0.1:8204-4CB5FFA6FD2A89C8]]
15:12:33.829 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.829 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E297,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37476, Token=4CB5FFA6FD2A89C8, 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]
15:12:33.829 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.829 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37476]
15:12:33.829 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.829 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R283, 127.0.0.1:8201] replace CON-POST   MID=37476, Token=4CB5FFA6FD2A89C8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37476, Token=4CB5FFA6FD2A89C8, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.830 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R283, 127.0.0.1:8201] send response NON-2.05   MID=37476, Token=null, OptionSet={}, "server responds hi"
15:12:33.830 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R283, 127.0.0.1:8201, complete]!
15:12:33.830 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R283, 127.0.0.1:8201, complete] completed NON-2.04   MID=37476, Token=4CB5FFA6FD2A89C8, 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!
15:12:33.830 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.830 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E298,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37476, Token=4CB5FFA6FD2A89C8, 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]
15:12:33.830 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.831 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37476]
15:12:33.831 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.831 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.831 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L282, 127.0.0.1:8204, complete]!
15:12:33.831 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L282, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-4CB5FFA6FD2A89C8]
15:12:33.831 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L282, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37476]
15:12:33.831 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L282, 127.0.0.1:8204, complete] completed CON-POST   MID=37476, Token=4CB5FFA6FD2A89C8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37476, Token=4CB5FFA6FD2A89C8, 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!
15:12:33.831 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L284, 127.0.0.1:8204] send request
15:12:33.831 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L284, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.832 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L284, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0960}, F6 5A 74 72 B7 D3 BC 08 8C 89 02 38 EA 06 09 64 EA F2 E5 33 60 5A 35 83
15:12:33.832 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L284, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37477], CON-POST   MID=37477, 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
15:12:33.832 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L284, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-8042F0F14E91B71C], CON-POST   MID=37477, Token=8042F0F14E91B71C, 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
15:12:33.832 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37477], KeyToken[127.0.0.1:8204-8042F0F14E91B71C]]
15:12:33.832 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.833 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E299,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37477, Token=8042F0F14E91B71C, 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]
15:12:33.833 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.833 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37477]
15:12:33.833 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.833 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R285, 127.0.0.1:8201] replace CON-POST   MID=37477, Token=8042F0F14E91B71C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37477, Token=8042F0F14E91B71C, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.833 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R285, 127.0.0.1:8201] send response NON-2.05   MID=37477, Token=null, OptionSet={}, "server responds hi"
15:12:33.833 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R285, 127.0.0.1:8201, complete]!
15:12:33.833 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R285, 127.0.0.1:8201, complete] completed NON-2.04   MID=37477, Token=8042F0F14E91B71C, 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!
15:12:33.834 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.834 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E300,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37477, Token=8042F0F14E91B71C, 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]
15:12:33.834 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.834 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37477]
15:12:33.834 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.834 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.834 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L284, 127.0.0.1:8204, complete]!
15:12:33.834 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L284, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-8042F0F14E91B71C]
15:12:33.834 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L284, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37477]
15:12:33.834 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L284, 127.0.0.1:8204, complete] completed CON-POST   MID=37477, Token=8042F0F14E91B71C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37477, Token=8042F0F14E91B71C, 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!
15:12:33.835 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L286, 127.0.0.1:8204] send request
15:12:33.835 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L286, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.835 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L286, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0961}, E9 A7 23 5B 62 1D E9 F6 6A B2 9B 71 DB 00 B2 5D 25 6A 67 1B A0 1D AC 5C
15:12:33.835 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L286, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37478], CON-POST   MID=37478, 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
15:12:33.836 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L286, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-C4767363C33F59E3], CON-POST   MID=37478, Token=C4767363C33F59E3, 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
15:12:33.836 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37478], KeyToken[127.0.0.1:8204-C4767363C33F59E3]]
15:12:33.836 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.836 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E301,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37478, Token=C4767363C33F59E3, 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]
15:12:33.836 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.836 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37478]
15:12:33.836 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.837 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R287, 127.0.0.1:8201] replace CON-POST   MID=37478, Token=C4767363C33F59E3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37478, Token=C4767363C33F59E3, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.837 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R287, 127.0.0.1:8201] send response NON-2.05   MID=37478, Token=null, OptionSet={}, "server responds hi"
15:12:33.837 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R287, 127.0.0.1:8201, complete]!
15:12:33.837 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R287, 127.0.0.1:8201, complete] completed NON-2.04   MID=37478, Token=C4767363C33F59E3, 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!
15:12:33.837 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.838 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E302,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37478, Token=C4767363C33F59E3, 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]
15:12:33.838 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.838 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37478]
15:12:33.838 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.838 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.838 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L286, 127.0.0.1:8204, complete]!
15:12:33.838 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L286, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-C4767363C33F59E3]
15:12:33.838 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L286, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37478]
15:12:33.838 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L286, 127.0.0.1:8204, complete] completed CON-POST   MID=37478, Token=C4767363C33F59E3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37478, Token=C4767363C33F59E3, 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!
15:12:33.839 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L288, 127.0.0.1:8204] send request
15:12:33.839 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L288, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.839 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L288, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0962}, 13 33 47 A1 6C 57 30 DE 3D F0 79 0C 2F 0E FE 5D AC 53 B9 ED 34 F9 3F 43
15:12:33.839 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L288, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37479], CON-POST   MID=37479, 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
15:12:33.839 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L288, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-C492EC15EED286BE], CON-POST   MID=37479, Token=C492EC15EED286BE, 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
15:12:33.839 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37479], KeyToken[127.0.0.1:8204-C492EC15EED286BE]]
15:12:33.840 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.840 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E303,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37479, Token=C492EC15EED286BE, 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]
15:12:33.840 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.840 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37479]
15:12:33.840 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.840 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R289, 127.0.0.1:8201] replace CON-POST   MID=37479, Token=C492EC15EED286BE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37479, Token=C492EC15EED286BE, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.841 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R289, 127.0.0.1:8201] send response NON-2.05   MID=37479, Token=null, OptionSet={}, "server responds hi"
15:12:33.841 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R289, 127.0.0.1:8201, complete]!
15:12:33.841 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R289, 127.0.0.1:8201, complete] completed NON-2.04   MID=37479, Token=C492EC15EED286BE, 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!
15:12:33.841 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.842 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E304,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37479, Token=C492EC15EED286BE, 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]
15:12:33.842 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.842 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37479]
15:12:33.842 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.842 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.842 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L288, 127.0.0.1:8204, complete]!
15:12:33.842 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L288, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-C492EC15EED286BE]
15:12:33.842 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L288, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37479]
15:12:33.842 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L288, 127.0.0.1:8204, complete] completed CON-POST   MID=37479, Token=C492EC15EED286BE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37479, Token=C492EC15EED286BE, 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!
15:12:33.842 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L290, 127.0.0.1:8204] send request
15:12:33.842 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L290, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.843 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L290, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0963}, 3C E0 89 16 65 BA 4A 61 1F 95 43 73 A6 09 00 86 41 5F 71 C2 7E 33 0B 1F
15:12:33.843 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L290, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37480], CON-POST   MID=37480, 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
15:12:33.843 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L290, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-94D39672A37E3BB3], CON-POST   MID=37480, Token=94D39672A37E3BB3, 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
15:12:33.843 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37480], KeyToken[127.0.0.1:8204-94D39672A37E3BB3]]
15:12:33.843 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.844 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E305,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37480, Token=94D39672A37E3BB3, 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]
15:12:33.844 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.844 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37480]
15:12:33.844 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.844 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R291, 127.0.0.1:8201] replace CON-POST   MID=37480, Token=94D39672A37E3BB3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37480, Token=94D39672A37E3BB3, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.844 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R291, 127.0.0.1:8201] send response NON-2.05   MID=37480, Token=null, OptionSet={}, "server responds hi"
15:12:33.845 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R291, 127.0.0.1:8201, complete]!
15:12:33.845 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R291, 127.0.0.1:8201, complete] completed NON-2.04   MID=37480, Token=94D39672A37E3BB3, 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!
15:12:33.845 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.845 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E306,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37480, Token=94D39672A37E3BB3, 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]
15:12:33.845 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.845 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37480]
15:12:33.845 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.845 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.846 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L290, 127.0.0.1:8204, complete]!
15:12:33.846 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L290, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-94D39672A37E3BB3]
15:12:33.846 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L290, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37480]
15:12:33.846 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L290, 127.0.0.1:8204, complete] completed CON-POST   MID=37480, Token=94D39672A37E3BB3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37480, Token=94D39672A37E3BB3, 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!
15:12:33.846 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L292, 127.0.0.1:8204] send request
15:12:33.846 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L292, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.846 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L292, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0964}, 63 FF B6 6D 72 AA 6F 52 D3 2E B2 A5 36 73 4B 2D BE 72 9F 57 39 26 27 70
15:12:33.847 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L292, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37481], CON-POST   MID=37481, 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
15:12:33.847 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L292, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-806410DE57AB7864], CON-POST   MID=37481, Token=806410DE57AB7864, 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
15:12:33.847 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37481], KeyToken[127.0.0.1:8204-806410DE57AB7864]]
15:12:33.847 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.847 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E307,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37481, Token=806410DE57AB7864, 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]
15:12:33.847 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.847 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37481]
15:12:33.848 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.848 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R293, 127.0.0.1:8201] replace CON-POST   MID=37481, Token=806410DE57AB7864, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37481, Token=806410DE57AB7864, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.848 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R293, 127.0.0.1:8201] send response NON-2.05   MID=37481, Token=null, OptionSet={}, "server responds hi"
15:12:33.848 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R293, 127.0.0.1:8201, complete]!
15:12:33.848 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R293, 127.0.0.1:8201, complete] completed NON-2.04   MID=37481, Token=806410DE57AB7864, 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!
15:12:33.848 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.849 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E308,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37481, Token=806410DE57AB7864, 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]
15:12:33.849 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.849 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37481]
15:12:33.849 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.849 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.849 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L292, 127.0.0.1:8204, complete]!
15:12:33.849 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L292, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-806410DE57AB7864]
15:12:33.849 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L292, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37481]
15:12:33.849 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L292, 127.0.0.1:8204, complete] completed CON-POST   MID=37481, Token=806410DE57AB7864, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37481, Token=806410DE57AB7864, 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!
15:12:33.850 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L294, 127.0.0.1:8204] send request
15:12:33.850 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L294, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.850 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L294, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0965}, CD A6 24 11 68 8B F6 AF 74 92 20 C2 8B 79 DE 2D 71 60 D0 0B DA 5C 93 55
15:12:33.850 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L294, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37482], CON-POST   MID=37482, 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
15:12:33.850 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L294, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-287D19BD33AD5210], CON-POST   MID=37482, Token=287D19BD33AD5210, 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
15:12:33.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37482], KeyToken[127.0.0.1:8204-287D19BD33AD5210]]
15:12:33.851 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.851 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E309,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37482, Token=287D19BD33AD5210, 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]
15:12:33.851 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.851 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37482]
15:12:33.851 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.852 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R295, 127.0.0.1:8201] replace CON-POST   MID=37482, Token=287D19BD33AD5210, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37482, Token=287D19BD33AD5210, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.852 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R295, 127.0.0.1:8201] send response NON-2.05   MID=37482, Token=null, OptionSet={}, "server responds hi"
15:12:33.852 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R295, 127.0.0.1:8201, complete]!
15:12:33.852 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R295, 127.0.0.1:8201, complete] completed NON-2.04   MID=37482, Token=287D19BD33AD5210, 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!
15:12:33.852 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.853 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E310,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37482, Token=287D19BD33AD5210, 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]
15:12:33.853 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37482]
15:12:33.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.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
15:12:33.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L294, 127.0.0.1:8204, complete]!
15:12:33.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L294, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-287D19BD33AD5210]
15:12:33.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L294, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37482]
15:12:33.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L294, 127.0.0.1:8204, complete] completed CON-POST   MID=37482, Token=287D19BD33AD5210, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37482, Token=287D19BD33AD5210, 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!
15:12:33.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L296, 127.0.0.1:8204] send request
15:12:33.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L296, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L296, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0966}, 94 CA 56 83 4F 18 43 56 43 1D D6 7F 02 41 9D FA C5 F9 58 44 2B E1 E4 60
15:12:33.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L296, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37483], CON-POST   MID=37483, 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
15:12:33.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L296, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-64EAFC69A217FD0F], CON-POST   MID=37483, Token=64EAFC69A217FD0F, 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
15:12:33.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37483], KeyToken[127.0.0.1:8204-64EAFC69A217FD0F]]
15:12:33.854 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.855 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E311,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37483, Token=64EAFC69A217FD0F, 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]
15:12:33.855 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.855 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37483]
15:12:33.855 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.855 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R297, 127.0.0.1:8201] replace CON-POST   MID=37483, Token=64EAFC69A217FD0F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37483, Token=64EAFC69A217FD0F, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.855 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R297, 127.0.0.1:8201] send response NON-2.05   MID=37483, Token=null, OptionSet={}, "server responds hi"
15:12:33.856 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R297, 127.0.0.1:8201, complete]!
15:12:33.856 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R297, 127.0.0.1:8201, complete] completed NON-2.04   MID=37483, Token=64EAFC69A217FD0F, 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!
15:12:33.856 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.856 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E312,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37483, Token=64EAFC69A217FD0F, 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]
15:12:33.856 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37483]
15:12:33.856 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.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
15:12:33.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L296, 127.0.0.1:8204, complete]!
15:12:33.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L296, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-64EAFC69A217FD0F]
15:12:33.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L296, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37483]
15:12:33.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L296, 127.0.0.1:8204, complete] completed CON-POST   MID=37483, Token=64EAFC69A217FD0F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37483, Token=64EAFC69A217FD0F, 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!
15:12:33.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L298, 127.0.0.1:8204] send request
15:12:33.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L298, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L298, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0967}, 46 90 4C CD 2D E0 86 AA 96 95 73 E9 47 96 71 3C 70 42 41 FC D8 96 1F B7
15:12:33.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L298, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37484], CON-POST   MID=37484, 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
15:12:33.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L298, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-601916DE0C532E02], CON-POST   MID=37484, Token=601916DE0C532E02, 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
15:12:33.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37484], KeyToken[127.0.0.1:8204-601916DE0C532E02]]
15:12:33.858 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.858 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E313,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37484, Token=601916DE0C532E02, 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]
15:12:33.858 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.859 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37484]
15:12:33.859 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.859 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R299, 127.0.0.1:8201] replace CON-POST   MID=37484, Token=601916DE0C532E02, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37484, Token=601916DE0C532E02, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.859 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R299, 127.0.0.1:8201] send response NON-2.05   MID=37484, Token=null, OptionSet={}, "server responds hi"
15:12:33.859 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R299, 127.0.0.1:8201, complete]!
15:12:33.859 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R299, 127.0.0.1:8201, complete] completed NON-2.04   MID=37484, Token=601916DE0C532E02, 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!
15:12:33.860 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.860 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E314,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37484, Token=601916DE0C532E02, 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]
15:12:33.860 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37484]
15:12:33.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.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
15:12:33.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L298, 127.0.0.1:8204, complete]!
15:12:33.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L298, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-601916DE0C532E02]
15:12:33.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L298, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37484]
15:12:33.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L298, 127.0.0.1:8204, complete] completed CON-POST   MID=37484, Token=601916DE0C532E02, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37484, Token=601916DE0C532E02, 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!
15:12:33.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L300, 127.0.0.1:8204] send request
15:12:33.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L300, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L300, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0968}, 87 3E 2F D2 FD 9F 1B 35 51 74 8C 62 D4 74 F8 5B CD A4 39 21 47 C5 33 22
15:12:33.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L300, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37485], CON-POST   MID=37485, 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
15:12:33.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L300, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-180C56C827FF82AD], CON-POST   MID=37485, Token=180C56C827FF82AD, 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
15:12:33.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37485], KeyToken[127.0.0.1:8204-180C56C827FF82AD]]
15:12:33.862 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.862 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E315,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37485, Token=180C56C827FF82AD, 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]
15:12:33.862 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37485]
15:12:33.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.863 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R301, 127.0.0.1:8201] replace CON-POST   MID=37485, Token=180C56C827FF82AD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37485, Token=180C56C827FF82AD, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.863 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R301, 127.0.0.1:8201] send response NON-2.05   MID=37485, Token=null, OptionSet={}, "server responds hi"
15:12:33.863 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R301, 127.0.0.1:8201, complete]!
15:12:33.863 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R301, 127.0.0.1:8201, complete] completed NON-2.04   MID=37485, Token=180C56C827FF82AD, 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!
15:12:33.863 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.864 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E316,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37485, Token=180C56C827FF82AD, 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]
15:12:33.864 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37485]
15:12:33.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.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
15:12:33.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L300, 127.0.0.1:8204, complete]!
15:12:33.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L300, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-180C56C827FF82AD]
15:12:33.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L300, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37485]
15:12:33.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L300, 127.0.0.1:8204, complete] completed CON-POST   MID=37485, Token=180C56C827FF82AD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37485, Token=180C56C827FF82AD, 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!
15:12:33.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L302, 127.0.0.1:8204] send request
15:12:33.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L302, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L302, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0969}, FC 33 CB 6E 5F 2C 4C 83 6A E6 60 5A AF 24 38 CA C0 52 AB 37 00 AE 76 88
15:12:33.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L302, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37486], CON-POST   MID=37486, 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
15:12:33.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L302, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-60DA88EAAC7246A1], CON-POST   MID=37486, Token=60DA88EAAC7246A1, 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
15:12:33.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37486], KeyToken[127.0.0.1:8204-60DA88EAAC7246A1]]
15:12:33.865 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.866 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E317,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37486, Token=60DA88EAAC7246A1, 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]
15:12:33.866 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.866 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37486]
15:12:33.866 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.866 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R303, 127.0.0.1:8201] replace CON-POST   MID=37486, Token=60DA88EAAC7246A1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37486, Token=60DA88EAAC7246A1, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.866 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R303, 127.0.0.1:8201] send response NON-2.05   MID=37486, Token=null, OptionSet={}, "server responds hi"
15:12:33.867 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R303, 127.0.0.1:8201, complete]!
15:12:33.867 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R303, 127.0.0.1:8201, complete] completed NON-2.04   MID=37486, Token=60DA88EAAC7246A1, 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!
15:12:33.867 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.867 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E318,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37486, Token=60DA88EAAC7246A1, 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]
15:12:33.867 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.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:8204-37486]
15:12:33.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.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
15:12:33.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L302, 127.0.0.1:8204, complete]!
15:12:33.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L302, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-60DA88EAAC7246A1]
15:12:33.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L302, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37486]
15:12:33.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L302, 127.0.0.1:8204, complete] completed CON-POST   MID=37486, Token=60DA88EAAC7246A1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37486, Token=60DA88EAAC7246A1, 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!
15:12:33.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L304, 127.0.0.1:8204] send request
15:12:33.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L304, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L304, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x096A}, 4C AD B0 C8 49 3C E5 05 A3 03 57 E7 F7 7A 1C D1 F2 46 00 97 41 4A 01 3F
15:12:33.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L304, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37487], CON-POST   MID=37487, 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
15:12:33.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L304, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-24D1F7E146614CE4], CON-POST   MID=37487, Token=24D1F7E146614CE4, 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
15:12:33.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37487], KeyToken[127.0.0.1:8204-24D1F7E146614CE4]]
15:12:33.869 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.869 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E319,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37487, Token=24D1F7E146614CE4, 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]
15:12:33.869 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.869 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37487]
15:12:33.869 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.870 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R305, 127.0.0.1:8201] replace CON-POST   MID=37487, Token=24D1F7E146614CE4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37487, Token=24D1F7E146614CE4, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.870 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R305, 127.0.0.1:8201] send response NON-2.05   MID=37487, Token=null, OptionSet={}, "server responds hi"
15:12:33.870 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R305, 127.0.0.1:8201, complete]!
15:12:33.870 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R305, 127.0.0.1:8201, complete] completed NON-2.04   MID=37487, Token=24D1F7E146614CE4, 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!
15:12:33.870 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.871 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E320,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37487, Token=24D1F7E146614CE4, 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]
15:12:33.871 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37487]
15:12:33.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.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
15:12:33.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L304, 127.0.0.1:8204, complete]!
15:12:33.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L304, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-24D1F7E146614CE4]
15:12:33.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L304, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37487]
15:12:33.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L304, 127.0.0.1:8204, complete] completed CON-POST   MID=37487, Token=24D1F7E146614CE4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37487, Token=24D1F7E146614CE4, 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!
15:12:33.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L306, 127.0.0.1:8204] send request
15:12:33.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L306, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L306, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x096B}, F7 3C D7 F4 D5 C5 1F 3A 26 23 81 97 2D 84 EB A4 BF 4B A6 30 DA 6A DB DE
15:12:33.925 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L306, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37488], CON-POST   MID=37488, 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
15:12:33.925 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L306, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-B0685B99386FA7A9], CON-POST   MID=37488, Token=B0685B99386FA7A9, 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
15:12:33.925 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37488], KeyToken[127.0.0.1:8204-B0685B99386FA7A9]]
15:12:33.926 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.926 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E321,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37488, Token=B0685B99386FA7A9, 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]
15:12:33.926 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.926 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37488]
15:12:33.926 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.926 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R307, 127.0.0.1:8201] replace CON-POST   MID=37488, Token=B0685B99386FA7A9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37488, Token=B0685B99386FA7A9, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.927 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R307, 127.0.0.1:8201] send response NON-2.05   MID=37488, Token=null, OptionSet={}, "server responds hi"
15:12:33.927 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R307, 127.0.0.1:8201, complete]!
15:12:33.927 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R307, 127.0.0.1:8201, complete] completed NON-2.04   MID=37488, Token=B0685B99386FA7A9, 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!
15:12:33.927 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.928 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E322,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37488, Token=B0685B99386FA7A9, 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]
15:12:33.928 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.928 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37488]
15:12:33.928 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.928 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.928 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L306, 127.0.0.1:8204, complete]!
15:12:33.928 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L306, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-B0685B99386FA7A9]
15:12:33.928 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L306, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37488]
15:12:33.928 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L306, 127.0.0.1:8204, complete] completed CON-POST   MID=37488, Token=B0685B99386FA7A9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37488, Token=B0685B99386FA7A9, 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!
15:12:33.928 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L308, 127.0.0.1:8204] send request
15:12:33.929 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L308, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.929 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L308, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x096C}, BA 91 91 41 02 E1 7E 11 9C FB E0 BF DE 96 34 B0 8A FF FE 0B 81 CE 8E 3E
15:12:33.929 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L308, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37489], CON-POST   MID=37489, 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
15:12:33.929 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L308, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-8C1FFBE83ED0554C], CON-POST   MID=37489, Token=8C1FFBE83ED0554C, 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
15:12:33.929 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37489], KeyToken[127.0.0.1:8204-8C1FFBE83ED0554C]]
15:12:33.929 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.930 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E323,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37489, Token=8C1FFBE83ED0554C, 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]
15:12:33.930 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.930 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37489]
15:12:33.930 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.930 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R309, 127.0.0.1:8201] replace CON-POST   MID=37489, Token=8C1FFBE83ED0554C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37489, Token=8C1FFBE83ED0554C, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.930 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R309, 127.0.0.1:8201] send response NON-2.05   MID=37489, Token=null, OptionSet={}, "server responds hi"
15:12:33.931 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R309, 127.0.0.1:8201, complete]!
15:12:33.931 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R309, 127.0.0.1:8201, complete] completed NON-2.04   MID=37489, Token=8C1FFBE83ED0554C, 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!
15:12:33.931 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.931 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E324,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37489, Token=8C1FFBE83ED0554C, 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]
15:12:33.931 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.931 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37489]
15:12:33.931 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.931 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.932 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L308, 127.0.0.1:8204, complete]!
15:12:33.932 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L308, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-8C1FFBE83ED0554C]
15:12:33.932 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L308, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37489]
15:12:33.932 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L308, 127.0.0.1:8204, complete] completed CON-POST   MID=37489, Token=8C1FFBE83ED0554C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37489, Token=8C1FFBE83ED0554C, 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!
15:12:33.932 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L310, 127.0.0.1:8204] send request
15:12:33.932 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L310, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.933 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L310, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x096D}, 80 0E 4F 06 30 8B 94 C3 E1 4B 20 4E FA 0C 6C D3 B9 11 64 84 C5 B3 96 27
15:12:33.933 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L310, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37490], CON-POST   MID=37490, 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
15:12:33.933 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L310, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-883DA2C82F92132B], CON-POST   MID=37490, Token=883DA2C82F92132B, 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
15:12:33.933 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37490], KeyToken[127.0.0.1:8204-883DA2C82F92132B]]
15:12:33.933 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.933 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E325,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37490, Token=883DA2C82F92132B, 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]
15:12:33.933 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.934 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37490]
15:12:33.934 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.934 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R311, 127.0.0.1:8201] replace CON-POST   MID=37490, Token=883DA2C82F92132B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37490, Token=883DA2C82F92132B, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.934 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R311, 127.0.0.1:8201] send response NON-2.05   MID=37490, Token=null, OptionSet={}, "server responds hi"
15:12:33.934 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R311, 127.0.0.1:8201, complete]!
15:12:33.934 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R311, 127.0.0.1:8201, complete] completed NON-2.04   MID=37490, Token=883DA2C82F92132B, 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!
15:12:33.935 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.935 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E326,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37490, Token=883DA2C82F92132B, 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]
15:12:33.935 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.935 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37490]
15:12:33.935 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.935 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.935 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L310, 127.0.0.1:8204, complete]!
15:12:33.935 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L310, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-883DA2C82F92132B]
15:12:33.935 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L310, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37490]
15:12:33.935 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L310, 127.0.0.1:8204, complete] completed CON-POST   MID=37490, Token=883DA2C82F92132B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37490, Token=883DA2C82F92132B, 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!
15:12:33.936 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L312, 127.0.0.1:8204] send request
15:12:33.936 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L312, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.936 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L312, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x096E}, D1 A3 7D F8 31 77 D3 AF 63 E8 6F D6 7F 61 FC 1C 14 F0 93 EA A3 7E 34 1D
15:12:33.936 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L312, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37491], CON-POST   MID=37491, 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
15:12:33.937 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L312, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-E88FCAC40EEBB8AC], CON-POST   MID=37491, Token=E88FCAC40EEBB8AC, 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
15:12:33.937 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37491], KeyToken[127.0.0.1:8204-E88FCAC40EEBB8AC]]
15:12:33.937 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.937 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E327,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37491, Token=E88FCAC40EEBB8AC, 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]
15:12:33.937 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.937 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37491]
15:12:33.937 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.938 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R313, 127.0.0.1:8201] replace CON-POST   MID=37491, Token=E88FCAC40EEBB8AC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37491, Token=E88FCAC40EEBB8AC, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.938 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R313, 127.0.0.1:8201] send response NON-2.05   MID=37491, Token=null, OptionSet={}, "server responds hi"
15:12:33.938 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R313, 127.0.0.1:8201, complete]!
15:12:33.938 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R313, 127.0.0.1:8201, complete] completed NON-2.04   MID=37491, Token=E88FCAC40EEBB8AC, 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!
15:12:33.938 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.939 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E328,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37491, Token=E88FCAC40EEBB8AC, 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]
15:12:33.939 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.939 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37491]
15:12:33.939 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.939 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.939 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L312, 127.0.0.1:8204, complete]!
15:12:33.939 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L312, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-E88FCAC40EEBB8AC]
15:12:33.939 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L312, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37491]
15:12:33.939 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L312, 127.0.0.1:8204, complete] completed CON-POST   MID=37491, Token=E88FCAC40EEBB8AC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37491, Token=E88FCAC40EEBB8AC, 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!
15:12:33.939 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L314, 127.0.0.1:8204] send request
15:12:33.939 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L314, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.940 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L314, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x096F}, 3D 3B F7 16 DD 4D C6 BF 63 11 05 BA 88 5D 65 7A 23 2B 50 7D 62 01 50 6C
15:12:33.940 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L314, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37492], CON-POST   MID=37492, 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
15:12:33.940 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L314, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-94034A571B20F69A], CON-POST   MID=37492, Token=94034A571B20F69A, 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
15:12:33.940 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37492], KeyToken[127.0.0.1:8204-94034A571B20F69A]]
15:12:33.940 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.941 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E329,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37492, Token=94034A571B20F69A, 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]
15:12:33.941 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.941 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37492]
15:12:33.941 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.941 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R315, 127.0.0.1:8201] replace CON-POST   MID=37492, Token=94034A571B20F69A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37492, Token=94034A571B20F69A, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.941 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R315, 127.0.0.1:8201] send response NON-2.05   MID=37492, Token=null, OptionSet={}, "server responds hi"
15:12:33.942 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R315, 127.0.0.1:8201, complete]!
15:12:33.942 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R315, 127.0.0.1:8201, complete] completed NON-2.04   MID=37492, Token=94034A571B20F69A, 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!
15:12:33.942 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.942 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E330,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37492, Token=94034A571B20F69A, 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]
15:12:33.942 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.942 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37492]
15:12:33.942 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.942 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.943 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L314, 127.0.0.1:8204, complete]!
15:12:33.943 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L314, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-94034A571B20F69A]
15:12:33.943 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L314, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37492]
15:12:33.943 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L314, 127.0.0.1:8204, complete] completed CON-POST   MID=37492, Token=94034A571B20F69A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37492, Token=94034A571B20F69A, 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!
15:12:33.943 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L316, 127.0.0.1:8204] send request
15:12:33.943 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L316, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.943 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L316, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0970}, 14 84 19 85 9E AD B2 5C FC F9 12 F5 17 55 E8 39 4B 0F 56 0A A7 57 D4 BB
15:12:33.944 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L316, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37493], CON-POST   MID=37493, 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
15:12:33.944 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L316, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-A8B401502CAD3F5B], CON-POST   MID=37493, Token=A8B401502CAD3F5B, 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
15:12:33.944 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37493], KeyToken[127.0.0.1:8204-A8B401502CAD3F5B]]
15:12:33.944 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.944 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E331,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37493, Token=A8B401502CAD3F5B, 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]
15:12:33.944 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.944 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37493]
15:12:33.944 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.945 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R317, 127.0.0.1:8201] replace CON-POST   MID=37493, Token=A8B401502CAD3F5B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37493, Token=A8B401502CAD3F5B, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.945 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R317, 127.0.0.1:8201] send response NON-2.05   MID=37493, Token=null, OptionSet={}, "server responds hi"
15:12:33.945 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R317, 127.0.0.1:8201, complete]!
15:12:33.945 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R317, 127.0.0.1:8201, complete] completed NON-2.04   MID=37493, Token=A8B401502CAD3F5B, 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!
15:12:33.945 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.946 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E332,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37493, Token=A8B401502CAD3F5B, 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]
15:12:33.946 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.946 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37493]
15:12:33.946 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.946 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.946 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L316, 127.0.0.1:8204, complete]!
15:12:33.946 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L316, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-A8B401502CAD3F5B]
15:12:33.946 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L316, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37493]
15:12:33.946 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L316, 127.0.0.1:8204, complete] completed CON-POST   MID=37493, Token=A8B401502CAD3F5B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37493, Token=A8B401502CAD3F5B, 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!
15:12:33.947 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L318, 127.0.0.1:8204] send request
15:12:33.947 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L318, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.947 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L318, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0971}, 4B 74 1F D3 A1 C0 A4 CA B7 16 32 C1 FD A2 CF B7 46 05 48 53 76 BB 92 CD
15:12:33.947 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L318, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37494], CON-POST   MID=37494, 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
15:12:33.947 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L318, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-24145A0A2BBD8B4E], CON-POST   MID=37494, Token=24145A0A2BBD8B4E, 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
15:12:33.947 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37494], KeyToken[127.0.0.1:8204-24145A0A2BBD8B4E]]
15:12:33.948 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.948 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E333,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37494, Token=24145A0A2BBD8B4E, 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]
15:12:33.948 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.948 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37494]
15:12:33.948 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.948 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R319, 127.0.0.1:8201] replace CON-POST   MID=37494, Token=24145A0A2BBD8B4E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37494, Token=24145A0A2BBD8B4E, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.949 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R319, 127.0.0.1:8201] send response NON-2.05   MID=37494, Token=null, OptionSet={}, "server responds hi"
15:12:33.949 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R319, 127.0.0.1:8201, complete]!
15:12:33.949 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R319, 127.0.0.1:8201, complete] completed NON-2.04   MID=37494, Token=24145A0A2BBD8B4E, 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!
15:12:33.949 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.949 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E334,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37494, Token=24145A0A2BBD8B4E, 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]
15:12:33.949 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.950 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37494]
15:12:33.950 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.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
15:12:33.950 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L318, 127.0.0.1:8204, complete]!
15:12:33.950 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L318, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-24145A0A2BBD8B4E]
15:12:33.950 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L318, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37494]
15:12:33.950 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L318, 127.0.0.1:8204, complete] completed CON-POST   MID=37494, Token=24145A0A2BBD8B4E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37494, Token=24145A0A2BBD8B4E, 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!
15:12:33.950 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L320, 127.0.0.1:8204] send request
15:12:33.950 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L320, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L320, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0972}, A7 EE C3 85 74 76 A7 BC 29 7A 10 DB B8 E1 7E D4 D4 2A F0 9E 5C 9D 16 67
15:12:33.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L320, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37495], CON-POST   MID=37495, 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
15:12:33.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L320, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-C0E6741C015166D0], CON-POST   MID=37495, Token=C0E6741C015166D0, 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
15:12:33.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37495], KeyToken[127.0.0.1:8204-C0E6741C015166D0]]
15:12:33.951 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.951 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E335,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37495, Token=C0E6741C015166D0, 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]
15:12:33.951 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.952 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37495]
15:12:33.952 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.952 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R321, 127.0.0.1:8201] replace CON-POST   MID=37495, Token=C0E6741C015166D0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37495, Token=C0E6741C015166D0, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.952 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R321, 127.0.0.1:8201] send response NON-2.05   MID=37495, Token=null, OptionSet={}, "server responds hi"
15:12:33.952 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R321, 127.0.0.1:8201, complete]!
15:12:33.952 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R321, 127.0.0.1:8201, complete] completed NON-2.04   MID=37495, Token=C0E6741C015166D0, 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!
15:12:33.952 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.953 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E336,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37495, Token=C0E6741C015166D0, 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]
15:12:33.953 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37495]
15:12:33.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.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
15:12:33.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L320, 127.0.0.1:8204, complete]!
15:12:33.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L320, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-C0E6741C015166D0]
15:12:33.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L320, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37495]
15:12:33.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L320, 127.0.0.1:8204, complete] completed CON-POST   MID=37495, Token=C0E6741C015166D0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37495, Token=C0E6741C015166D0, 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!
15:12:33.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L322, 127.0.0.1:8204] send request
15:12:33.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L322, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L322, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0973}, 40 96 B8 3E A5 2E CE C4 80 84 64 52 8F AB 59 60 34 E7 1B 6A 97 C3 33 9D
15:12:33.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L322, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37496], CON-POST   MID=37496, 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
15:12:33.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L322, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-740BE3060855F000], CON-POST   MID=37496, Token=740BE3060855F000, 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
15:12:33.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37496], KeyToken[127.0.0.1:8204-740BE3060855F000]]
15:12:33.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:8204
15:12:33.955 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E337,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37496, Token=740BE3060855F000, 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]
15:12:33.955 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.955 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37496]
15:12:33.955 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.955 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R323, 127.0.0.1:8201] replace CON-POST   MID=37496, Token=740BE3060855F000, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37496, Token=740BE3060855F000, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R323, 127.0.0.1:8201] send response NON-2.05   MID=37496, Token=null, OptionSet={}, "server responds hi"
15:12:33.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R323, 127.0.0.1:8201, complete]!
15:12:33.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R323, 127.0.0.1:8201, complete] completed NON-2.04   MID=37496, Token=740BE3060855F000, 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!
15:12:33.956 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.956 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E338,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37496, Token=740BE3060855F000, 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]
15:12:33.956 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37496]
15:12:33.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.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
15:12:33.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L322, 127.0.0.1:8204, complete]!
15:12:33.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L322, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-740BE3060855F000]
15:12:33.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L322, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37496]
15:12:33.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L322, 127.0.0.1:8204, complete] completed CON-POST   MID=37496, Token=740BE3060855F000, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37496, Token=740BE3060855F000, 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!
15:12:33.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L324, 127.0.0.1:8204] send request
15:12:33.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L324, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L324, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0974}, 0F A0 F8 B9 4D DB 1B 87 3C 6F 4A 0A 8E 77 5C FD EC 72 18 DC 23 99 57 2D
15:12:33.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L324, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37497], CON-POST   MID=37497, 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
15:12:33.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L324, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-C0B10FC1AF303A85], CON-POST   MID=37497, Token=C0B10FC1AF303A85, 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
15:12:33.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37497], KeyToken[127.0.0.1:8204-C0B10FC1AF303A85]]
15:12:33.958 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.959 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E339,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37497, Token=C0B10FC1AF303A85, 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]
15:12:33.959 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.959 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37497]
15:12:33.959 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.959 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R325, 127.0.0.1:8201] replace CON-POST   MID=37497, Token=C0B10FC1AF303A85, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37497, Token=C0B10FC1AF303A85, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.959 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R325, 127.0.0.1:8201] send response NON-2.05   MID=37497, Token=null, OptionSet={}, "server responds hi"
15:12:33.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R325, 127.0.0.1:8201, complete]!
15:12:33.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R325, 127.0.0.1:8201, complete] completed NON-2.04   MID=37497, Token=C0B10FC1AF303A85, 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!
15:12:33.960 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.960 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E340,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37497, Token=C0B10FC1AF303A85, 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]
15:12:33.960 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37497]
15:12:33.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L324, 127.0.0.1:8204, complete]!
15:12:33.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L324, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-C0B10FC1AF303A85]
15:12:33.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L324, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37497]
15:12:33.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L324, 127.0.0.1:8204, complete] completed CON-POST   MID=37497, Token=C0B10FC1AF303A85, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37497, Token=C0B10FC1AF303A85, 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!
15:12:33.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L326, 127.0.0.1:8204] send request
15:12:33.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L326, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L326, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0975}, 23 13 85 0F A9 F1 DE DA 97 2C 18 42 2A B7 3D 70 7A 65 63 67 AD 6A B4 DE
15:12:33.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L326, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37498], CON-POST   MID=37498, 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
15:12:33.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L326, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-9862FD1FD47BCF00], CON-POST   MID=37498, Token=9862FD1FD47BCF00, 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
15:12:33.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37498], KeyToken[127.0.0.1:8204-9862FD1FD47BCF00]]
15:12:33.962 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.962 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E341,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37498, Token=9862FD1FD47BCF00, 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]
15:12:33.962 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37498]
15:12:33.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R327, 127.0.0.1:8201] replace CON-POST   MID=37498, Token=9862FD1FD47BCF00, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37498, Token=9862FD1FD47BCF00, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R327, 127.0.0.1:8201] send response NON-2.05   MID=37498, Token=null, OptionSet={}, "server responds hi"
15:12:33.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R327, 127.0.0.1:8201, complete]!
15:12:33.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R327, 127.0.0.1:8201, complete] completed NON-2.04   MID=37498, Token=9862FD1FD47BCF00, 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!
15:12:33.963 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.964 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E342,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37498, Token=9862FD1FD47BCF00, 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]
15:12:33.964 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37498]
15:12:33.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.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
15:12:33.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L326, 127.0.0.1:8204, complete]!
15:12:33.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L326, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-9862FD1FD47BCF00]
15:12:33.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L326, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37498]
15:12:33.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L326, 127.0.0.1:8204, complete] completed CON-POST   MID=37498, Token=9862FD1FD47BCF00, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37498, Token=9862FD1FD47BCF00, 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!
15:12:33.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L328, 127.0.0.1:8204] send request
15:12:33.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L328, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L328, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0976}, BD A2 76 75 44 5A 45 3A 77 B6 45 56 EB 23 D7 18 6C 06 56 8B 7D 9D F6 85
15:12:33.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L328, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37499], CON-POST   MID=37499, 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
15:12:33.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L328, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-CCCCAC680CB6D7E2], CON-POST   MID=37499, Token=CCCCAC680CB6D7E2, 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
15:12:33.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37499], KeyToken[127.0.0.1:8204-CCCCAC680CB6D7E2]]
15:12:33.966 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.966 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E343,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37499, Token=CCCCAC680CB6D7E2, 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]
15:12:33.966 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.966 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37499]
15:12:33.966 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.966 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R329, 127.0.0.1:8201] replace CON-POST   MID=37499, Token=CCCCAC680CB6D7E2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37499, Token=CCCCAC680CB6D7E2, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R329, 127.0.0.1:8201] send response NON-2.05   MID=37499, Token=null, OptionSet={}, "server responds hi"
15:12:33.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R329, 127.0.0.1:8201, complete]!
15:12:33.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R329, 127.0.0.1:8201, complete] completed NON-2.04   MID=37499, Token=CCCCAC680CB6D7E2, 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!
15:12:33.967 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.967 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E344,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37499, Token=CCCCAC680CB6D7E2, 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]
15:12:33.967 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37499]
15:12:33.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.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
15:12:33.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L328, 127.0.0.1:8204, complete]!
15:12:33.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L328, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-CCCCAC680CB6D7E2]
15:12:33.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L328, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37499]
15:12:33.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L328, 127.0.0.1:8204, complete] completed CON-POST   MID=37499, Token=CCCCAC680CB6D7E2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37499, Token=CCCCAC680CB6D7E2, 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!
15:12:33.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L330, 127.0.0.1:8204] send request
15:12:33.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L330, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L330, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0977}, D6 FC BF A5 52 49 BC 42 3C CA 5B D4 DC 1C 7D F9 AA E9 C5 3D 18 B1 55 20
15:12:33.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L330, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37500], CON-POST   MID=37500, 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
15:12:33.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L330, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-D46EC04F25AB9CB7], CON-POST   MID=37500, Token=D46EC04F25AB9CB7, 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
15:12:33.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37500], KeyToken[127.0.0.1:8204-D46EC04F25AB9CB7]]
15:12:33.969 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.970 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E345,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37500, Token=D46EC04F25AB9CB7, 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]
15:12:33.970 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.970 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37500]
15:12:33.970 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.970 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R331, 127.0.0.1:8201] replace CON-POST   MID=37500, Token=D46EC04F25AB9CB7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37500, Token=D46EC04F25AB9CB7, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.970 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R331, 127.0.0.1:8201] send response NON-2.05   MID=37500, Token=null, OptionSet={}, "server responds hi"
15:12:33.971 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R331, 127.0.0.1:8201, complete]!
15:12:33.971 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R331, 127.0.0.1:8201, complete] completed NON-2.04   MID=37500, Token=D46EC04F25AB9CB7, 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!
15:12:33.971 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.971 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E346,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37500, Token=D46EC04F25AB9CB7, 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]
15:12:33.971 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37500]
15:12:33.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.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
15:12:33.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L330, 127.0.0.1:8204, complete]!
15:12:33.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L330, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-D46EC04F25AB9CB7]
15:12:33.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L330, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37500]
15:12:33.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L330, 127.0.0.1:8204, complete] completed CON-POST   MID=37500, Token=D46EC04F25AB9CB7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37500, Token=D46EC04F25AB9CB7, 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!
15:12:33.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L332, 127.0.0.1:8204] send request
15:12:33.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L332, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L332, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0978}, 0D 90 44 8B 81 63 47 F0 63 4D 14 14 E8 9D 7E 4C E5 22 14 F2 89 2E 02 21
15:12:33.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L332, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37501], CON-POST   MID=37501, 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
15:12:33.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L332, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-0C11969730A382C2], CON-POST   MID=37501, Token=0C11969730A382C2, 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
15:12:33.973 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37501], KeyToken[127.0.0.1:8204-0C11969730A382C2]]
15:12:33.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:8204
15:12:33.973 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E347,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37501, Token=0C11969730A382C2, 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]
15:12:33.973 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.973 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37501]
15:12:33.973 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.974 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R333, 127.0.0.1:8201] replace CON-POST   MID=37501, Token=0C11969730A382C2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37501, Token=0C11969730A382C2, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.974 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R333, 127.0.0.1:8201] send response NON-2.05   MID=37501, Token=null, OptionSet={}, "server responds hi"
15:12:33.974 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R333, 127.0.0.1:8201, complete]!
15:12:33.974 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R333, 127.0.0.1:8201, complete] completed NON-2.04   MID=37501, Token=0C11969730A382C2, 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!
15:12:33.974 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.975 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E348,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37501, Token=0C11969730A382C2, 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]
15:12:33.975 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37501]
15:12:33.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.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
15:12:33.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L332, 127.0.0.1:8204, complete]!
15:12:33.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L332, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-0C11969730A382C2]
15:12:33.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L332, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37501]
15:12:33.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L332, 127.0.0.1:8204, complete] completed CON-POST   MID=37501, Token=0C11969730A382C2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37501, Token=0C11969730A382C2, 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!
15:12:33.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L334, 127.0.0.1:8204] send request
15:12:33.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L334, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L334, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0979}, 1A 79 CB 0D 67 D9 B2 2E 63 2A C0 8C 5E A6 12 00 5F D8 47 DB 9A DF 2F FD
15:12:33.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L334, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37502], CON-POST   MID=37502, 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
15:12:33.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L334, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-FCD1D80A5ABD39E4], CON-POST   MID=37502, Token=FCD1D80A5ABD39E4, 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
15:12:33.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37502], KeyToken[127.0.0.1:8204-FCD1D80A5ABD39E4]]
15:12:33.976 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.976 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E349,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37502, Token=FCD1D80A5ABD39E4, 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]
15:12:33.976 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.977 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37502]
15:12:33.977 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.977 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R335, 127.0.0.1:8201] replace CON-POST   MID=37502, Token=FCD1D80A5ABD39E4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37502, Token=FCD1D80A5ABD39E4, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.977 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R335, 127.0.0.1:8201] send response NON-2.05   MID=37502, Token=null, OptionSet={}, "server responds hi"
15:12:33.977 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R335, 127.0.0.1:8201, complete]!
15:12:33.977 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R335, 127.0.0.1:8201, complete] completed NON-2.04   MID=37502, Token=FCD1D80A5ABD39E4, 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!
15:12:33.978 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.978 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E350,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37502, Token=FCD1D80A5ABD39E4, 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]
15:12:33.978 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37502]
15:12:33.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.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
15:12:33.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L334, 127.0.0.1:8204, complete]!
15:12:33.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L334, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-FCD1D80A5ABD39E4]
15:12:33.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L334, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37502]
15:12:33.978 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L334, 127.0.0.1:8204, complete] completed CON-POST   MID=37502, Token=FCD1D80A5ABD39E4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37502, Token=FCD1D80A5ABD39E4, 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!
15:12:33.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L336, 127.0.0.1:8204] send request
15:12:33.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L336, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L336, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x097A}, 77 33 35 90 59 3C 12 E6 7C 13 56 A3 8C 5F 4B FD 2B BF 5E C9 1D D8 32 F1
15:12:33.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L336, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37503], CON-POST   MID=37503, 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
15:12:33.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L336, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-EC97743886FD9F8D], CON-POST   MID=37503, Token=EC97743886FD9F8D, 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
15:12:33.979 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37503], KeyToken[127.0.0.1:8204-EC97743886FD9F8D]]
15:12:33.980 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:33.980 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E351,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37503, Token=EC97743886FD9F8D, 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]
15:12:33.980 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:33.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37503]
15:12:33.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:33.980 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R337, 127.0.0.1:8201] replace CON-POST   MID=37503, Token=EC97743886FD9F8D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37503, Token=EC97743886FD9F8D, OptionSet={"Object-Security":0x}, "client says hi"
15:12:33.981 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R337, 127.0.0.1:8201] send response NON-2.05   MID=37503, Token=null, OptionSet={}, "server responds hi"
15:12:33.981 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R337, 127.0.0.1:8201, complete]!
15:12:33.981 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R337, 127.0.0.1:8201, complete] completed NON-2.04   MID=37503, Token=EC97743886FD9F8D, 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!
15:12:33.981 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:33.981 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E352,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37503, Token=EC97743886FD9F8D, 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]
15:12:33.981 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:33.981 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37503]
15:12:33.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:33.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
15:12:33.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L336, 127.0.0.1:8204, complete]!
15:12:33.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L336, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-EC97743886FD9F8D]
15:12:33.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L336, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37503]
15:12:33.982 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L336, 127.0.0.1:8204, complete] completed CON-POST   MID=37503, Token=EC97743886FD9F8D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37503, Token=EC97743886FD9F8D, 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!
15:12:34.025 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L338, 127.0.0.1:8204] send request
15:12:34.025 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L338, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.025 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L338, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x097B}, 67 E2 0F FD C6 AD 85 2B 65 63 41 25 3B ED BF 64 3E 80 6D B4 CC 8A 09 17
15:12:34.026 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L338, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37504], CON-POST   MID=37504, 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
15:12:34.026 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L338, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-5C643A366D9F0751], CON-POST   MID=37504, Token=5C643A366D9F0751, 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
15:12:34.026 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37504], KeyToken[127.0.0.1:8204-5C643A366D9F0751]]
15:12:34.026 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.026 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E353,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37504, Token=5C643A366D9F0751, 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]
15:12:34.026 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.027 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37504]
15:12:34.027 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.027 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R339, 127.0.0.1:8201] replace CON-POST   MID=37504, Token=5C643A366D9F0751, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37504, Token=5C643A366D9F0751, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.027 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R339, 127.0.0.1:8201] send response NON-2.05   MID=37504, Token=null, OptionSet={}, "server responds hi"
15:12:34.027 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R339, 127.0.0.1:8201, complete]!
15:12:34.027 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R339, 127.0.0.1:8201, complete] completed NON-2.04   MID=37504, Token=5C643A366D9F0751, 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!
15:12:34.027 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.028 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E354,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37504, Token=5C643A366D9F0751, 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]
15:12:34.028 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.028 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37504]
15:12:34.028 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.028 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.028 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L338, 127.0.0.1:8204, complete]!
15:12:34.028 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L338, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-5C643A366D9F0751]
15:12:34.028 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L338, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37504]
15:12:34.028 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L338, 127.0.0.1:8204, complete] completed CON-POST   MID=37504, Token=5C643A366D9F0751, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37504, Token=5C643A366D9F0751, 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!
15:12:34.029 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L340, 127.0.0.1:8204] send request
15:12:34.029 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L340, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.029 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L340, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x097C}, 54 77 37 DF 5A 9A 1A 50 0A 78 01 51 D4 B5 1B EF D0 9C DD 50 3A A0 EB 52
15:12:34.029 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L340, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37505], CON-POST   MID=37505, 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
15:12:34.029 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L340, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-A8149882EBDA101D], CON-POST   MID=37505, Token=A8149882EBDA101D, 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
15:12:34.030 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37505], KeyToken[127.0.0.1:8204-A8149882EBDA101D]]
15:12:34.030 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.030 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E355,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37505, Token=A8149882EBDA101D, 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]
15:12:34.030 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.030 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37505]
15:12:34.030 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.031 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R341, 127.0.0.1:8201] replace CON-POST   MID=37505, Token=A8149882EBDA101D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37505, Token=A8149882EBDA101D, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.031 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R341, 127.0.0.1:8201] send response NON-2.05   MID=37505, Token=null, OptionSet={}, "server responds hi"
15:12:34.031 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R341, 127.0.0.1:8201, complete]!
15:12:34.031 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R341, 127.0.0.1:8201, complete] completed NON-2.04   MID=37505, Token=A8149882EBDA101D, 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!
15:12:34.031 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.032 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E356,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37505, Token=A8149882EBDA101D, 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]
15:12:34.032 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.032 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37505]
15:12:34.032 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.032 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.032 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L340, 127.0.0.1:8204, complete]!
15:12:34.032 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L340, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-A8149882EBDA101D]
15:12:34.032 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L340, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37505]
15:12:34.032 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L340, 127.0.0.1:8204, complete] completed CON-POST   MID=37505, Token=A8149882EBDA101D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37505, Token=A8149882EBDA101D, 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!
15:12:34.033 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L342, 127.0.0.1:8204] send request
15:12:34.033 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L342, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.033 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L342, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x097D}, 49 EC CF A7 F9 CC 83 95 34 A2 4D 70 D2 3C 20 7D B7 56 71 35 15 F6 95 02
15:12:34.033 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L342, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37506], CON-POST   MID=37506, 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
15:12:34.034 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L342, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-A478986A4137E5A1], CON-POST   MID=37506, Token=A478986A4137E5A1, 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
15:12:34.034 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37506], KeyToken[127.0.0.1:8204-A478986A4137E5A1]]
15:12:34.034 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.034 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E357,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37506, Token=A478986A4137E5A1, 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]
15:12:34.034 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.034 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37506]
15:12:34.034 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.035 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R343, 127.0.0.1:8201] replace CON-POST   MID=37506, Token=A478986A4137E5A1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37506, Token=A478986A4137E5A1, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.035 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R343, 127.0.0.1:8201] send response NON-2.05   MID=37506, Token=null, OptionSet={}, "server responds hi"
15:12:34.035 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R343, 127.0.0.1:8201, complete]!
15:12:34.035 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R343, 127.0.0.1:8201, complete] completed NON-2.04   MID=37506, Token=A478986A4137E5A1, 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!
15:12:34.036 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.036 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E358,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37506, Token=A478986A4137E5A1, 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]
15:12:34.036 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.036 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37506]
15:12:34.036 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.036 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.036 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L342, 127.0.0.1:8204, complete]!
15:12:34.036 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L342, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-A478986A4137E5A1]
15:12:34.037 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L342, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37506]
15:12:34.037 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L342, 127.0.0.1:8204, complete] completed CON-POST   MID=37506, Token=A478986A4137E5A1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37506, Token=A478986A4137E5A1, 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!
15:12:34.037 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L344, 127.0.0.1:8204] send request
15:12:34.037 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L344, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.037 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L344, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x097E}, FF 47 DF 21 B5 A3 11 27 68 58 BC C3 13 2C D8 81 8D 39 E4 5C 5D D2 83 40
15:12:34.038 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L344, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37507], CON-POST   MID=37507, 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
15:12:34.038 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L344, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-D83384D4890BEB59], CON-POST   MID=37507, Token=D83384D4890BEB59, 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
15:12:34.038 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37507], KeyToken[127.0.0.1:8204-D83384D4890BEB59]]
15:12:34.038 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.038 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E359,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37507, Token=D83384D4890BEB59, 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]
15:12:34.038 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.038 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37507]
15:12:34.039 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.039 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R345, 127.0.0.1:8201] replace CON-POST   MID=37507, Token=D83384D4890BEB59, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37507, Token=D83384D4890BEB59, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.039 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R345, 127.0.0.1:8201] send response NON-2.05   MID=37507, Token=null, OptionSet={}, "server responds hi"
15:12:34.039 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R345, 127.0.0.1:8201, complete]!
15:12:34.039 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R345, 127.0.0.1:8201, complete] completed NON-2.04   MID=37507, Token=D83384D4890BEB59, 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!
15:12:34.040 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.040 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E360,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37507, Token=D83384D4890BEB59, 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]
15:12:34.040 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.040 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37507]
15:12:34.040 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.040 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.040 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L344, 127.0.0.1:8204, complete]!
15:12:34.040 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L344, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-D83384D4890BEB59]
15:12:34.040 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L344, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37507]
15:12:34.041 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L344, 127.0.0.1:8204, complete] completed CON-POST   MID=37507, Token=D83384D4890BEB59, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37507, Token=D83384D4890BEB59, 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!
15:12:34.041 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L346, 127.0.0.1:8204] send request
15:12:34.041 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L346, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.041 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L346, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x097F}, B9 08 5C 60 DB 15 B7 C5 62 C3 64 DF 6E B3 AD F1 F3 A6 D5 78 19 AD 91 C3
15:12:34.041 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L346, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37508], CON-POST   MID=37508, 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
15:12:34.042 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L346, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-08A8758BD2BE8620], CON-POST   MID=37508, Token=08A8758BD2BE8620, 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
15:12:34.042 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37508], KeyToken[127.0.0.1:8204-08A8758BD2BE8620]]
15:12:34.042 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.042 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E361,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37508, Token=08A8758BD2BE8620, 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]
15:12:34.042 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.042 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37508]
15:12:34.042 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.043 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R347, 127.0.0.1:8201] replace CON-POST   MID=37508, Token=08A8758BD2BE8620, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37508, Token=08A8758BD2BE8620, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.043 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R347, 127.0.0.1:8201] send response NON-2.05   MID=37508, Token=null, OptionSet={}, "server responds hi"
15:12:34.043 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R347, 127.0.0.1:8201, complete]!
15:12:34.043 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R347, 127.0.0.1:8201, complete] completed NON-2.04   MID=37508, Token=08A8758BD2BE8620, 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!
15:12:34.044 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.044 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E362,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37508, Token=08A8758BD2BE8620, 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]
15:12:34.044 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.044 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37508]
15:12:34.044 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.044 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.044 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L346, 127.0.0.1:8204, complete]!
15:12:34.044 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L346, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-08A8758BD2BE8620]
15:12:34.044 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L346, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37508]
15:12:34.045 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L346, 127.0.0.1:8204, complete] completed CON-POST   MID=37508, Token=08A8758BD2BE8620, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37508, Token=08A8758BD2BE8620, 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!
15:12:34.045 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L348, 127.0.0.1:8204] send request
15:12:34.045 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L348, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.045 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L348, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0980}, 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D
15:12:34.046 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L348, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37509], CON-POST   MID=37509, 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
15:12:34.046 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L348, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-30E4B45A0D0B56D8], CON-POST   MID=37509, Token=30E4B45A0D0B56D8, 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
15:12:34.046 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37509], KeyToken[127.0.0.1:8204-30E4B45A0D0B56D8]]
15:12:34.046 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.046 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E363,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37509, Token=30E4B45A0D0B56D8, 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]
15:12:34.046 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.046 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37509]
15:12:34.047 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.047 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R349, 127.0.0.1:8201] replace CON-POST   MID=37509, Token=30E4B45A0D0B56D8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37509, Token=30E4B45A0D0B56D8, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.047 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R349, 127.0.0.1:8201] send response NON-2.05   MID=37509, Token=null, OptionSet={}, "server responds hi"
15:12:34.048 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R349, 127.0.0.1:8201, complete]!
15:12:34.048 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R349, 127.0.0.1:8201, complete] completed NON-2.04   MID=37509, Token=30E4B45A0D0B56D8, 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!
15:12:34.048 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.048 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E364,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37509, Token=30E4B45A0D0B56D8, 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]
15:12:34.048 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.048 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37509]
15:12:34.048 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.049 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.049 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L348, 127.0.0.1:8204, complete]!
15:12:34.049 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L348, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-30E4B45A0D0B56D8]
15:12:34.049 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L348, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37509]
15:12:34.049 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L348, 127.0.0.1:8204, complete] completed CON-POST   MID=37509, Token=30E4B45A0D0B56D8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37509, Token=30E4B45A0D0B56D8, 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!
15:12:34.049 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L350, 127.0.0.1:8204] send request
15:12:34.049 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L350, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.050 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L350, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0981}, 13 69 7D 30 8C CC A5 83 2C A9 DB D9 96 2F 6A 20 08 8E E8 B0 C6 7C 0D CA
15:12:34.050 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L350, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37510], CON-POST   MID=37510, 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
15:12:34.050 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L350, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-347F993A4FBC6BA0], CON-POST   MID=37510, Token=347F993A4FBC6BA0, 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
15:12:34.050 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37510], KeyToken[127.0.0.1:8204-347F993A4FBC6BA0]]
15:12:34.050 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.051 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E365,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37510, Token=347F993A4FBC6BA0, 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]
15:12:34.051 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.051 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37510]
15:12:34.051 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.051 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R351, 127.0.0.1:8201] replace CON-POST   MID=37510, Token=347F993A4FBC6BA0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37510, Token=347F993A4FBC6BA0, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.051 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R351, 127.0.0.1:8201] send response NON-2.05   MID=37510, Token=null, OptionSet={}, "server responds hi"
15:12:34.052 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R351, 127.0.0.1:8201, complete]!
15:12:34.052 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R351, 127.0.0.1:8201, complete] completed NON-2.04   MID=37510, Token=347F993A4FBC6BA0, 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!
15:12:34.052 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.052 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E366,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37510, Token=347F993A4FBC6BA0, 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]
15:12:34.052 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37510]
15:12:34.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.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
15:12:34.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L350, 127.0.0.1:8204, complete]!
15:12:34.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L350, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-347F993A4FBC6BA0]
15:12:34.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L350, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37510]
15:12:34.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L350, 127.0.0.1:8204, complete] completed CON-POST   MID=37510, Token=347F993A4FBC6BA0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37510, Token=347F993A4FBC6BA0, 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!
15:12:34.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L352, 127.0.0.1:8204] send request
15:12:34.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L352, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L352, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0982}, 44 5B 61 E9 29 3F F9 6B 6C D4 A0 12 BB 85 3F 2E 74 8D 32 16 16 CC 78 F2
15:12:34.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L352, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37511], CON-POST   MID=37511, 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
15:12:34.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L352, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-E8B5CF00E0953D16], CON-POST   MID=37511, Token=E8B5CF00E0953D16, 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
15:12:34.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37511], KeyToken[127.0.0.1:8204-E8B5CF00E0953D16]]
15:12:34.054 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.055 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E367,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37511, Token=E8B5CF00E0953D16, 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]
15:12:34.055 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37511]
15:12:34.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R353, 127.0.0.1:8201] replace CON-POST   MID=37511, Token=E8B5CF00E0953D16, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37511, Token=E8B5CF00E0953D16, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R353, 127.0.0.1:8201] send response NON-2.05   MID=37511, Token=null, OptionSet={}, "server responds hi"
15:12:34.056 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R353, 127.0.0.1:8201, complete]!
15:12:34.056 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R353, 127.0.0.1:8201, complete] completed NON-2.04   MID=37511, Token=E8B5CF00E0953D16, 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!
15:12:34.056 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.056 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E368,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37511, Token=E8B5CF00E0953D16, 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]
15:12:34.056 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.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:8204-37511]
15:12:34.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.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
15:12:34.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L352, 127.0.0.1:8204, complete]!
15:12:34.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L352, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-E8B5CF00E0953D16]
15:12:34.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L352, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37511]
15:12:34.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L352, 127.0.0.1:8204, complete] completed CON-POST   MID=37511, Token=E8B5CF00E0953D16, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37511, Token=E8B5CF00E0953D16, 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!
15:12:34.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L354, 127.0.0.1:8204] send request
15:12:34.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L354, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L354, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0983}, 79 34 63 3B 4C CF 5E AB 23 74 7D 0E 8B 68 72 2C CE FF 91 30 01 26 C9 99
15:12:34.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L354, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37512], CON-POST   MID=37512, 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
15:12:34.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L354, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-B8C6FE5042AAD1E5], CON-POST   MID=37512, Token=B8C6FE5042AAD1E5, 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
15:12:34.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37512], KeyToken[127.0.0.1:8204-B8C6FE5042AAD1E5]]
15:12:34.058 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.058 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E369,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37512, Token=B8C6FE5042AAD1E5, 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]
15:12:34.058 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37512]
15:12:34.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R355, 127.0.0.1:8201] replace CON-POST   MID=37512, Token=B8C6FE5042AAD1E5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37512, Token=B8C6FE5042AAD1E5, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R355, 127.0.0.1:8201] send response NON-2.05   MID=37512, Token=null, OptionSet={}, "server responds hi"
15:12:34.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R355, 127.0.0.1:8201, complete]!
15:12:34.060 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R355, 127.0.0.1:8201, complete] completed NON-2.04   MID=37512, Token=B8C6FE5042AAD1E5, 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!
15:12:34.060 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.060 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E370,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37512, Token=B8C6FE5042AAD1E5, 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]
15:12:34.060 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37512]
15:12:34.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L354, 127.0.0.1:8204, complete]!
15:12:34.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L354, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-B8C6FE5042AAD1E5]
15:12:34.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L354, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37512]
15:12:34.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L354, 127.0.0.1:8204, complete] completed CON-POST   MID=37512, Token=B8C6FE5042AAD1E5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37512, Token=B8C6FE5042AAD1E5, 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!
15:12:34.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L356, 127.0.0.1:8204] send request
15:12:34.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L356, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L356, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0984}, 31 BC E9 3F 05 80 3B 62 CD 31 7C D2 32 EA 21 11 0E 95 0E 51 EF 64 5F EF
15:12:34.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L356, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37513], CON-POST   MID=37513, 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
15:12:34.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L356, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-7C0F20C3D1E01FE8], CON-POST   MID=37513, Token=7C0F20C3D1E01FE8, 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
15:12:34.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37513], KeyToken[127.0.0.1:8204-7C0F20C3D1E01FE8]]
15:12:34.062 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.062 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E371,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37513, Token=7C0F20C3D1E01FE8, 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]
15:12:34.062 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37513]
15:12:34.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R357, 127.0.0.1:8201] replace CON-POST   MID=37513, Token=7C0F20C3D1E01FE8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37513, Token=7C0F20C3D1E01FE8, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R357, 127.0.0.1:8201] send response NON-2.05   MID=37513, Token=null, OptionSet={}, "server responds hi"
15:12:34.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R357, 127.0.0.1:8201, complete]!
15:12:34.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R357, 127.0.0.1:8201, complete] completed NON-2.04   MID=37513, Token=7C0F20C3D1E01FE8, 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!
15:12:34.064 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.064 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E372,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37513, Token=7C0F20C3D1E01FE8, 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]
15:12:34.064 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37513]
15:12:34.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.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
15:12:34.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L356, 127.0.0.1:8204, complete]!
15:12:34.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L356, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-7C0F20C3D1E01FE8]
15:12:34.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L356, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37513]
15:12:34.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L356, 127.0.0.1:8204, complete] completed CON-POST   MID=37513, Token=7C0F20C3D1E01FE8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37513, Token=7C0F20C3D1E01FE8, 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!
15:12:34.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L358, 127.0.0.1:8204] send request
15:12:34.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L358, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L358, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0985}, 44 0E B1 DB 6E E8 98 65 80 2D DA 58 9E A4 01 74 43 DB 74 D6 CB A3 8B B1
15:12:34.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L358, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37514], CON-POST   MID=37514, 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
15:12:34.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L358, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-2448D3DF71EE92C5], CON-POST   MID=37514, Token=2448D3DF71EE92C5, 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
15:12:34.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37514], KeyToken[127.0.0.1:8204-2448D3DF71EE92C5]]
15:12:34.066 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.066 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E373,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37514, Token=2448D3DF71EE92C5, 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]
15:12:34.066 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.067 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37514]
15:12:34.067 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.067 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R359, 127.0.0.1:8201] replace CON-POST   MID=37514, Token=2448D3DF71EE92C5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37514, Token=2448D3DF71EE92C5, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.067 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R359, 127.0.0.1:8201] send response NON-2.05   MID=37514, Token=null, OptionSet={}, "server responds hi"
15:12:34.068 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R359, 127.0.0.1:8201, complete]!
15:12:34.068 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R359, 127.0.0.1:8201, complete] completed NON-2.04   MID=37514, Token=2448D3DF71EE92C5, 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!
15:12:34.068 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.068 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E374,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37514, Token=2448D3DF71EE92C5, 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]
15:12:34.068 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37514]
15:12:34.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.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
15:12:34.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L358, 127.0.0.1:8204, complete]!
15:12:34.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L358, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-2448D3DF71EE92C5]
15:12:34.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L358, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37514]
15:12:34.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L358, 127.0.0.1:8204, complete] completed CON-POST   MID=37514, Token=2448D3DF71EE92C5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37514, Token=2448D3DF71EE92C5, 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!
15:12:34.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L360, 127.0.0.1:8204] send request
15:12:34.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L360, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L360, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0986}, FF E9 53 31 66 72 B2 6B 20 1E FC 6D 01 F1 42 17 24 AF 1B 02 0D F9 A7 17
15:12:34.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L360, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37515], CON-POST   MID=37515, 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
15:12:34.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L360, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-98C1975132E5F0A5], CON-POST   MID=37515, Token=98C1975132E5F0A5, 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
15:12:34.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37515], KeyToken[127.0.0.1:8204-98C1975132E5F0A5]]
15:12:34.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:8204
15:12:34.070 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E375,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37515, Token=98C1975132E5F0A5, 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]
15:12:34.070 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37515]
15:12:34.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R361, 127.0.0.1:8201] replace CON-POST   MID=37515, Token=98C1975132E5F0A5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37515, Token=98C1975132E5F0A5, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R361, 127.0.0.1:8201] send response NON-2.05   MID=37515, Token=null, OptionSet={}, "server responds hi"
15:12:34.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R361, 127.0.0.1:8201, complete]!
15:12:34.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R361, 127.0.0.1:8201, complete] completed NON-2.04   MID=37515, Token=98C1975132E5F0A5, 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!
15:12:34.072 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.072 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E376,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37515, Token=98C1975132E5F0A5, 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]
15:12:34.072 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37515]
15:12:34.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.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
15:12:34.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L360, 127.0.0.1:8204, complete]!
15:12:34.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L360, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-98C1975132E5F0A5]
15:12:34.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L360, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37515]
15:12:34.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L360, 127.0.0.1:8204, complete] completed CON-POST   MID=37515, Token=98C1975132E5F0A5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37515, Token=98C1975132E5F0A5, 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!
15:12:34.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L362, 127.0.0.1:8204] send request
15:12:34.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L362, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L362, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0987}, B7 16 1F 84 3F 80 0C 45 E4 18 23 65 4E 94 B7 9E 77 DD 02 B6 AE 9B 62 22
15:12:34.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L362, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37516], CON-POST   MID=37516, 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
15:12:34.125 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L362, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-B0EB05C501BD5F3A], CON-POST   MID=37516, Token=B0EB05C501BD5F3A, 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
15:12:34.125 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37516], KeyToken[127.0.0.1:8204-B0EB05C501BD5F3A]]
15:12:34.125 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.126 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E377,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37516, Token=B0EB05C501BD5F3A, 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]
15:12:34.126 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.126 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37516]
15:12:34.126 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.126 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R363, 127.0.0.1:8201] replace CON-POST   MID=37516, Token=B0EB05C501BD5F3A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37516, Token=B0EB05C501BD5F3A, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.127 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R363, 127.0.0.1:8201] send response NON-2.05   MID=37516, Token=null, OptionSet={}, "server responds hi"
15:12:34.127 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R363, 127.0.0.1:8201, complete]!
15:12:34.127 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R363, 127.0.0.1:8201, complete] completed NON-2.04   MID=37516, Token=B0EB05C501BD5F3A, 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!
15:12:34.127 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.128 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E378,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37516, Token=B0EB05C501BD5F3A, 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]
15:12:34.128 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.128 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37516]
15:12:34.128 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.128 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.128 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L362, 127.0.0.1:8204, complete]!
15:12:34.128 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L362, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-B0EB05C501BD5F3A]
15:12:34.128 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L362, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37516]
15:12:34.128 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L362, 127.0.0.1:8204, complete] completed CON-POST   MID=37516, Token=B0EB05C501BD5F3A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37516, Token=B0EB05C501BD5F3A, 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!
15:12:34.129 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L364, 127.0.0.1:8204] send request
15:12:34.129 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L364, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.129 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L364, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0988}, 3E D1 88 5C 4B 54 8D 56 D6 C3 15 F4 2B 4E 50 90 85 DC F2 AF 2D F4 2B 5C
15:12:34.129 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L364, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37517], CON-POST   MID=37517, 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
15:12:34.129 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L364, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-4C0DABFD5F688D82], CON-POST   MID=37517, Token=4C0DABFD5F688D82, 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
15:12:34.129 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37517], KeyToken[127.0.0.1:8204-4C0DABFD5F688D82]]
15:12:34.130 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.130 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E379,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37517, Token=4C0DABFD5F688D82, 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]
15:12:34.130 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.130 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37517]
15:12:34.130 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.130 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R365, 127.0.0.1:8201] replace CON-POST   MID=37517, Token=4C0DABFD5F688D82, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37517, Token=4C0DABFD5F688D82, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.130 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R365, 127.0.0.1:8201] send response NON-2.05   MID=37517, Token=null, OptionSet={}, "server responds hi"
15:12:34.131 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R365, 127.0.0.1:8201, complete]!
15:12:34.131 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R365, 127.0.0.1:8201, complete] completed NON-2.04   MID=37517, Token=4C0DABFD5F688D82, 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!
15:12:34.131 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.131 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E380,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37517, Token=4C0DABFD5F688D82, 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]
15:12:34.131 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.132 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37517]
15:12:34.132 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.132 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.132 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L364, 127.0.0.1:8204, complete]!
15:12:34.132 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L364, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-4C0DABFD5F688D82]
15:12:34.132 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L364, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37517]
15:12:34.132 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L364, 127.0.0.1:8204, complete] completed CON-POST   MID=37517, Token=4C0DABFD5F688D82, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37517, Token=4C0DABFD5F688D82, 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!
15:12:34.132 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L366, 127.0.0.1:8204] send request
15:12:34.132 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L366, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.133 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L366, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0989}, C7 95 26 C2 C7 18 50 99 C1 A8 5A C5 CE 10 6B DF 17 38 A0 7E 48 5D A9 31
15:12:34.133 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L366, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37518], CON-POST   MID=37518, 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
15:12:34.133 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L366, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-7CBC7A4C1AEFFEAB], CON-POST   MID=37518, Token=7CBC7A4C1AEFFEAB, 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
15:12:34.133 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37518], KeyToken[127.0.0.1:8204-7CBC7A4C1AEFFEAB]]
15:12:34.133 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.134 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E381,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37518, Token=7CBC7A4C1AEFFEAB, 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]
15:12:34.134 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.134 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37518]
15:12:34.134 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.134 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R367, 127.0.0.1:8201] replace CON-POST   MID=37518, Token=7CBC7A4C1AEFFEAB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37518, Token=7CBC7A4C1AEFFEAB, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.134 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R367, 127.0.0.1:8201] send response NON-2.05   MID=37518, Token=null, OptionSet={}, "server responds hi"
15:12:34.135 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R367, 127.0.0.1:8201, complete]!
15:12:34.135 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R367, 127.0.0.1:8201, complete] completed NON-2.04   MID=37518, Token=7CBC7A4C1AEFFEAB, 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!
15:12:34.135 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.135 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E382,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37518, Token=7CBC7A4C1AEFFEAB, 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]
15:12:34.135 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.135 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37518]
15:12:34.135 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.135 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.136 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L366, 127.0.0.1:8204, complete]!
15:12:34.136 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L366, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-7CBC7A4C1AEFFEAB]
15:12:34.136 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L366, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37518]
15:12:34.136 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L366, 127.0.0.1:8204, complete] completed CON-POST   MID=37518, Token=7CBC7A4C1AEFFEAB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37518, Token=7CBC7A4C1AEFFEAB, 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!
15:12:34.136 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L368, 127.0.0.1:8204] send request
15:12:34.136 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L368, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.137 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L368, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x098A}, 41 71 16 5D BE AE CF 05 22 7E 93 6B D2 3B 5B D5 28 D6 99 6C 28 D1 0C A2
15:12:34.137 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L368, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37519], CON-POST   MID=37519, 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
15:12:34.137 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L368, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-6C391711B3AE501D], CON-POST   MID=37519, Token=6C391711B3AE501D, 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
15:12:34.137 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37519], KeyToken[127.0.0.1:8204-6C391711B3AE501D]]
15:12:34.137 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.137 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E383,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37519, Token=6C391711B3AE501D, 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]
15:12:34.138 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.138 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37519]
15:12:34.138 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.138 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R369, 127.0.0.1:8201] replace CON-POST   MID=37519, Token=6C391711B3AE501D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37519, Token=6C391711B3AE501D, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.138 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R369, 127.0.0.1:8201] send response NON-2.05   MID=37519, Token=null, OptionSet={}, "server responds hi"
15:12:34.139 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R369, 127.0.0.1:8201, complete]!
15:12:34.139 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R369, 127.0.0.1:8201, complete] completed NON-2.04   MID=37519, Token=6C391711B3AE501D, 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!
15:12:34.139 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.139 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E384,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37519, Token=6C391711B3AE501D, 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]
15:12:34.139 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.139 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37519]
15:12:34.140 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.140 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.140 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L368, 127.0.0.1:8204, complete]!
15:12:34.140 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L368, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-6C391711B3AE501D]
15:12:34.140 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L368, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37519]
15:12:34.140 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L368, 127.0.0.1:8204, complete] completed CON-POST   MID=37519, Token=6C391711B3AE501D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37519, Token=6C391711B3AE501D, 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!
15:12:34.140 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L370, 127.0.0.1:8204] send request
15:12:34.140 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L370, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.141 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L370, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x098B}, A7 2B 8A 8D F6 73 21 F0 8A 38 BF 75 D8 6F 2E D6 0E C2 5C C9 46 56 3D EC
15:12:34.141 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L370, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37520], CON-POST   MID=37520, 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
15:12:34.141 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L370, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-D467D6E2D2A14679], CON-POST   MID=37520, Token=D467D6E2D2A14679, 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
15:12:34.141 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37520], KeyToken[127.0.0.1:8204-D467D6E2D2A14679]]
15:12:34.141 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.142 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E385,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37520, Token=D467D6E2D2A14679, 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]
15:12:34.142 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.142 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37520]
15:12:34.142 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.142 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R371, 127.0.0.1:8201] replace CON-POST   MID=37520, Token=D467D6E2D2A14679, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37520, Token=D467D6E2D2A14679, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.142 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R371, 127.0.0.1:8201] send response NON-2.05   MID=37520, Token=null, OptionSet={}, "server responds hi"
15:12:34.143 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R371, 127.0.0.1:8201, complete]!
15:12:34.143 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R371, 127.0.0.1:8201, complete] completed NON-2.04   MID=37520, Token=D467D6E2D2A14679, 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!
15:12:34.143 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.143 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E386,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37520, Token=D467D6E2D2A14679, 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]
15:12:34.143 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.144 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37520]
15:12:34.144 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.144 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.144 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L370, 127.0.0.1:8204, complete]!
15:12:34.144 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L370, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-D467D6E2D2A14679]
15:12:34.144 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L370, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37520]
15:12:34.144 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L370, 127.0.0.1:8204, complete] completed CON-POST   MID=37520, Token=D467D6E2D2A14679, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37520, Token=D467D6E2D2A14679, 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!
15:12:34.144 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L372, 127.0.0.1:8204] send request
15:12:34.144 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L372, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.145 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L372, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x098C}, 1A 4E CF 38 C4 E8 B9 03 0C 74 98 64 24 52 CB 34 F4 10 75 C1 A3 BF F1 1D
15:12:34.145 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L372, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37521], CON-POST   MID=37521, 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
15:12:34.145 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L372, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-DCB086C97C9645BF], CON-POST   MID=37521, Token=DCB086C97C9645BF, 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
15:12:34.145 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37521], KeyToken[127.0.0.1:8204-DCB086C97C9645BF]]
15:12:34.146 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.146 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E387,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37521, Token=DCB086C97C9645BF, 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]
15:12:34.146 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.146 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37521]
15:12:34.146 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.146 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R373, 127.0.0.1:8201] replace CON-POST   MID=37521, Token=DCB086C97C9645BF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37521, Token=DCB086C97C9645BF, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.147 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R373, 127.0.0.1:8201] send response NON-2.05   MID=37521, Token=null, OptionSet={}, "server responds hi"
15:12:34.147 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R373, 127.0.0.1:8201, complete]!
15:12:34.147 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R373, 127.0.0.1:8201, complete] completed NON-2.04   MID=37521, Token=DCB086C97C9645BF, 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!
15:12:34.147 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.148 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E388,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37521, Token=DCB086C97C9645BF, 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]
15:12:34.148 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37521]
15:12:34.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L372, 127.0.0.1:8204, complete]!
15:12:34.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L372, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-DCB086C97C9645BF]
15:12:34.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L372, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37521]
15:12:34.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L372, 127.0.0.1:8204, complete] completed CON-POST   MID=37521, Token=DCB086C97C9645BF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37521, Token=DCB086C97C9645BF, 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!
15:12:34.149 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L374, 127.0.0.1:8204] send request
15:12:34.149 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L374, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.149 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L374, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x098D}, 3E 39 38 AC 2D 82 C9 7E A6 BB 90 4F 10 CD 08 ED C8 A3 46 4C 41 45 2C 7C
15:12:34.149 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L374, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37522], CON-POST   MID=37522, 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
15:12:34.149 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L374, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-7C6E7BD1B6EB3378], CON-POST   MID=37522, Token=7C6E7BD1B6EB3378, 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
15:12:34.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37522], KeyToken[127.0.0.1:8204-7C6E7BD1B6EB3378]]
15:12:34.150 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.150 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E389,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37522, Token=7C6E7BD1B6EB3378, 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]
15:12:34.150 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.150 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37522]
15:12:34.150 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.150 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R375, 127.0.0.1:8201] replace CON-POST   MID=37522, Token=7C6E7BD1B6EB3378, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37522, Token=7C6E7BD1B6EB3378, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.151 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R375, 127.0.0.1:8201] send response NON-2.05   MID=37522, Token=null, OptionSet={}, "server responds hi"
15:12:34.151 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R375, 127.0.0.1:8201, complete]!
15:12:34.151 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R375, 127.0.0.1:8201, complete] completed NON-2.04   MID=37522, Token=7C6E7BD1B6EB3378, 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!
15:12:34.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:8201
15:12:34.152 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E390,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37522, Token=7C6E7BD1B6EB3378, 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]
15:12:34.152 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.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:8204-37522]
15:12:34.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.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
15:12:34.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L374, 127.0.0.1:8204, complete]!
15:12:34.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L374, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-7C6E7BD1B6EB3378]
15:12:34.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L374, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37522]
15:12:34.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L374, 127.0.0.1:8204, complete] completed CON-POST   MID=37522, Token=7C6E7BD1B6EB3378, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37522, Token=7C6E7BD1B6EB3378, 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!
15:12:34.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L376, 127.0.0.1:8204] send request
15:12:34.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L376, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L376, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x098E}, 7F 3D EF 0C 17 70 CB 23 A9 D8 FD 53 B8 74 72 E9 37 FA B4 0A 63 B6 A3 AE
15:12:34.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L376, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37523], CON-POST   MID=37523, 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
15:12:34.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L376, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-10A513292EFF3DC3], CON-POST   MID=37523, Token=10A513292EFF3DC3, 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
15:12:34.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37523], KeyToken[127.0.0.1:8204-10A513292EFF3DC3]]
15:12:34.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:8204
15:12:34.154 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E391,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37523, Token=10A513292EFF3DC3, 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]
15:12:34.154 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.154 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37523]
15:12:34.154 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.154 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R377, 127.0.0.1:8201] replace CON-POST   MID=37523, Token=10A513292EFF3DC3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37523, Token=10A513292EFF3DC3, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.154 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R377, 127.0.0.1:8201] send response NON-2.05   MID=37523, Token=null, OptionSet={}, "server responds hi"
15:12:34.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R377, 127.0.0.1:8201, complete]!
15:12:34.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R377, 127.0.0.1:8201, complete] completed NON-2.04   MID=37523, Token=10A513292EFF3DC3, 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!
15:12:34.155 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.155 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E392,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37523, Token=10A513292EFF3DC3, 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]
15:12:34.155 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37523]
15:12:34.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.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
15:12:34.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L376, 127.0.0.1:8204, complete]!
15:12:34.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L376, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-10A513292EFF3DC3]
15:12:34.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L376, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37523]
15:12:34.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L376, 127.0.0.1:8204, complete] completed CON-POST   MID=37523, Token=10A513292EFF3DC3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37523, Token=10A513292EFF3DC3, 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!
15:12:34.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L378, 127.0.0.1:8204] send request
15:12:34.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L378, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L378, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x098F}, 86 17 0A 4A C3 A9 6E 95 09 82 81 A9 17 A7 D2 89 47 D0 B3 6D 6E 21 62 74
15:12:34.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L378, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37524], CON-POST   MID=37524, 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
15:12:34.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L378, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-84861B16ECC23E8A], CON-POST   MID=37524, Token=84861B16ECC23E8A, 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
15:12:34.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37524], KeyToken[127.0.0.1:8204-84861B16ECC23E8A]]
15:12:34.157 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.157 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E393,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37524, Token=84861B16ECC23E8A, 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]
15:12:34.157 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.157 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37524]
15:12:34.158 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.158 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R379, 127.0.0.1:8201] replace CON-POST   MID=37524, Token=84861B16ECC23E8A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37524, Token=84861B16ECC23E8A, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.158 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R379, 127.0.0.1:8201] send response NON-2.05   MID=37524, Token=null, OptionSet={}, "server responds hi"
15:12:34.158 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R379, 127.0.0.1:8201, complete]!
15:12:34.158 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R379, 127.0.0.1:8201, complete] completed NON-2.04   MID=37524, Token=84861B16ECC23E8A, 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!
15:12:34.159 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.159 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E394,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37524, Token=84861B16ECC23E8A, 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]
15:12:34.159 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37524]
15:12:34.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.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
15:12:34.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L378, 127.0.0.1:8204, complete]!
15:12:34.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L378, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-84861B16ECC23E8A]
15:12:34.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L378, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37524]
15:12:34.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L378, 127.0.0.1:8204, complete] completed CON-POST   MID=37524, Token=84861B16ECC23E8A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37524, Token=84861B16ECC23E8A, 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!
15:12:34.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L380, 127.0.0.1:8204] send request
15:12:34.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L380, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L380, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0990}, 7D DF 8D 4A 76 0C D2 62 AE A0 50 C1 39 4E B9 76 7C 63 C2 F0 4D 1D 8D 13
15:12:34.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L380, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37525], CON-POST   MID=37525, 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
15:12:34.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L380, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-E0FA03E5C51DC1AC], CON-POST   MID=37525, Token=E0FA03E5C51DC1AC, 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
15:12:34.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37525], KeyToken[127.0.0.1:8204-E0FA03E5C51DC1AC]]
15:12:34.161 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.161 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E395,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37525, Token=E0FA03E5C51DC1AC, 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]
15:12:34.161 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37525]
15:12:34.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R381, 127.0.0.1:8201] replace CON-POST   MID=37525, Token=E0FA03E5C51DC1AC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37525, Token=E0FA03E5C51DC1AC, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.162 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R381, 127.0.0.1:8201] send response NON-2.05   MID=37525, Token=null, OptionSet={}, "server responds hi"
15:12:34.162 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R381, 127.0.0.1:8201, complete]!
15:12:34.162 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R381, 127.0.0.1:8201, complete] completed NON-2.04   MID=37525, Token=E0FA03E5C51DC1AC, 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!
15:12:34.162 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.163 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E396,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37525, Token=E0FA03E5C51DC1AC, 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]
15:12:34.163 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37525]
15:12:34.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L380, 127.0.0.1:8204, complete]!
15:12:34.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L380, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-E0FA03E5C51DC1AC]
15:12:34.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L380, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37525]
15:12:34.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L380, 127.0.0.1:8204, complete] completed CON-POST   MID=37525, Token=E0FA03E5C51DC1AC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37525, Token=E0FA03E5C51DC1AC, 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!
15:12:34.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L382, 127.0.0.1:8204] send request
15:12:34.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L382, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L382, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0991}, 68 DA 8F C4 43 94 3E 7E 0D 09 75 8D 4F EC B1 BD 59 B5 4E 72 B1 25 FB A1
15:12:34.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L382, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37526], CON-POST   MID=37526, 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
15:12:34.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L382, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-60A9C442DEF90456], CON-POST   MID=37526, Token=60A9C442DEF90456, 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
15:12:34.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37526], KeyToken[127.0.0.1:8204-60A9C442DEF90456]]
15:12:34.165 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.165 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E397,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37526, Token=60A9C442DEF90456, 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]
15:12:34.165 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37526]
15:12:34.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R383, 127.0.0.1:8201] replace CON-POST   MID=37526, Token=60A9C442DEF90456, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37526, Token=60A9C442DEF90456, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R383, 127.0.0.1:8201] send response NON-2.05   MID=37526, Token=null, OptionSet={}, "server responds hi"
15:12:34.166 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R383, 127.0.0.1:8201, complete]!
15:12:34.166 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R383, 127.0.0.1:8201, complete] completed NON-2.04   MID=37526, Token=60A9C442DEF90456, 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!
15:12:34.166 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.166 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E398,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37526, Token=60A9C442DEF90456, 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]
15:12:34.166 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37526]
15:12:34.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.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
15:12:34.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L382, 127.0.0.1:8204, complete]!
15:12:34.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L382, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-60A9C442DEF90456]
15:12:34.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L382, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37526]
15:12:34.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L382, 127.0.0.1:8204, complete] completed CON-POST   MID=37526, Token=60A9C442DEF90456, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37526, Token=60A9C442DEF90456, 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!
15:12:34.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L384, 127.0.0.1:8204] send request
15:12:34.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L384, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L384, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0992}, BC 3C 02 06 7F 37 55 F5 3D 4F 24 F0 33 A9 4B 55 16 6F 83 B2 97 3D CD 01
15:12:34.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L384, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37527], CON-POST   MID=37527, 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
15:12:34.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L384, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-B820A16AEC6DFCBB], CON-POST   MID=37527, Token=B820A16AEC6DFCBB, 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
15:12:34.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37527], KeyToken[127.0.0.1:8204-B820A16AEC6DFCBB]]
15:12:34.168 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.169 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E399,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37527, Token=B820A16AEC6DFCBB, 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]
15:12:34.169 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37527]
15:12:34.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R385, 127.0.0.1:8201] replace CON-POST   MID=37527, Token=B820A16AEC6DFCBB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37527, Token=B820A16AEC6DFCBB, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R385, 127.0.0.1:8201] send response NON-2.05   MID=37527, Token=null, OptionSet={}, "server responds hi"
15:12:34.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R385, 127.0.0.1:8201, complete]!
15:12:34.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R385, 127.0.0.1:8201, complete] completed NON-2.04   MID=37527, Token=B820A16AEC6DFCBB, 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!
15:12:34.170 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.170 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E400,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37527, Token=B820A16AEC6DFCBB, 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]
15:12:34.170 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37527]
15:12:34.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.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
15:12:34.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L384, 127.0.0.1:8204, complete]!
15:12:34.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L384, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-B820A16AEC6DFCBB]
15:12:34.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L384, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37527]
15:12:34.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L384, 127.0.0.1:8204, complete] completed CON-POST   MID=37527, Token=B820A16AEC6DFCBB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37527, Token=B820A16AEC6DFCBB, 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!
15:12:34.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L386, 127.0.0.1:8204] send request
15:12:34.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L386, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L386, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0993}, 54 3E F7 F1 F4 80 CE 8D 99 3B 63 08 D0 34 AD 24 59 13 D5 82 27 AF 06 AB
15:12:34.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L386, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37528], CON-POST   MID=37528, 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
15:12:34.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L386, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-20616099AC7E9A02], CON-POST   MID=37528, Token=20616099AC7E9A02, 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
15:12:34.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37528], KeyToken[127.0.0.1:8204-20616099AC7E9A02]]
15:12:34.173 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.173 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E401,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37528, Token=20616099AC7E9A02, 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]
15:12:34.173 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37528]
15:12:34.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R387, 127.0.0.1:8201] replace CON-POST   MID=37528, Token=20616099AC7E9A02, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37528, Token=20616099AC7E9A02, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.174 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R387, 127.0.0.1:8201] send response NON-2.05   MID=37528, Token=null, OptionSet={}, "server responds hi"
15:12:34.174 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R387, 127.0.0.1:8201, complete]!
15:12:34.174 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R387, 127.0.0.1:8201, complete] completed NON-2.04   MID=37528, Token=20616099AC7E9A02, 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!
15:12:34.174 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.175 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E402,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37528, Token=20616099AC7E9A02, 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]
15:12:34.175 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37528]
15:12:34.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.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
15:12:34.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L386, 127.0.0.1:8204, complete]!
15:12:34.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L386, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-20616099AC7E9A02]
15:12:34.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L386, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37528]
15:12:34.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L386, 127.0.0.1:8204, complete] completed CON-POST   MID=37528, Token=20616099AC7E9A02, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37528, Token=20616099AC7E9A02, 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!
15:12:34.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L388, 127.0.0.1:8204] send request
15:12:34.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L388, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L388, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0994}, 27 59 28 FD 01 32 25 51 A5 83 A8 77 38 AC 43 93 CA 36 19 3D CE EC 46 3A
15:12:34.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L388, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37529], CON-POST   MID=37529, 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
15:12:34.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L388, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-7C19502EFBE7C263], CON-POST   MID=37529, Token=7C19502EFBE7C263, 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
15:12:34.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37529], KeyToken[127.0.0.1:8204-7C19502EFBE7C263]]
15:12:34.177 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.177 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E403,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37529, Token=7C19502EFBE7C263, 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]
15:12:34.177 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37529]
15:12:34.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R389, 127.0.0.1:8201] replace CON-POST   MID=37529, Token=7C19502EFBE7C263, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37529, Token=7C19502EFBE7C263, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.178 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R389, 127.0.0.1:8201] send response NON-2.05   MID=37529, Token=null, OptionSet={}, "server responds hi"
15:12:34.178 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R389, 127.0.0.1:8201, complete]!
15:12:34.178 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R389, 127.0.0.1:8201, complete] completed NON-2.04   MID=37529, Token=7C19502EFBE7C263, 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!
15:12:34.225 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.225 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E404,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37529, Token=7C19502EFBE7C263, 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]
15:12:34.225 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.226 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37529]
15:12:34.226 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.226 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.226 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L388, 127.0.0.1:8204, complete]!
15:12:34.226 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L388, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-7C19502EFBE7C263]
15:12:34.226 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L388, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37529]
15:12:34.226 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L388, 127.0.0.1:8204, complete] completed CON-POST   MID=37529, Token=7C19502EFBE7C263, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37529, Token=7C19502EFBE7C263, 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!
15:12:34.227 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L390, 127.0.0.1:8204] send request
15:12:34.227 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L390, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.227 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L390, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0995}, EA A7 C6 BE 3D 01 AA 98 06 69 75 D1 F9 5F A6 22 24 2F 2A 78 1F E1 8E F5
15:12:34.227 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L390, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37530], CON-POST   MID=37530, 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
15:12:34.227 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L390, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-10374DAA1C06AF64], CON-POST   MID=37530, Token=10374DAA1C06AF64, 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
15:12:34.227 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37530], KeyToken[127.0.0.1:8204-10374DAA1C06AF64]]
15:12:34.228 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.228 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E405,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37530, Token=10374DAA1C06AF64, 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]
15:12:34.228 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.228 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37530]
15:12:34.228 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.228 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R391, 127.0.0.1:8201] replace CON-POST   MID=37530, Token=10374DAA1C06AF64, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37530, Token=10374DAA1C06AF64, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.229 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R391, 127.0.0.1:8201] send response NON-2.05   MID=37530, Token=null, OptionSet={}, "server responds hi"
15:12:34.229 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R391, 127.0.0.1:8201, complete]!
15:12:34.229 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R391, 127.0.0.1:8201, complete] completed NON-2.04   MID=37530, Token=10374DAA1C06AF64, 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!
15:12:34.229 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.230 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E406,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37530, Token=10374DAA1C06AF64, 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]
15:12:34.230 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.230 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37530]
15:12:34.230 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.230 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.230 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L390, 127.0.0.1:8204, complete]!
15:12:34.230 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L390, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-10374DAA1C06AF64]
15:12:34.230 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L390, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37530]
15:12:34.230 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L390, 127.0.0.1:8204, complete] completed CON-POST   MID=37530, Token=10374DAA1C06AF64, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37530, Token=10374DAA1C06AF64, 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!
15:12:34.231 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L392, 127.0.0.1:8204] send request
15:12:34.231 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L392, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.231 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L392, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0996}, 8C 03 D5 37 81 E2 44 0F E3 94 42 81 49 1C 2B 3B 3D 1B 02 AA DC 9E EB 2D
15:12:34.231 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L392, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37531], CON-POST   MID=37531, 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
15:12:34.232 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L392, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-148F4D643F3EAA91], CON-POST   MID=37531, Token=148F4D643F3EAA91, 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
15:12:34.232 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37531], KeyToken[127.0.0.1:8204-148F4D643F3EAA91]]
15:12:34.232 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.232 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E407,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37531, Token=148F4D643F3EAA91, 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]
15:12:34.232 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.232 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37531]
15:12:34.232 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.233 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R393, 127.0.0.1:8201] replace CON-POST   MID=37531, Token=148F4D643F3EAA91, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37531, Token=148F4D643F3EAA91, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.233 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R393, 127.0.0.1:8201] send response NON-2.05   MID=37531, Token=null, OptionSet={}, "server responds hi"
15:12:34.233 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R393, 127.0.0.1:8201, complete]!
15:12:34.233 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R393, 127.0.0.1:8201, complete] completed NON-2.04   MID=37531, Token=148F4D643F3EAA91, 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!
15:12:34.233 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.234 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E408,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37531, Token=148F4D643F3EAA91, 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]
15:12:34.234 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.234 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37531]
15:12:34.234 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.234 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.234 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L392, 127.0.0.1:8204, complete]!
15:12:34.234 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L392, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-148F4D643F3EAA91]
15:12:34.234 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L392, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37531]
15:12:34.234 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L392, 127.0.0.1:8204, complete] completed CON-POST   MID=37531, Token=148F4D643F3EAA91, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37531, Token=148F4D643F3EAA91, 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!
15:12:34.235 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L394, 127.0.0.1:8204] send request
15:12:34.235 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L394, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.235 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L394, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0997}, 44 2D A5 7F 17 60 0B 1D 58 DA 60 A7 40 E1 34 68 D9 42 28 0A 24 9D 3B 46
15:12:34.235 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L394, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37532], CON-POST   MID=37532, 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
15:12:34.235 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L394, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-A030FB80117BED85], CON-POST   MID=37532, Token=A030FB80117BED85, 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
15:12:34.235 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37532], KeyToken[127.0.0.1:8204-A030FB80117BED85]]
15:12:34.235 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.236 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E409,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37532, Token=A030FB80117BED85, 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]
15:12:34.236 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.236 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37532]
15:12:34.236 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.236 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R395, 127.0.0.1:8201] replace CON-POST   MID=37532, Token=A030FB80117BED85, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37532, Token=A030FB80117BED85, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.236 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R395, 127.0.0.1:8201] send response NON-2.05   MID=37532, Token=null, OptionSet={}, "server responds hi"
15:12:34.237 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R395, 127.0.0.1:8201, complete]!
15:12:34.237 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R395, 127.0.0.1:8201, complete] completed NON-2.04   MID=37532, Token=A030FB80117BED85, 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!
15:12:34.237 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.237 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E410,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37532, Token=A030FB80117BED85, 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]
15:12:34.237 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.237 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37532]
15:12:34.237 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.238 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.238 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L394, 127.0.0.1:8204, complete]!
15:12:34.238 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L394, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-A030FB80117BED85]
15:12:34.238 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L394, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37532]
15:12:34.238 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L394, 127.0.0.1:8204, complete] completed CON-POST   MID=37532, Token=A030FB80117BED85, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37532, Token=A030FB80117BED85, 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!
15:12:34.238 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L396, 127.0.0.1:8204] send request
15:12:34.238 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L396, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.238 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L396, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0998}, F1 BC 78 73 7D 39 74 24 34 AA DB E2 48 7D 8A A9 95 29 86 7D AE 49 18 31
15:12:34.239 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L396, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37533], CON-POST   MID=37533, 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
15:12:34.239 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L396, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-D8DF825B519F1E1F], CON-POST   MID=37533, Token=D8DF825B519F1E1F, 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
15:12:34.239 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37533], KeyToken[127.0.0.1:8204-D8DF825B519F1E1F]]
15:12:34.239 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.239 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E411,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37533, Token=D8DF825B519F1E1F, 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]
15:12:34.239 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.239 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37533]
15:12:34.239 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.240 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R397, 127.0.0.1:8201] replace CON-POST   MID=37533, Token=D8DF825B519F1E1F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37533, Token=D8DF825B519F1E1F, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.240 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R397, 127.0.0.1:8201] send response NON-2.05   MID=37533, Token=null, OptionSet={}, "server responds hi"
15:12:34.240 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R397, 127.0.0.1:8201, complete]!
15:12:34.240 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R397, 127.0.0.1:8201, complete] completed NON-2.04   MID=37533, Token=D8DF825B519F1E1F, 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!
15:12:34.241 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.241 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E412,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37533, Token=D8DF825B519F1E1F, 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]
15:12:34.241 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.241 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37533]
15:12:34.241 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.241 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.241 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L396, 127.0.0.1:8204, complete]!
15:12:34.241 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L396, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-D8DF825B519F1E1F]
15:12:34.241 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L396, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37533]
15:12:34.241 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L396, 127.0.0.1:8204, complete] completed CON-POST   MID=37533, Token=D8DF825B519F1E1F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37533, Token=D8DF825B519F1E1F, 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!
15:12:34.242 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L398, 127.0.0.1:8204] send request
15:12:34.242 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L398, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.242 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L398, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0999}, 55 1B AA AB 96 8F DA 07 11 EA 25 A8 07 8B 86 0F 31 C1 CE CD 41 A9 47 E3
15:12:34.242 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L398, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37534], CON-POST   MID=37534, 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
15:12:34.243 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L398, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-CC92778991CEFEE5], CON-POST   MID=37534, Token=CC92778991CEFEE5, 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
15:12:34.243 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37534], KeyToken[127.0.0.1:8204-CC92778991CEFEE5]]
15:12:34.243 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.243 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E413,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37534, Token=CC92778991CEFEE5, 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]
15:12:34.243 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.243 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37534]
15:12:34.244 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.244 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R399, 127.0.0.1:8201] replace CON-POST   MID=37534, Token=CC92778991CEFEE5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37534, Token=CC92778991CEFEE5, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.244 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R399, 127.0.0.1:8201] send response NON-2.05   MID=37534, Token=null, OptionSet={}, "server responds hi"
15:12:34.244 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R399, 127.0.0.1:8201, complete]!
15:12:34.244 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R399, 127.0.0.1:8201, complete] completed NON-2.04   MID=37534, Token=CC92778991CEFEE5, 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!
15:12:34.245 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.245 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E414,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37534, Token=CC92778991CEFEE5, 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]
15:12:34.245 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.245 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37534]
15:12:34.245 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.245 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.245 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L398, 127.0.0.1:8204, complete]!
15:12:34.245 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L398, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-CC92778991CEFEE5]
15:12:34.245 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L398, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37534]
15:12:34.245 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L398, 127.0.0.1:8204, complete] completed CON-POST   MID=37534, Token=CC92778991CEFEE5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37534, Token=CC92778991CEFEE5, 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!
15:12:34.246 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L400, 127.0.0.1:8204] send request
15:12:34.246 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L400, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.246 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L400, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x099A}, 18 E7 95 65 DC E5 3B D6 42 53 6F 6B B4 95 A7 76 EC B7 0A A6 96 57 2E 9B
15:12:34.246 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L400, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37535], CON-POST   MID=37535, 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
15:12:34.246 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L400, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-1835138E708D06A0], CON-POST   MID=37535, Token=1835138E708D06A0, 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
15:12:34.246 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37535], KeyToken[127.0.0.1:8204-1835138E708D06A0]]
15:12:34.247 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.247 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E415,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37535, Token=1835138E708D06A0, 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]
15:12:34.247 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.247 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37535]
15:12:34.247 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.247 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R401, 127.0.0.1:8201] replace CON-POST   MID=37535, Token=1835138E708D06A0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37535, Token=1835138E708D06A0, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.248 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R401, 127.0.0.1:8201] send response NON-2.05   MID=37535, Token=null, OptionSet={}, "server responds hi"
15:12:34.248 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R401, 127.0.0.1:8201, complete]!
15:12:34.248 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R401, 127.0.0.1:8201, complete] completed NON-2.04   MID=37535, Token=1835138E708D06A0, 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!
15:12:34.248 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.249 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E416,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37535, Token=1835138E708D06A0, 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]
15:12:34.249 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.249 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37535]
15:12:34.249 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.249 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.249 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L400, 127.0.0.1:8204, complete]!
15:12:34.249 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L400, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-1835138E708D06A0]
15:12:34.249 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L400, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37535]
15:12:34.249 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L400, 127.0.0.1:8204, complete] completed CON-POST   MID=37535, Token=1835138E708D06A0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37535, Token=1835138E708D06A0, 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!
15:12:34.249 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L402, 127.0.0.1:8204] send request
15:12:34.249 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L402, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.250 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L402, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x099B}, 37 09 39 22 90 5B C8 C9 03 87 6D 02 57 B1 B6 96 1F 0F 64 87 4C 33 ED 85
15:12:34.250 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L402, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37536], CON-POST   MID=37536, 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
15:12:34.250 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L402, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-24494E924284C567], CON-POST   MID=37536, Token=24494E924284C567, 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
15:12:34.250 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37536], KeyToken[127.0.0.1:8204-24494E924284C567]]
15:12:34.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:8204
15:12:34.251 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E417,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37536, Token=24494E924284C567, 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]
15:12:34.251 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.251 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37536]
15:12:34.251 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.251 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R403, 127.0.0.1:8201] replace CON-POST   MID=37536, Token=24494E924284C567, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37536, Token=24494E924284C567, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R403, 127.0.0.1:8201] send response NON-2.05   MID=37536, Token=null, OptionSet={}, "server responds hi"
15:12:34.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R403, 127.0.0.1:8201, complete]!
15:12:34.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R403, 127.0.0.1:8201, complete] completed NON-2.04   MID=37536, Token=24494E924284C567, 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!
15:12:34.252 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.252 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E418,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37536, Token=24494E924284C567, 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]
15:12:34.253 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37536]
15:12:34.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L402, 127.0.0.1:8204, complete]!
15:12:34.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L402, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-24494E924284C567]
15:12:34.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L402, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37536]
15:12:34.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L402, 127.0.0.1:8204, complete] completed CON-POST   MID=37536, Token=24494E924284C567, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37536, Token=24494E924284C567, 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!
15:12:34.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L404, 127.0.0.1:8204] send request
15:12:34.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L404, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L404, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x099C}, 2B E0 3A 0C 82 ED 7C B5 DF B3 F6 16 7B DD A2 C4 37 F6 B7 16 7B E7 E8 B5
15:12:34.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L404, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37537], CON-POST   MID=37537, 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
15:12:34.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L404, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-E0E4805D4EE52D66], CON-POST   MID=37537, Token=E0E4805D4EE52D66, 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
15:12:34.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37537], KeyToken[127.0.0.1:8204-E0E4805D4EE52D66]]
15:12:34.254 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.255 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E419,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37537, Token=E0E4805D4EE52D66, 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]
15:12:34.255 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.255 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37537]
15:12:34.255 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.255 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R405, 127.0.0.1:8201] replace CON-POST   MID=37537, Token=E0E4805D4EE52D66, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37537, Token=E0E4805D4EE52D66, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.255 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R405, 127.0.0.1:8201] send response NON-2.05   MID=37537, Token=null, OptionSet={}, "server responds hi"
15:12:34.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R405, 127.0.0.1:8201, complete]!
15:12:34.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R405, 127.0.0.1:8201, complete] completed NON-2.04   MID=37537, Token=E0E4805D4EE52D66, 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!
15:12:34.256 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.256 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E420,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37537, Token=E0E4805D4EE52D66, 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]
15:12:34.256 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37537]
15:12:34.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.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
15:12:34.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L404, 127.0.0.1:8204, complete]!
15:12:34.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L404, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-E0E4805D4EE52D66]
15:12:34.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L404, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37537]
15:12:34.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L404, 127.0.0.1:8204, complete] completed CON-POST   MID=37537, Token=E0E4805D4EE52D66, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37537, Token=E0E4805D4EE52D66, 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!
15:12:34.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L406, 127.0.0.1:8204] send request
15:12:34.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L406, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L406, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x099D}, 3C A3 75 56 8A 24 CA 96 96 CC 66 E9 49 59 ED 47 25 90 2D 7A B8 D0 E3 50
15:12:34.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L406, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37538], CON-POST   MID=37538, 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
15:12:34.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L406, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-7C596BAF753A7C9D], CON-POST   MID=37538, Token=7C596BAF753A7C9D, 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
15:12:34.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37538], KeyToken[127.0.0.1:8204-7C596BAF753A7C9D]]
15:12:34.258 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.258 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E421,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37538, Token=7C596BAF753A7C9D, 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]
15:12:34.258 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.258 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37538]
15:12:34.259 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.259 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R407, 127.0.0.1:8201] replace CON-POST   MID=37538, Token=7C596BAF753A7C9D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37538, Token=7C596BAF753A7C9D, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.259 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R407, 127.0.0.1:8201] send response NON-2.05   MID=37538, Token=null, OptionSet={}, "server responds hi"
15:12:34.259 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R407, 127.0.0.1:8201, complete]!
15:12:34.259 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R407, 127.0.0.1:8201, complete] completed NON-2.04   MID=37538, Token=7C596BAF753A7C9D, 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!
15:12:34.260 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.260 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E422,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37538, Token=7C596BAF753A7C9D, 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]
15:12:34.260 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.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:8204-37538]
15:12:34.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.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
15:12:34.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L406, 127.0.0.1:8204, complete]!
15:12:34.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L406, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-7C596BAF753A7C9D]
15:12:34.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L406, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37538]
15:12:34.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L406, 127.0.0.1:8204, complete] completed CON-POST   MID=37538, Token=7C596BAF753A7C9D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37538, Token=7C596BAF753A7C9D, 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!
15:12:34.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L408, 127.0.0.1:8204] send request
15:12:34.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L408, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L408, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x099E}, E5 AC 75 BA A9 65 49 38 FB A0 08 F2 0D 60 41 90 43 F5 73 D3 DC 70 7B 0B
15:12:34.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L408, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37539], CON-POST   MID=37539, 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
15:12:34.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L408, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-90601591A8950711], CON-POST   MID=37539, Token=90601591A8950711, 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
15:12:34.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37539], KeyToken[127.0.0.1:8204-90601591A8950711]]
15:12:34.262 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.262 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E423,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37539, Token=90601591A8950711, 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]
15:12:34.262 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.262 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37539]
15:12:34.262 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.262 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R409, 127.0.0.1:8201] replace CON-POST   MID=37539, Token=90601591A8950711, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37539, Token=90601591A8950711, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R409, 127.0.0.1:8201] send response NON-2.05   MID=37539, Token=null, OptionSet={}, "server responds hi"
15:12:34.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R409, 127.0.0.1:8201, complete]!
15:12:34.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R409, 127.0.0.1:8201, complete] completed NON-2.04   MID=37539, Token=90601591A8950711, 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!
15:12:34.263 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.263 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E424,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37539, Token=90601591A8950711, 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]
15:12:34.263 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.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:8204-37539]
15:12:34.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.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
15:12:34.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L408, 127.0.0.1:8204, complete]!
15:12:34.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L408, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-90601591A8950711]
15:12:34.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L408, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37539]
15:12:34.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L408, 127.0.0.1:8204, complete] completed CON-POST   MID=37539, Token=90601591A8950711, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37539, Token=90601591A8950711, 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!
15:12:34.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L410, 127.0.0.1:8204] send request
15:12:34.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L410, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L410, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x099F}, 59 92 AA 3A 5A DF 98 30 F6 06 E8 58 D2 CE 34 BB 0F C9 45 2B DC C0 E7 B6
15:12:34.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L410, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37540], CON-POST   MID=37540, 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
15:12:34.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L410, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-6042AC15D3B938DD], CON-POST   MID=37540, Token=6042AC15D3B938DD, 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
15:12:34.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37540], KeyToken[127.0.0.1:8204-6042AC15D3B938DD]]
15:12:34.265 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.265 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E425,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37540, Token=6042AC15D3B938DD, 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]
15:12:34.265 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.265 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37540]
15:12:34.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R411, 127.0.0.1:8201] replace CON-POST   MID=37540, Token=6042AC15D3B938DD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37540, Token=6042AC15D3B938DD, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R411, 127.0.0.1:8201] send response NON-2.05   MID=37540, Token=null, OptionSet={}, "server responds hi"
15:12:34.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R411, 127.0.0.1:8201, complete]!
15:12:34.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R411, 127.0.0.1:8201, complete] completed NON-2.04   MID=37540, Token=6042AC15D3B938DD, 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!
15:12:34.267 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.267 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E426,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37540, Token=6042AC15D3B938DD, 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]
15:12:34.267 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37540]
15:12:34.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.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
15:12:34.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L410, 127.0.0.1:8204, complete]!
15:12:34.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L410, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-6042AC15D3B938DD]
15:12:34.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L410, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37540]
15:12:34.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L410, 127.0.0.1:8204, complete] completed CON-POST   MID=37540, Token=6042AC15D3B938DD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37540, Token=6042AC15D3B938DD, 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!
15:12:34.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L412, 127.0.0.1:8204] send request
15:12:34.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L412, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L412, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09A0}, 85 D7 91 6E B3 E6 46 17 F2 C8 B8 59 FA 45 DB 25 1F F4 5D 1E 6E 7B 03 32
15:12:34.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L412, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37541], CON-POST   MID=37541, 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
15:12:34.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L412, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-8055226897A560CE], CON-POST   MID=37541, Token=8055226897A560CE, 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
15:12:34.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37541], KeyToken[127.0.0.1:8204-8055226897A560CE]]
15:12:34.269 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.269 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E427,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37541, Token=8055226897A560CE, 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]
15:12:34.269 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.269 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37541]
15:12:34.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R413, 127.0.0.1:8201] replace CON-POST   MID=37541, Token=8055226897A560CE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37541, Token=8055226897A560CE, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R413, 127.0.0.1:8201] send response NON-2.05   MID=37541, Token=null, OptionSet={}, "server responds hi"
15:12:34.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R413, 127.0.0.1:8201, complete]!
15:12:34.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R413, 127.0.0.1:8201, complete] completed NON-2.04   MID=37541, Token=8055226897A560CE, 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!
15:12:34.270 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.271 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E428,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37541, Token=8055226897A560CE, 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]
15:12:34.271 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37541]
15:12:34.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.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
15:12:34.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L412, 127.0.0.1:8204, complete]!
15:12:34.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L412, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-8055226897A560CE]
15:12:34.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L412, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37541]
15:12:34.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L412, 127.0.0.1:8204, complete] completed CON-POST   MID=37541, Token=8055226897A560CE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37541, Token=8055226897A560CE, 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!
15:12:34.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L414, 127.0.0.1:8204] send request
15:12:34.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L414, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L414, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09A1}, 7A 03 9C D0 C5 79 3D 24 CA 23 1E 14 C7 FA B8 17 4B FA 2F 29 D1 CB B6 D3
15:12:34.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L414, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37542], CON-POST   MID=37542, 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
15:12:34.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L414, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-180A073B7F973BCB], CON-POST   MID=37542, Token=180A073B7F973BCB, 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
15:12:34.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37542], KeyToken[127.0.0.1:8204-180A073B7F973BCB]]
15:12:34.272 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.273 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E429,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37542, Token=180A073B7F973BCB, 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]
15:12:34.273 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37542]
15:12:34.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R415, 127.0.0.1:8201] replace CON-POST   MID=37542, Token=180A073B7F973BCB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37542, Token=180A073B7F973BCB, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R415, 127.0.0.1:8201] send response NON-2.05   MID=37542, Token=null, OptionSet={}, "server responds hi"
15:12:34.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R415, 127.0.0.1:8201, complete]!
15:12:34.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R415, 127.0.0.1:8201, complete] completed NON-2.04   MID=37542, Token=180A073B7F973BCB, 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!
15:12:34.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:8201
15:12:34.274 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E430,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37542, Token=180A073B7F973BCB, 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]
15:12:34.274 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37542]
15:12:34.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L414, 127.0.0.1:8204, complete]!
15:12:34.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L414, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-180A073B7F973BCB]
15:12:34.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L414, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37542]
15:12:34.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L414, 127.0.0.1:8204, complete] completed CON-POST   MID=37542, Token=180A073B7F973BCB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37542, Token=180A073B7F973BCB, 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!
15:12:34.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L416, 127.0.0.1:8204] send request
15:12:34.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L416, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L416, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09A2}, 76 52 E2 0A C3 9E 1A 05 24 06 95 5E A0 9A C2 16 14 33 AE CD 1B 2B 7B AC
15:12:34.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L416, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37543], CON-POST   MID=37543, 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
15:12:34.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L416, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-B4850E746CE4F179], CON-POST   MID=37543, Token=B4850E746CE4F179, 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
15:12:34.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37543], KeyToken[127.0.0.1:8204-B4850E746CE4F179]]
15:12:34.276 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.276 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E431,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37543, Token=B4850E746CE4F179, 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]
15:12:34.276 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.276 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37543]
15:12:34.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R417, 127.0.0.1:8201] replace CON-POST   MID=37543, Token=B4850E746CE4F179, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37543, Token=B4850E746CE4F179, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R417, 127.0.0.1:8201] send response NON-2.05   MID=37543, Token=null, OptionSet={}, "server responds hi"
15:12:34.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R417, 127.0.0.1:8201, complete]!
15:12:34.277 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R417, 127.0.0.1:8201, complete] completed NON-2.04   MID=37543, Token=B4850E746CE4F179, 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!
15:12:34.278 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.278 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E432,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37543, Token=B4850E746CE4F179, 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]
15:12:34.278 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37543]
15:12:34.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.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
15:12:34.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L416, 127.0.0.1:8204, complete]!
15:12:34.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L416, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-B4850E746CE4F179]
15:12:34.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L416, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37543]
15:12:34.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L416, 127.0.0.1:8204, complete] completed CON-POST   MID=37543, Token=B4850E746CE4F179, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37543, Token=B4850E746CE4F179, 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!
15:12:34.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L418, 127.0.0.1:8204] send request
15:12:34.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L418, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L418, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09A3}, 07 0E 0A 6C 8F 1D D5 2B 6C BE 9B B7 9E 24 58 21 E6 F8 F0 22 32 84 14 23
15:12:34.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L418, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37544], CON-POST   MID=37544, 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
15:12:34.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L418, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-54323FA4693A5AC0], CON-POST   MID=37544, Token=54323FA4693A5AC0, 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
15:12:34.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37544], KeyToken[127.0.0.1:8204-54323FA4693A5AC0]]
15:12:34.280 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.280 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E433,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37544, Token=54323FA4693A5AC0, 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]
15:12:34.280 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.281 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37544]
15:12:34.281 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.281 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R419, 127.0.0.1:8201] replace CON-POST   MID=37544, Token=54323FA4693A5AC0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37544, Token=54323FA4693A5AC0, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.281 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R419, 127.0.0.1:8201] send response NON-2.05   MID=37544, Token=null, OptionSet={}, "server responds hi"
15:12:34.281 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R419, 127.0.0.1:8201, complete]!
15:12:34.281 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R419, 127.0.0.1:8201, complete] completed NON-2.04   MID=37544, Token=54323FA4693A5AC0, 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!
15:12:34.282 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.282 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E434,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37544, Token=54323FA4693A5AC0, 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]
15:12:34.282 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37544]
15:12:34.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.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
15:12:34.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L418, 127.0.0.1:8204, complete]!
15:12:34.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L418, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-54323FA4693A5AC0]
15:12:34.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L418, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37544]
15:12:34.282 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L418, 127.0.0.1:8204, complete] completed CON-POST   MID=37544, Token=54323FA4693A5AC0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37544, Token=54323FA4693A5AC0, 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!
15:12:34.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L420, 127.0.0.1:8204] send request
15:12:34.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L420, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.325 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L420, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09A4}, 7D 18 BE 0D 97 39 16 64 59 81 CB 27 6A 45 0C 21 7A AF 42 85 98 86 A5 80
15:12:34.325 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L420, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37545], CON-POST   MID=37545, 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
15:12:34.325 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L420, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-54856CE89CC255AD], CON-POST   MID=37545, Token=54856CE89CC255AD, 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
15:12:34.326 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37545], KeyToken[127.0.0.1:8204-54856CE89CC255AD]]
15:12:34.326 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.326 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E435,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37545, Token=54856CE89CC255AD, 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]
15:12:34.326 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.326 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37545]
15:12:34.326 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.326 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R421, 127.0.0.1:8201] replace CON-POST   MID=37545, Token=54856CE89CC255AD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37545, Token=54856CE89CC255AD, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.327 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R421, 127.0.0.1:8201] send response NON-2.05   MID=37545, Token=null, OptionSet={}, "server responds hi"
15:12:34.327 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R421, 127.0.0.1:8201, complete]!
15:12:34.327 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R421, 127.0.0.1:8201, complete] completed NON-2.04   MID=37545, Token=54856CE89CC255AD, 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!
15:12:34.327 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.327 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E436,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37545, Token=54856CE89CC255AD, 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]
15:12:34.328 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.328 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37545]
15:12:34.328 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.328 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.328 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L420, 127.0.0.1:8204, complete]!
15:12:34.328 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L420, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-54856CE89CC255AD]
15:12:34.328 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L420, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37545]
15:12:34.328 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L420, 127.0.0.1:8204, complete] completed CON-POST   MID=37545, Token=54856CE89CC255AD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37545, Token=54856CE89CC255AD, 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!
15:12:34.328 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L422, 127.0.0.1:8204] send request
15:12:34.328 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L422, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.329 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L422, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09A5}, 66 36 34 88 68 33 97 44 BB A6 88 F0 BD 47 B7 92 B8 90 A0 35 DB D8 C5 BF
15:12:34.329 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L422, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37546], CON-POST   MID=37546, 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
15:12:34.329 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L422, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-70C15236AAF41211], CON-POST   MID=37546, Token=70C15236AAF41211, 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
15:12:34.329 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37546], KeyToken[127.0.0.1:8204-70C15236AAF41211]]
15:12:34.329 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.330 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E437,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37546, Token=70C15236AAF41211, 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]
15:12:34.330 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.330 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37546]
15:12:34.330 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.330 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R423, 127.0.0.1:8201] replace CON-POST   MID=37546, Token=70C15236AAF41211, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37546, Token=70C15236AAF41211, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.330 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R423, 127.0.0.1:8201] send response NON-2.05   MID=37546, Token=null, OptionSet={}, "server responds hi"
15:12:34.330 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R423, 127.0.0.1:8201, complete]!
15:12:34.331 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R423, 127.0.0.1:8201, complete] completed NON-2.04   MID=37546, Token=70C15236AAF41211, 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!
15:12:34.331 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.331 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E438,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37546, Token=70C15236AAF41211, 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]
15:12:34.331 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.331 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37546]
15:12:34.331 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.331 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.331 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L422, 127.0.0.1:8204, complete]!
15:12:34.331 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L422, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-70C15236AAF41211]
15:12:34.331 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L422, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37546]
15:12:34.332 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L422, 127.0.0.1:8204, complete] completed CON-POST   MID=37546, Token=70C15236AAF41211, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37546, Token=70C15236AAF41211, 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!
15:12:34.332 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L424, 127.0.0.1:8204] send request
15:12:34.332 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L424, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.332 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L424, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09A6}, 1C 37 4D BE C5 B2 8D 5A 7C 5E 67 E3 9F 46 93 CF 52 EF B8 BE 98 2D D3 6F
15:12:34.333 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L424, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37547], CON-POST   MID=37547, 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
15:12:34.333 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L424, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-C48FA3C25E512590], CON-POST   MID=37547, Token=C48FA3C25E512590, 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
15:12:34.333 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37547], KeyToken[127.0.0.1:8204-C48FA3C25E512590]]
15:12:34.333 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.333 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E439,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37547, Token=C48FA3C25E512590, 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]
15:12:34.333 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.334 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37547]
15:12:34.334 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.334 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R425, 127.0.0.1:8201] replace CON-POST   MID=37547, Token=C48FA3C25E512590, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37547, Token=C48FA3C25E512590, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.334 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R425, 127.0.0.1:8201] send response NON-2.05   MID=37547, Token=null, OptionSet={}, "server responds hi"
15:12:34.334 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R425, 127.0.0.1:8201, complete]!
15:12:34.334 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R425, 127.0.0.1:8201, complete] completed NON-2.04   MID=37547, Token=C48FA3C25E512590, 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!
15:12:34.335 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.335 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E440,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37547, Token=C48FA3C25E512590, 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]
15:12:34.335 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.335 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37547]
15:12:34.335 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.335 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.335 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L424, 127.0.0.1:8204, complete]!
15:12:34.335 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L424, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-C48FA3C25E512590]
15:12:34.335 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L424, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37547]
15:12:34.335 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L424, 127.0.0.1:8204, complete] completed CON-POST   MID=37547, Token=C48FA3C25E512590, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37547, Token=C48FA3C25E512590, 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!
15:12:34.336 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L426, 127.0.0.1:8204] send request
15:12:34.336 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L426, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.336 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L426, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09A7}, 6D 57 52 2E 9C F4 86 AF 43 FE 3D 5C C0 74 B8 56 C3 21 70 9F 16 88 B6 5D
15:12:34.336 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L426, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37548], CON-POST   MID=37548, 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
15:12:34.336 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L426, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-18E46FB392509AE1], CON-POST   MID=37548, Token=18E46FB392509AE1, 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
15:12:34.336 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37548], KeyToken[127.0.0.1:8204-18E46FB392509AE1]]
15:12:34.337 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.337 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E441,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37548, Token=18E46FB392509AE1, 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]
15:12:34.337 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.337 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37548]
15:12:34.337 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.337 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R427, 127.0.0.1:8201] replace CON-POST   MID=37548, Token=18E46FB392509AE1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37548, Token=18E46FB392509AE1, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.337 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R427, 127.0.0.1:8201] send response NON-2.05   MID=37548, Token=null, OptionSet={}, "server responds hi"
15:12:34.338 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R427, 127.0.0.1:8201, complete]!
15:12:34.338 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R427, 127.0.0.1:8201, complete] completed NON-2.04   MID=37548, Token=18E46FB392509AE1, 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!
15:12:34.338 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.338 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E442,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37548, Token=18E46FB392509AE1, 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]
15:12:34.338 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.338 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37548]
15:12:34.339 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.339 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.339 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L426, 127.0.0.1:8204, complete]!
15:12:34.339 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L426, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-18E46FB392509AE1]
15:12:34.339 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L426, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37548]
15:12:34.339 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L426, 127.0.0.1:8204, complete] completed CON-POST   MID=37548, Token=18E46FB392509AE1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37548, Token=18E46FB392509AE1, 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!
15:12:34.339 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L428, 127.0.0.1:8204] send request
15:12:34.339 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L428, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.339 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L428, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09A8}, D3 42 CC 26 71 CE BA C4 94 2C BF E2 B8 72 15 52 3A 1F C9 FC 40 91 3E 28
15:12:34.340 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L428, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37549], CON-POST   MID=37549, 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
15:12:34.340 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L428, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-24DDF5A1D46EA8A5], CON-POST   MID=37549, Token=24DDF5A1D46EA8A5, 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
15:12:34.340 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37549], KeyToken[127.0.0.1:8204-24DDF5A1D46EA8A5]]
15:12:34.340 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.340 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E443,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37549, Token=24DDF5A1D46EA8A5, 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]
15:12:34.340 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.341 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37549]
15:12:34.341 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.341 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R429, 127.0.0.1:8201] replace CON-POST   MID=37549, Token=24DDF5A1D46EA8A5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37549, Token=24DDF5A1D46EA8A5, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.341 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R429, 127.0.0.1:8201] send response NON-2.05   MID=37549, Token=null, OptionSet={}, "server responds hi"
15:12:34.342 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R429, 127.0.0.1:8201, complete]!
15:12:34.342 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R429, 127.0.0.1:8201, complete] completed NON-2.04   MID=37549, Token=24DDF5A1D46EA8A5, 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!
15:12:34.342 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.342 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E444,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37549, Token=24DDF5A1D46EA8A5, 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]
15:12:34.342 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.342 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37549]
15:12:34.342 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.342 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.342 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L428, 127.0.0.1:8204, complete]!
15:12:34.342 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L428, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-24DDF5A1D46EA8A5]
15:12:34.343 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L428, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37549]
15:12:34.343 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L428, 127.0.0.1:8204, complete] completed CON-POST   MID=37549, Token=24DDF5A1D46EA8A5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37549, Token=24DDF5A1D46EA8A5, 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!
15:12:34.343 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L430, 127.0.0.1:8204] send request
15:12:34.343 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L430, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.343 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L430, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09A9}, 19 1A 4B FF F7 85 4D ED 59 12 C7 E1 68 49 C8 90 65 15 69 9B B4 A6 91 44
15:12:34.343 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L430, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37550], CON-POST   MID=37550, 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
15:12:34.344 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L430, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-D0ED30C2BB1F8270], CON-POST   MID=37550, Token=D0ED30C2BB1F8270, 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
15:12:34.344 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37550], KeyToken[127.0.0.1:8204-D0ED30C2BB1F8270]]
15:12:34.344 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.344 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E445,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37550, Token=D0ED30C2BB1F8270, 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]
15:12:34.344 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.344 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37550]
15:12:34.344 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.344 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R431, 127.0.0.1:8201] replace CON-POST   MID=37550, Token=D0ED30C2BB1F8270, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37550, Token=D0ED30C2BB1F8270, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.345 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R431, 127.0.0.1:8201] send response NON-2.05   MID=37550, Token=null, OptionSet={}, "server responds hi"
15:12:34.345 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R431, 127.0.0.1:8201, complete]!
15:12:34.345 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R431, 127.0.0.1:8201, complete] completed NON-2.04   MID=37550, Token=D0ED30C2BB1F8270, 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!
15:12:34.345 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.345 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E446,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37550, Token=D0ED30C2BB1F8270, 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]
15:12:34.345 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.346 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37550]
15:12:34.346 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.346 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.346 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L430, 127.0.0.1:8204, complete]!
15:12:34.346 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L430, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-D0ED30C2BB1F8270]
15:12:34.346 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L430, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37550]
15:12:34.346 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L430, 127.0.0.1:8204, complete] completed CON-POST   MID=37550, Token=D0ED30C2BB1F8270, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37550, Token=D0ED30C2BB1F8270, 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!
15:12:34.346 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L432, 127.0.0.1:8204] send request
15:12:34.346 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L432, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.347 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L432, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09AA}, 26 66 64 9E 74 7A 4D 92 4E 52 C3 AF A0 0A E2 0F 65 BB B0 4F 67 E9 FE 21
15:12:34.347 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L432, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37551], CON-POST   MID=37551, 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
15:12:34.347 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L432, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-709CF865BD55C56A], CON-POST   MID=37551, Token=709CF865BD55C56A, 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
15:12:34.347 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37551], KeyToken[127.0.0.1:8204-709CF865BD55C56A]]
15:12:34.347 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.347 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E447,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37551, Token=709CF865BD55C56A, 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]
15:12:34.347 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.348 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37551]
15:12:34.348 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.348 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R433, 127.0.0.1:8201] replace CON-POST   MID=37551, Token=709CF865BD55C56A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37551, Token=709CF865BD55C56A, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.348 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R433, 127.0.0.1:8201] send response NON-2.05   MID=37551, Token=null, OptionSet={}, "server responds hi"
15:12:34.348 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R433, 127.0.0.1:8201, complete]!
15:12:34.348 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R433, 127.0.0.1:8201, complete] completed NON-2.04   MID=37551, Token=709CF865BD55C56A, 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!
15:12:34.348 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.349 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E448,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37551, Token=709CF865BD55C56A, 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]
15:12:34.349 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.349 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37551]
15:12:34.349 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.349 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.349 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L432, 127.0.0.1:8204, complete]!
15:12:34.349 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L432, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-709CF865BD55C56A]
15:12:34.349 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L432, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37551]
15:12:34.349 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L432, 127.0.0.1:8204, complete] completed CON-POST   MID=37551, Token=709CF865BD55C56A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37551, Token=709CF865BD55C56A, 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!
15:12:34.350 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L434, 127.0.0.1:8204] send request
15:12:34.350 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L434, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.350 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L434, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09AB}, 82 41 B1 93 53 9C 58 09 BA 53 7E BE C9 16 3B F3 37 79 61 58 01 9D 8B 1E
15:12:34.350 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L434, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37552], CON-POST   MID=37552, 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
15:12:34.350 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L434, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-D42D60013E78C477], CON-POST   MID=37552, Token=D42D60013E78C477, 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
15:12:34.350 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37552], KeyToken[127.0.0.1:8204-D42D60013E78C477]]
15:12:34.351 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.351 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E449,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37552, Token=D42D60013E78C477, 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]
15:12:34.351 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.351 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37552]
15:12:34.351 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.351 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R435, 127.0.0.1:8201] replace CON-POST   MID=37552, Token=D42D60013E78C477, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37552, Token=D42D60013E78C477, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.351 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R435, 127.0.0.1:8201] send response NON-2.05   MID=37552, Token=null, OptionSet={}, "server responds hi"
15:12:34.352 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R435, 127.0.0.1:8201, complete]!
15:12:34.352 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R435, 127.0.0.1:8201, complete] completed NON-2.04   MID=37552, Token=D42D60013E78C477, 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!
15:12:34.352 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.352 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E450,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37552, Token=D42D60013E78C477, 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]
15:12:34.352 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37552]
15:12:34.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.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
15:12:34.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L434, 127.0.0.1:8204, complete]!
15:12:34.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L434, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-D42D60013E78C477]
15:12:34.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L434, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37552]
15:12:34.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L434, 127.0.0.1:8204, complete] completed CON-POST   MID=37552, Token=D42D60013E78C477, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37552, Token=D42D60013E78C477, 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!
15:12:34.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L436, 127.0.0.1:8204] send request
15:12:34.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L436, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L436, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09AC}, 55 9B C8 67 E4 41 D9 67 E0 C3 AB CE 92 E8 84 41 78 5C C7 E7 59 5D A0 A7
15:12:34.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L436, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37553], CON-POST   MID=37553, 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
15:12:34.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L436, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-FCDE10CC733F9F81], CON-POST   MID=37553, Token=FCDE10CC733F9F81, 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
15:12:34.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37553], KeyToken[127.0.0.1:8204-FCDE10CC733F9F81]]
15:12:34.354 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.354 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E451,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37553, Token=FCDE10CC733F9F81, 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]
15:12:34.354 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.354 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37553]
15:12:34.354 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.355 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R437, 127.0.0.1:8201] replace CON-POST   MID=37553, Token=FCDE10CC733F9F81, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37553, Token=FCDE10CC733F9F81, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.355 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R437, 127.0.0.1:8201] send response NON-2.05   MID=37553, Token=null, OptionSet={}, "server responds hi"
15:12:34.355 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R437, 127.0.0.1:8201, complete]!
15:12:34.355 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R437, 127.0.0.1:8201, complete] completed NON-2.04   MID=37553, Token=FCDE10CC733F9F81, 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!
15:12:34.355 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.355 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E452,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37553, Token=FCDE10CC733F9F81, 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]
15:12:34.355 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37553]
15:12:34.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.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
15:12:34.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L436, 127.0.0.1:8204, complete]!
15:12:34.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L436, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-FCDE10CC733F9F81]
15:12:34.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L436, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37553]
15:12:34.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L436, 127.0.0.1:8204, complete] completed CON-POST   MID=37553, Token=FCDE10CC733F9F81, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37553, Token=FCDE10CC733F9F81, 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!
15:12:34.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L438, 127.0.0.1:8204] send request
15:12:34.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L438, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L438, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09AD}, 24 5C EB 9D 31 9E B3 63 A8 B1 51 79 C2 D1 1D BD 0A 14 3B 28 7D 15 9E 82
15:12:34.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L438, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37554], CON-POST   MID=37554, 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
15:12:34.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L438, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-DC276A86E732E37A], CON-POST   MID=37554, Token=DC276A86E732E37A, 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
15:12:34.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37554], KeyToken[127.0.0.1:8204-DC276A86E732E37A]]
15:12:34.357 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.357 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E453,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37554, Token=DC276A86E732E37A, 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]
15:12:34.357 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37554]
15:12:34.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R439, 127.0.0.1:8201] replace CON-POST   MID=37554, Token=DC276A86E732E37A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37554, Token=DC276A86E732E37A, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R439, 127.0.0.1:8201] send response NON-2.05   MID=37554, Token=null, OptionSet={}, "server responds hi"
15:12:34.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R439, 127.0.0.1:8201, complete]!
15:12:34.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R439, 127.0.0.1:8201, complete] completed NON-2.04   MID=37554, Token=DC276A86E732E37A, 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!
15:12:34.358 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.359 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E454,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37554, Token=DC276A86E732E37A, 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]
15:12:34.359 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.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:8204-37554]
15:12:34.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.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
15:12:34.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L438, 127.0.0.1:8204, complete]!
15:12:34.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L438, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-DC276A86E732E37A]
15:12:34.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L438, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37554]
15:12:34.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L438, 127.0.0.1:8204, complete] completed CON-POST   MID=37554, Token=DC276A86E732E37A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37554, Token=DC276A86E732E37A, 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!
15:12:34.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L440, 127.0.0.1:8204] send request
15:12:34.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L440, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L440, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09AE}, 89 E3 2B C0 A0 84 A1 FD 28 19 7D C8 8F B1 3D 8D 2E A1 03 40 9D D0 25 42
15:12:34.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L440, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37555], CON-POST   MID=37555, 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
15:12:34.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L440, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-10F55432B74B6322], CON-POST   MID=37555, Token=10F55432B74B6322, 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
15:12:34.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37555], KeyToken[127.0.0.1:8204-10F55432B74B6322]]
15:12:34.360 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.360 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E455,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37555, Token=10F55432B74B6322, 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]
15:12:34.360 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37555]
15:12:34.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R441, 127.0.0.1:8201] replace CON-POST   MID=37555, Token=10F55432B74B6322, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37555, Token=10F55432B74B6322, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R441, 127.0.0.1:8201] send response NON-2.05   MID=37555, Token=null, OptionSet={}, "server responds hi"
15:12:34.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R441, 127.0.0.1:8201, complete]!
15:12:34.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R441, 127.0.0.1:8201, complete] completed NON-2.04   MID=37555, Token=10F55432B74B6322, 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!
15:12:34.361 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.362 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E456,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37555, Token=10F55432B74B6322, 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]
15:12:34.362 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37555]
15:12:34.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.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
15:12:34.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L440, 127.0.0.1:8204, complete]!
15:12:34.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L440, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-10F55432B74B6322]
15:12:34.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L440, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37555]
15:12:34.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L440, 127.0.0.1:8204, complete] completed CON-POST   MID=37555, Token=10F55432B74B6322, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37555, Token=10F55432B74B6322, 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!
15:12:34.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L442, 127.0.0.1:8204] send request
15:12:34.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L442, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L442, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09AF}, 44 45 8F 84 43 6A 99 C8 10 82 0C C7 DD 90 46 B3 F8 D8 3D D8 8E EA 61 27
15:12:34.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L442, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37556], CON-POST   MID=37556, 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
15:12:34.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L442, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-F8EEE755F0C69722], CON-POST   MID=37556, Token=F8EEE755F0C69722, 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
15:12:34.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37556], KeyToken[127.0.0.1:8204-F8EEE755F0C69722]]
15:12:34.363 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.364 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E457,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37556, Token=F8EEE755F0C69722, 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]
15:12:34.364 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37556]
15:12:34.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R443, 127.0.0.1:8201] replace CON-POST   MID=37556, Token=F8EEE755F0C69722, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37556, Token=F8EEE755F0C69722, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R443, 127.0.0.1:8201] send response NON-2.05   MID=37556, Token=null, OptionSet={}, "server responds hi"
15:12:34.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R443, 127.0.0.1:8201, complete]!
15:12:34.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R443, 127.0.0.1:8201, complete] completed NON-2.04   MID=37556, Token=F8EEE755F0C69722, 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!
15:12:34.365 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.365 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E458,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37556, Token=F8EEE755F0C69722, 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]
15:12:34.365 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37556]
15:12:34.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.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
15:12:34.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L442, 127.0.0.1:8204, complete]!
15:12:34.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L442, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-F8EEE755F0C69722]
15:12:34.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L442, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37556]
15:12:34.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L442, 127.0.0.1:8204, complete] completed CON-POST   MID=37556, Token=F8EEE755F0C69722, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37556, Token=F8EEE755F0C69722, 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!
15:12:34.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L444, 127.0.0.1:8204] send request
15:12:34.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L444, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L444, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09B0}, 0B B7 F6 56 D5 2C 46 D0 5E 93 93 B5 48 CD 8D CB F1 EE 51 58 22 9A F4 C3
15:12:34.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L444, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37557], CON-POST   MID=37557, 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
15:12:34.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L444, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-A8ABC7BC2CCD9378], CON-POST   MID=37557, Token=A8ABC7BC2CCD9378, 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
15:12:34.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37557], KeyToken[127.0.0.1:8204-A8ABC7BC2CCD9378]]
15:12:34.366 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.367 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E459,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37557, Token=A8ABC7BC2CCD9378, 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]
15:12:34.367 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37557]
15:12:34.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R445, 127.0.0.1:8201] replace CON-POST   MID=37557, Token=A8ABC7BC2CCD9378, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37557, Token=A8ABC7BC2CCD9378, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R445, 127.0.0.1:8201] send response NON-2.05   MID=37557, Token=null, OptionSet={}, "server responds hi"
15:12:34.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R445, 127.0.0.1:8201, complete]!
15:12:34.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R445, 127.0.0.1:8201, complete] completed NON-2.04   MID=37557, Token=A8ABC7BC2CCD9378, 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!
15:12:34.368 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.368 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E460,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37557, Token=A8ABC7BC2CCD9378, 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]
15:12:34.368 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37557]
15:12:34.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.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
15:12:34.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L444, 127.0.0.1:8204, complete]!
15:12:34.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L444, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-A8ABC7BC2CCD9378]
15:12:34.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L444, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37557]
15:12:34.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L444, 127.0.0.1:8204, complete] completed CON-POST   MID=37557, Token=A8ABC7BC2CCD9378, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37557, Token=A8ABC7BC2CCD9378, 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!
15:12:34.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L446, 127.0.0.1:8204] send request
15:12:34.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L446, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L446, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09B1}, 9C 71 42 1F 5C 6E DA 7C 7E A4 A1 DB A5 73 FD D3 7B 22 3F A6 8B 25 23 81
15:12:34.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L446, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37558], CON-POST   MID=37558, 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
15:12:34.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L446, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-48CA7E4310F9B453], CON-POST   MID=37558, Token=48CA7E4310F9B453, 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
15:12:34.369 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37558], KeyToken[127.0.0.1:8204-48CA7E4310F9B453]]
15:12:34.370 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.370 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E461,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37558, Token=48CA7E4310F9B453, 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]
15:12:34.370 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.370 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37558]
15:12:34.370 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.370 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R447, 127.0.0.1:8201] replace CON-POST   MID=37558, Token=48CA7E4310F9B453, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37558, Token=48CA7E4310F9B453, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.370 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R447, 127.0.0.1:8201] send response NON-2.05   MID=37558, Token=null, OptionSet={}, "server responds hi"
15:12:34.371 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R447, 127.0.0.1:8201, complete]!
15:12:34.371 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R447, 127.0.0.1:8201, complete] completed NON-2.04   MID=37558, Token=48CA7E4310F9B453, 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!
15:12:34.371 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.371 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E462,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37558, Token=48CA7E4310F9B453, 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]
15:12:34.371 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37558]
15:12:34.371 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.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
15:12:34.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L446, 127.0.0.1:8204, complete]!
15:12:34.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L446, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-48CA7E4310F9B453]
15:12:34.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L446, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37558]
15:12:34.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L446, 127.0.0.1:8204, complete] completed CON-POST   MID=37558, Token=48CA7E4310F9B453, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37558, Token=48CA7E4310F9B453, 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!
15:12:34.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L448, 127.0.0.1:8204] send request
15:12:34.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L448, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L448, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09B2}, 6F FD 79 9F D8 58 F7 18 A2 3A EB F7 4D 04 57 8C 05 FC 38 93 4C C7 9F 3F
15:12:34.372 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L448, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37559], CON-POST   MID=37559, 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
15:12:34.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L448, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-4C31556F8FEA6A94], CON-POST   MID=37559, Token=4C31556F8FEA6A94, 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
15:12:34.373 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37559], KeyToken[127.0.0.1:8204-4C31556F8FEA6A94]]
15:12:34.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:8204
15:12:34.373 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E463,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37559, Token=4C31556F8FEA6A94, 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]
15:12:34.373 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.373 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37559]
15:12:34.373 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.373 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R449, 127.0.0.1:8201] replace CON-POST   MID=37559, Token=4C31556F8FEA6A94, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37559, Token=4C31556F8FEA6A94, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.374 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R449, 127.0.0.1:8201] send response NON-2.05   MID=37559, Token=null, OptionSet={}, "server responds hi"
15:12:34.374 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R449, 127.0.0.1:8201, complete]!
15:12:34.374 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R449, 127.0.0.1:8201, complete] completed NON-2.04   MID=37559, Token=4C31556F8FEA6A94, 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!
15:12:34.374 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.374 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E464,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37559, Token=4C31556F8FEA6A94, 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]
15:12:34.374 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.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:8204-37559]
15:12:34.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.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
15:12:34.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L448, 127.0.0.1:8204, complete]!
15:12:34.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L448, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-4C31556F8FEA6A94]
15:12:34.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L448, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37559]
15:12:34.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L448, 127.0.0.1:8204, complete] completed CON-POST   MID=37559, Token=4C31556F8FEA6A94, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37559, Token=4C31556F8FEA6A94, 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!
15:12:34.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L450, 127.0.0.1:8204] send request
15:12:34.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L450, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.375 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L450, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09B3}, 5B 69 AD 59 F3 8B 09 FE B7 A2 1E D9 D7 2B 93 61 0C F7 14 23 A1 40 C8 19
15:12:34.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L450, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37560], CON-POST   MID=37560, 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
15:12:34.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L450, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-C84906E7D2E70366], CON-POST   MID=37560, Token=C84906E7D2E70366, 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
15:12:34.376 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37560], KeyToken[127.0.0.1:8204-C84906E7D2E70366]]
15:12:34.376 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.376 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E465,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37560, Token=C84906E7D2E70366, 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]
15:12:34.376 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.376 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37560]
15:12:34.376 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.377 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R451, 127.0.0.1:8201] replace CON-POST   MID=37560, Token=C84906E7D2E70366, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37560, Token=C84906E7D2E70366, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.377 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R451, 127.0.0.1:8201] send response NON-2.05   MID=37560, Token=null, OptionSet={}, "server responds hi"
15:12:34.377 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R451, 127.0.0.1:8201, complete]!
15:12:34.377 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R451, 127.0.0.1:8201, complete] completed NON-2.04   MID=37560, Token=C84906E7D2E70366, 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!
15:12:34.377 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.377 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E466,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37560, Token=C84906E7D2E70366, 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]
15:12:34.378 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37560]
15:12:34.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.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
15:12:34.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L450, 127.0.0.1:8204, complete]!
15:12:34.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L450, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-C84906E7D2E70366]
15:12:34.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L450, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37560]
15:12:34.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L450, 127.0.0.1:8204, complete] completed CON-POST   MID=37560, Token=C84906E7D2E70366, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37560, Token=C84906E7D2E70366, 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!
15:12:34.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L452, 127.0.0.1:8204] send request
15:12:34.378 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L452, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L452, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09B4}, 97 67 AA 8F CD B9 A7 6F EA 4B 4F 36 BE E6 0D 3C 9D ED 17 B6 CB 4C 73 CE
15:12:34.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L452, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37561], CON-POST   MID=37561, 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
15:12:34.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L452, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-909468A99E83C2B9], CON-POST   MID=37561, Token=909468A99E83C2B9, 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
15:12:34.379 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37561], KeyToken[127.0.0.1:8204-909468A99E83C2B9]]
15:12:34.379 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.379 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E467,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37561, Token=909468A99E83C2B9, 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]
15:12:34.379 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.380 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37561]
15:12:34.380 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.380 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R453, 127.0.0.1:8201] replace CON-POST   MID=37561, Token=909468A99E83C2B9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37561, Token=909468A99E83C2B9, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.380 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R453, 127.0.0.1:8201] send response NON-2.05   MID=37561, Token=null, OptionSet={}, "server responds hi"
15:12:34.380 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R453, 127.0.0.1:8201, complete]!
15:12:34.380 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R453, 127.0.0.1:8201, complete] completed NON-2.04   MID=37561, Token=909468A99E83C2B9, 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!
15:12:34.425 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.425 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E468,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37561, Token=909468A99E83C2B9, 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]
15:12:34.425 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.426 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37561]
15:12:34.426 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.426 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.426 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L452, 127.0.0.1:8204, complete]!
15:12:34.426 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L452, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-909468A99E83C2B9]
15:12:34.426 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L452, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37561]
15:12:34.426 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L452, 127.0.0.1:8204, complete] completed CON-POST   MID=37561, Token=909468A99E83C2B9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37561, Token=909468A99E83C2B9, 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!
15:12:34.426 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L454, 127.0.0.1:8204] send request
15:12:34.426 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L454, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.427 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L454, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09B5}, 2C 0C 86 73 46 69 BC FF 93 A9 86 23 57 39 EB FB 33 97 E4 0D F8 ED 81 F8
15:12:34.427 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L454, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37562], CON-POST   MID=37562, 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
15:12:34.427 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L454, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-BCB0CCA85793FD18], CON-POST   MID=37562, Token=BCB0CCA85793FD18, 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
15:12:34.427 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37562], KeyToken[127.0.0.1:8204-BCB0CCA85793FD18]]
15:12:34.427 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.428 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E469,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37562, Token=BCB0CCA85793FD18, 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]
15:12:34.428 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.428 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37562]
15:12:34.428 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.428 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R455, 127.0.0.1:8201] replace CON-POST   MID=37562, Token=BCB0CCA85793FD18, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37562, Token=BCB0CCA85793FD18, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.428 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R455, 127.0.0.1:8201] send response NON-2.05   MID=37562, Token=null, OptionSet={}, "server responds hi"
15:12:34.429 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R455, 127.0.0.1:8201, complete]!
15:12:34.429 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R455, 127.0.0.1:8201, complete] completed NON-2.04   MID=37562, Token=BCB0CCA85793FD18, 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!
15:12:34.429 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.429 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E470,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37562, Token=BCB0CCA85793FD18, 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]
15:12:34.429 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.429 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37562]
15:12:34.429 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.429 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.429 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L454, 127.0.0.1:8204, complete]!
15:12:34.430 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L454, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-BCB0CCA85793FD18]
15:12:34.430 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L454, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37562]
15:12:34.430 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L454, 127.0.0.1:8204, complete] completed CON-POST   MID=37562, Token=BCB0CCA85793FD18, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37562, Token=BCB0CCA85793FD18, 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!
15:12:34.430 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L456, 127.0.0.1:8204] send request
15:12:34.430 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L456, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.430 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L456, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09B6}, 07 10 17 A9 7F B5 4B F4 AA 91 E4 4B 35 2A 24 5A 6E B9 64 4B F1 87 71 B3
15:12:34.430 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L456, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37563], CON-POST   MID=37563, 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
15:12:34.431 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L456, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-540794925ECFEF44], CON-POST   MID=37563, Token=540794925ECFEF44, 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
15:12:34.431 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37563], KeyToken[127.0.0.1:8204-540794925ECFEF44]]
15:12:34.431 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.431 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E471,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37563, Token=540794925ECFEF44, 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]
15:12:34.431 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.431 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37563]
15:12:34.431 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.431 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R457, 127.0.0.1:8201] replace CON-POST   MID=37563, Token=540794925ECFEF44, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37563, Token=540794925ECFEF44, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.432 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R457, 127.0.0.1:8201] send response NON-2.05   MID=37563, Token=null, OptionSet={}, "server responds hi"
15:12:34.432 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R457, 127.0.0.1:8201, complete]!
15:12:34.432 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R457, 127.0.0.1:8201, complete] completed NON-2.04   MID=37563, Token=540794925ECFEF44, 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!
15:12:34.432 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.433 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E472,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37563, Token=540794925ECFEF44, 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]
15:12:34.433 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.433 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37563]
15:12:34.433 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.433 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.433 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L456, 127.0.0.1:8204, complete]!
15:12:34.433 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L456, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-540794925ECFEF44]
15:12:34.433 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L456, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37563]
15:12:34.433 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L456, 127.0.0.1:8204, complete] completed CON-POST   MID=37563, Token=540794925ECFEF44, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37563, Token=540794925ECFEF44, 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!
15:12:34.434 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L458, 127.0.0.1:8204] send request
15:12:34.434 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L458, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.434 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L458, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09B7}, BB FF D2 4D 3E AC 66 1A 56 03 1B 10 46 7C A0 59 FA 8B 1F 9F 7C 53 85 B7
15:12:34.434 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L458, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37564], CON-POST   MID=37564, 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
15:12:34.434 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L458, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-1CC4788FE0F04763], CON-POST   MID=37564, Token=1CC4788FE0F04763, 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
15:12:34.434 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37564], KeyToken[127.0.0.1:8204-1CC4788FE0F04763]]
15:12:34.435 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.435 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E473,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37564, Token=1CC4788FE0F04763, 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]
15:12:34.435 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.435 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37564]
15:12:34.435 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.435 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R459, 127.0.0.1:8201] replace CON-POST   MID=37564, Token=1CC4788FE0F04763, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37564, Token=1CC4788FE0F04763, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.436 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R459, 127.0.0.1:8201] send response NON-2.05   MID=37564, Token=null, OptionSet={}, "server responds hi"
15:12:34.436 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R459, 127.0.0.1:8201, complete]!
15:12:34.436 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R459, 127.0.0.1:8201, complete] completed NON-2.04   MID=37564, Token=1CC4788FE0F04763, 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!
15:12:34.436 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.437 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E474,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37564, Token=1CC4788FE0F04763, 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]
15:12:34.437 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.437 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37564]
15:12:34.437 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.437 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.437 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L458, 127.0.0.1:8204, complete]!
15:12:34.437 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L458, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-1CC4788FE0F04763]
15:12:34.437 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L458, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37564]
15:12:34.437 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L458, 127.0.0.1:8204, complete] completed CON-POST   MID=37564, Token=1CC4788FE0F04763, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37564, Token=1CC4788FE0F04763, 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!
15:12:34.438 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L460, 127.0.0.1:8204] send request
15:12:34.438 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L460, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.438 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L460, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09B8}, 18 A6 BF D7 72 9C A4 F3 A5 C3 B3 A0 67 C3 77 AD C5 58 BE BB 35 7B 2A B8
15:12:34.438 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L460, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37565], CON-POST   MID=37565, 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
15:12:34.438 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L460, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-84C7FBE4E8B17583], CON-POST   MID=37565, Token=84C7FBE4E8B17583, 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
15:12:34.438 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37565], KeyToken[127.0.0.1:8204-84C7FBE4E8B17583]]
15:12:34.438 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.439 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E475,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37565, Token=84C7FBE4E8B17583, 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]
15:12:34.439 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.439 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37565]
15:12:34.439 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.439 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R461, 127.0.0.1:8201] replace CON-POST   MID=37565, Token=84C7FBE4E8B17583, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37565, Token=84C7FBE4E8B17583, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.439 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R461, 127.0.0.1:8201] send response NON-2.05   MID=37565, Token=null, OptionSet={}, "server responds hi"
15:12:34.440 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R461, 127.0.0.1:8201, complete]!
15:12:34.440 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R461, 127.0.0.1:8201, complete] completed NON-2.04   MID=37565, Token=84C7FBE4E8B17583, 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!
15:12:34.440 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.440 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E476,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37565, Token=84C7FBE4E8B17583, 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]
15:12:34.440 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.440 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37565]
15:12:34.440 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.441 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.441 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L460, 127.0.0.1:8204, complete]!
15:12:34.441 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L460, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-84C7FBE4E8B17583]
15:12:34.441 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L460, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37565]
15:12:34.441 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L460, 127.0.0.1:8204, complete] completed CON-POST   MID=37565, Token=84C7FBE4E8B17583, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37565, Token=84C7FBE4E8B17583, 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!
15:12:34.441 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L462, 127.0.0.1:8204] send request
15:12:34.441 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L462, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.441 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L462, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09B9}, 16 E6 39 38 F3 18 A0 A7 8F DB 4E 14 51 EC B9 3E CB 44 47 9C 93 F4 B2 DB
15:12:34.442 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L462, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37566], CON-POST   MID=37566, 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
15:12:34.442 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L462, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-B467226F663BA1F0], CON-POST   MID=37566, Token=B467226F663BA1F0, 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
15:12:34.442 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37566], KeyToken[127.0.0.1:8204-B467226F663BA1F0]]
15:12:34.442 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.442 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E477,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37566, Token=B467226F663BA1F0, 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]
15:12:34.442 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.443 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37566]
15:12:34.443 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.443 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R463, 127.0.0.1:8201] replace CON-POST   MID=37566, Token=B467226F663BA1F0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37566, Token=B467226F663BA1F0, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.443 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R463, 127.0.0.1:8201] send response NON-2.05   MID=37566, Token=null, OptionSet={}, "server responds hi"
15:12:34.443 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R463, 127.0.0.1:8201, complete]!
15:12:34.443 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R463, 127.0.0.1:8201, complete] completed NON-2.04   MID=37566, Token=B467226F663BA1F0, 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!
15:12:34.444 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.444 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E478,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37566, Token=B467226F663BA1F0, 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]
15:12:34.444 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.444 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37566]
15:12:34.444 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.444 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.444 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L462, 127.0.0.1:8204, complete]!
15:12:34.445 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L462, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-B467226F663BA1F0]
15:12:34.445 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L462, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37566]
15:12:34.445 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L462, 127.0.0.1:8204, complete] completed CON-POST   MID=37566, Token=B467226F663BA1F0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37566, Token=B467226F663BA1F0, 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!
15:12:34.445 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L464, 127.0.0.1:8204] send request
15:12:34.445 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L464, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.445 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L464, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09BA}, 2A E0 48 CC 80 6D 2B 8C 74 5F 8A 77 AA 23 21 C2 B0 3B 43 FB 48 69 0E A2
15:12:34.445 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L464, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37567], CON-POST   MID=37567, 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
15:12:34.446 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L464, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-185D7546DDCA26BE], CON-POST   MID=37567, Token=185D7546DDCA26BE, 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
15:12:34.446 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37567], KeyToken[127.0.0.1:8204-185D7546DDCA26BE]]
15:12:34.446 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.446 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E479,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37567, Token=185D7546DDCA26BE, 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]
15:12:34.446 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.446 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37567]
15:12:34.446 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.447 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R465, 127.0.0.1:8201] replace CON-POST   MID=37567, Token=185D7546DDCA26BE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37567, Token=185D7546DDCA26BE, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.447 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R465, 127.0.0.1:8201] send response NON-2.05   MID=37567, Token=null, OptionSet={}, "server responds hi"
15:12:34.447 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R465, 127.0.0.1:8201, complete]!
15:12:34.447 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R465, 127.0.0.1:8201, complete] completed NON-2.04   MID=37567, Token=185D7546DDCA26BE, 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!
15:12:34.447 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.448 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E480,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37567, Token=185D7546DDCA26BE, 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]
15:12:34.448 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.448 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37567]
15:12:34.448 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.448 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.448 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L464, 127.0.0.1:8204, complete]!
15:12:34.448 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L464, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-185D7546DDCA26BE]
15:12:34.448 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L464, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37567]
15:12:34.448 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L464, 127.0.0.1:8204, complete] completed CON-POST   MID=37567, Token=185D7546DDCA26BE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37567, Token=185D7546DDCA26BE, 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!
15:12:34.448 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L466, 127.0.0.1:8204] send request
15:12:34.448 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L466, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.449 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L466, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09BB}, 99 E0 20 5D 5D 75 3F E2 2C 1D FD 54 A4 59 83 65 C1 CE DD 59 5F E9 95 F1
15:12:34.449 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L466, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37568], CON-POST   MID=37568, 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
15:12:34.449 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L466, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-A819B1664B227CBF], CON-POST   MID=37568, Token=A819B1664B227CBF, 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
15:12:34.449 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37568], KeyToken[127.0.0.1:8204-A819B1664B227CBF]]
15:12:34.449 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.450 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E481,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37568, Token=A819B1664B227CBF, 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]
15:12:34.450 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.450 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37568]
15:12:34.450 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.450 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R467, 127.0.0.1:8201] replace CON-POST   MID=37568, Token=A819B1664B227CBF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37568, Token=A819B1664B227CBF, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.450 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R467, 127.0.0.1:8201] send response NON-2.05   MID=37568, Token=null, OptionSet={}, "server responds hi"
15:12:34.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R467, 127.0.0.1:8201, complete]!
15:12:34.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R467, 127.0.0.1:8201, complete] completed NON-2.04   MID=37568, Token=A819B1664B227CBF, 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!
15:12:34.451 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.451 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E482,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37568, Token=A819B1664B227CBF, 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]
15:12:34.451 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37568]
15:12:34.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.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
15:12:34.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L466, 127.0.0.1:8204, complete]!
15:12:34.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L466, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-A819B1664B227CBF]
15:12:34.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L466, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37568]
15:12:34.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L466, 127.0.0.1:8204, complete] completed CON-POST   MID=37568, Token=A819B1664B227CBF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37568, Token=A819B1664B227CBF, 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!
15:12:34.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L468, 127.0.0.1:8204] send request
15:12:34.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L468, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L468, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09BC}, 61 3E 6E D0 A5 8C E1 5E 8C 9B 4C 85 48 09 6E CF C7 DD 9B 88 AA F5 E2 63
15:12:34.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L468, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37569], CON-POST   MID=37569, 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
15:12:34.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L468, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-D8FC207B24EE8BD3], CON-POST   MID=37569, Token=D8FC207B24EE8BD3, 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
15:12:34.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37569], KeyToken[127.0.0.1:8204-D8FC207B24EE8BD3]]
15:12:34.453 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.453 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E483,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37569, Token=D8FC207B24EE8BD3, 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]
15:12:34.453 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.453 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37569]
15:12:34.453 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.453 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R469, 127.0.0.1:8201] replace CON-POST   MID=37569, Token=D8FC207B24EE8BD3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37569, Token=D8FC207B24EE8BD3, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R469, 127.0.0.1:8201] send response NON-2.05   MID=37569, Token=null, OptionSet={}, "server responds hi"
15:12:34.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R469, 127.0.0.1:8201, complete]!
15:12:34.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R469, 127.0.0.1:8201, complete] completed NON-2.04   MID=37569, Token=D8FC207B24EE8BD3, 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!
15:12:34.454 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.454 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E484,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37569, Token=D8FC207B24EE8BD3, 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]
15:12:34.454 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37569]
15:12:34.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.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
15:12:34.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L468, 127.0.0.1:8204, complete]!
15:12:34.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L468, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-D8FC207B24EE8BD3]
15:12:34.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L468, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37569]
15:12:34.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L468, 127.0.0.1:8204, complete] completed CON-POST   MID=37569, Token=D8FC207B24EE8BD3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37569, Token=D8FC207B24EE8BD3, 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!
15:12:34.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L470, 127.0.0.1:8204] send request
15:12:34.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L470, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L470, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09BD}, 6E 8C 9A 74 29 0C FD FC 32 BF C2 4A 9D 0D 4F 75 3D FE 9C D1 B8 D3 4D B7
15:12:34.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L470, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37570], CON-POST   MID=37570, 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
15:12:34.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L470, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-A07F2D907569B26F], CON-POST   MID=37570, Token=A07F2D907569B26F, 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
15:12:34.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37570], KeyToken[127.0.0.1:8204-A07F2D907569B26F]]
15:12:34.456 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.456 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E485,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37570, Token=A07F2D907569B26F, 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]
15:12:34.456 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.457 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37570]
15:12:34.457 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.457 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R471, 127.0.0.1:8201] replace CON-POST   MID=37570, Token=A07F2D907569B26F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37570, Token=A07F2D907569B26F, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.457 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R471, 127.0.0.1:8201] send response NON-2.05   MID=37570, Token=null, OptionSet={}, "server responds hi"
15:12:34.457 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R471, 127.0.0.1:8201, complete]!
15:12:34.457 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R471, 127.0.0.1:8201, complete] completed NON-2.04   MID=37570, Token=A07F2D907569B26F, 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!
15:12:34.458 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.458 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E486,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37570, Token=A07F2D907569B26F, 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]
15:12:34.458 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37570]
15:12:34.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.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
15:12:34.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L470, 127.0.0.1:8204, complete]!
15:12:34.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L470, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-A07F2D907569B26F]
15:12:34.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L470, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37570]
15:12:34.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L470, 127.0.0.1:8204, complete] completed CON-POST   MID=37570, Token=A07F2D907569B26F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37570, Token=A07F2D907569B26F, 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!
15:12:34.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L472, 127.0.0.1:8204] send request
15:12:34.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L472, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L472, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09BE}, 1F 40 D6 38 FD DE D1 59 9B 31 5D 11 A6 AD 36 E3 43 D5 87 A0 F4 16 05 D4
15:12:34.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L472, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37571], CON-POST   MID=37571, 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
15:12:34.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L472, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-04265CCBB4E3609F], CON-POST   MID=37571, Token=04265CCBB4E3609F, 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
15:12:34.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37571], KeyToken[127.0.0.1:8204-04265CCBB4E3609F]]
15:12:34.460 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.460 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E487,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37571, Token=04265CCBB4E3609F, 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]
15:12:34.460 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.460 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37571]
15:12:34.460 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R473, 127.0.0.1:8201] replace CON-POST   MID=37571, Token=04265CCBB4E3609F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37571, Token=04265CCBB4E3609F, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R473, 127.0.0.1:8201] send response NON-2.05   MID=37571, Token=null, OptionSet={}, "server responds hi"
15:12:34.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R473, 127.0.0.1:8201, complete]!
15:12:34.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R473, 127.0.0.1:8201, complete] completed NON-2.04   MID=37571, Token=04265CCBB4E3609F, 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!
15:12:34.461 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.462 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E488,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37571, Token=04265CCBB4E3609F, 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]
15:12:34.462 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37571]
15:12:34.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.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
15:12:34.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L472, 127.0.0.1:8204, complete]!
15:12:34.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L472, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-04265CCBB4E3609F]
15:12:34.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L472, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37571]
15:12:34.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L472, 127.0.0.1:8204, complete] completed CON-POST   MID=37571, Token=04265CCBB4E3609F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37571, Token=04265CCBB4E3609F, 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!
15:12:34.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L474, 127.0.0.1:8204] send request
15:12:34.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L474, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L474, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09BF}, 87 25 A1 29 9A 81 A9 8D 56 52 7D F6 F0 0C 4C DD 22 02 BA 67 93 7A 27 39
15:12:34.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L474, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37572], CON-POST   MID=37572, 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
15:12:34.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L474, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-74D2D0971181D985], CON-POST   MID=37572, Token=74D2D0971181D985, 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
15:12:34.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37572], KeyToken[127.0.0.1:8204-74D2D0971181D985]]
15:12:34.463 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.464 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E489,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37572, Token=74D2D0971181D985, 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]
15:12:34.464 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.464 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37572]
15:12:34.464 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.464 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R475, 127.0.0.1:8201] replace CON-POST   MID=37572, Token=74D2D0971181D985, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37572, Token=74D2D0971181D985, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.464 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R475, 127.0.0.1:8201] send response NON-2.05   MID=37572, Token=null, OptionSet={}, "server responds hi"
15:12:34.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R475, 127.0.0.1:8201, complete]!
15:12:34.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R475, 127.0.0.1:8201, complete] completed NON-2.04   MID=37572, Token=74D2D0971181D985, 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!
15:12:34.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:8201
15:12:34.465 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E490,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37572, Token=74D2D0971181D985, 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]
15:12:34.465 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37572]
15:12:34.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.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
15:12:34.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L474, 127.0.0.1:8204, complete]!
15:12:34.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L474, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-74D2D0971181D985]
15:12:34.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L474, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37572]
15:12:34.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L474, 127.0.0.1:8204, complete] completed CON-POST   MID=37572, Token=74D2D0971181D985, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37572, Token=74D2D0971181D985, 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!
15:12:34.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L476, 127.0.0.1:8204] send request
15:12:34.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L476, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L476, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09C0}, A0 DE D3 EB E2 02 24 2B B1 55 70 B3 15 88 30 AF AB 16 BF 72 34 66 94 DF
15:12:34.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L476, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37573], CON-POST   MID=37573, 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
15:12:34.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L476, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-ACD3807970A72A71], CON-POST   MID=37573, Token=ACD3807970A72A71, 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
15:12:34.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37573], KeyToken[127.0.0.1:8204-ACD3807970A72A71]]
15:12:34.467 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.467 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E491,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37573, Token=ACD3807970A72A71, 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]
15:12:34.467 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37573]
15:12:34.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R477, 127.0.0.1:8201] replace CON-POST   MID=37573, Token=ACD3807970A72A71, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37573, Token=ACD3807970A72A71, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.468 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R477, 127.0.0.1:8201] send response NON-2.05   MID=37573, Token=null, OptionSet={}, "server responds hi"
15:12:34.468 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R477, 127.0.0.1:8201, complete]!
15:12:34.468 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R477, 127.0.0.1:8201, complete] completed NON-2.04   MID=37573, Token=ACD3807970A72A71, 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!
15:12:34.468 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.469 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E492,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37573, Token=ACD3807970A72A71, 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]
15:12:34.469 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37573]
15:12:34.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.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
15:12:34.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L476, 127.0.0.1:8204, complete]!
15:12:34.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L476, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-ACD3807970A72A71]
15:12:34.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L476, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37573]
15:12:34.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L476, 127.0.0.1:8204, complete] completed CON-POST   MID=37573, Token=ACD3807970A72A71, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37573, Token=ACD3807970A72A71, 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!
15:12:34.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L478, 127.0.0.1:8204] send request
15:12:34.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L478, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L478, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09C1}, 15 16 AD 15 44 A7 B5 54 94 FA C3 2F B7 A6 87 27 24 67 1A F3 D5 DE 8C 34
15:12:34.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L478, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37574], CON-POST   MID=37574, 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
15:12:34.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L478, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-204DE4C6BCAAB5FE], CON-POST   MID=37574, Token=204DE4C6BCAAB5FE, 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
15:12:34.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37574], KeyToken[127.0.0.1:8204-204DE4C6BCAAB5FE]]
15:12:34.470 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.471 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E493,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37574, Token=204DE4C6BCAAB5FE, 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]
15:12:34.471 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.471 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37574]
15:12:34.471 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.471 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R479, 127.0.0.1:8201] replace CON-POST   MID=37574, Token=204DE4C6BCAAB5FE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37574, Token=204DE4C6BCAAB5FE, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.471 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R479, 127.0.0.1:8201] send response NON-2.05   MID=37574, Token=null, OptionSet={}, "server responds hi"
15:12:34.471 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R479, 127.0.0.1:8201, complete]!
15:12:34.471 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R479, 127.0.0.1:8201, complete] completed NON-2.04   MID=37574, Token=204DE4C6BCAAB5FE, 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!
15:12:34.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:8201
15:12:34.472 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E494,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37574, Token=204DE4C6BCAAB5FE, 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]
15:12:34.472 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.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:8204-37574]
15:12:34.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.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
15:12:34.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L478, 127.0.0.1:8204, complete]!
15:12:34.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L478, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-204DE4C6BCAAB5FE]
15:12:34.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L478, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37574]
15:12:34.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L478, 127.0.0.1:8204, complete] completed CON-POST   MID=37574, Token=204DE4C6BCAAB5FE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37574, Token=204DE4C6BCAAB5FE, 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!
15:12:34.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L480, 127.0.0.1:8204] send request
15:12:34.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L480, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L480, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09C2}, BB F2 C7 F8 AC 8A 7D 70 8F 32 69 B0 52 51 42 97 1F 58 79 C7 39 87 93 4B
15:12:34.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L480, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37575], CON-POST   MID=37575, 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
15:12:34.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L480, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-580C416CEEA94F16], CON-POST   MID=37575, Token=580C416CEEA94F16, 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
15:12:34.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37575], KeyToken[127.0.0.1:8204-580C416CEEA94F16]]
15:12:34.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:8204
15:12:34.474 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E495,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37575, Token=580C416CEEA94F16, 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]
15:12:34.474 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37575]
15:12:34.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R481, 127.0.0.1:8201] replace CON-POST   MID=37575, Token=580C416CEEA94F16, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37575, Token=580C416CEEA94F16, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.475 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R481, 127.0.0.1:8201] send response NON-2.05   MID=37575, Token=null, OptionSet={}, "server responds hi"
15:12:34.475 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R481, 127.0.0.1:8201, complete]!
15:12:34.475 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R481, 127.0.0.1:8201, complete] completed NON-2.04   MID=37575, Token=580C416CEEA94F16, 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!
15:12:34.475 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.475 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E496,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37575, Token=580C416CEEA94F16, 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]
15:12:34.475 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37575]
15:12:34.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.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
15:12:34.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L480, 127.0.0.1:8204, complete]!
15:12:34.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L480, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-580C416CEEA94F16]
15:12:34.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L480, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37575]
15:12:34.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L480, 127.0.0.1:8204, complete] completed CON-POST   MID=37575, Token=580C416CEEA94F16, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37575, Token=580C416CEEA94F16, 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!
15:12:34.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L482, 127.0.0.1:8204] send request
15:12:34.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L482, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L482, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09C3}, 7A 76 66 AE FA 55 63 B6 CD 87 CD 5D 1F 03 4F 1B C7 99 09 FF 10 3A FD 3A
15:12:34.476 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L482, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37576], CON-POST   MID=37576, 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
15:12:34.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L482, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-D4AADADBB2A2A126], CON-POST   MID=37576, Token=D4AADADBB2A2A126, 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
15:12:34.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37576], KeyToken[127.0.0.1:8204-D4AADADBB2A2A126]]
15:12:34.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:8204
15:12:34.477 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E497,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37576, Token=D4AADADBB2A2A126, 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]
15:12:34.477 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.477 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37576]
15:12:34.477 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.478 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R483, 127.0.0.1:8201] replace CON-POST   MID=37576, Token=D4AADADBB2A2A126, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37576, Token=D4AADADBB2A2A126, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.478 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R483, 127.0.0.1:8201] send response NON-2.05   MID=37576, Token=null, OptionSet={}, "server responds hi"
15:12:34.478 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R483, 127.0.0.1:8201, complete]!
15:12:34.478 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R483, 127.0.0.1:8201, complete] completed NON-2.04   MID=37576, Token=D4AADADBB2A2A126, 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!
15:12:34.478 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.478 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E498,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37576, Token=D4AADADBB2A2A126, 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]
15:12:34.479 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.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:8204-37576]
15:12:34.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.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
15:12:34.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L482, 127.0.0.1:8204, complete]!
15:12:34.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L482, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-D4AADADBB2A2A126]
15:12:34.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L482, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37576]
15:12:34.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L482, 127.0.0.1:8204, complete] completed CON-POST   MID=37576, Token=D4AADADBB2A2A126, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37576, Token=D4AADADBB2A2A126, 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!
15:12:34.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L484, 127.0.0.1:8204] send request
15:12:34.479 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L484, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L484, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09C4}, 29 53 07 14 2A 7A A5 F3 F9 B3 02 87 59 88 9D 3C D9 0D 65 DC D2 E0 FB 37
15:12:34.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L484, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37577], CON-POST   MID=37577, 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
15:12:34.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L484, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-241C80E96A9EF5A6], CON-POST   MID=37577, Token=241C80E96A9EF5A6, 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
15:12:34.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37577], KeyToken[127.0.0.1:8204-241C80E96A9EF5A6]]
15:12:34.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:8204
15:12:34.480 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E499,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37577, Token=241C80E96A9EF5A6, 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]
15:12:34.480 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.525 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37577]
15:12:34.525 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.525 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R485, 127.0.0.1:8201] replace CON-POST   MID=37577, Token=241C80E96A9EF5A6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37577, Token=241C80E96A9EF5A6, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.525 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R485, 127.0.0.1:8201] send response NON-2.05   MID=37577, Token=null, OptionSet={}, "server responds hi"
15:12:34.526 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R485, 127.0.0.1:8201, complete]!
15:12:34.526 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R485, 127.0.0.1:8201, complete] completed NON-2.04   MID=37577, Token=241C80E96A9EF5A6, 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!
15:12:34.526 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.526 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E500,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37577, Token=241C80E96A9EF5A6, 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]
15:12:34.526 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.526 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37577]
15:12:34.526 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.526 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.526 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L484, 127.0.0.1:8204, complete]!
15:12:34.526 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L484, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-241C80E96A9EF5A6]
15:12:34.526 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L484, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37577]
15:12:34.526 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L484, 127.0.0.1:8204, complete] completed CON-POST   MID=37577, Token=241C80E96A9EF5A6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37577, Token=241C80E96A9EF5A6, 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!
15:12:34.527 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L486, 127.0.0.1:8204] send request
15:12:34.527 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L486, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.527 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L486, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09C5}, 1C 81 D8 0B 55 A1 BA DF 79 19 16 FC 8D 5B 32 1F 79 5D 20 04 3A A4 9F 0A
15:12:34.527 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L486, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37578], CON-POST   MID=37578, 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
15:12:34.527 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L486, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-A0E737223A39C5F5], CON-POST   MID=37578, Token=A0E737223A39C5F5, 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
15:12:34.528 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37578], KeyToken[127.0.0.1:8204-A0E737223A39C5F5]]
15:12:34.528 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.528 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E501,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37578, Token=A0E737223A39C5F5, 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]
15:12:34.528 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.528 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37578]
15:12:34.528 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.528 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R487, 127.0.0.1:8201] replace CON-POST   MID=37578, Token=A0E737223A39C5F5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37578, Token=A0E737223A39C5F5, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.529 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R487, 127.0.0.1:8201] send response NON-2.05   MID=37578, Token=null, OptionSet={}, "server responds hi"
15:12:34.529 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R487, 127.0.0.1:8201, complete]!
15:12:34.529 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R487, 127.0.0.1:8201, complete] completed NON-2.04   MID=37578, Token=A0E737223A39C5F5, 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!
15:12:34.529 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.530 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E502,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37578, Token=A0E737223A39C5F5, 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]
15:12:34.530 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.530 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37578]
15:12:34.530 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.530 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.530 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L486, 127.0.0.1:8204, complete]!
15:12:34.530 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L486, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-A0E737223A39C5F5]
15:12:34.530 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L486, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37578]
15:12:34.530 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L486, 127.0.0.1:8204, complete] completed CON-POST   MID=37578, Token=A0E737223A39C5F5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37578, Token=A0E737223A39C5F5, 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!
15:12:34.530 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L488, 127.0.0.1:8204] send request
15:12:34.530 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L488, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.531 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L488, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09C6}, 4A 0D D7 0F 87 9F 24 47 54 81 82 0E 85 28 0A A4 9A 38 0D C2 54 82 92 BA
15:12:34.531 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L488, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37579], CON-POST   MID=37579, 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
15:12:34.531 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L488, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-C0F3D4FC1A6B974C], CON-POST   MID=37579, Token=C0F3D4FC1A6B974C, 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
15:12:34.531 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37579], KeyToken[127.0.0.1:8204-C0F3D4FC1A6B974C]]
15:12:34.531 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.531 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E503,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37579, Token=C0F3D4FC1A6B974C, 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]
15:12:34.532 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.532 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37579]
15:12:34.532 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.532 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R489, 127.0.0.1:8201] replace CON-POST   MID=37579, Token=C0F3D4FC1A6B974C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37579, Token=C0F3D4FC1A6B974C, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.532 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R489, 127.0.0.1:8201] send response NON-2.05   MID=37579, Token=null, OptionSet={}, "server responds hi"
15:12:34.532 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R489, 127.0.0.1:8201, complete]!
15:12:34.532 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R489, 127.0.0.1:8201, complete] completed NON-2.04   MID=37579, Token=C0F3D4FC1A6B974C, 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!
15:12:34.533 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.533 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E504,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37579, Token=C0F3D4FC1A6B974C, 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]
15:12:34.533 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.533 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37579]
15:12:34.533 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.533 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.533 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L488, 127.0.0.1:8204, complete]!
15:12:34.533 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L488, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-C0F3D4FC1A6B974C]
15:12:34.533 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L488, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37579]
15:12:34.533 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L488, 127.0.0.1:8204, complete] completed CON-POST   MID=37579, Token=C0F3D4FC1A6B974C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37579, Token=C0F3D4FC1A6B974C, 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!
15:12:34.534 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L490, 127.0.0.1:8204] send request
15:12:34.534 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L490, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.534 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L490, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09C7}, 12 73 43 89 1D 93 1C B2 01 44 C9 DF 0E 8C B1 2E BB A5 27 B0 9F 2C 4D 02
15:12:34.534 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L490, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37580], CON-POST   MID=37580, 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
15:12:34.534 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L490, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-184075DEAB7C81C0], CON-POST   MID=37580, Token=184075DEAB7C81C0, 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
15:12:34.535 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37580], KeyToken[127.0.0.1:8204-184075DEAB7C81C0]]
15:12:34.535 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.535 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E505,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37580, Token=184075DEAB7C81C0, 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]
15:12:34.535 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.535 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37580]
15:12:34.535 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.535 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R491, 127.0.0.1:8201] replace CON-POST   MID=37580, Token=184075DEAB7C81C0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37580, Token=184075DEAB7C81C0, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.536 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R491, 127.0.0.1:8201] send response NON-2.05   MID=37580, Token=null, OptionSet={}, "server responds hi"
15:12:34.536 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R491, 127.0.0.1:8201, complete]!
15:12:34.536 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R491, 127.0.0.1:8201, complete] completed NON-2.04   MID=37580, Token=184075DEAB7C81C0, 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!
15:12:34.536 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.536 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E506,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37580, Token=184075DEAB7C81C0, 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]
15:12:34.536 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.537 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37580]
15:12:34.537 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.537 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.537 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L490, 127.0.0.1:8204, complete]!
15:12:34.537 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L490, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-184075DEAB7C81C0]
15:12:34.537 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L490, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37580]
15:12:34.537 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L490, 127.0.0.1:8204, complete] completed CON-POST   MID=37580, Token=184075DEAB7C81C0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37580, Token=184075DEAB7C81C0, 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!
15:12:34.537 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L492, 127.0.0.1:8204] send request
15:12:34.537 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L492, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.538 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L492, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09C8}, 9A A9 1A 66 A0 5D B1 6F 76 8A 81 EC 95 A7 76 0C CD EB 4F B5 E9 E3 0E 4C
15:12:34.538 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L492, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37581], CON-POST   MID=37581, 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
15:12:34.538 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L492, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-D87D8B2374624668], CON-POST   MID=37581, Token=D87D8B2374624668, 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
15:12:34.538 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37581], KeyToken[127.0.0.1:8204-D87D8B2374624668]]
15:12:34.538 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.538 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E507,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37581, Token=D87D8B2374624668, 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]
15:12:34.538 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.538 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37581]
15:12:34.539 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.539 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R493, 127.0.0.1:8201] replace CON-POST   MID=37581, Token=D87D8B2374624668, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37581, Token=D87D8B2374624668, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.539 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R493, 127.0.0.1:8201] send response NON-2.05   MID=37581, Token=null, OptionSet={}, "server responds hi"
15:12:34.539 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R493, 127.0.0.1:8201, complete]!
15:12:34.539 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R493, 127.0.0.1:8201, complete] completed NON-2.04   MID=37581, Token=D87D8B2374624668, 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!
15:12:34.539 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.540 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E508,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37581, Token=D87D8B2374624668, 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]
15:12:34.540 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.540 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37581]
15:12:34.540 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.540 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.540 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L492, 127.0.0.1:8204, complete]!
15:12:34.540 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L492, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-D87D8B2374624668]
15:12:34.540 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L492, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37581]
15:12:34.540 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L492, 127.0.0.1:8204, complete] completed CON-POST   MID=37581, Token=D87D8B2374624668, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37581, Token=D87D8B2374624668, 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!
15:12:34.540 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L494, 127.0.0.1:8204] send request
15:12:34.540 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L494, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.541 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L494, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09C9}, 53 0D 43 11 BF 81 5D E9 EF 57 2F 50 6F 59 7A D4 03 59 29 5D E0 B1 7B EB
15:12:34.541 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L494, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37582], CON-POST   MID=37582, 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
15:12:34.541 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L494, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-60BE95CFDB1FB7C8], CON-POST   MID=37582, Token=60BE95CFDB1FB7C8, 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
15:12:34.541 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37582], KeyToken[127.0.0.1:8204-60BE95CFDB1FB7C8]]
15:12:34.541 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.542 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E509,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37582, Token=60BE95CFDB1FB7C8, 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]
15:12:34.542 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.542 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37582]
15:12:34.542 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.542 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R495, 127.0.0.1:8201] replace CON-POST   MID=37582, Token=60BE95CFDB1FB7C8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37582, Token=60BE95CFDB1FB7C8, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.542 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R495, 127.0.0.1:8201] send response NON-2.05   MID=37582, Token=null, OptionSet={}, "server responds hi"
15:12:34.542 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R495, 127.0.0.1:8201, complete]!
15:12:34.542 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R495, 127.0.0.1:8201, complete] completed NON-2.04   MID=37582, Token=60BE95CFDB1FB7C8, 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!
15:12:34.543 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.543 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E510,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37582, Token=60BE95CFDB1FB7C8, 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]
15:12:34.543 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.543 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37582]
15:12:34.543 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.543 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.543 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L494, 127.0.0.1:8204, complete]!
15:12:34.543 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L494, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-60BE95CFDB1FB7C8]
15:12:34.543 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L494, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37582]
15:12:34.543 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L494, 127.0.0.1:8204, complete] completed CON-POST   MID=37582, Token=60BE95CFDB1FB7C8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37582, Token=60BE95CFDB1FB7C8, 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!
15:12:34.544 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L496, 127.0.0.1:8204] send request
15:12:34.544 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L496, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.544 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L496, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09CA}, 6F E2 A7 38 37 A9 C8 89 B6 4A 6D 54 66 1F BA 3B 98 B3 31 39 77 EF FB DE
15:12:34.544 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L496, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37583], CON-POST   MID=37583, 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
15:12:34.544 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L496, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-149BC16204AE584C], CON-POST   MID=37583, Token=149BC16204AE584C, 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
15:12:34.544 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37583], KeyToken[127.0.0.1:8204-149BC16204AE584C]]
15:12:34.545 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.545 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E511,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37583, Token=149BC16204AE584C, 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]
15:12:34.545 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.545 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37583]
15:12:34.545 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.545 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R497, 127.0.0.1:8201] replace CON-POST   MID=37583, Token=149BC16204AE584C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37583, Token=149BC16204AE584C, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.546 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R497, 127.0.0.1:8201] send response NON-2.05   MID=37583, Token=null, OptionSet={}, "server responds hi"
15:12:34.546 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R497, 127.0.0.1:8201, complete]!
15:12:34.546 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R497, 127.0.0.1:8201, complete] completed NON-2.04   MID=37583, Token=149BC16204AE584C, 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!
15:12:34.546 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.546 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E512,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37583, Token=149BC16204AE584C, 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]
15:12:34.546 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.547 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37583]
15:12:34.547 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.547 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.547 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L496, 127.0.0.1:8204, complete]!
15:12:34.547 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L496, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-149BC16204AE584C]
15:12:34.547 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L496, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37583]
15:12:34.547 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L496, 127.0.0.1:8204, complete] completed CON-POST   MID=37583, Token=149BC16204AE584C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37583, Token=149BC16204AE584C, 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!
15:12:34.547 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L498, 127.0.0.1:8204] send request
15:12:34.547 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L498, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.548 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L498, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09CB}, 53 71 48 87 52 63 74 2A 16 49 FE 53 2D C0 62 0D CB 4E FE EF 07 C5 3F AD
15:12:34.548 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L498, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37584], CON-POST   MID=37584, 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
15:12:34.548 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L498, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-CCB87CD915E4B223], CON-POST   MID=37584, Token=CCB87CD915E4B223, 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
15:12:34.548 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37584], KeyToken[127.0.0.1:8204-CCB87CD915E4B223]]
15:12:34.548 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.548 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E513,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37584, Token=CCB87CD915E4B223, 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]
15:12:34.548 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.549 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37584]
15:12:34.549 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.549 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R499, 127.0.0.1:8201] replace CON-POST   MID=37584, Token=CCB87CD915E4B223, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37584, Token=CCB87CD915E4B223, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.549 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R499, 127.0.0.1:8201] send response NON-2.05   MID=37584, Token=null, OptionSet={}, "server responds hi"
15:12:34.549 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R499, 127.0.0.1:8201, complete]!
15:12:34.549 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R499, 127.0.0.1:8201, complete] completed NON-2.04   MID=37584, Token=CCB87CD915E4B223, 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!
15:12:34.550 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.550 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E514,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37584, Token=CCB87CD915E4B223, 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]
15:12:34.550 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37584]
15:12:34.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.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
15:12:34.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L498, 127.0.0.1:8204, complete]!
15:12:34.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L498, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-CCB87CD915E4B223]
15:12:34.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L498, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37584]
15:12:34.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L498, 127.0.0.1:8204, complete] completed CON-POST   MID=37584, Token=CCB87CD915E4B223, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37584, Token=CCB87CD915E4B223, 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!
15:12:34.551 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L500, 127.0.0.1:8204] send request
15:12:34.551 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L500, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.551 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L500, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09CC}, C8 ED 85 CB C4 57 B9 DE 41 6A C8 15 60 7C 4F 35 AA CD 5C 77 52 3D 0E DC
15:12:34.551 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L500, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37585], CON-POST   MID=37585, 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
15:12:34.551 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L500, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-44B9248C67F13DD1], CON-POST   MID=37585, Token=44B9248C67F13DD1, 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
15:12:34.551 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37585], KeyToken[127.0.0.1:8204-44B9248C67F13DD1]]
15:12:34.551 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.552 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E515,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37585, Token=44B9248C67F13DD1, 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]
15:12:34.552 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.552 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37585]
15:12:34.552 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.552 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R501, 127.0.0.1:8201] replace CON-POST   MID=37585, Token=44B9248C67F13DD1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37585, Token=44B9248C67F13DD1, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.552 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R501, 127.0.0.1:8201] send response NON-2.05   MID=37585, Token=null, OptionSet={}, "server responds hi"
15:12:34.553 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R501, 127.0.0.1:8201, complete]!
15:12:34.553 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R501, 127.0.0.1:8201, complete] completed NON-2.04   MID=37585, Token=44B9248C67F13DD1, 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!
15:12:34.553 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.553 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E516,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37585, Token=44B9248C67F13DD1, 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]
15:12:34.553 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.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:8204-37585]
15:12:34.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.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
15:12:34.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L500, 127.0.0.1:8204, complete]!
15:12:34.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L500, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-44B9248C67F13DD1]
15:12:34.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L500, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37585]
15:12:34.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L500, 127.0.0.1:8204, complete] completed CON-POST   MID=37585, Token=44B9248C67F13DD1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37585, Token=44B9248C67F13DD1, 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!
15:12:34.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L502, 127.0.0.1:8204] send request
15:12:34.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L502, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L502, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09CD}, 48 CB 7D A8 EA 8B F0 B0 C1 DC 37 D2 9B 94 6C C4 23 20 E5 16 C1 FC F6 40
15:12:34.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L502, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37586], CON-POST   MID=37586, 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
15:12:34.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L502, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-7C2C9EADB06D4805], CON-POST   MID=37586, Token=7C2C9EADB06D4805, 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
15:12:34.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37586], KeyToken[127.0.0.1:8204-7C2C9EADB06D4805]]
15:12:34.555 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.555 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E517,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37586, Token=7C2C9EADB06D4805, 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]
15:12:34.555 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37586]
15:12:34.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R503, 127.0.0.1:8201] replace CON-POST   MID=37586, Token=7C2C9EADB06D4805, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37586, Token=7C2C9EADB06D4805, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R503, 127.0.0.1:8201] send response NON-2.05   MID=37586, Token=null, OptionSet={}, "server responds hi"
15:12:34.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R503, 127.0.0.1:8201, complete]!
15:12:34.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R503, 127.0.0.1:8201, complete] completed NON-2.04   MID=37586, Token=7C2C9EADB06D4805, 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!
15:12:34.557 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.557 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E518,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37586, Token=7C2C9EADB06D4805, 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]
15:12:34.557 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37586]
15:12:34.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.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
15:12:34.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L502, 127.0.0.1:8204, complete]!
15:12:34.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L502, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-7C2C9EADB06D4805]
15:12:34.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L502, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37586]
15:12:34.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L502, 127.0.0.1:8204, complete] completed CON-POST   MID=37586, Token=7C2C9EADB06D4805, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37586, Token=7C2C9EADB06D4805, 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!
15:12:34.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L504, 127.0.0.1:8204] send request
15:12:34.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L504, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L504, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09CE}, 94 8D 09 AB 82 86 41 67 70 B8 6A 9E FF 15 15 A5 33 54 0E 22 AF 2A 74 48
15:12:34.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L504, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37587], CON-POST   MID=37587, 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
15:12:34.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L504, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-A0CDC39576B95321], CON-POST   MID=37587, Token=A0CDC39576B95321, 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
15:12:34.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37587], KeyToken[127.0.0.1:8204-A0CDC39576B95321]]
15:12:34.559 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.559 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E519,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37587, Token=A0CDC39576B95321, 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]
15:12:34.559 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37587]
15:12:34.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R505, 127.0.0.1:8201] replace CON-POST   MID=37587, Token=A0CDC39576B95321, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37587, Token=A0CDC39576B95321, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R505, 127.0.0.1:8201] send response NON-2.05   MID=37587, Token=null, OptionSet={}, "server responds hi"
15:12:34.560 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R505, 127.0.0.1:8201, complete]!
15:12:34.560 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R505, 127.0.0.1:8201, complete] completed NON-2.04   MID=37587, Token=A0CDC39576B95321, 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!
15:12:34.560 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.560 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E520,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37587, Token=A0CDC39576B95321, 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]
15:12:34.560 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37587]
15:12:34.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.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
15:12:34.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L504, 127.0.0.1:8204, complete]!
15:12:34.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L504, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-A0CDC39576B95321]
15:12:34.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L504, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37587]
15:12:34.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L504, 127.0.0.1:8204, complete] completed CON-POST   MID=37587, Token=A0CDC39576B95321, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37587, Token=A0CDC39576B95321, 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!
15:12:34.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L506, 127.0.0.1:8204] send request
15:12:34.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L506, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L506, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09CF}, 7C BD 52 96 7A 3A CF 59 F4 67 1C AC 67 30 AF 7B C5 96 5F A0 CB 3B C6 B5
15:12:34.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L506, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37588], CON-POST   MID=37588, 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
15:12:34.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L506, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-7870AC555004EAF3], CON-POST   MID=37588, Token=7870AC555004EAF3, 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
15:12:34.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37588], KeyToken[127.0.0.1:8204-7870AC555004EAF3]]
15:12:34.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:8204
15:12:34.562 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E521,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37588, Token=7870AC555004EAF3, 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]
15:12:34.562 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.562 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37588]
15:12:34.562 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.562 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R507, 127.0.0.1:8201] replace CON-POST   MID=37588, Token=7870AC555004EAF3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37588, Token=7870AC555004EAF3, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.562 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R507, 127.0.0.1:8201] send response NON-2.05   MID=37588, Token=null, OptionSet={}, "server responds hi"
15:12:34.563 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R507, 127.0.0.1:8201, complete]!
15:12:34.563 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R507, 127.0.0.1:8201, complete] completed NON-2.04   MID=37588, Token=7870AC555004EAF3, 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!
15:12:34.563 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.563 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E522,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37588, Token=7870AC555004EAF3, 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]
15:12:34.563 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37588]
15:12:34.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.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
15:12:34.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L506, 127.0.0.1:8204, complete]!
15:12:34.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L506, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-7870AC555004EAF3]
15:12:34.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L506, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37588]
15:12:34.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L506, 127.0.0.1:8204, complete] completed CON-POST   MID=37588, Token=7870AC555004EAF3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37588, Token=7870AC555004EAF3, 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!
15:12:34.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L508, 127.0.0.1:8204] send request
15:12:34.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L508, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L508, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09D0}, 27 EC A1 E4 CE EB 66 7A 6A F3 83 AB 1D 67 07 37 F1 92 EC EA 6E 15 69 D5
15:12:34.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L508, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37589], CON-POST   MID=37589, 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
15:12:34.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L508, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-5027D168F776FD04], CON-POST   MID=37589, Token=5027D168F776FD04, 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
15:12:34.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37589], KeyToken[127.0.0.1:8204-5027D168F776FD04]]
15:12:34.565 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.565 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E523,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37589, Token=5027D168F776FD04, 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]
15:12:34.565 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.565 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37589]
15:12:34.565 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.565 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R509, 127.0.0.1:8201] replace CON-POST   MID=37589, Token=5027D168F776FD04, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37589, Token=5027D168F776FD04, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R509, 127.0.0.1:8201] send response NON-2.05   MID=37589, Token=null, OptionSet={}, "server responds hi"
15:12:34.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R509, 127.0.0.1:8201, complete]!
15:12:34.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R509, 127.0.0.1:8201, complete] completed NON-2.04   MID=37589, Token=5027D168F776FD04, 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!
15:12:34.566 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.566 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E524,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37589, Token=5027D168F776FD04, 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]
15:12:34.566 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.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:8204-37589]
15:12:34.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.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
15:12:34.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L508, 127.0.0.1:8204, complete]!
15:12:34.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L508, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-5027D168F776FD04]
15:12:34.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L508, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37589]
15:12:34.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L508, 127.0.0.1:8204, complete] completed CON-POST   MID=37589, Token=5027D168F776FD04, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37589, Token=5027D168F776FD04, 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!
15:12:34.625 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L510, 127.0.0.1:8204] send request
15:12:34.625 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L510, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.625 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L510, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09D1}, BC 59 96 7C 30 12 03 DD A9 D3 F1 03 FA AE 48 8F 98 61 55 F3 D2 F3 B7 16
15:12:34.626 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L510, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37590], CON-POST   MID=37590, 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
15:12:34.626 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L510, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-94176858C639DAD4], CON-POST   MID=37590, Token=94176858C639DAD4, 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
15:12:34.626 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37590], KeyToken[127.0.0.1:8204-94176858C639DAD4]]
15:12:34.626 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.626 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E525,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37590, Token=94176858C639DAD4, 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]
15:12:34.626 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.627 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37590]
15:12:34.627 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.627 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R511, 127.0.0.1:8201] replace CON-POST   MID=37590, Token=94176858C639DAD4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37590, Token=94176858C639DAD4, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.627 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R511, 127.0.0.1:8201] send response NON-2.05   MID=37590, Token=null, OptionSet={}, "server responds hi"
15:12:34.627 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R511, 127.0.0.1:8201, complete]!
15:12:34.627 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R511, 127.0.0.1:8201, complete] completed NON-2.04   MID=37590, Token=94176858C639DAD4, 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!
15:12:34.628 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.628 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E526,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37590, Token=94176858C639DAD4, 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]
15:12:34.628 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.628 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37590]
15:12:34.628 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.628 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.628 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L510, 127.0.0.1:8204, complete]!
15:12:34.628 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L510, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-94176858C639DAD4]
15:12:34.628 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L510, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37590]
15:12:34.628 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L510, 127.0.0.1:8204, complete] completed CON-POST   MID=37590, Token=94176858C639DAD4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37590, Token=94176858C639DAD4, 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!
15:12:34.629 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L512, 127.0.0.1:8204] send request
15:12:34.629 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L512, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.629 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L512, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09D2}, 64 03 8D 28 D4 F0 BA B6 13 8E 92 2C F5 D8 0B 7D CB A6 25 10 22 93 CB C1
15:12:34.629 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L512, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37591], CON-POST   MID=37591, 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
15:12:34.629 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L512, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-38B1A7572AA465B8], CON-POST   MID=37591, Token=38B1A7572AA465B8, 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
15:12:34.629 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37591], KeyToken[127.0.0.1:8204-38B1A7572AA465B8]]
15:12:34.629 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.630 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E527,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37591, Token=38B1A7572AA465B8, 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]
15:12:34.630 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.630 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37591]
15:12:34.630 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.630 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R513, 127.0.0.1:8201] replace CON-POST   MID=37591, Token=38B1A7572AA465B8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37591, Token=38B1A7572AA465B8, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.630 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R513, 127.0.0.1:8201] send response NON-2.05   MID=37591, Token=null, OptionSet={}, "server responds hi"
15:12:34.630 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R513, 127.0.0.1:8201, complete]!
15:12:34.630 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R513, 127.0.0.1:8201, complete] completed NON-2.04   MID=37591, Token=38B1A7572AA465B8, 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!
15:12:34.631 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.631 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E528,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37591, Token=38B1A7572AA465B8, 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]
15:12:34.631 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.631 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37591]
15:12:34.631 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.631 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.631 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L512, 127.0.0.1:8204, complete]!
15:12:34.631 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L512, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-38B1A7572AA465B8]
15:12:34.631 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L512, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37591]
15:12:34.631 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L512, 127.0.0.1:8204, complete] completed CON-POST   MID=37591, Token=38B1A7572AA465B8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37591, Token=38B1A7572AA465B8, 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!
15:12:34.632 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L514, 127.0.0.1:8204] send request
15:12:34.632 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L514, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.632 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L514, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09D3}, 4B CF 96 91 1D 42 C4 EF 16 81 44 9D 12 6F 70 87 98 0B 64 BA B2 0E E4 67
15:12:34.632 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L514, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37592], CON-POST   MID=37592, 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
15:12:34.632 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L514, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-34201F6B4971F669], CON-POST   MID=37592, Token=34201F6B4971F669, 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
15:12:34.632 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37592], KeyToken[127.0.0.1:8204-34201F6B4971F669]]
15:12:34.632 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.633 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E529,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37592, Token=34201F6B4971F669, 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]
15:12:34.633 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.633 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37592]
15:12:34.633 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.633 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R515, 127.0.0.1:8201] replace CON-POST   MID=37592, Token=34201F6B4971F669, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37592, Token=34201F6B4971F669, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.633 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R515, 127.0.0.1:8201] send response NON-2.05   MID=37592, Token=null, OptionSet={}, "server responds hi"
15:12:34.633 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R515, 127.0.0.1:8201, complete]!
15:12:34.633 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R515, 127.0.0.1:8201, complete] completed NON-2.04   MID=37592, Token=34201F6B4971F669, 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!
15:12:34.634 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.634 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E530,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37592, Token=34201F6B4971F669, 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]
15:12:34.634 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.634 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37592]
15:12:34.634 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.634 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.634 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L514, 127.0.0.1:8204, complete]!
15:12:34.634 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L514, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-34201F6B4971F669]
15:12:34.634 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L514, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37592]
15:12:34.634 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L514, 127.0.0.1:8204, complete] completed CON-POST   MID=37592, Token=34201F6B4971F669, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37592, Token=34201F6B4971F669, 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!
15:12:34.635 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L516, 127.0.0.1:8204] send request
15:12:34.635 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L516, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.635 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L516, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09D4}, 63 C7 B9 1F 61 D2 12 69 1B D6 CD 08 0B 46 2D 15 64 F6 4F 71 5D 8A A5 89
15:12:34.635 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L516, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37593], CON-POST   MID=37593, 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
15:12:34.635 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L516, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-209E9447BDC43DDF], CON-POST   MID=37593, Token=209E9447BDC43DDF, 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
15:12:34.635 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37593], KeyToken[127.0.0.1:8204-209E9447BDC43DDF]]
15:12:34.635 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.636 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E531,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37593, Token=209E9447BDC43DDF, 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]
15:12:34.636 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.636 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37593]
15:12:34.636 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.636 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R517, 127.0.0.1:8201] replace CON-POST   MID=37593, Token=209E9447BDC43DDF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37593, Token=209E9447BDC43DDF, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.636 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R517, 127.0.0.1:8201] send response NON-2.05   MID=37593, Token=null, OptionSet={}, "server responds hi"
15:12:34.636 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R517, 127.0.0.1:8201, complete]!
15:12:34.636 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R517, 127.0.0.1:8201, complete] completed NON-2.04   MID=37593, Token=209E9447BDC43DDF, 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!
15:12:34.637 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.637 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E532,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37593, Token=209E9447BDC43DDF, 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]
15:12:34.637 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.637 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37593]
15:12:34.637 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.637 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.637 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L516, 127.0.0.1:8204, complete]!
15:12:34.637 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L516, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-209E9447BDC43DDF]
15:12:34.637 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L516, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37593]
15:12:34.637 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L516, 127.0.0.1:8204, complete] completed CON-POST   MID=37593, Token=209E9447BDC43DDF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37593, Token=209E9447BDC43DDF, 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!
15:12:34.638 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L518, 127.0.0.1:8204] send request
15:12:34.638 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L518, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.638 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L518, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09D5}, 66 1A C6 9B 46 D9 2C 4D D1 EA ED 08 0E 23 74 6C 46 50 7B 4E 78 90 E8 BE
15:12:34.638 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L518, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37594], CON-POST   MID=37594, 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
15:12:34.638 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L518, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-B89CEFCE660FEC7F], CON-POST   MID=37594, Token=B89CEFCE660FEC7F, 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
15:12:34.638 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37594], KeyToken[127.0.0.1:8204-B89CEFCE660FEC7F]]
15:12:34.638 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.639 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E533,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37594, Token=B89CEFCE660FEC7F, 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]
15:12:34.639 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.639 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37594]
15:12:34.639 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.639 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R519, 127.0.0.1:8201] replace CON-POST   MID=37594, Token=B89CEFCE660FEC7F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37594, Token=B89CEFCE660FEC7F, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.639 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R519, 127.0.0.1:8201] send response NON-2.05   MID=37594, Token=null, OptionSet={}, "server responds hi"
15:12:34.639 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R519, 127.0.0.1:8201, complete]!
15:12:34.639 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R519, 127.0.0.1:8201, complete] completed NON-2.04   MID=37594, Token=B89CEFCE660FEC7F, 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!
15:12:34.640 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.640 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E534,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37594, Token=B89CEFCE660FEC7F, 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]
15:12:34.640 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.640 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37594]
15:12:34.640 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.640 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.640 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L518, 127.0.0.1:8204, complete]!
15:12:34.640 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L518, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-B89CEFCE660FEC7F]
15:12:34.640 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L518, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37594]
15:12:34.640 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L518, 127.0.0.1:8204, complete] completed CON-POST   MID=37594, Token=B89CEFCE660FEC7F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37594, Token=B89CEFCE660FEC7F, 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!
15:12:34.641 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L520, 127.0.0.1:8204] send request
15:12:34.641 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L520, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.641 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L520, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09D6}, B8 F7 92 9A 33 B8 A5 87 0C 67 98 1D 60 2E E1 19 E1 97 05 B6 DC 84 18 38
15:12:34.641 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L520, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37595], CON-POST   MID=37595, 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
15:12:34.641 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L520, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-54A247BD0EEF9643], CON-POST   MID=37595, Token=54A247BD0EEF9643, 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
15:12:34.641 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37595], KeyToken[127.0.0.1:8204-54A247BD0EEF9643]]
15:12:34.641 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.642 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E535,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37595, Token=54A247BD0EEF9643, 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]
15:12:34.642 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.642 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37595]
15:12:34.642 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.642 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R521, 127.0.0.1:8201] replace CON-POST   MID=37595, Token=54A247BD0EEF9643, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37595, Token=54A247BD0EEF9643, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.642 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R521, 127.0.0.1:8201] send response NON-2.05   MID=37595, Token=null, OptionSet={}, "server responds hi"
15:12:34.642 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R521, 127.0.0.1:8201, complete]!
15:12:34.642 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R521, 127.0.0.1:8201, complete] completed NON-2.04   MID=37595, Token=54A247BD0EEF9643, 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!
15:12:34.643 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.643 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E536,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37595, Token=54A247BD0EEF9643, 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]
15:12:34.643 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.643 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37595]
15:12:34.643 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.643 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.643 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L520, 127.0.0.1:8204, complete]!
15:12:34.643 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L520, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-54A247BD0EEF9643]
15:12:34.643 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L520, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37595]
15:12:34.643 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L520, 127.0.0.1:8204, complete] completed CON-POST   MID=37595, Token=54A247BD0EEF9643, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37595, Token=54A247BD0EEF9643, 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!
15:12:34.644 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L522, 127.0.0.1:8204] send request
15:12:34.644 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L522, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.644 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L522, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09D7}, 6C FA 8F 9C 08 8E 40 1E 62 6E E3 51 2F CC C5 3B 4C 8A 72 78 54 6A 39 F4
15:12:34.644 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L522, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37596], CON-POST   MID=37596, 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
15:12:34.644 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L522, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-98662ED65317C72A], CON-POST   MID=37596, Token=98662ED65317C72A, 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
15:12:34.644 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37596], KeyToken[127.0.0.1:8204-98662ED65317C72A]]
15:12:34.645 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.645 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E537,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37596, Token=98662ED65317C72A, 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]
15:12:34.645 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.645 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37596]
15:12:34.645 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.645 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R523, 127.0.0.1:8201] replace CON-POST   MID=37596, Token=98662ED65317C72A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37596, Token=98662ED65317C72A, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.645 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R523, 127.0.0.1:8201] send response NON-2.05   MID=37596, Token=null, OptionSet={}, "server responds hi"
15:12:34.646 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R523, 127.0.0.1:8201, complete]!
15:12:34.646 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R523, 127.0.0.1:8201, complete] completed NON-2.04   MID=37596, Token=98662ED65317C72A, 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!
15:12:34.646 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.646 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E538,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37596, Token=98662ED65317C72A, 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]
15:12:34.646 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.646 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37596]
15:12:34.646 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.646 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.647 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L522, 127.0.0.1:8204, complete]!
15:12:34.647 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L522, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-98662ED65317C72A]
15:12:34.647 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L522, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37596]
15:12:34.647 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L522, 127.0.0.1:8204, complete] completed CON-POST   MID=37596, Token=98662ED65317C72A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37596, Token=98662ED65317C72A, 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!
15:12:34.647 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L524, 127.0.0.1:8204] send request
15:12:34.647 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L524, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.647 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L524, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09D8}, B2 D5 CD C6 04 E6 2C 72 24 A7 37 98 AE 9B 9E C2 AC B0 CF 7D FF D8 96 2F
15:12:34.647 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L524, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37597], CON-POST   MID=37597, 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
15:12:34.647 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L524, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-805A3BF0D6E14D94], CON-POST   MID=37597, Token=805A3BF0D6E14D94, 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
15:12:34.648 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37597], KeyToken[127.0.0.1:8204-805A3BF0D6E14D94]]
15:12:34.648 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.648 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E539,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37597, Token=805A3BF0D6E14D94, 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]
15:12:34.648 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.648 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37597]
15:12:34.648 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.648 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R525, 127.0.0.1:8201] replace CON-POST   MID=37597, Token=805A3BF0D6E14D94, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37597, Token=805A3BF0D6E14D94, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.648 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R525, 127.0.0.1:8201] send response NON-2.05   MID=37597, Token=null, OptionSet={}, "server responds hi"
15:12:34.649 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R525, 127.0.0.1:8201, complete]!
15:12:34.649 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R525, 127.0.0.1:8201, complete] completed NON-2.04   MID=37597, Token=805A3BF0D6E14D94, 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!
15:12:34.649 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.649 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E540,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37597, Token=805A3BF0D6E14D94, 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]
15:12:34.649 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.649 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37597]
15:12:34.649 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.649 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.650 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L524, 127.0.0.1:8204, complete]!
15:12:34.650 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L524, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-805A3BF0D6E14D94]
15:12:34.650 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L524, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37597]
15:12:34.650 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L524, 127.0.0.1:8204, complete] completed CON-POST   MID=37597, Token=805A3BF0D6E14D94, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37597, Token=805A3BF0D6E14D94, 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!
15:12:34.650 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L526, 127.0.0.1:8204] send request
15:12:34.650 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L526, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.650 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L526, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09D9}, 5C 43 F4 48 4A FA 19 85 A8 22 1A FE 7A 44 37 59 D6 34 79 DF 5F A7 0C A6
15:12:34.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L526, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37598], CON-POST   MID=37598, 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
15:12:34.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L526, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-4C1F1B73E30C0746], CON-POST   MID=37598, Token=4C1F1B73E30C0746, 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
15:12:34.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37598], KeyToken[127.0.0.1:8204-4C1F1B73E30C0746]]
15:12:34.651 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.651 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E541,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37598, Token=4C1F1B73E30C0746, 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]
15:12:34.651 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.651 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37598]
15:12:34.651 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.652 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R527, 127.0.0.1:8201] replace CON-POST   MID=37598, Token=4C1F1B73E30C0746, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37598, Token=4C1F1B73E30C0746, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.652 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R527, 127.0.0.1:8201] send response NON-2.05   MID=37598, Token=null, OptionSet={}, "server responds hi"
15:12:34.652 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R527, 127.0.0.1:8201, complete]!
15:12:34.652 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R527, 127.0.0.1:8201, complete] completed NON-2.04   MID=37598, Token=4C1F1B73E30C0746, 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!
15:12:34.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:8201
15:12:34.652 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E542,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37598, Token=4C1F1B73E30C0746, 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]
15:12:34.653 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37598]
15:12:34.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.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
15:12:34.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L526, 127.0.0.1:8204, complete]!
15:12:34.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L526, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-4C1F1B73E30C0746]
15:12:34.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L526, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37598]
15:12:34.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L526, 127.0.0.1:8204, complete] completed CON-POST   MID=37598, Token=4C1F1B73E30C0746, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37598, Token=4C1F1B73E30C0746, 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!
15:12:34.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L528, 127.0.0.1:8204] send request
15:12:34.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L528, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L528, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09DA}, B8 D3 0D 1F 44 9E A2 E8 3F BA 5E 18 06 CB EF F9 9A 47 09 05 8E B9 FE 64
15:12:34.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L528, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37599], CON-POST   MID=37599, 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
15:12:34.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L528, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-C83348BDF468C355], CON-POST   MID=37599, Token=C83348BDF468C355, 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
15:12:34.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37599], KeyToken[127.0.0.1:8204-C83348BDF468C355]]
15:12:34.654 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.654 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E543,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37599, Token=C83348BDF468C355, 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]
15:12:34.654 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37599]
15:12:34.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R529, 127.0.0.1:8201] replace CON-POST   MID=37599, Token=C83348BDF468C355, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37599, Token=C83348BDF468C355, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R529, 127.0.0.1:8201] send response NON-2.05   MID=37599, Token=null, OptionSet={}, "server responds hi"
15:12:34.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R529, 127.0.0.1:8201, complete]!
15:12:34.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R529, 127.0.0.1:8201, complete] completed NON-2.04   MID=37599, Token=C83348BDF468C355, 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!
15:12:34.655 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.656 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E544,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37599, Token=C83348BDF468C355, 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]
15:12:34.656 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37599]
15:12:34.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.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
15:12:34.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L528, 127.0.0.1:8204, complete]!
15:12:34.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L528, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-C83348BDF468C355]
15:12:34.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L528, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37599]
15:12:34.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L528, 127.0.0.1:8204, complete] completed CON-POST   MID=37599, Token=C83348BDF468C355, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37599, Token=C83348BDF468C355, 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!
15:12:34.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L530, 127.0.0.1:8204] send request
15:12:34.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L530, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L530, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09DB}, 7E ED 8F B0 F7 CF 7D 2F AF 1B CC 89 43 27 81 2A 03 64 C7 C2 A4 E2 1D F1
15:12:34.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L530, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37600], CON-POST   MID=37600, 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
15:12:34.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L530, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-9413B8C1DD942A2B], CON-POST   MID=37600, Token=9413B8C1DD942A2B, 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
15:12:34.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37600], KeyToken[127.0.0.1:8204-9413B8C1DD942A2B]]
15:12:34.657 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.657 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E545,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37600, Token=9413B8C1DD942A2B, 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]
15:12:34.657 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37600]
15:12:34.658 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.658 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R531, 127.0.0.1:8201] replace CON-POST   MID=37600, Token=9413B8C1DD942A2B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37600, Token=9413B8C1DD942A2B, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.658 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R531, 127.0.0.1:8201] send response NON-2.05   MID=37600, Token=null, OptionSet={}, "server responds hi"
15:12:34.658 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R531, 127.0.0.1:8201, complete]!
15:12:34.658 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R531, 127.0.0.1:8201, complete] completed NON-2.04   MID=37600, Token=9413B8C1DD942A2B, 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!
15:12:34.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:8201
15:12:34.659 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E546,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37600, Token=9413B8C1DD942A2B, 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]
15:12:34.659 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.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:8204-37600]
15:12:34.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.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
15:12:34.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L530, 127.0.0.1:8204, complete]!
15:12:34.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L530, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-9413B8C1DD942A2B]
15:12:34.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L530, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37600]
15:12:34.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L530, 127.0.0.1:8204, complete] completed CON-POST   MID=37600, Token=9413B8C1DD942A2B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37600, Token=9413B8C1DD942A2B, 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!
15:12:34.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L532, 127.0.0.1:8204] send request
15:12:34.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L532, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L532, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09DC}, D5 68 FA E1 DC 66 5F 69 87 09 E2 74 E7 C9 83 7A 53 39 53 C6 BE 3D 89 C3
15:12:34.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L532, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37601], CON-POST   MID=37601, 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
15:12:34.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L532, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-B85DC3EA8F9EF074], CON-POST   MID=37601, Token=B85DC3EA8F9EF074, 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
15:12:34.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37601], KeyToken[127.0.0.1:8204-B85DC3EA8F9EF074]]
15:12:34.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:8204
15:12:34.661 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E547,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37601, Token=B85DC3EA8F9EF074, 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]
15:12:34.661 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.661 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37601]
15:12:34.661 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.661 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R533, 127.0.0.1:8201] replace CON-POST   MID=37601, Token=B85DC3EA8F9EF074, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37601, Token=B85DC3EA8F9EF074, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.661 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R533, 127.0.0.1:8201] send response NON-2.05   MID=37601, Token=null, OptionSet={}, "server responds hi"
15:12:34.662 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R533, 127.0.0.1:8201, complete]!
15:12:34.662 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R533, 127.0.0.1:8201, complete] completed NON-2.04   MID=37601, Token=B85DC3EA8F9EF074, 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!
15:12:34.662 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.662 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E548,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37601, Token=B85DC3EA8F9EF074, 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]
15:12:34.662 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37601]
15:12:34.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.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
15:12:34.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L532, 127.0.0.1:8204, complete]!
15:12:34.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L532, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-B85DC3EA8F9EF074]
15:12:34.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L532, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37601]
15:12:34.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L532, 127.0.0.1:8204, complete] completed CON-POST   MID=37601, Token=B85DC3EA8F9EF074, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37601, Token=B85DC3EA8F9EF074, 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!
15:12:34.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L534, 127.0.0.1:8204] send request
15:12:34.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L534, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.663 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L534, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09DD}, F7 B4 77 5F D6 F0 B9 B1 22 51 6D 95 C8 E6 C7 8A F4 FA 72 E4 A0 B3 37 55
15:12:34.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L534, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37602], CON-POST   MID=37602, 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
15:12:34.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L534, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-74ED509A4ED137EC], CON-POST   MID=37602, Token=74ED509A4ED137EC, 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
15:12:34.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37602], KeyToken[127.0.0.1:8204-74ED509A4ED137EC]]
15:12:34.664 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.664 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E549,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37602, Token=74ED509A4ED137EC, 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]
15:12:34.664 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.664 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37602]
15:12:34.664 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R535, 127.0.0.1:8201] replace CON-POST   MID=37602, Token=74ED509A4ED137EC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37602, Token=74ED509A4ED137EC, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R535, 127.0.0.1:8201] send response NON-2.05   MID=37602, Token=null, OptionSet={}, "server responds hi"
15:12:34.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R535, 127.0.0.1:8201, complete]!
15:12:34.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R535, 127.0.0.1:8201, complete] completed NON-2.04   MID=37602, Token=74ED509A4ED137EC, 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!
15:12:34.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:8201
15:12:34.666 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E550,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37602, Token=74ED509A4ED137EC, 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]
15:12:34.666 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37602]
15:12:34.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.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
15:12:34.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L534, 127.0.0.1:8204, complete]!
15:12:34.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L534, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-74ED509A4ED137EC]
15:12:34.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L534, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37602]
15:12:34.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L534, 127.0.0.1:8204, complete] completed CON-POST   MID=37602, Token=74ED509A4ED137EC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37602, Token=74ED509A4ED137EC, 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!
15:12:34.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L536, 127.0.0.1:8204] send request
15:12:34.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L536, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L536, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09DE}, 67 58 76 B0 70 2F 4E 7F 54 50 19 59 C2 28 03 67 45 26 DB 32 85 04 C1 9A
15:12:34.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L536, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37603], CON-POST   MID=37603, 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
15:12:34.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L536, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-8CDE273FDDED094C], CON-POST   MID=37603, Token=8CDE273FDDED094C, 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
15:12:34.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37603], KeyToken[127.0.0.1:8204-8CDE273FDDED094C]]
15:12:34.667 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.667 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E551,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37603, Token=8CDE273FDDED094C, 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]
15:12:34.667 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.667 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37603]
15:12:34.668 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.668 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R537, 127.0.0.1:8201] replace CON-POST   MID=37603, Token=8CDE273FDDED094C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37603, Token=8CDE273FDDED094C, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.668 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R537, 127.0.0.1:8201] send response NON-2.05   MID=37603, Token=null, OptionSet={}, "server responds hi"
15:12:34.668 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R537, 127.0.0.1:8201, complete]!
15:12:34.668 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R537, 127.0.0.1:8201, complete] completed NON-2.04   MID=37603, Token=8CDE273FDDED094C, 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!
15:12:34.668 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.669 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E552,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37603, Token=8CDE273FDDED094C, 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]
15:12:34.669 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37603]
15:12:34.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.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
15:12:34.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L536, 127.0.0.1:8204, complete]!
15:12:34.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L536, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-8CDE273FDDED094C]
15:12:34.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L536, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37603]
15:12:34.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L536, 127.0.0.1:8204, complete] completed CON-POST   MID=37603, Token=8CDE273FDDED094C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37603, Token=8CDE273FDDED094C, 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!
15:12:34.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L538, 127.0.0.1:8204] send request
15:12:34.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L538, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L538, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09DF}, B4 C2 48 DD 70 AA 5C BD 32 C3 4B 8C 10 F5 8C 3C B7 8A 4C C6 14 80 0B D7
15:12:34.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L538, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37604], CON-POST   MID=37604, 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
15:12:34.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L538, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-8025D08F5612DE66], CON-POST   MID=37604, Token=8025D08F5612DE66, 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
15:12:34.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37604], KeyToken[127.0.0.1:8204-8025D08F5612DE66]]
15:12:34.670 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.671 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E553,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37604, Token=8025D08F5612DE66, 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]
15:12:34.671 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.671 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37604]
15:12:34.671 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.671 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R539, 127.0.0.1:8201] replace CON-POST   MID=37604, Token=8025D08F5612DE66, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37604, Token=8025D08F5612DE66, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.671 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R539, 127.0.0.1:8201] send response NON-2.05   MID=37604, Token=null, OptionSet={}, "server responds hi"
15:12:34.671 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R539, 127.0.0.1:8201, complete]!
15:12:34.671 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R539, 127.0.0.1:8201, complete] completed NON-2.04   MID=37604, Token=8025D08F5612DE66, 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!
15:12:34.672 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.672 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E554,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37604, Token=8025D08F5612DE66, 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]
15:12:34.672 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37604]
15:12:34.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L538, 127.0.0.1:8204, complete]!
15:12:34.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L538, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-8025D08F5612DE66]
15:12:34.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L538, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37604]
15:12:34.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L538, 127.0.0.1:8204, complete] completed CON-POST   MID=37604, Token=8025D08F5612DE66, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37604, Token=8025D08F5612DE66, 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!
15:12:34.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L540, 127.0.0.1:8204] send request
15:12:34.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L540, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L540, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09E0}, D7 63 57 BD F4 80 80 5C B0 D4 C5 13 88 25 8F 0E 4D 83 A8 10 2F FA AF 8C
15:12:34.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L540, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37605], CON-POST   MID=37605, 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
15:12:34.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L540, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-3C7696D99F780064], CON-POST   MID=37605, Token=3C7696D99F780064, 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
15:12:34.673 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37605], KeyToken[127.0.0.1:8204-3C7696D99F780064]]
15:12:34.673 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.674 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E555,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37605, Token=3C7696D99F780064, 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]
15:12:34.674 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.674 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37605]
15:12:34.674 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.674 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R541, 127.0.0.1:8201] replace CON-POST   MID=37605, Token=3C7696D99F780064, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37605, Token=3C7696D99F780064, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.674 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R541, 127.0.0.1:8201] send response NON-2.05   MID=37605, Token=null, OptionSet={}, "server responds hi"
15:12:34.674 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R541, 127.0.0.1:8201, complete]!
15:12:34.674 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R541, 127.0.0.1:8201, complete] completed NON-2.04   MID=37605, Token=3C7696D99F780064, 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!
15:12:34.674 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.675 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E556,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37605, Token=3C7696D99F780064, 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]
15:12:34.675 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37605]
15:12:34.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.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
15:12:34.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L540, 127.0.0.1:8204, complete]!
15:12:34.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L540, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-3C7696D99F780064]
15:12:34.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L540, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37605]
15:12:34.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L540, 127.0.0.1:8204, complete] completed CON-POST   MID=37605, Token=3C7696D99F780064, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37605, Token=3C7696D99F780064, 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!
15:12:34.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L542, 127.0.0.1:8204] send request
15:12:34.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L542, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L542, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09E1}, 52 03 AB 37 58 F4 BD B6 7B 73 32 71 29 1B 7C CF 7A 53 B8 3C 9B 67 B1 02
15:12:34.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L542, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37606], CON-POST   MID=37606, 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
15:12:34.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L542, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-B896F4A39309A0B1], CON-POST   MID=37606, Token=B896F4A39309A0B1, 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
15:12:34.676 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37606], KeyToken[127.0.0.1:8204-B896F4A39309A0B1]]
15:12:34.676 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.676 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E557,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37606, Token=B896F4A39309A0B1, 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]
15:12:34.676 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.677 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37606]
15:12:34.677 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.677 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R543, 127.0.0.1:8201] replace CON-POST   MID=37606, Token=B896F4A39309A0B1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37606, Token=B896F4A39309A0B1, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.677 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R543, 127.0.0.1:8201] send response NON-2.05   MID=37606, Token=null, OptionSet={}, "server responds hi"
15:12:34.677 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R543, 127.0.0.1:8201, complete]!
15:12:34.677 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R543, 127.0.0.1:8201, complete] completed NON-2.04   MID=37606, Token=B896F4A39309A0B1, 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!
15:12:34.677 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.678 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E558,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37606, Token=B896F4A39309A0B1, 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]
15:12:34.678 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.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:8204-37606]
15:12:34.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.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
15:12:34.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L542, 127.0.0.1:8204, complete]!
15:12:34.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L542, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-B896F4A39309A0B1]
15:12:34.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L542, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37606]
15:12:34.678 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L542, 127.0.0.1:8204, complete] completed CON-POST   MID=37606, Token=B896F4A39309A0B1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37606, Token=B896F4A39309A0B1, 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!
15:12:34.725 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L544, 127.0.0.1:8204] send request
15:12:34.725 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L544, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.726 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L544, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09E2}, 9F 53 C0 67 9C 71 86 21 27 5F E7 75 13 30 6C E9 FB 1B 3C 96 85 03 BD 9E
15:12:34.726 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L544, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37607], CON-POST   MID=37607, 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
15:12:34.726 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L544, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-20FA6D25B19E4D02], CON-POST   MID=37607, Token=20FA6D25B19E4D02, 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
15:12:34.726 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37607], KeyToken[127.0.0.1:8204-20FA6D25B19E4D02]]
15:12:34.727 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.727 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E559,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37607, Token=20FA6D25B19E4D02, 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]
15:12:34.727 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.727 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37607]
15:12:34.727 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.727 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R545, 127.0.0.1:8201] replace CON-POST   MID=37607, Token=20FA6D25B19E4D02, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37607, Token=20FA6D25B19E4D02, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.727 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R545, 127.0.0.1:8201] send response NON-2.05   MID=37607, Token=null, OptionSet={}, "server responds hi"
15:12:34.728 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R545, 127.0.0.1:8201, complete]!
15:12:34.728 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R545, 127.0.0.1:8201, complete] completed NON-2.04   MID=37607, Token=20FA6D25B19E4D02, 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!
15:12:34.728 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.728 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E560,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37607, Token=20FA6D25B19E4D02, 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]
15:12:34.728 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.728 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37607]
15:12:34.729 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.729 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.729 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L544, 127.0.0.1:8204, complete]!
15:12:34.729 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L544, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-20FA6D25B19E4D02]
15:12:34.729 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L544, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37607]
15:12:34.729 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L544, 127.0.0.1:8204, complete] completed CON-POST   MID=37607, Token=20FA6D25B19E4D02, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37607, Token=20FA6D25B19E4D02, 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!
15:12:34.729 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L546, 127.0.0.1:8204] send request
15:12:34.729 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L546, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.730 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L546, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09E3}, E1 E5 70 07 3E B1 FE 99 DF 49 0B 6B 30 C6 F9 E2 FD 26 0C 80 74 11 81 6D
15:12:34.730 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L546, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37608], CON-POST   MID=37608, 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
15:12:34.730 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L546, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-285882AA04C97264], CON-POST   MID=37608, Token=285882AA04C97264, 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
15:12:34.730 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37608], KeyToken[127.0.0.1:8204-285882AA04C97264]]
15:12:34.730 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.730 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E561,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37608, Token=285882AA04C97264, 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]
15:12:34.730 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.730 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37608]
15:12:34.730 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.731 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R547, 127.0.0.1:8201] replace CON-POST   MID=37608, Token=285882AA04C97264, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37608, Token=285882AA04C97264, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.731 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R547, 127.0.0.1:8201] send response NON-2.05   MID=37608, Token=null, OptionSet={}, "server responds hi"
15:12:34.731 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R547, 127.0.0.1:8201, complete]!
15:12:34.731 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R547, 127.0.0.1:8201, complete] completed NON-2.04   MID=37608, Token=285882AA04C97264, 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!
15:12:34.731 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.732 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E562,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37608, Token=285882AA04C97264, 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]
15:12:34.732 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.732 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37608]
15:12:34.732 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.732 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.732 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L546, 127.0.0.1:8204, complete]!
15:12:34.732 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L546, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-285882AA04C97264]
15:12:34.732 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L546, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37608]
15:12:34.732 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L546, 127.0.0.1:8204, complete] completed CON-POST   MID=37608, Token=285882AA04C97264, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37608, Token=285882AA04C97264, 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!
15:12:34.732 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L548, 127.0.0.1:8204] send request
15:12:34.732 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L548, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.733 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L548, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09E4}, D7 1B DD EF 09 A7 A1 66 13 29 0F 59 76 B4 1E 13 3A 71 D5 B9 9A 5D 85 D5
15:12:34.733 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L548, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37609], CON-POST   MID=37609, 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
15:12:34.733 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L548, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-BC57E9E80869EEA4], CON-POST   MID=37609, Token=BC57E9E80869EEA4, 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
15:12:34.733 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37609], KeyToken[127.0.0.1:8204-BC57E9E80869EEA4]]
15:12:34.733 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.734 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E563,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37609, Token=BC57E9E80869EEA4, 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]
15:12:34.734 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.734 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37609]
15:12:34.734 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.734 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R549, 127.0.0.1:8201] replace CON-POST   MID=37609, Token=BC57E9E80869EEA4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37609, Token=BC57E9E80869EEA4, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.734 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R549, 127.0.0.1:8201] send response NON-2.05   MID=37609, Token=null, OptionSet={}, "server responds hi"
15:12:34.734 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R549, 127.0.0.1:8201, complete]!
15:12:34.735 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R549, 127.0.0.1:8201, complete] completed NON-2.04   MID=37609, Token=BC57E9E80869EEA4, 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!
15:12:34.735 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.735 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E564,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37609, Token=BC57E9E80869EEA4, 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]
15:12:34.735 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.735 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37609]
15:12:34.735 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.735 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.735 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L548, 127.0.0.1:8204, complete]!
15:12:34.735 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L548, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-BC57E9E80869EEA4]
15:12:34.735 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L548, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37609]
15:12:34.735 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L548, 127.0.0.1:8204, complete] completed CON-POST   MID=37609, Token=BC57E9E80869EEA4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37609, Token=BC57E9E80869EEA4, 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!
15:12:34.736 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L550, 127.0.0.1:8204] send request
15:12:34.736 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L550, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.736 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L550, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09E5}, 71 A0 57 58 CA 31 1C 2C 01 9F 2F E5 04 21 3E 34 E3 EF 46 74 76 CD 06 38
15:12:34.736 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L550, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37610], CON-POST   MID=37610, 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
15:12:34.736 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L550, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-70C5C639F7430AC7], CON-POST   MID=37610, Token=70C5C639F7430AC7, 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
15:12:34.736 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37610], KeyToken[127.0.0.1:8204-70C5C639F7430AC7]]
15:12:34.737 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.747 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E565,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37610, Token=70C5C639F7430AC7, 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]
15:12:34.747 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.747 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37610]
15:12:34.747 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.747 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R551, 127.0.0.1:8201] replace CON-POST   MID=37610, Token=70C5C639F7430AC7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37610, Token=70C5C639F7430AC7, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.748 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R551, 127.0.0.1:8201] send response NON-2.05   MID=37610, Token=null, OptionSet={}, "server responds hi"
15:12:34.748 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R551, 127.0.0.1:8201, complete]!
15:12:34.748 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R551, 127.0.0.1:8201, complete] completed NON-2.04   MID=37610, Token=70C5C639F7430AC7, 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!
15:12:34.748 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.748 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E566,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37610, Token=70C5C639F7430AC7, 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]
15:12:34.749 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.749 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37610]
15:12:34.749 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.749 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.749 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L550, 127.0.0.1:8204, complete]!
15:12:34.749 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L550, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-70C5C639F7430AC7]
15:12:34.749 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L550, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37610]
15:12:34.749 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L550, 127.0.0.1:8204, complete] completed CON-POST   MID=37610, Token=70C5C639F7430AC7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37610, Token=70C5C639F7430AC7, 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!
15:12:34.749 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L552, 127.0.0.1:8204] send request
15:12:34.749 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L552, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.750 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L552, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09E6}, 52 A4 5E 6F 2F 85 8C 39 6F 59 F7 91 A5 58 41 59 34 9D B5 51 A0 1A 56 98
15:12:34.750 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L552, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37611], CON-POST   MID=37611, 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
15:12:34.750 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L552, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-F4374C55A347FC75], CON-POST   MID=37611, Token=F4374C55A347FC75, 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
15:12:34.750 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37611], KeyToken[127.0.0.1:8204-F4374C55A347FC75]]
15:12:34.750 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.750 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E567,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37611, Token=F4374C55A347FC75, 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]
15:12:34.750 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.750 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37611]
15:12:34.751 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.751 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R553, 127.0.0.1:8201] replace CON-POST   MID=37611, Token=F4374C55A347FC75, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37611, Token=F4374C55A347FC75, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.751 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R553, 127.0.0.1:8201] send response NON-2.05   MID=37611, Token=null, OptionSet={}, "server responds hi"
15:12:34.751 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R553, 127.0.0.1:8201, complete]!
15:12:34.751 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R553, 127.0.0.1:8201, complete] completed NON-2.04   MID=37611, Token=F4374C55A347FC75, 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!
15:12:34.751 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.752 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E568,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37611, Token=F4374C55A347FC75, 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]
15:12:34.752 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37611]
15:12:34.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L552, 127.0.0.1:8204, complete]!
15:12:34.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L552, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-F4374C55A347FC75]
15:12:34.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L552, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37611]
15:12:34.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L552, 127.0.0.1:8204, complete] completed CON-POST   MID=37611, Token=F4374C55A347FC75, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37611, Token=F4374C55A347FC75, 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!
15:12:34.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L554, 127.0.0.1:8204] send request
15:12:34.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L554, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L554, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09E7}, 9E C7 60 D3 F6 9E 7E 34 9C 71 70 F8 02 D1 37 99 C9 14 D0 29 74 8F A5 E3
15:12:34.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L554, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37612], CON-POST   MID=37612, 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
15:12:34.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L554, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-804CAB4E4AB4ECCE], CON-POST   MID=37612, Token=804CAB4E4AB4ECCE, 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
15:12:34.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37612], KeyToken[127.0.0.1:8204-804CAB4E4AB4ECCE]]
15:12:34.753 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.753 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E569,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37612, Token=804CAB4E4AB4ECCE, 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]
15:12:34.753 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.753 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37612]
15:12:34.753 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R555, 127.0.0.1:8201] replace CON-POST   MID=37612, Token=804CAB4E4AB4ECCE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37612, Token=804CAB4E4AB4ECCE, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R555, 127.0.0.1:8201] send response NON-2.05   MID=37612, Token=null, OptionSet={}, "server responds hi"
15:12:34.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R555, 127.0.0.1:8201, complete]!
15:12:34.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R555, 127.0.0.1:8201, complete] completed NON-2.04   MID=37612, Token=804CAB4E4AB4ECCE, 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!
15:12:34.754 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.755 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E570,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37612, Token=804CAB4E4AB4ECCE, 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]
15:12:34.755 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37612]
15:12:34.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.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
15:12:34.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L554, 127.0.0.1:8204, complete]!
15:12:34.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L554, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-804CAB4E4AB4ECCE]
15:12:34.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L554, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37612]
15:12:34.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L554, 127.0.0.1:8204, complete] completed CON-POST   MID=37612, Token=804CAB4E4AB4ECCE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37612, Token=804CAB4E4AB4ECCE, 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!
15:12:34.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L556, 127.0.0.1:8204] send request
15:12:34.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L556, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L556, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09E8}, 98 5A 48 1F DC 9D A3 EF D4 C7 6F 95 BE 7B C1 11 BF 44 70 E1 BD 2B 00 03
15:12:34.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L556, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37613], CON-POST   MID=37613, 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
15:12:34.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L556, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-D8008CB9B89E7A34], CON-POST   MID=37613, Token=D8008CB9B89E7A34, 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
15:12:34.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37613], KeyToken[127.0.0.1:8204-D8008CB9B89E7A34]]
15:12:34.756 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.756 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E571,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37613, Token=D8008CB9B89E7A34, 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]
15:12:34.756 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.756 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37613]
15:12:34.756 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.757 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R557, 127.0.0.1:8201] replace CON-POST   MID=37613, Token=D8008CB9B89E7A34, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37613, Token=D8008CB9B89E7A34, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.757 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R557, 127.0.0.1:8201] send response NON-2.05   MID=37613, Token=null, OptionSet={}, "server responds hi"
15:12:34.757 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R557, 127.0.0.1:8201, complete]!
15:12:34.757 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R557, 127.0.0.1:8201, complete] completed NON-2.04   MID=37613, Token=D8008CB9B89E7A34, 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!
15:12:34.757 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.758 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E572,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37613, Token=D8008CB9B89E7A34, 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]
15:12:34.758 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37613]
15:12:34.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.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
15:12:34.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L556, 127.0.0.1:8204, complete]!
15:12:34.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L556, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-D8008CB9B89E7A34]
15:12:34.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L556, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37613]
15:12:34.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L556, 127.0.0.1:8204, complete] completed CON-POST   MID=37613, Token=D8008CB9B89E7A34, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37613, Token=D8008CB9B89E7A34, 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!
15:12:34.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L558, 127.0.0.1:8204] send request
15:12:34.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L558, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L558, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09E9}, E4 8F 18 EC AC 1C ED D7 1C 07 CC 36 CC 79 D9 35 44 49 26 C0 43 6F 0F 66
15:12:34.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L558, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37614], CON-POST   MID=37614, 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
15:12:34.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L558, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-78CDB7F3BDF41546], CON-POST   MID=37614, Token=78CDB7F3BDF41546, 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
15:12:34.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37614], KeyToken[127.0.0.1:8204-78CDB7F3BDF41546]]
15:12:34.759 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.759 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E573,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37614, Token=78CDB7F3BDF41546, 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]
15:12:34.759 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37614]
15:12:34.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R559, 127.0.0.1:8201] replace CON-POST   MID=37614, Token=78CDB7F3BDF41546, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37614, Token=78CDB7F3BDF41546, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.760 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R559, 127.0.0.1:8201] send response NON-2.05   MID=37614, Token=null, OptionSet={}, "server responds hi"
15:12:34.760 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R559, 127.0.0.1:8201, complete]!
15:12:34.760 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R559, 127.0.0.1:8201, complete] completed NON-2.04   MID=37614, Token=78CDB7F3BDF41546, 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!
15:12:34.760 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.760 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E574,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37614, Token=78CDB7F3BDF41546, 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]
15:12:34.760 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37614]
15:12:34.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.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
15:12:34.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L558, 127.0.0.1:8204, complete]!
15:12:34.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L558, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-78CDB7F3BDF41546]
15:12:34.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L558, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37614]
15:12:34.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L558, 127.0.0.1:8204, complete] completed CON-POST   MID=37614, Token=78CDB7F3BDF41546, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37614, Token=78CDB7F3BDF41546, 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!
15:12:34.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L560, 127.0.0.1:8204] send request
15:12:34.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L560, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L560, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09EA}, A1 94 FD D3 79 4B B8 4F 6A 06 92 3A DC C6 A1 0C 95 E0 9B 77 CE 0A 57 2F
15:12:34.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L560, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37615], CON-POST   MID=37615, 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
15:12:34.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L560, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-F4E9F47CDA901F78], CON-POST   MID=37615, Token=F4E9F47CDA901F78, 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
15:12:34.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37615], KeyToken[127.0.0.1:8204-F4E9F47CDA901F78]]
15:12:34.762 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.762 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E575,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37615, Token=F4E9F47CDA901F78, 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]
15:12:34.762 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.762 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37615]
15:12:34.762 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.763 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R561, 127.0.0.1:8201] replace CON-POST   MID=37615, Token=F4E9F47CDA901F78, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37615, Token=F4E9F47CDA901F78, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.763 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R561, 127.0.0.1:8201] send response NON-2.05   MID=37615, Token=null, OptionSet={}, "server responds hi"
15:12:34.763 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R561, 127.0.0.1:8201, complete]!
15:12:34.763 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R561, 127.0.0.1:8201, complete] completed NON-2.04   MID=37615, Token=F4E9F47CDA901F78, 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!
15:12:34.763 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.764 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E576,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37615, Token=F4E9F47CDA901F78, 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]
15:12:34.764 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37615]
15:12:34.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.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
15:12:34.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L560, 127.0.0.1:8204, complete]!
15:12:34.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L560, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-F4E9F47CDA901F78]
15:12:34.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L560, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37615]
15:12:34.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L560, 127.0.0.1:8204, complete] completed CON-POST   MID=37615, Token=F4E9F47CDA901F78, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37615, Token=F4E9F47CDA901F78, 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!
15:12:34.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L562, 127.0.0.1:8204] send request
15:12:34.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L562, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L562, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09EB}, FB AD 13 A8 03 D0 A4 DA 7D D4 71 C4 7C 7B A8 56 9E 3C B4 5A 10 B0 B7 36
15:12:34.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L562, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37616], CON-POST   MID=37616, 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
15:12:34.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L562, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-18B3864C08F977C8], CON-POST   MID=37616, Token=18B3864C08F977C8, 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
15:12:34.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37616], KeyToken[127.0.0.1:8204-18B3864C08F977C8]]
15:12:34.765 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.765 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E577,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37616, Token=18B3864C08F977C8, 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]
15:12:34.765 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37616]
15:12:34.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.766 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R563, 127.0.0.1:8201] replace CON-POST   MID=37616, Token=18B3864C08F977C8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37616, Token=18B3864C08F977C8, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.766 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R563, 127.0.0.1:8201] send response NON-2.05   MID=37616, Token=null, OptionSet={}, "server responds hi"
15:12:34.766 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R563, 127.0.0.1:8201, complete]!
15:12:34.766 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R563, 127.0.0.1:8201, complete] completed NON-2.04   MID=37616, Token=18B3864C08F977C8, 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!
15:12:34.766 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.767 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E578,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37616, Token=18B3864C08F977C8, 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]
15:12:34.767 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37616]
15:12:34.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.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
15:12:34.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L562, 127.0.0.1:8204, complete]!
15:12:34.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L562, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-18B3864C08F977C8]
15:12:34.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L562, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37616]
15:12:34.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L562, 127.0.0.1:8204, complete] completed CON-POST   MID=37616, Token=18B3864C08F977C8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37616, Token=18B3864C08F977C8, 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!
15:12:34.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L564, 127.0.0.1:8204] send request
15:12:34.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L564, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L564, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09EC}, 84 F5 2F B2 0A 34 30 10 C8 C9 64 0E D3 BE 85 B4 61 05 8C 28 95 CD A2 14
15:12:34.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L564, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37617], CON-POST   MID=37617, 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
15:12:34.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L564, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-C062A5E12DE6D124], CON-POST   MID=37617, Token=C062A5E12DE6D124, 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
15:12:34.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37617], KeyToken[127.0.0.1:8204-C062A5E12DE6D124]]
15:12:34.768 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.768 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E579,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37617, Token=C062A5E12DE6D124, 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]
15:12:34.768 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.768 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37617]
15:12:34.769 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.769 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R565, 127.0.0.1:8201] replace CON-POST   MID=37617, Token=C062A5E12DE6D124, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37617, Token=C062A5E12DE6D124, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.769 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R565, 127.0.0.1:8201] send response NON-2.05   MID=37617, Token=null, OptionSet={}, "server responds hi"
15:12:34.769 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R565, 127.0.0.1:8201, complete]!
15:12:34.769 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R565, 127.0.0.1:8201, complete] completed NON-2.04   MID=37617, Token=C062A5E12DE6D124, 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!
15:12:34.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:8201
15:12:34.769 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E580,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37617, Token=C062A5E12DE6D124, 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]
15:12:34.770 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37617]
15:12:34.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L564, 127.0.0.1:8204, complete]!
15:12:34.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L564, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-C062A5E12DE6D124]
15:12:34.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L564, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37617]
15:12:34.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L564, 127.0.0.1:8204, complete] completed CON-POST   MID=37617, Token=C062A5E12DE6D124, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37617, Token=C062A5E12DE6D124, 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!
15:12:34.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L566, 127.0.0.1:8204] send request
15:12:34.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L566, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L566, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09ED}, A7 AC C7 6A B8 32 BC 51 A9 0E E6 A1 C1 AD 09 8A BD 84 26 FE 63 2D 02 7F
15:12:34.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L566, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37618], CON-POST   MID=37618, 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
15:12:34.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L566, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-4CFB28FFEAC1ACA8], CON-POST   MID=37618, Token=4CFB28FFEAC1ACA8, 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
15:12:34.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37618], KeyToken[127.0.0.1:8204-4CFB28FFEAC1ACA8]]
15:12:34.771 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.771 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E581,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37618, Token=4CFB28FFEAC1ACA8, 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]
15:12:34.771 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37618]
15:12:34.772 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.772 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R567, 127.0.0.1:8201] replace CON-POST   MID=37618, Token=4CFB28FFEAC1ACA8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37618, Token=4CFB28FFEAC1ACA8, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.772 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R567, 127.0.0.1:8201] send response NON-2.05   MID=37618, Token=null, OptionSet={}, "server responds hi"
15:12:34.772 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R567, 127.0.0.1:8201, complete]!
15:12:34.772 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R567, 127.0.0.1:8201, complete] completed NON-2.04   MID=37618, Token=4CFB28FFEAC1ACA8, 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!
15:12:34.772 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.773 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E582,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37618, Token=4CFB28FFEAC1ACA8, 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]
15:12:34.773 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.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:8204-37618]
15:12:34.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.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
15:12:34.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L566, 127.0.0.1:8204, complete]!
15:12:34.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L566, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-4CFB28FFEAC1ACA8]
15:12:34.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L566, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37618]
15:12:34.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L566, 127.0.0.1:8204, complete] completed CON-POST   MID=37618, Token=4CFB28FFEAC1ACA8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37618, Token=4CFB28FFEAC1ACA8, 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!
15:12:34.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L568, 127.0.0.1:8204] send request
15:12:34.773 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L568, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L568, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09EE}, 27 D3 C7 80 6C 43 34 16 A6 BB 6E C2 35 75 9E 31 00 8E CF A1 28 DC 8D C0
15:12:34.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L568, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37619], CON-POST   MID=37619, 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
15:12:34.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L568, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-DC9D8FFF74E892D5], CON-POST   MID=37619, Token=DC9D8FFF74E892D5, 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
15:12:34.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37619], KeyToken[127.0.0.1:8204-DC9D8FFF74E892D5]]
15:12:34.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:8204
15:12:34.775 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E583,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37619, Token=DC9D8FFF74E892D5, 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]
15:12:34.775 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.775 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37619]
15:12:34.775 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.775 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R569, 127.0.0.1:8201] replace CON-POST   MID=37619, Token=DC9D8FFF74E892D5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37619, Token=DC9D8FFF74E892D5, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.775 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R569, 127.0.0.1:8201] send response NON-2.05   MID=37619, Token=null, OptionSet={}, "server responds hi"
15:12:34.775 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R569, 127.0.0.1:8201, complete]!
15:12:34.775 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R569, 127.0.0.1:8201, complete] completed NON-2.04   MID=37619, Token=DC9D8FFF74E892D5, 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!
15:12:34.776 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.776 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E584,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37619, Token=DC9D8FFF74E892D5, 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]
15:12:34.776 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37619]
15:12:34.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.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
15:12:34.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L568, 127.0.0.1:8204, complete]!
15:12:34.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L568, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-DC9D8FFF74E892D5]
15:12:34.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L568, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37619]
15:12:34.776 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L568, 127.0.0.1:8204, complete] completed CON-POST   MID=37619, Token=DC9D8FFF74E892D5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37619, Token=DC9D8FFF74E892D5, 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!
15:12:34.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L570, 127.0.0.1:8204] send request
15:12:34.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L570, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L570, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09EF}, 63 33 8C 8E 23 41 E4 E0 48 23 84 76 53 B3 FA 8E 2E 61 4F CA 59 3D 4F A3
15:12:34.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L570, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37620], CON-POST   MID=37620, 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
15:12:34.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L570, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-E4B543F683AA2BFB], CON-POST   MID=37620, Token=E4B543F683AA2BFB, 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
15:12:34.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37620], KeyToken[127.0.0.1:8204-E4B543F683AA2BFB]]
15:12:34.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:8204
15:12:34.778 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E585,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37620, Token=E4B543F683AA2BFB, 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]
15:12:34.778 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.778 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37620]
15:12:34.778 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.778 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R571, 127.0.0.1:8201] replace CON-POST   MID=37620, Token=E4B543F683AA2BFB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37620, Token=E4B543F683AA2BFB, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.778 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R571, 127.0.0.1:8201] send response NON-2.05   MID=37620, Token=null, OptionSet={}, "server responds hi"
15:12:34.779 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R571, 127.0.0.1:8201, complete]!
15:12:34.779 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R571, 127.0.0.1:8201, complete] completed NON-2.04   MID=37620, Token=E4B543F683AA2BFB, 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!
15:12:34.779 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.779 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E586,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37620, Token=E4B543F683AA2BFB, 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]
15:12:34.779 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37620]
15:12:34.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.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
15:12:34.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L570, 127.0.0.1:8204, complete]!
15:12:34.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L570, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-E4B543F683AA2BFB]
15:12:34.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L570, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37620]
15:12:34.779 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L570, 127.0.0.1:8204, complete] completed CON-POST   MID=37620, Token=E4B543F683AA2BFB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37620, Token=E4B543F683AA2BFB, 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!
15:12:34.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L572, 127.0.0.1:8204] send request
15:12:34.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L572, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L572, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09F0}, 65 CD 6A E4 F4 04 D8 44 C6 21 26 66 8F FC 5A 2A 96 58 26 65 E7 01 D1 A7
15:12:34.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L572, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37621], CON-POST   MID=37621, 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
15:12:34.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L572, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-24CDFA5652BCD03F], CON-POST   MID=37621, Token=24CDFA5652BCD03F, 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
15:12:34.781 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37621], KeyToken[127.0.0.1:8204-24CDFA5652BCD03F]]
15:12:34.781 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.781 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E587,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37621, Token=24CDFA5652BCD03F, 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]
15:12:34.781 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.781 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37621]
15:12:34.781 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.781 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R573, 127.0.0.1:8201] replace CON-POST   MID=37621, Token=24CDFA5652BCD03F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37621, Token=24CDFA5652BCD03F, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.782 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R573, 127.0.0.1:8201] send response NON-2.05   MID=37621, Token=null, OptionSet={}, "server responds hi"
15:12:34.782 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R573, 127.0.0.1:8201, complete]!
15:12:34.782 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R573, 127.0.0.1:8201, complete] completed NON-2.04   MID=37621, Token=24CDFA5652BCD03F, 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!
15:12:34.782 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.782 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E588,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37621, Token=24CDFA5652BCD03F, 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]
15:12:34.782 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37621]
15:12:34.782 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.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
15:12:34.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L572, 127.0.0.1:8204, complete]!
15:12:34.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L572, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-24CDFA5652BCD03F]
15:12:34.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L572, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37621]
15:12:34.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L572, 127.0.0.1:8204, complete] completed CON-POST   MID=37621, Token=24CDFA5652BCD03F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37621, Token=24CDFA5652BCD03F, 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!
15:12:34.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L574, 127.0.0.1:8204] send request
15:12:34.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L574, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L574, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09F1}, 64 C4 D9 21 17 AE D4 90 ED 96 8D B0 B6 80 72 AA 8F 3B 31 59 BF C1 68 6B
15:12:34.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L574, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37622], CON-POST   MID=37622, 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
15:12:34.783 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L574, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-9436B4A82E2AD798], CON-POST   MID=37622, Token=9436B4A82E2AD798, 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
15:12:34.784 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37622], KeyToken[127.0.0.1:8204-9436B4A82E2AD798]]
15:12:34.784 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.784 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E589,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37622, Token=9436B4A82E2AD798, 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]
15:12:34.784 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.825 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37622]
15:12:34.825 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.826 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R575, 127.0.0.1:8201] replace CON-POST   MID=37622, Token=9436B4A82E2AD798, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37622, Token=9436B4A82E2AD798, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.826 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R575, 127.0.0.1:8201] send response NON-2.05   MID=37622, Token=null, OptionSet={}, "server responds hi"
15:12:34.826 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R575, 127.0.0.1:8201, complete]!
15:12:34.826 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R575, 127.0.0.1:8201, complete] completed NON-2.04   MID=37622, Token=9436B4A82E2AD798, 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!
15:12:34.826 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.827 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E590,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37622, Token=9436B4A82E2AD798, 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]
15:12:34.827 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.827 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37622]
15:12:34.827 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.827 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.827 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L574, 127.0.0.1:8204, complete]!
15:12:34.827 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L574, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-9436B4A82E2AD798]
15:12:34.827 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L574, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37622]
15:12:34.827 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L574, 127.0.0.1:8204, complete] completed CON-POST   MID=37622, Token=9436B4A82E2AD798, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37622, Token=9436B4A82E2AD798, 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!
15:12:34.828 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L576, 127.0.0.1:8204] send request
15:12:34.828 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L576, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.828 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L576, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09F2}, 69 FD 96 16 05 CF 55 3B 28 82 8C 6C 9E 43 40 FE 82 13 D1 BB 42 FF 71 A9
15:12:34.828 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L576, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37623], CON-POST   MID=37623, 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
15:12:34.828 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L576, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-342D70337B990F13], CON-POST   MID=37623, Token=342D70337B990F13, 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
15:12:34.828 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37623], KeyToken[127.0.0.1:8204-342D70337B990F13]]
15:12:34.829 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.829 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E591,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37623, Token=342D70337B990F13, 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]
15:12:34.829 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.829 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37623]
15:12:34.829 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.829 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R577, 127.0.0.1:8201] replace CON-POST   MID=37623, Token=342D70337B990F13, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37623, Token=342D70337B990F13, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.829 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R577, 127.0.0.1:8201] send response NON-2.05   MID=37623, Token=null, OptionSet={}, "server responds hi"
15:12:34.830 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R577, 127.0.0.1:8201, complete]!
15:12:34.830 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R577, 127.0.0.1:8201, complete] completed NON-2.04   MID=37623, Token=342D70337B990F13, 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!
15:12:34.830 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.830 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E592,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37623, Token=342D70337B990F13, 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]
15:12:34.830 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.830 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37623]
15:12:34.830 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.830 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.831 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L576, 127.0.0.1:8204, complete]!
15:12:34.831 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L576, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-342D70337B990F13]
15:12:34.831 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L576, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37623]
15:12:34.831 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L576, 127.0.0.1:8204, complete] completed CON-POST   MID=37623, Token=342D70337B990F13, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37623, Token=342D70337B990F13, 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!
15:12:34.831 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L578, 127.0.0.1:8204] send request
15:12:34.831 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L578, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.831 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L578, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09F3}, B6 28 F4 B7 3B 4D 73 58 0E 6E 91 00 E6 5F 4F 6B D0 B1 A3 38 47 23 EB B9
15:12:34.831 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L578, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37624], CON-POST   MID=37624, 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
15:12:34.832 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L578, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-50F50BD7DA259349], CON-POST   MID=37624, Token=50F50BD7DA259349, 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
15:12:34.832 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37624], KeyToken[127.0.0.1:8204-50F50BD7DA259349]]
15:12:34.832 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.832 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E593,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37624, Token=50F50BD7DA259349, 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]
15:12:34.832 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.832 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37624]
15:12:34.832 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.832 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R579, 127.0.0.1:8201] replace CON-POST   MID=37624, Token=50F50BD7DA259349, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37624, Token=50F50BD7DA259349, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.833 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R579, 127.0.0.1:8201] send response NON-2.05   MID=37624, Token=null, OptionSet={}, "server responds hi"
15:12:34.833 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R579, 127.0.0.1:8201, complete]!
15:12:34.833 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R579, 127.0.0.1:8201, complete] completed NON-2.04   MID=37624, Token=50F50BD7DA259349, 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!
15:12:34.833 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.833 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E594,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37624, Token=50F50BD7DA259349, 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]
15:12:34.833 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.834 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37624]
15:12:34.834 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.834 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.834 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L578, 127.0.0.1:8204, complete]!
15:12:34.834 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L578, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-50F50BD7DA259349]
15:12:34.834 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L578, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37624]
15:12:34.834 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L578, 127.0.0.1:8204, complete] completed CON-POST   MID=37624, Token=50F50BD7DA259349, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37624, Token=50F50BD7DA259349, 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!
15:12:34.834 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L580, 127.0.0.1:8204] send request
15:12:34.834 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L580, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.835 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L580, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09F4}, 36 43 D7 24 1E 94 74 16 D3 5B C7 F8 D4 B5 6E BD 21 1F EF 82 70 61 96 98
15:12:34.835 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L580, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37625], CON-POST   MID=37625, 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
15:12:34.835 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L580, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-A4BECE781AE0D196], CON-POST   MID=37625, Token=A4BECE781AE0D196, 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
15:12:34.835 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37625], KeyToken[127.0.0.1:8204-A4BECE781AE0D196]]
15:12:34.835 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.835 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E595,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37625, Token=A4BECE781AE0D196, 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]
15:12:34.835 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.835 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37625]
15:12:34.835 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.836 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R581, 127.0.0.1:8201] replace CON-POST   MID=37625, Token=A4BECE781AE0D196, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37625, Token=A4BECE781AE0D196, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.836 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R581, 127.0.0.1:8201] send response NON-2.05   MID=37625, Token=null, OptionSet={}, "server responds hi"
15:12:34.836 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R581, 127.0.0.1:8201, complete]!
15:12:34.836 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R581, 127.0.0.1:8201, complete] completed NON-2.04   MID=37625, Token=A4BECE781AE0D196, 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!
15:12:34.836 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.836 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E596,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37625, Token=A4BECE781AE0D196, 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]
15:12:34.836 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.837 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37625]
15:12:34.837 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.837 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.837 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L580, 127.0.0.1:8204, complete]!
15:12:34.837 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L580, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-A4BECE781AE0D196]
15:12:34.837 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L580, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37625]
15:12:34.837 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L580, 127.0.0.1:8204, complete] completed CON-POST   MID=37625, Token=A4BECE781AE0D196, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37625, Token=A4BECE781AE0D196, 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!
15:12:34.837 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L582, 127.0.0.1:8204] send request
15:12:34.837 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L582, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.838 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L582, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09F5}, C1 69 77 52 2A 4E BB 77 44 C5 E2 E3 EB DF 03 12 FA C7 A9 94 60 44 87 43
15:12:34.838 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L582, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37626], CON-POST   MID=37626, 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
15:12:34.838 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L582, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-14875ED770F4CB5C], CON-POST   MID=37626, Token=14875ED770F4CB5C, 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
15:12:34.838 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37626], KeyToken[127.0.0.1:8204-14875ED770F4CB5C]]
15:12:34.838 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.838 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E597,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37626, Token=14875ED770F4CB5C, 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]
15:12:34.838 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.838 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37626]
15:12:34.839 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.839 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R583, 127.0.0.1:8201] replace CON-POST   MID=37626, Token=14875ED770F4CB5C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37626, Token=14875ED770F4CB5C, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.839 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R583, 127.0.0.1:8201] send response NON-2.05   MID=37626, Token=null, OptionSet={}, "server responds hi"
15:12:34.839 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R583, 127.0.0.1:8201, complete]!
15:12:34.839 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R583, 127.0.0.1:8201, complete] completed NON-2.04   MID=37626, Token=14875ED770F4CB5C, 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!
15:12:34.839 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.840 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E598,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37626, Token=14875ED770F4CB5C, 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]
15:12:34.840 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.840 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37626]
15:12:34.840 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.840 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.840 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L582, 127.0.0.1:8204, complete]!
15:12:34.840 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L582, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-14875ED770F4CB5C]
15:12:34.840 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L582, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37626]
15:12:34.840 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L582, 127.0.0.1:8204, complete] completed CON-POST   MID=37626, Token=14875ED770F4CB5C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37626, Token=14875ED770F4CB5C, 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!
15:12:34.840 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L584, 127.0.0.1:8204] send request
15:12:34.840 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L584, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.841 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L584, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09F6}, 67 92 43 1F 6C 15 A4 23 EC 80 D1 0A AF 92 26 98 50 E6 A7 46 55 32 2B F0
15:12:34.841 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L584, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37627], CON-POST   MID=37627, 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
15:12:34.841 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L584, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-587630D244CF4CD3], CON-POST   MID=37627, Token=587630D244CF4CD3, 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
15:12:34.841 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37627], KeyToken[127.0.0.1:8204-587630D244CF4CD3]]
15:12:34.841 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.841 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E599,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37627, Token=587630D244CF4CD3, 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]
15:12:34.841 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.842 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37627]
15:12:34.842 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.842 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R585, 127.0.0.1:8201] replace CON-POST   MID=37627, Token=587630D244CF4CD3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37627, Token=587630D244CF4CD3, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.842 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R585, 127.0.0.1:8201] send response NON-2.05   MID=37627, Token=null, OptionSet={}, "server responds hi"
15:12:34.842 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R585, 127.0.0.1:8201, complete]!
15:12:34.842 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R585, 127.0.0.1:8201, complete] completed NON-2.04   MID=37627, Token=587630D244CF4CD3, 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!
15:12:34.842 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.843 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E600,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37627, Token=587630D244CF4CD3, 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]
15:12:34.843 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.843 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37627]
15:12:34.843 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.843 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.843 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L584, 127.0.0.1:8204, complete]!
15:12:34.843 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L584, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-587630D244CF4CD3]
15:12:34.843 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L584, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37627]
15:12:34.843 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L584, 127.0.0.1:8204, complete] completed CON-POST   MID=37627, Token=587630D244CF4CD3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37627, Token=587630D244CF4CD3, 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!
15:12:34.843 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L586, 127.0.0.1:8204] send request
15:12:34.843 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L586, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.844 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L586, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09F7}, 4E 2F 4D 09 D4 9D AC 99 4B 3C 7D 45 91 BF 65 26 C6 88 51 25 90 18 B7 A3
15:12:34.844 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L586, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37628], CON-POST   MID=37628, 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
15:12:34.844 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L586, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-8C8FF21D69F2E77A], CON-POST   MID=37628, Token=8C8FF21D69F2E77A, 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
15:12:34.844 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37628], KeyToken[127.0.0.1:8204-8C8FF21D69F2E77A]]
15:12:34.844 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.844 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E601,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37628, Token=8C8FF21D69F2E77A, 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]
15:12:34.844 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.844 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37628]
15:12:34.844 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.844 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R587, 127.0.0.1:8201] replace CON-POST   MID=37628, Token=8C8FF21D69F2E77A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37628, Token=8C8FF21D69F2E77A, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.845 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R587, 127.0.0.1:8201] send response NON-2.05   MID=37628, Token=null, OptionSet={}, "server responds hi"
15:12:34.845 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R587, 127.0.0.1:8201, complete]!
15:12:34.845 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R587, 127.0.0.1:8201, complete] completed NON-2.04   MID=37628, Token=8C8FF21D69F2E77A, 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!
15:12:34.845 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.845 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E602,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37628, Token=8C8FF21D69F2E77A, 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]
15:12:34.845 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.845 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37628]
15:12:34.845 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.845 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.846 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L586, 127.0.0.1:8204, complete]!
15:12:34.846 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L586, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-8C8FF21D69F2E77A]
15:12:34.846 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L586, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37628]
15:12:34.846 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L586, 127.0.0.1:8204, complete] completed CON-POST   MID=37628, Token=8C8FF21D69F2E77A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37628, Token=8C8FF21D69F2E77A, 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!
15:12:34.846 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L588, 127.0.0.1:8204] send request
15:12:34.846 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L588, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.846 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L588, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09F8}, 91 BA C7 70 98 54 C9 9E 83 A0 19 23 B6 49 37 42 5B E5 5D 0C 9E B7 CE 42
15:12:34.846 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L588, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37629], CON-POST   MID=37629, 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
15:12:34.847 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L588, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-486984FE8708577D], CON-POST   MID=37629, Token=486984FE8708577D, 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
15:12:34.847 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37629], KeyToken[127.0.0.1:8204-486984FE8708577D]]
15:12:34.847 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.847 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E603,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37629, Token=486984FE8708577D, 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]
15:12:34.847 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.847 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37629]
15:12:34.847 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.847 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R589, 127.0.0.1:8201] replace CON-POST   MID=37629, Token=486984FE8708577D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37629, Token=486984FE8708577D, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.847 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R589, 127.0.0.1:8201] send response NON-2.05   MID=37629, Token=null, OptionSet={}, "server responds hi"
15:12:34.848 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R589, 127.0.0.1:8201, complete]!
15:12:34.848 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R589, 127.0.0.1:8201, complete] completed NON-2.04   MID=37629, Token=486984FE8708577D, 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!
15:12:34.848 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.848 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E604,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37629, Token=486984FE8708577D, 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]
15:12:34.848 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.848 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37629]
15:12:34.848 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.848 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.848 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L588, 127.0.0.1:8204, complete]!
15:12:34.849 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L588, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-486984FE8708577D]
15:12:34.849 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L588, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37629]
15:12:34.849 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L588, 127.0.0.1:8204, complete] completed CON-POST   MID=37629, Token=486984FE8708577D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37629, Token=486984FE8708577D, 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!
15:12:34.849 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L590, 127.0.0.1:8204] send request
15:12:34.849 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L590, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.849 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L590, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09F9}, 04 E2 B3 A1 B5 4C 6E 8A 74 EE D6 FD A7 FE 1C 5F 98 C9 44 85 CC 3A EB 61
15:12:34.849 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L590, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37630], CON-POST   MID=37630, 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
15:12:34.849 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L590, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-F8B904368A7B3562], CON-POST   MID=37630, Token=F8B904368A7B3562, 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
15:12:34.849 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37630], KeyToken[127.0.0.1:8204-F8B904368A7B3562]]
15:12:34.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:8204
15:12:34.850 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E605,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37630, Token=F8B904368A7B3562, 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]
15:12:34.850 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.850 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37630]
15:12:34.850 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.850 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R591, 127.0.0.1:8201] replace CON-POST   MID=37630, Token=F8B904368A7B3562, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37630, Token=F8B904368A7B3562, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.850 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R591, 127.0.0.1:8201] send response NON-2.05   MID=37630, Token=null, OptionSet={}, "server responds hi"
15:12:34.851 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R591, 127.0.0.1:8201, complete]!
15:12:34.851 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R591, 127.0.0.1:8201, complete] completed NON-2.04   MID=37630, Token=F8B904368A7B3562, 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!
15:12:34.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:8201
15:12:34.851 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E606,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37630, Token=F8B904368A7B3562, 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]
15:12:34.851 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37630]
15:12:34.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.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
15:12:34.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L590, 127.0.0.1:8204, complete]!
15:12:34.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L590, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-F8B904368A7B3562]
15:12:34.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L590, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37630]
15:12:34.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L590, 127.0.0.1:8204, complete] completed CON-POST   MID=37630, Token=F8B904368A7B3562, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37630, Token=F8B904368A7B3562, 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!
15:12:34.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L592, 127.0.0.1:8204] send request
15:12:34.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L592, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L592, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09FA}, A9 84 D9 04 FB 6D 49 52 E0 E8 35 A7 DD F2 64 33 C2 38 51 A4 68 05 76 73
15:12:34.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L592, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37631], CON-POST   MID=37631, 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
15:12:34.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L592, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-6CAAF76DCDAF03FA], CON-POST   MID=37631, Token=6CAAF76DCDAF03FA, 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
15:12:34.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37631], KeyToken[127.0.0.1:8204-6CAAF76DCDAF03FA]]
15:12:34.852 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.853 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E607,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37631, Token=6CAAF76DCDAF03FA, 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]
15:12:34.853 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37631]
15:12:34.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R593, 127.0.0.1:8201] replace CON-POST   MID=37631, Token=6CAAF76DCDAF03FA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37631, Token=6CAAF76DCDAF03FA, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R593, 127.0.0.1:8201] send response NON-2.05   MID=37631, Token=null, OptionSet={}, "server responds hi"
15:12:34.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R593, 127.0.0.1:8201, complete]!
15:12:34.854 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R593, 127.0.0.1:8201, complete] completed NON-2.04   MID=37631, Token=6CAAF76DCDAF03FA, 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!
15:12:34.854 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.854 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E608,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37631, Token=6CAAF76DCDAF03FA, 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]
15:12:34.854 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37631]
15:12:34.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.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
15:12:34.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L592, 127.0.0.1:8204, complete]!
15:12:34.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L592, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-6CAAF76DCDAF03FA]
15:12:34.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L592, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37631]
15:12:34.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L592, 127.0.0.1:8204, complete] completed CON-POST   MID=37631, Token=6CAAF76DCDAF03FA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37631, Token=6CAAF76DCDAF03FA, 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!
15:12:34.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L594, 127.0.0.1:8204] send request
15:12:34.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L594, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L594, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09FB}, 00 CF 79 68 6B 62 49 27 C1 EC 98 34 20 DC 04 27 CC 18 47 BF 29 20 E8 13
15:12:34.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L594, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37632], CON-POST   MID=37632, 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
15:12:34.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L594, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-60DC737FFFB2DAD0], CON-POST   MID=37632, Token=60DC737FFFB2DAD0, 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
15:12:34.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37632], KeyToken[127.0.0.1:8204-60DC737FFFB2DAD0]]
15:12:34.856 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.856 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E609,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37632, Token=60DC737FFFB2DAD0, 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]
15:12:34.856 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.856 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37632]
15:12:34.856 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.856 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R595, 127.0.0.1:8201] replace CON-POST   MID=37632, Token=60DC737FFFB2DAD0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37632, Token=60DC737FFFB2DAD0, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.856 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R595, 127.0.0.1:8201] send response NON-2.05   MID=37632, Token=null, OptionSet={}, "server responds hi"
15:12:34.857 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R595, 127.0.0.1:8201, complete]!
15:12:34.857 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R595, 127.0.0.1:8201, complete] completed NON-2.04   MID=37632, Token=60DC737FFFB2DAD0, 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!
15:12:34.857 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.857 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E610,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37632, Token=60DC737FFFB2DAD0, 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]
15:12:34.857 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37632]
15:12:34.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L594, 127.0.0.1:8204, complete]!
15:12:34.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L594, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-60DC737FFFB2DAD0]
15:12:34.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L594, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37632]
15:12:34.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L594, 127.0.0.1:8204, complete] completed CON-POST   MID=37632, Token=60DC737FFFB2DAD0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37632, Token=60DC737FFFB2DAD0, 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!
15:12:34.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L596, 127.0.0.1:8204] send request
15:12:34.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L596, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L596, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09FC}, 62 DB 8A 4F AF DC 10 EC 34 32 56 A0 8A E3 9D B3 E6 7D FF 14 F8 CF 2F 0F
15:12:34.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L596, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37633], CON-POST   MID=37633, 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
15:12:34.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L596, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-D4A3208B83C63749], CON-POST   MID=37633, Token=D4A3208B83C63749, 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
15:12:34.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37633], KeyToken[127.0.0.1:8204-D4A3208B83C63749]]
15:12:34.859 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.859 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E611,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37633, Token=D4A3208B83C63749, 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]
15:12:34.859 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.859 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37633]
15:12:34.859 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.859 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R597, 127.0.0.1:8201] replace CON-POST   MID=37633, Token=D4A3208B83C63749, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37633, Token=D4A3208B83C63749, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.859 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R597, 127.0.0.1:8201] send response NON-2.05   MID=37633, Token=null, OptionSet={}, "server responds hi"
15:12:34.860 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R597, 127.0.0.1:8201, complete]!
15:12:34.860 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R597, 127.0.0.1:8201, complete] completed NON-2.04   MID=37633, Token=D4A3208B83C63749, 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!
15:12:34.860 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.860 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E612,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37633, Token=D4A3208B83C63749, 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]
15:12:34.860 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37633]
15:12:34.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.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
15:12:34.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L596, 127.0.0.1:8204, complete]!
15:12:34.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L596, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-D4A3208B83C63749]
15:12:34.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L596, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37633]
15:12:34.860 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L596, 127.0.0.1:8204, complete] completed CON-POST   MID=37633, Token=D4A3208B83C63749, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37633, Token=D4A3208B83C63749, 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!
15:12:34.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L598, 127.0.0.1:8204] send request
15:12:34.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L598, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L598, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09FD}, A6 D2 E2 17 68 97 04 38 34 40 97 E2 EE CA 8F C3 A5 CE 3D AA D0 15 84 E5
15:12:34.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L598, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37634], CON-POST   MID=37634, 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
15:12:34.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L598, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-28A7CE358C8248E9], CON-POST   MID=37634, Token=28A7CE358C8248E9, 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
15:12:34.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37634], KeyToken[127.0.0.1:8204-28A7CE358C8248E9]]
15:12:34.862 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.862 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E613,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37634, Token=28A7CE358C8248E9, 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]
15:12:34.862 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37634]
15:12:34.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R599, 127.0.0.1:8201] replace CON-POST   MID=37634, Token=28A7CE358C8248E9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37634, Token=28A7CE358C8248E9, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R599, 127.0.0.1:8201] send response NON-2.05   MID=37634, Token=null, OptionSet={}, "server responds hi"
15:12:34.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R599, 127.0.0.1:8201, complete]!
15:12:34.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R599, 127.0.0.1:8201, complete] completed NON-2.04   MID=37634, Token=28A7CE358C8248E9, 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!
15:12:34.863 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.863 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E614,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37634, Token=28A7CE358C8248E9, 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]
15:12:34.863 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37634]
15:12:34.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L598, 127.0.0.1:8204, complete]!
15:12:34.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L598, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-28A7CE358C8248E9]
15:12:34.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L598, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37634]
15:12:34.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L598, 127.0.0.1:8204, complete] completed CON-POST   MID=37634, Token=28A7CE358C8248E9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37634, Token=28A7CE358C8248E9, 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!
15:12:34.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L600, 127.0.0.1:8204] send request
15:12:34.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L600, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L600, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09FE}, AF 2C 88 C0 75 D3 7E FD 1A 56 A9 F1 75 9B 4A F9 00 20 2B 6F DA A3 92 3E
15:12:34.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L600, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37635], CON-POST   MID=37635, 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
15:12:34.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L600, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-E8B90CAD2F247074], CON-POST   MID=37635, Token=E8B90CAD2F247074, 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
15:12:34.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37635], KeyToken[127.0.0.1:8204-E8B90CAD2F247074]]
15:12:34.864 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.865 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E615,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37635, Token=E8B90CAD2F247074, 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]
15:12:34.865 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.865 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37635]
15:12:34.865 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.865 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R601, 127.0.0.1:8201] replace CON-POST   MID=37635, Token=E8B90CAD2F247074, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37635, Token=E8B90CAD2F247074, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.865 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R601, 127.0.0.1:8201] send response NON-2.05   MID=37635, Token=null, OptionSet={}, "server responds hi"
15:12:34.865 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R601, 127.0.0.1:8201, complete]!
15:12:34.865 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R601, 127.0.0.1:8201, complete] completed NON-2.04   MID=37635, Token=E8B90CAD2F247074, 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!
15:12:34.866 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.866 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E616,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37635, Token=E8B90CAD2F247074, 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]
15:12:34.866 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37635]
15:12:34.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.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
15:12:34.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L600, 127.0.0.1:8204, complete]!
15:12:34.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L600, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-E8B90CAD2F247074]
15:12:34.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L600, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37635]
15:12:34.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L600, 127.0.0.1:8204, complete] completed CON-POST   MID=37635, Token=E8B90CAD2F247074, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37635, Token=E8B90CAD2F247074, 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!
15:12:34.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L602, 127.0.0.1:8204] send request
15:12:34.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L602, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L602, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09FF}, 99 F6 46 D6 DE BC A5 FA 3E A0 66 92 36 C5 80 DA E6 3D 91 27 B4 DC 59 07
15:12:34.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L602, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37636], CON-POST   MID=37636, 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
15:12:34.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L602, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-88486CF0022ED22D], CON-POST   MID=37636, Token=88486CF0022ED22D, 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
15:12:34.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37636], KeyToken[127.0.0.1:8204-88486CF0022ED22D]]
15:12:34.867 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
15:12:34.867 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E617,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37636, Token=88486CF0022ED22D, 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]
15:12:34.868 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 40 bytes from 127.0.0.1:8201
15:12:34.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37636]
15:12:34.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R603, 127.0.0.1:8201] replace CON-POST   MID=37636, Token=88486CF0022ED22D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37636, Token=88486CF0022ED22D, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R603, 127.0.0.1:8201] send response NON-2.05   MID=37636, Token=null, OptionSet={}, "server responds hi"
15:12:34.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R603, 127.0.0.1:8201, complete]!
15:12:34.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R603, 127.0.0.1:8201, complete] completed NON-2.04   MID=37636, Token=88486CF0022ED22D, 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!
15:12:34.868 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.869 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E618,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37636, Token=88486CF0022ED22D, 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]
15:12:34.869 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37636]
15:12:34.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.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
15:12:34.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L602, 127.0.0.1:8204, complete]!
15:12:34.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L602, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-88486CF0022ED22D]
15:12:34.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L602, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37636]
15:12:34.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L602, 127.0.0.1:8204, complete] completed CON-POST   MID=37636, Token=88486CF0022ED22D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37636, Token=88486CF0022ED22D, 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!
15:12:34.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L604, 127.0.0.1:8204] send request
15:12:34.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L604, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L604, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0100}, 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66
15:12:34.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L604, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37637], CON-POST   MID=37637, 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
15:12:34.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L604, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-543087BDA7FC99BA], CON-POST   MID=37637, Token=543087BDA7FC99BA, 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
15:12:34.870 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37637], KeyToken[127.0.0.1:8204-543087BDA7FC99BA]]
15:12:34.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 41 bytes to 127.0.0.1:8204
15:12:34.870 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E619,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37637, Token=543087BDA7FC99BA, 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]
15:12:34.870 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201
15:12:34.870 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37637]
15:12:34.871 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.871 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R605, 127.0.0.1:8201] replace CON-POST   MID=37637, Token=543087BDA7FC99BA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37637, Token=543087BDA7FC99BA, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.871 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R605, 127.0.0.1:8201] send response NON-2.05   MID=37637, Token=null, OptionSet={}, "server responds hi"
15:12:34.871 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R605, 127.0.0.1:8201, complete]!
15:12:34.871 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R605, 127.0.0.1:8201, complete] completed NON-2.04   MID=37637, Token=543087BDA7FC99BA, 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!
15:12:34.871 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.872 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E620,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37637, Token=543087BDA7FC99BA, 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]
15:12:34.872 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37637]
15:12:34.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.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
15:12:34.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L604, 127.0.0.1:8204, complete]!
15:12:34.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L604, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-543087BDA7FC99BA]
15:12:34.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L604, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37637]
15:12:34.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L604, 127.0.0.1:8204, complete] completed CON-POST   MID=37637, Token=543087BDA7FC99BA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37637, Token=543087BDA7FC99BA, 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!
15:12:34.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L606, 127.0.0.1:8204] send request
15:12:34.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L606, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.872 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L606, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0101}, A5 C8 00 25 D8 08 75 88 15 06 EE 6E 31 E1 E1 70 66 5B E5 BB 1C FA E2 1E
15:12:34.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L606, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37638], CON-POST   MID=37638, 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
15:12:34.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L606, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-0C7E139D3F747A17], CON-POST   MID=37638, Token=0C7E139D3F747A17, 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
15:12:34.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37638], KeyToken[127.0.0.1:8204-0C7E139D3F747A17]]
15:12:34.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 41 bytes to 127.0.0.1:8204
15:12:34.873 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E621,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37638, Token=0C7E139D3F747A17, 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]
15:12:34.873 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201
15:12:34.873 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37638]
15:12:34.873 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.874 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R607, 127.0.0.1:8201] replace CON-POST   MID=37638, Token=0C7E139D3F747A17, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37638, Token=0C7E139D3F747A17, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.874 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R607, 127.0.0.1:8201] send response NON-2.05   MID=37638, Token=null, OptionSet={}, "server responds hi"
15:12:34.874 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R607, 127.0.0.1:8201, complete]!
15:12:34.874 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R607, 127.0.0.1:8201, complete] completed NON-2.04   MID=37638, Token=0C7E139D3F747A17, 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!
15:12:34.874 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.874 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E622,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37638, Token=0C7E139D3F747A17, 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]
15:12:34.874 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.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:8204-37638]
15:12:34.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.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
15:12:34.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L606, 127.0.0.1:8204, complete]!
15:12:34.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L606, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-0C7E139D3F747A17]
15:12:34.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L606, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37638]
15:12:34.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L606, 127.0.0.1:8204, complete] completed CON-POST   MID=37638, Token=0C7E139D3F747A17, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37638, Token=0C7E139D3F747A17, 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!
15:12:34.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L608, 127.0.0.1:8204] send request
15:12:34.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L608, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L608, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0102}, E9 AD 90 3F 27 B7 0D 3E 0B FF D9 F8 A0 8F FC 27 F9 E9 08 5B CC BD B4 FA
15:12:34.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L608, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37639], CON-POST   MID=37639, 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
15:12:34.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L608, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-3C8995CBC08F6ACC], CON-POST   MID=37639, Token=3C8995CBC08F6ACC, 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
15:12:34.876 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37639], KeyToken[127.0.0.1:8204-3C8995CBC08F6ACC]]
15:12:34.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 41 bytes to 127.0.0.1:8204
15:12:34.876 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E623,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37639, Token=3C8995CBC08F6ACC, 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]
15:12:34.876 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201
15:12:34.876 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37639]
15:12:34.876 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.876 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R609, 127.0.0.1:8201] replace CON-POST   MID=37639, Token=3C8995CBC08F6ACC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37639, Token=3C8995CBC08F6ACC, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.877 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R609, 127.0.0.1:8201] send response NON-2.05   MID=37639, Token=null, OptionSet={}, "server responds hi"
15:12:34.877 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R609, 127.0.0.1:8201, complete]!
15:12:34.877 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R609, 127.0.0.1:8201, complete] completed NON-2.04   MID=37639, Token=3C8995CBC08F6ACC, 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!
15:12:34.877 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.877 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E624,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37639, Token=3C8995CBC08F6ACC, 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]
15:12:34.877 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.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:8204-37639]
15:12:34.877 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.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
15:12:34.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L608, 127.0.0.1:8204, complete]!
15:12:34.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L608, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-3C8995CBC08F6ACC]
15:12:34.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L608, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37639]
15:12:34.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L608, 127.0.0.1:8204, complete] completed CON-POST   MID=37639, Token=3C8995CBC08F6ACC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37639, Token=3C8995CBC08F6ACC, 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!
15:12:34.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L610, 127.0.0.1:8204] send request
15:12:34.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L610, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L610, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0103}, 05 5C 97 46 C8 6C 90 D4 A1 36 1F F9 D3 7D CB FE C4 BB D3 84 EE 05 F9 34
15:12:34.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L610, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37640], CON-POST   MID=37640, 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
15:12:34.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L610, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-587699F9410448CE], CON-POST   MID=37640, Token=587699F9410448CE, 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
15:12:34.878 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37640], KeyToken[127.0.0.1:8204-587699F9410448CE]]
15:12:34.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 41 bytes to 127.0.0.1:8204
15:12:34.879 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E625,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37640, Token=587699F9410448CE, 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]
15:12:34.879 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201
15:12:34.879 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37640]
15:12:34.879 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.879 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R611, 127.0.0.1:8201] replace CON-POST   MID=37640, Token=587699F9410448CE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37640, Token=587699F9410448CE, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.879 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R611, 127.0.0.1:8201] send response NON-2.05   MID=37640, Token=null, OptionSet={}, "server responds hi"
15:12:34.880 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R611, 127.0.0.1:8201, complete]!
15:12:34.880 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R611, 127.0.0.1:8201, complete] completed NON-2.04   MID=37640, Token=587699F9410448CE, 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!
15:12:34.880 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.880 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E626,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37640, Token=587699F9410448CE, 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]
15:12:34.880 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37640]
15:12:34.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.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
15:12:34.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L610, 127.0.0.1:8204, complete]!
15:12:34.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L610, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-587699F9410448CE]
15:12:34.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L610, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37640]
15:12:34.880 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L610, 127.0.0.1:8204, complete] completed CON-POST   MID=37640, Token=587699F9410448CE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37640, Token=587699F9410448CE, 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!
15:12:34.925 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L612, 127.0.0.1:8204] send request
15:12:34.925 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L612, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.925 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L612, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0104}, 88 4B 0B 75 B5 9A 06 0A 07 E4 34 23 16 62 B3 A0 FC D1 27 C7 B9 58 E2 13
15:12:34.926 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L612, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37641], CON-POST   MID=37641, 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
15:12:34.926 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L612, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-4872434DC063A636], CON-POST   MID=37641, Token=4872434DC063A636, 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
15:12:34.926 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37641], KeyToken[127.0.0.1:8204-4872434DC063A636]]
15:12:34.926 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204
15:12:34.927 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E627,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37641, Token=4872434DC063A636, 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]
15:12:34.927 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201
15:12:34.927 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37641]
15:12:34.927 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.927 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R613, 127.0.0.1:8201] replace CON-POST   MID=37641, Token=4872434DC063A636, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37641, Token=4872434DC063A636, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.927 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R613, 127.0.0.1:8201] send response NON-2.05   MID=37641, Token=null, OptionSet={}, "server responds hi"
15:12:34.927 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R613, 127.0.0.1:8201, complete]!
15:12:34.927 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R613, 127.0.0.1:8201, complete] completed NON-2.04   MID=37641, Token=4872434DC063A636, 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!
15:12:34.928 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.928 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E628,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37641, Token=4872434DC063A636, 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]
15:12:34.928 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.928 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37641]
15:12:34.928 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.928 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.928 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L612, 127.0.0.1:8204, complete]!
15:12:34.928 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L612, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-4872434DC063A636]
15:12:34.928 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L612, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37641]
15:12:34.928 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L612, 127.0.0.1:8204, complete] completed CON-POST   MID=37641, Token=4872434DC063A636, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37641, Token=4872434DC063A636, 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!
15:12:34.928 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L614, 127.0.0.1:8204] send request
15:12:34.928 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L614, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.929 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L614, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0105}, 8E 52 EA 93 D2 0B B1 E1 2A 92 D9 39 73 CC D3 D5 27 C7 74 28 CF 14 26 16
15:12:34.929 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L614, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37642], CON-POST   MID=37642, 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
15:12:34.929 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L614, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-D06E28B5D018E863], CON-POST   MID=37642, Token=D06E28B5D018E863, 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
15:12:34.929 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37642], KeyToken[127.0.0.1:8204-D06E28B5D018E863]]
15:12:34.929 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204
15:12:34.929 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E629,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37642, Token=D06E28B5D018E863, 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]
15:12:34.929 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201
15:12:34.930 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37642]
15:12:34.930 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.930 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R615, 127.0.0.1:8201] replace CON-POST   MID=37642, Token=D06E28B5D018E863, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37642, Token=D06E28B5D018E863, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.930 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R615, 127.0.0.1:8201] send response NON-2.05   MID=37642, Token=null, OptionSet={}, "server responds hi"
15:12:34.930 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R615, 127.0.0.1:8201, complete]!
15:12:34.930 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R615, 127.0.0.1:8201, complete] completed NON-2.04   MID=37642, Token=D06E28B5D018E863, 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!
15:12:34.930 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.931 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E630,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37642, Token=D06E28B5D018E863, 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]
15:12:34.931 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.931 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37642]
15:12:34.931 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.931 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.931 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L614, 127.0.0.1:8204, complete]!
15:12:34.931 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L614, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-D06E28B5D018E863]
15:12:34.931 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L614, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37642]
15:12:34.931 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L614, 127.0.0.1:8204, complete] completed CON-POST   MID=37642, Token=D06E28B5D018E863, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37642, Token=D06E28B5D018E863, 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!
15:12:34.931 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L616, 127.0.0.1:8204] send request
15:12:34.931 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L616, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.932 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L616, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0106}, 21 F1 FC 13 40 43 6C 9F BB 93 23 1D 92 96 FC EC 52 FF E5 D2 E8 67 1E D0
15:12:34.932 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L616, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37643], CON-POST   MID=37643, 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
15:12:34.932 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L616, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-C80DC87DAA602835], CON-POST   MID=37643, Token=C80DC87DAA602835, 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
15:12:34.932 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37643], KeyToken[127.0.0.1:8204-C80DC87DAA602835]]
15:12:34.932 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204
15:12:34.932 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E631,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37643, Token=C80DC87DAA602835, 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]
15:12:34.932 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201
15:12:34.932 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37643]
15:12:34.932 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.933 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R617, 127.0.0.1:8201] replace CON-POST   MID=37643, Token=C80DC87DAA602835, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37643, Token=C80DC87DAA602835, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.933 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R617, 127.0.0.1:8201] send response NON-2.05   MID=37643, Token=null, OptionSet={}, "server responds hi"
15:12:34.933 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R617, 127.0.0.1:8201, complete]!
15:12:34.933 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R617, 127.0.0.1:8201, complete] completed NON-2.04   MID=37643, Token=C80DC87DAA602835, 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!
15:12:34.933 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.933 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E632,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37643, Token=C80DC87DAA602835, 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]
15:12:34.933 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.933 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37643]
15:12:34.934 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.934 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.934 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L616, 127.0.0.1:8204, complete]!
15:12:34.934 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L616, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-C80DC87DAA602835]
15:12:34.934 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L616, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37643]
15:12:34.934 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L616, 127.0.0.1:8204, complete] completed CON-POST   MID=37643, Token=C80DC87DAA602835, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37643, Token=C80DC87DAA602835, 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!
15:12:34.934 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L618, 127.0.0.1:8204] send request
15:12:34.934 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L618, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.934 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L618, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0107}, F7 4B ED ED 13 1E 80 7A AD A5 3F 12 0E 67 A7 1D 00 DA ED EB D2 01 3C F9
15:12:34.934 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L618, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37644], CON-POST   MID=37644, 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
15:12:34.935 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L618, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-98F047507C899048], CON-POST   MID=37644, Token=98F047507C899048, 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
15:12:34.935 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37644], KeyToken[127.0.0.1:8204-98F047507C899048]]
15:12:34.935 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204
15:12:34.935 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E633,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37644, Token=98F047507C899048, 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]
15:12:34.935 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201
15:12:34.935 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37644]
15:12:34.935 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.935 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R619, 127.0.0.1:8201] replace CON-POST   MID=37644, Token=98F047507C899048, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37644, Token=98F047507C899048, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.935 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R619, 127.0.0.1:8201] send response NON-2.05   MID=37644, Token=null, OptionSet={}, "server responds hi"
15:12:34.936 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R619, 127.0.0.1:8201, complete]!
15:12:34.936 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R619, 127.0.0.1:8201, complete] completed NON-2.04   MID=37644, Token=98F047507C899048, 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!
15:12:34.936 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.936 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E634,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37644, Token=98F047507C899048, 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]
15:12:34.936 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.936 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37644]
15:12:34.936 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.936 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.936 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L618, 127.0.0.1:8204, complete]!
15:12:34.936 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L618, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-98F047507C899048]
15:12:34.936 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L618, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37644]
15:12:34.936 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L618, 127.0.0.1:8204, complete] completed CON-POST   MID=37644, Token=98F047507C899048, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37644, Token=98F047507C899048, 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!
15:12:34.937 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L620, 127.0.0.1:8204] send request
15:12:34.937 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L620, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.937 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L620, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0108}, 20 AC 0A CE F6 36 73 CF 86 37 3B 22 70 C3 85 1F 39 12 56 44 B4 BB 5C F1
15:12:34.937 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L620, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37645], CON-POST   MID=37645, 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
15:12:34.937 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L620, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-A479DD28188711EF], CON-POST   MID=37645, Token=A479DD28188711EF, 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
15:12:34.937 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37645], KeyToken[127.0.0.1:8204-A479DD28188711EF]]
15:12:34.937 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204
15:12:34.938 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E635,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37645, Token=A479DD28188711EF, 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]
15:12:34.938 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201
15:12:34.938 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37645]
15:12:34.938 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.938 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R621, 127.0.0.1:8201] replace CON-POST   MID=37645, Token=A479DD28188711EF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37645, Token=A479DD28188711EF, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.938 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R621, 127.0.0.1:8201] send response NON-2.05   MID=37645, Token=null, OptionSet={}, "server responds hi"
15:12:34.938 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R621, 127.0.0.1:8201, complete]!
15:12:34.938 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R621, 127.0.0.1:8201, complete] completed NON-2.04   MID=37645, Token=A479DD28188711EF, 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!
15:12:34.939 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.939 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E636,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37645, Token=A479DD28188711EF, 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]
15:12:34.939 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.939 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37645]
15:12:34.939 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.939 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.939 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L620, 127.0.0.1:8204, complete]!
15:12:34.939 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L620, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-A479DD28188711EF]
15:12:34.939 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L620, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37645]
15:12:34.939 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L620, 127.0.0.1:8204, complete] completed CON-POST   MID=37645, Token=A479DD28188711EF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37645, Token=A479DD28188711EF, 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!
15:12:34.939 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L622, 127.0.0.1:8204] send request
15:12:34.939 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L622, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.940 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L622, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0109}, 96 B9 BA 37 08 6C 26 DA 2F BF 85 E0 65 7F CE 5F C0 A9 30 66 7D 26 D5 CA
15:12:34.940 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L622, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37646], CON-POST   MID=37646, 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
15:12:34.940 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L622, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-7007E158EAA902FD], CON-POST   MID=37646, Token=7007E158EAA902FD, 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
15:12:34.940 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37646], KeyToken[127.0.0.1:8204-7007E158EAA902FD]]
15:12:34.940 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204
15:12:34.940 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E637,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37646, Token=7007E158EAA902FD, 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]
15:12:34.940 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201
15:12:34.940 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37646]
15:12:34.940 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.941 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R623, 127.0.0.1:8201] replace CON-POST   MID=37646, Token=7007E158EAA902FD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37646, Token=7007E158EAA902FD, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.941 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R623, 127.0.0.1:8201] send response NON-2.05   MID=37646, Token=null, OptionSet={}, "server responds hi"
15:12:34.941 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R623, 127.0.0.1:8201, complete]!
15:12:34.941 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R623, 127.0.0.1:8201, complete] completed NON-2.04   MID=37646, Token=7007E158EAA902FD, 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!
15:12:34.941 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.941 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E638,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37646, Token=7007E158EAA902FD, 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]
15:12:34.941 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.941 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37646]
15:12:34.941 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.941 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.942 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L622, 127.0.0.1:8204, complete]!
15:12:34.942 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L622, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-7007E158EAA902FD]
15:12:34.942 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L622, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37646]
15:12:34.942 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L622, 127.0.0.1:8204, complete] completed CON-POST   MID=37646, Token=7007E158EAA902FD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37646, Token=7007E158EAA902FD, 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!
15:12:34.942 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L624, 127.0.0.1:8204] send request
15:12:34.942 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L624, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.942 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L624, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A010A}, 76 56 4A D1 2B DC 85 08 31 7F FF B7 2D 3B 8A 85 7B 32 AA 53 F9 E7 0C 9F
15:12:34.942 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L624, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37647], CON-POST   MID=37647, 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
15:12:34.942 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L624, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-541BB7ADD9EC8798], CON-POST   MID=37647, Token=541BB7ADD9EC8798, 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
15:12:34.943 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37647], KeyToken[127.0.0.1:8204-541BB7ADD9EC8798]]
15:12:34.943 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204
15:12:34.943 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E639,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37647, Token=541BB7ADD9EC8798, 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]
15:12:34.943 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201
15:12:34.943 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37647]
15:12:34.943 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.943 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R625, 127.0.0.1:8201] replace CON-POST   MID=37647, Token=541BB7ADD9EC8798, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37647, Token=541BB7ADD9EC8798, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.943 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R625, 127.0.0.1:8201] send response NON-2.05   MID=37647, Token=null, OptionSet={}, "server responds hi"
15:12:34.944 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R625, 127.0.0.1:8201, complete]!
15:12:34.944 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R625, 127.0.0.1:8201, complete] completed NON-2.04   MID=37647, Token=541BB7ADD9EC8798, 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!
15:12:34.944 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.944 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E640,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37647, Token=541BB7ADD9EC8798, 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]
15:12:34.944 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.944 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37647]
15:12:34.944 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.944 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.945 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L624, 127.0.0.1:8204, complete]!
15:12:34.945 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L624, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-541BB7ADD9EC8798]
15:12:34.945 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L624, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37647]
15:12:34.945 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L624, 127.0.0.1:8204, complete] completed CON-POST   MID=37647, Token=541BB7ADD9EC8798, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37647, Token=541BB7ADD9EC8798, 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!
15:12:34.945 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L626, 127.0.0.1:8204] send request
15:12:34.945 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L626, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.945 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L626, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A010B}, 54 CB 1E 1E 97 45 56 22 6A A7 63 67 20 E4 E1 1C 84 48 DB 0A 04 5C 66 8B
15:12:34.945 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L626, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37648], CON-POST   MID=37648, 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
15:12:34.946 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L626, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-8066B446673342D4], CON-POST   MID=37648, Token=8066B446673342D4, 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
15:12:34.946 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37648], KeyToken[127.0.0.1:8204-8066B446673342D4]]
15:12:34.946 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204
15:12:34.946 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E641,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37648, Token=8066B446673342D4, 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]
15:12:34.946 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201
15:12:34.946 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37648]
15:12:34.946 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.946 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R627, 127.0.0.1:8201] replace CON-POST   MID=37648, Token=8066B446673342D4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37648, Token=8066B446673342D4, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.947 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R627, 127.0.0.1:8201] send response NON-2.05   MID=37648, Token=null, OptionSet={}, "server responds hi"
15:12:34.947 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R627, 127.0.0.1:8201, complete]!
15:12:34.947 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R627, 127.0.0.1:8201, complete] completed NON-2.04   MID=37648, Token=8066B446673342D4, 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!
15:12:34.947 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.947 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E642,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37648, Token=8066B446673342D4, 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]
15:12:34.947 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.948 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37648]
15:12:34.948 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.948 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.948 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L626, 127.0.0.1:8204, complete]!
15:12:34.948 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L626, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-8066B446673342D4]
15:12:34.948 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L626, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37648]
15:12:34.948 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L626, 127.0.0.1:8204, complete] completed CON-POST   MID=37648, Token=8066B446673342D4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37648, Token=8066B446673342D4, 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!
15:12:34.948 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L628, 127.0.0.1:8204] send request
15:12:34.948 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L628, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.948 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L628, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A010C}, 9E F0 BE AC 0F 90 81 B5 8E 02 B2 C7 E9 8A 67 A0 0A 88 DC 6F 32 B1 F8 F5
15:12:34.949 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L628, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37649], CON-POST   MID=37649, 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
15:12:34.949 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L628, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-B4A0563612FC4AAC], CON-POST   MID=37649, Token=B4A0563612FC4AAC, 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
15:12:34.949 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37649], KeyToken[127.0.0.1:8204-B4A0563612FC4AAC]]
15:12:34.949 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204
15:12:34.949 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E643,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37649, Token=B4A0563612FC4AAC, 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]
15:12:34.949 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201
15:12:34.949 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37649]
15:12:34.950 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.950 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R629, 127.0.0.1:8201] replace CON-POST   MID=37649, Token=B4A0563612FC4AAC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37649, Token=B4A0563612FC4AAC, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.950 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R629, 127.0.0.1:8201] send response NON-2.05   MID=37649, Token=null, OptionSet={}, "server responds hi"
15:12:34.950 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R629, 127.0.0.1:8201, complete]!
15:12:34.950 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R629, 127.0.0.1:8201, complete] completed NON-2.04   MID=37649, Token=B4A0563612FC4AAC, 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!
15:12:34.950 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.951 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E644,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37649, Token=B4A0563612FC4AAC, 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]
15:12:34.951 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37649]
15:12:34.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.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
15:12:34.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L628, 127.0.0.1:8204, complete]!
15:12:34.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L628, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-B4A0563612FC4AAC]
15:12:34.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L628, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37649]
15:12:34.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L628, 127.0.0.1:8204, complete] completed CON-POST   MID=37649, Token=B4A0563612FC4AAC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37649, Token=B4A0563612FC4AAC, 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!
15:12:34.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L630, 127.0.0.1:8204] send request
15:12:34.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L630, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L630, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A010D}, 33 7F AB 9D 22 FF CD 4B B9 03 71 52 91 C4 F9 DB EF 49 1A 62 A1 12 22 D4
15:12:34.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L630, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37650], CON-POST   MID=37650, 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
15:12:34.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L630, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-203D13F94A5198F7], CON-POST   MID=37650, Token=203D13F94A5198F7, 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
15:12:34.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37650], KeyToken[127.0.0.1:8204-203D13F94A5198F7]]
15:12:34.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 41 bytes to 127.0.0.1:8204
15:12:34.953 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E645,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37650, Token=203D13F94A5198F7, 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]
15:12:34.953 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201
15:12:34.953 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37650]
15:12:34.953 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.953 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R631, 127.0.0.1:8201] replace CON-POST   MID=37650, Token=203D13F94A5198F7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37650, Token=203D13F94A5198F7, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.953 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R631, 127.0.0.1:8201] send response NON-2.05   MID=37650, Token=null, OptionSet={}, "server responds hi"
15:12:34.953 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R631, 127.0.0.1:8201, complete]!
15:12:34.953 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R631, 127.0.0.1:8201, complete] completed NON-2.04   MID=37650, Token=203D13F94A5198F7, 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!
15:12:34.953 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.954 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E646,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37650, Token=203D13F94A5198F7, 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]
15:12:34.954 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.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:8204-37650]
15:12:34.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.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
15:12:34.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L630, 127.0.0.1:8204, complete]!
15:12:34.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L630, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-203D13F94A5198F7]
15:12:34.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L630, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37650]
15:12:34.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L630, 127.0.0.1:8204, complete] completed CON-POST   MID=37650, Token=203D13F94A5198F7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37650, Token=203D13F94A5198F7, 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!
15:12:34.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L632, 127.0.0.1:8204] send request
15:12:34.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L632, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L632, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A010E}, 50 42 CB C7 EC FD FC 11 AF A2 A8 99 58 1D A2 40 2C 0F 9F C3 95 BF 81 F2
15:12:34.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L632, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37651], CON-POST   MID=37651, 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
15:12:34.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L632, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-B0BC5A40751ACC72], CON-POST   MID=37651, Token=B0BC5A40751ACC72, 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
15:12:34.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37651], KeyToken[127.0.0.1:8204-B0BC5A40751ACC72]]
15:12:34.955 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204
15:12:34.956 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E647,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37651, Token=B0BC5A40751ACC72, 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]
15:12:34.956 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201
15:12:34.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37651]
15:12:34.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R633, 127.0.0.1:8201] replace CON-POST   MID=37651, Token=B0BC5A40751ACC72, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37651, Token=B0BC5A40751ACC72, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R633, 127.0.0.1:8201] send response NON-2.05   MID=37651, Token=null, OptionSet={}, "server responds hi"
15:12:34.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R633, 127.0.0.1:8201, complete]!
15:12:34.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R633, 127.0.0.1:8201, complete] completed NON-2.04   MID=37651, Token=B0BC5A40751ACC72, 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!
15:12:34.956 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.957 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E648,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37651, Token=B0BC5A40751ACC72, 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]
15:12:34.957 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37651]
15:12:34.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.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
15:12:34.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L632, 127.0.0.1:8204, complete]!
15:12:34.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L632, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-B0BC5A40751ACC72]
15:12:34.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L632, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37651]
15:12:34.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L632, 127.0.0.1:8204, complete] completed CON-POST   MID=37651, Token=B0BC5A40751ACC72, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37651, Token=B0BC5A40751ACC72, 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!
15:12:34.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L634, 127.0.0.1:8204] send request
15:12:34.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L634, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L634, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A010F}, 2D 24 7D EB C9 E8 69 99 FB 07 24 31 E5 83 8D BE 85 C3 49 C2 11 32 B5 2A
15:12:34.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L634, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37652], CON-POST   MID=37652, 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
15:12:34.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L634, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-689C16DC367C991A], CON-POST   MID=37652, Token=689C16DC367C991A, 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
15:12:34.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37652], KeyToken[127.0.0.1:8204-689C16DC367C991A]]
15:12:34.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 41 bytes to 127.0.0.1:8204
15:12:34.959 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E649,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37652, Token=689C16DC367C991A, 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]
15:12:34.959 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201
15:12:34.959 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37652]
15:12:34.959 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.959 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R635, 127.0.0.1:8201] replace CON-POST   MID=37652, Token=689C16DC367C991A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37652, Token=689C16DC367C991A, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.959 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R635, 127.0.0.1:8201] send response NON-2.05   MID=37652, Token=null, OptionSet={}, "server responds hi"
15:12:34.959 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R635, 127.0.0.1:8201, complete]!
15:12:34.959 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R635, 127.0.0.1:8201, complete] completed NON-2.04   MID=37652, Token=689C16DC367C991A, 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!
15:12:34.959 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.960 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E650,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37652, Token=689C16DC367C991A, 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]
15:12:34.960 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37652]
15:12:34.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L634, 127.0.0.1:8204, complete]!
15:12:34.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L634, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-689C16DC367C991A]
15:12:34.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L634, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37652]
15:12:34.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L634, 127.0.0.1:8204, complete] completed CON-POST   MID=37652, Token=689C16DC367C991A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37652, Token=689C16DC367C991A, 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!
15:12:34.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L636, 127.0.0.1:8204] send request
15:12:34.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L636, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L636, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0110}, CD A8 56 43 36 B0 0E 7D 64 1B 74 2E 38 F7 FC B3 23 3B 7F AB 2D 40 BC 47
15:12:34.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L636, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37653], CON-POST   MID=37653, 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
15:12:34.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L636, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-E47DB2B9A94711AB], CON-POST   MID=37653, Token=E47DB2B9A94711AB, 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
15:12:34.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37653], KeyToken[127.0.0.1:8204-E47DB2B9A94711AB]]
15:12:34.961 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204
15:12:34.961 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E651,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37653, Token=E47DB2B9A94711AB, 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]
15:12:34.962 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201
15:12:34.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37653]
15:12:34.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R637, 127.0.0.1:8201] replace CON-POST   MID=37653, Token=E47DB2B9A94711AB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37653, Token=E47DB2B9A94711AB, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R637, 127.0.0.1:8201] send response NON-2.05   MID=37653, Token=null, OptionSet={}, "server responds hi"
15:12:34.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R637, 127.0.0.1:8201, complete]!
15:12:34.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R637, 127.0.0.1:8201, complete] completed NON-2.04   MID=37653, Token=E47DB2B9A94711AB, 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!
15:12:34.962 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.963 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E652,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37653, Token=E47DB2B9A94711AB, 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]
15:12:34.963 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37653]
15:12:34.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.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
15:12:34.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L636, 127.0.0.1:8204, complete]!
15:12:34.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L636, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-E47DB2B9A94711AB]
15:12:34.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L636, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37653]
15:12:34.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L636, 127.0.0.1:8204, complete] completed CON-POST   MID=37653, Token=E47DB2B9A94711AB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37653, Token=E47DB2B9A94711AB, 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!
15:12:34.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L638, 127.0.0.1:8204] send request
15:12:34.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L638, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L638, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0111}, D4 57 CC 03 ED 34 F2 ED 59 37 D4 BC C8 4B 0C CB 2A 5D 29 23 C4 77 AE 53
15:12:34.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L638, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37654], CON-POST   MID=37654, 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
15:12:34.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L638, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-C4EB26C6634AC284], CON-POST   MID=37654, Token=C4EB26C6634AC284, 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
15:12:34.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37654], KeyToken[127.0.0.1:8204-C4EB26C6634AC284]]
15:12:34.964 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204
15:12:34.964 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E653,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37654, Token=C4EB26C6634AC284, 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]
15:12:34.964 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201
15:12:34.964 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37654]
15:12:34.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R639, 127.0.0.1:8201] replace CON-POST   MID=37654, Token=C4EB26C6634AC284, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37654, Token=C4EB26C6634AC284, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R639, 127.0.0.1:8201] send response NON-2.05   MID=37654, Token=null, OptionSet={}, "server responds hi"
15:12:34.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R639, 127.0.0.1:8201, complete]!
15:12:34.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R639, 127.0.0.1:8201, complete] completed NON-2.04   MID=37654, Token=C4EB26C6634AC284, 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!
15:12:34.965 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.965 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E654,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37654, Token=C4EB26C6634AC284, 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]
15:12:34.965 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37654]
15:12:34.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.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
15:12:34.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L638, 127.0.0.1:8204, complete]!
15:12:34.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L638, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-C4EB26C6634AC284]
15:12:34.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L638, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37654]
15:12:34.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L638, 127.0.0.1:8204, complete] completed CON-POST   MID=37654, Token=C4EB26C6634AC284, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37654, Token=C4EB26C6634AC284, 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!
15:12:34.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L640, 127.0.0.1:8204] send request
15:12:34.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L640, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L640, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0112}, D6 10 38 4D 90 1E 77 F7 25 AD D1 79 B0 2F 0E 74 7E 50 24 1C 3A AD 8F B7
15:12:34.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L640, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37655], CON-POST   MID=37655, 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
15:12:34.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L640, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-6822F39C26ABD583], CON-POST   MID=37655, Token=6822F39C26ABD583, 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
15:12:34.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37655], KeyToken[127.0.0.1:8204-6822F39C26ABD583]]
15:12:34.967 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204
15:12:34.967 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E655,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37655, Token=6822F39C26ABD583, 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]
15:12:34.967 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201
15:12:34.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37655]
15:12:34.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R641, 127.0.0.1:8201] replace CON-POST   MID=37655, Token=6822F39C26ABD583, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37655, Token=6822F39C26ABD583, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R641, 127.0.0.1:8201] send response NON-2.05   MID=37655, Token=null, OptionSet={}, "server responds hi"
15:12:34.968 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R641, 127.0.0.1:8201, complete]!
15:12:34.968 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R641, 127.0.0.1:8201, complete] completed NON-2.04   MID=37655, Token=6822F39C26ABD583, 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!
15:12:34.968 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.968 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E656,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37655, Token=6822F39C26ABD583, 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]
15:12:34.968 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37655]
15:12:34.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.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
15:12:34.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L640, 127.0.0.1:8204, complete]!
15:12:34.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L640, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-6822F39C26ABD583]
15:12:34.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L640, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37655]
15:12:34.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L640, 127.0.0.1:8204, complete] completed CON-POST   MID=37655, Token=6822F39C26ABD583, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37655, Token=6822F39C26ABD583, 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!
15:12:34.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L642, 127.0.0.1:8204] send request
15:12:34.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L642, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L642, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0113}, 0C CD 2F ED 72 2D 9F EE 3E DB 23 99 69 3F 82 B5 FF 3A B1 72 06 F9 C2 3A
15:12:34.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L642, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37656], CON-POST   MID=37656, 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
15:12:34.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L642, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-F8AEA8D9919ED4FA], CON-POST   MID=37656, Token=F8AEA8D9919ED4FA, 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
15:12:34.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37656], KeyToken[127.0.0.1:8204-F8AEA8D9919ED4FA]]
15:12:34.970 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204
15:12:34.970 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E657,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37656, Token=F8AEA8D9919ED4FA, 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]
15:12:34.970 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201
15:12:34.970 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37656]
15:12:34.970 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.970 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R643, 127.0.0.1:8201] replace CON-POST   MID=37656, Token=F8AEA8D9919ED4FA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37656, Token=F8AEA8D9919ED4FA, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.970 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R643, 127.0.0.1:8201] send response NON-2.05   MID=37656, Token=null, OptionSet={}, "server responds hi"
15:12:34.971 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R643, 127.0.0.1:8201, complete]!
15:12:34.971 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R643, 127.0.0.1:8201, complete] completed NON-2.04   MID=37656, Token=F8AEA8D9919ED4FA, 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!
15:12:34.971 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.971 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E658,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37656, Token=F8AEA8D9919ED4FA, 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]
15:12:34.971 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37656]
15:12:34.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.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
15:12:34.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L642, 127.0.0.1:8204, complete]!
15:12:34.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L642, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-F8AEA8D9919ED4FA]
15:12:34.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L642, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37656]
15:12:34.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L642, 127.0.0.1:8204, complete] completed CON-POST   MID=37656, Token=F8AEA8D9919ED4FA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37656, Token=F8AEA8D9919ED4FA, 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!
15:12:34.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L644, 127.0.0.1:8204] send request
15:12:34.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L644, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L644, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0114}, 3C B5 48 F3 FF F5 CE 5B 58 39 9C 97 72 89 11 C5 45 C3 31 C9 92 E0 7A 7E
15:12:34.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L644, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37657], CON-POST   MID=37657, 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
15:12:34.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L644, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-14664032F58BD522], CON-POST   MID=37657, Token=14664032F58BD522, 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
15:12:34.972 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37657], KeyToken[127.0.0.1:8204-14664032F58BD522]]
15:12:34.972 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204
15:12:34.972 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E659,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37657, Token=14664032F58BD522, 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]
15:12:34.972 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201
15:12:34.973 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37657]
15:12:34.973 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.973 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R645, 127.0.0.1:8201] replace CON-POST   MID=37657, Token=14664032F58BD522, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37657, Token=14664032F58BD522, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.973 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R645, 127.0.0.1:8201] send response NON-2.05   MID=37657, Token=null, OptionSet={}, "server responds hi"
15:12:34.973 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R645, 127.0.0.1:8201, complete]!
15:12:34.973 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R645, 127.0.0.1:8201, complete] completed NON-2.04   MID=37657, Token=14664032F58BD522, 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!
15:12:34.973 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.974 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E660,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37657, Token=14664032F58BD522, 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]
15:12:34.974 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:34.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37657]
15:12:34.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:34.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
15:12:34.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L644, 127.0.0.1:8204, complete]!
15:12:34.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L644, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-14664032F58BD522]
15:12:34.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L644, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37657]
15:12:34.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L644, 127.0.0.1:8204, complete] completed CON-POST   MID=37657, Token=14664032F58BD522, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37657, Token=14664032F58BD522, 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!
15:12:34.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L646, 127.0.0.1:8204] send request
15:12:34.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L646, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.974 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L646, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0115}, 5E 1A 67 01 61 C2 CF C1 D7 14 D9 73 07 A2 44 27 03 18 22 45 E1 A0 B9 BF
15:12:34.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L646, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37658], CON-POST   MID=37658, 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
15:12:34.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L646, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-D07006E9383F8CB1], CON-POST   MID=37658, Token=D07006E9383F8CB1, 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
15:12:34.975 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37658], KeyToken[127.0.0.1:8204-D07006E9383F8CB1]]
15:12:34.975 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204
15:12:34.975 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E661,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37658, Token=D07006E9383F8CB1, 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]
15:12:34.975 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201
15:12:34.975 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37658]
15:12:34.975 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:34.975 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R647, 127.0.0.1:8201] replace CON-POST   MID=37658, Token=D07006E9383F8CB1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37658, Token=D07006E9383F8CB1, OptionSet={"Object-Security":0x}, "client says hi"
15:12:34.976 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R647, 127.0.0.1:8201] send response NON-2.05   MID=37658, Token=null, OptionSet={}, "server responds hi"
15:12:34.976 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R647, 127.0.0.1:8201, complete]!
15:12:34.976 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R647, 127.0.0.1:8201, complete] completed NON-2.04   MID=37658, Token=D07006E9383F8CB1, 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!
15:12:34.976 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:34.976 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E662,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37658, Token=D07006E9383F8CB1, 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]
15:12:34.976 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:35.025 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37658]
15:12:35.025 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.025 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.025 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L646, 127.0.0.1:8204, complete]!
15:12:35.025 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L646, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-D07006E9383F8CB1]
15:12:35.025 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L646, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37658]
15:12:35.025 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L646, 127.0.0.1:8204, complete] completed CON-POST   MID=37658, Token=D07006E9383F8CB1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37658, Token=D07006E9383F8CB1, 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!
15:12:35.026 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L648, 127.0.0.1:8204] send request
15:12:35.026 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L648, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.026 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L648, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0116}, D3 CA DC C6 30 AE 39 11 0F 86 E8 46 F0 00 C4 4C 34 70 DA 0F C2 AF 57 50
15:12:35.026 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L648, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37659], CON-POST   MID=37659, 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
15:12:35.026 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L648, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-908E1CBCA602BCA2], CON-POST   MID=37659, Token=908E1CBCA602BCA2, 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
15:12:35.027 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37659], KeyToken[127.0.0.1:8204-908E1CBCA602BCA2]]
15:12:35.027 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204
15:12:35.027 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E663,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37659, Token=908E1CBCA602BCA2, 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]
15:12:35.027 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201
15:12:35.027 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37659]
15:12:35.027 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.027 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R649, 127.0.0.1:8201] replace CON-POST   MID=37659, Token=908E1CBCA602BCA2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37659, Token=908E1CBCA602BCA2, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.028 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R649, 127.0.0.1:8201] send response NON-2.05   MID=37659, Token=null, OptionSet={}, "server responds hi"
15:12:35.028 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R649, 127.0.0.1:8201, complete]!
15:12:35.028 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R649, 127.0.0.1:8201, complete] completed NON-2.04   MID=37659, Token=908E1CBCA602BCA2, 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!
15:12:35.028 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:35.029 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E664,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37659, Token=908E1CBCA602BCA2, 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]
15:12:35.029 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:35.029 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37659]
15:12:35.029 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.029 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.029 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L648, 127.0.0.1:8204, complete]!
15:12:35.029 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L648, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-908E1CBCA602BCA2]
15:12:35.029 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L648, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37659]
15:12:35.029 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L648, 127.0.0.1:8204, complete] completed CON-POST   MID=37659, Token=908E1CBCA602BCA2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37659, Token=908E1CBCA602BCA2, 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!
15:12:35.029 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L650, 127.0.0.1:8204] send request
15:12:35.029 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L650, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.030 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L650, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0117}, 1F 32 8B E2 C0 23 3D E9 A7 AA 12 42 61 04 6A 8E CB 2A 85 43 33 1C 8B 0A
15:12:35.030 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L650, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37660], CON-POST   MID=37660, 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
15:12:35.030 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L650, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-78A096A97E8B2492], CON-POST   MID=37660, Token=78A096A97E8B2492, 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
15:12:35.030 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37660], KeyToken[127.0.0.1:8204-78A096A97E8B2492]]
15:12:35.030 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204
15:12:35.030 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E665,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37660, Token=78A096A97E8B2492, 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]
15:12:35.030 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201
15:12:35.030 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37660]
15:12:35.030 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.031 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R651, 127.0.0.1:8201] replace CON-POST   MID=37660, Token=78A096A97E8B2492, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37660, Token=78A096A97E8B2492, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.031 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R651, 127.0.0.1:8201] send response NON-2.05   MID=37660, Token=null, OptionSet={}, "server responds hi"
15:12:35.031 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R651, 127.0.0.1:8201, complete]!
15:12:35.031 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R651, 127.0.0.1:8201, complete] completed NON-2.04   MID=37660, Token=78A096A97E8B2492, 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!
15:12:35.031 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:35.031 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E666,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37660, Token=78A096A97E8B2492, 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]
15:12:35.031 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:35.031 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37660]
15:12:35.031 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.032 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.032 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L650, 127.0.0.1:8204, complete]!
15:12:35.032 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L650, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-78A096A97E8B2492]
15:12:35.032 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L650, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37660]
15:12:35.032 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L650, 127.0.0.1:8204, complete] completed CON-POST   MID=37660, Token=78A096A97E8B2492, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37660, Token=78A096A97E8B2492, 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!
15:12:35.032 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L652, 127.0.0.1:8204] send request
15:12:35.032 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L652, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.032 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L652, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0118}, 4B 75 23 D1 D7 D0 33 32 77 B6 1F 05 D9 74 DD 9D AD 31 27 E4 6F 5B E3 D0
15:12:35.032 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L652, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37661], CON-POST   MID=37661, 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
15:12:35.033 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L652, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-6CCCA90FDBE901BB], CON-POST   MID=37661, Token=6CCCA90FDBE901BB, 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
15:12:35.033 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37661], KeyToken[127.0.0.1:8204-6CCCA90FDBE901BB]]
15:12:35.033 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204
15:12:35.033 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E667,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37661, Token=6CCCA90FDBE901BB, 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]
15:12:35.033 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201
15:12:35.033 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37661]
15:12:35.033 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.033 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R653, 127.0.0.1:8201] replace CON-POST   MID=37661, Token=6CCCA90FDBE901BB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37661, Token=6CCCA90FDBE901BB, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.034 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R653, 127.0.0.1:8201] send response NON-2.05   MID=37661, Token=null, OptionSet={}, "server responds hi"
15:12:35.034 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R653, 127.0.0.1:8201, complete]!
15:12:35.034 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R653, 127.0.0.1:8201, complete] completed NON-2.04   MID=37661, Token=6CCCA90FDBE901BB, 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!
15:12:35.034 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:35.034 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E668,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37661, Token=6CCCA90FDBE901BB, 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]
15:12:35.034 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:35.034 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37661]
15:12:35.034 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.034 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.035 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L652, 127.0.0.1:8204, complete]!
15:12:35.035 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L652, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-6CCCA90FDBE901BB]
15:12:35.035 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L652, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37661]
15:12:35.035 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L652, 127.0.0.1:8204, complete] completed CON-POST   MID=37661, Token=6CCCA90FDBE901BB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37661, Token=6CCCA90FDBE901BB, 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!
15:12:35.035 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L654, 127.0.0.1:8204] send request
15:12:35.035 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L654, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.035 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L654, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0119}, 8A 5F 29 AA 1E DA F4 17 44 1B DF 1C 54 B3 89 34 C4 BE ED 1E 28 B9 1C 33
15:12:35.035 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L654, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37662], CON-POST   MID=37662, 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
15:12:35.035 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L654, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-7468342B2E5D4330], CON-POST   MID=37662, Token=7468342B2E5D4330, 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
15:12:35.036 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37662], KeyToken[127.0.0.1:8204-7468342B2E5D4330]]
15:12:35.036 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204
15:12:35.036 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E669,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37662, Token=7468342B2E5D4330, 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]
15:12:35.036 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201
15:12:35.036 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37662]
15:12:35.036 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.036 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R655, 127.0.0.1:8201] replace CON-POST   MID=37662, Token=7468342B2E5D4330, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37662, Token=7468342B2E5D4330, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.037 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R655, 127.0.0.1:8201] send response NON-2.05   MID=37662, Token=null, OptionSet={}, "server responds hi"
15:12:35.037 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R655, 127.0.0.1:8201, complete]!
15:12:35.037 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R655, 127.0.0.1:8201, complete] completed NON-2.04   MID=37662, Token=7468342B2E5D4330, 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!
15:12:35.037 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:35.037 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E670,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37662, Token=7468342B2E5D4330, 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]
15:12:35.037 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:35.037 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37662]
15:12:35.037 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.037 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.037 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L654, 127.0.0.1:8204, complete]!
15:12:35.037 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L654, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-7468342B2E5D4330]
15:12:35.037 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L654, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37662]
15:12:35.037 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L654, 127.0.0.1:8204, complete] completed CON-POST   MID=37662, Token=7468342B2E5D4330, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37662, Token=7468342B2E5D4330, 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!
15:12:35.038 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L656, 127.0.0.1:8204] send request
15:12:35.038 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L656, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.038 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L656, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A011A}, 6D 51 2E 16 1E 4D 2D A4 7B 25 22 C0 FC 4F DA B4 3F F7 20 4C 8D 23 B5 6F
15:12:35.038 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L656, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37663], CON-POST   MID=37663, 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
15:12:35.038 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L656, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-8C9E93809AB97F31], CON-POST   MID=37663, Token=8C9E93809AB97F31, 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
15:12:35.038 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37663], KeyToken[127.0.0.1:8204-8C9E93809AB97F31]]
15:12:35.039 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204
15:12:35.039 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E671,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37663, Token=8C9E93809AB97F31, 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]
15:12:35.039 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201
15:12:35.039 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37663]
15:12:35.039 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.039 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R657, 127.0.0.1:8201] replace CON-POST   MID=37663, Token=8C9E93809AB97F31, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37663, Token=8C9E93809AB97F31, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.039 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R657, 127.0.0.1:8201] send response NON-2.05   MID=37663, Token=null, OptionSet={}, "server responds hi"
15:12:35.040 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R657, 127.0.0.1:8201, complete]!
15:12:35.040 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R657, 127.0.0.1:8201, complete] completed NON-2.04   MID=37663, Token=8C9E93809AB97F31, 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!
15:12:35.040 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:35.040 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E672,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37663, Token=8C9E93809AB97F31, 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]
15:12:35.040 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:35.040 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37663]
15:12:35.040 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.040 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.040 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L656, 127.0.0.1:8204, complete]!
15:12:35.040 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L656, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-8C9E93809AB97F31]
15:12:35.040 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L656, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37663]
15:12:35.040 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L656, 127.0.0.1:8204, complete] completed CON-POST   MID=37663, Token=8C9E93809AB97F31, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37663, Token=8C9E93809AB97F31, 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!
15:12:35.041 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L658, 127.0.0.1:8204] send request
15:12:35.041 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L658, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.041 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L658, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A011B}, ED 3C 71 1D D4 0A 35 23 3D 0B 37 A4 65 C3 0A 92 54 16 91 07 07 B1 68 1F
15:12:35.041 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L658, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37664], CON-POST   MID=37664, 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
15:12:35.041 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L658, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-9C407A22E6D1F4D3], CON-POST   MID=37664, Token=9C407A22E6D1F4D3, 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
15:12:35.041 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37664], KeyToken[127.0.0.1:8204-9C407A22E6D1F4D3]]
15:12:35.041 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204
15:12:35.042 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E673,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37664, Token=9C407A22E6D1F4D3, 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]
15:12:35.042 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201
15:12:35.042 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37664]
15:12:35.042 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.042 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R659, 127.0.0.1:8201] replace CON-POST   MID=37664, Token=9C407A22E6D1F4D3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37664, Token=9C407A22E6D1F4D3, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.042 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R659, 127.0.0.1:8201] send response NON-2.05   MID=37664, Token=null, OptionSet={}, "server responds hi"
15:12:35.042 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R659, 127.0.0.1:8201, complete]!
15:12:35.042 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R659, 127.0.0.1:8201, complete] completed NON-2.04   MID=37664, Token=9C407A22E6D1F4D3, 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!
15:12:35.043 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:35.043 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E674,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37664, Token=9C407A22E6D1F4D3, 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]
15:12:35.043 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:35.043 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37664]
15:12:35.043 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.043 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.043 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L658, 127.0.0.1:8204, complete]!
15:12:35.043 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L658, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-9C407A22E6D1F4D3]
15:12:35.043 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L658, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37664]
15:12:35.043 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L658, 127.0.0.1:8204, complete] completed CON-POST   MID=37664, Token=9C407A22E6D1F4D3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37664, Token=9C407A22E6D1F4D3, 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!
15:12:35.043 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L660, 127.0.0.1:8204] send request
15:12:35.043 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L660, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.044 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L660, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A011C}, 35 6C E5 80 49 49 F5 57 A0 E1 8E A4 C7 70 2D CB 93 D9 44 8E BB 7F 96 E2
15:12:35.044 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L660, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37665], CON-POST   MID=37665, 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
15:12:35.044 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L660, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-F08C8951D9800F6F], CON-POST   MID=37665, Token=F08C8951D9800F6F, 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
15:12:35.044 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37665], KeyToken[127.0.0.1:8204-F08C8951D9800F6F]]
15:12:35.044 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204
15:12:35.045 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E675,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37665, Token=F08C8951D9800F6F, 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]
15:12:35.045 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201
15:12:35.045 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37665]
15:12:35.045 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.045 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R661, 127.0.0.1:8201] replace CON-POST   MID=37665, Token=F08C8951D9800F6F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37665, Token=F08C8951D9800F6F, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.045 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R661, 127.0.0.1:8201] send response NON-2.05   MID=37665, Token=null, OptionSet={}, "server responds hi"
15:12:35.045 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R661, 127.0.0.1:8201, complete]!
15:12:35.045 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R661, 127.0.0.1:8201, complete] completed NON-2.04   MID=37665, Token=F08C8951D9800F6F, 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!
15:12:35.046 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:35.046 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E676,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37665, Token=F08C8951D9800F6F, 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]
15:12:35.046 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:35.046 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37665]
15:12:35.046 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.046 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.046 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L660, 127.0.0.1:8204, complete]!
15:12:35.046 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L660, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-F08C8951D9800F6F]
15:12:35.046 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L660, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37665]
15:12:35.046 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L660, 127.0.0.1:8204, complete] completed CON-POST   MID=37665, Token=F08C8951D9800F6F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37665, Token=F08C8951D9800F6F, 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!
15:12:35.047 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L662, 127.0.0.1:8204] send request
15:12:35.047 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L662, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.047 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L662, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A011D}, 91 64 15 8C 8B C9 5D 5B 74 89 D7 67 8A 66 41 C8 DA 20 14 9C AD 77 7C 63
15:12:35.047 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L662, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37666], CON-POST   MID=37666, 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
15:12:35.047 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L662, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-209594F475C6D136], CON-POST   MID=37666, Token=209594F475C6D136, 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
15:12:35.047 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37666], KeyToken[127.0.0.1:8204-209594F475C6D136]]
15:12:35.047 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204
15:12:35.048 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E677,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37666, Token=209594F475C6D136, 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]
15:12:35.048 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201
15:12:35.048 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37666]
15:12:35.048 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.048 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R663, 127.0.0.1:8201] replace CON-POST   MID=37666, Token=209594F475C6D136, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37666, Token=209594F475C6D136, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.048 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R663, 127.0.0.1:8201] send response NON-2.05   MID=37666, Token=null, OptionSet={}, "server responds hi"
15:12:35.048 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R663, 127.0.0.1:8201, complete]!
15:12:35.048 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R663, 127.0.0.1:8201, complete] completed NON-2.04   MID=37666, Token=209594F475C6D136, 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!
15:12:35.048 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:35.049 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E678,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37666, Token=209594F475C6D136, 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]
15:12:35.049 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:35.049 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37666]
15:12:35.049 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.049 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.049 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L662, 127.0.0.1:8204, complete]!
15:12:35.049 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L662, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-209594F475C6D136]
15:12:35.049 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L662, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37666]
15:12:35.049 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L662, 127.0.0.1:8204, complete] completed CON-POST   MID=37666, Token=209594F475C6D136, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37666, Token=209594F475C6D136, 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!
15:12:35.049 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L664, 127.0.0.1:8204] send request
15:12:35.049 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L664, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.050 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L664, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A011E}, F0 41 3D B3 64 C4 43 0A 65 19 76 AB 55 2E 75 48 FB D4 8A EA AB 4C 3E 4E
15:12:35.050 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L664, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37667], CON-POST   MID=37667, 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
15:12:35.050 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L664, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-8CDCAB32662EE4D4], CON-POST   MID=37667, Token=8CDCAB32662EE4D4, 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
15:12:35.050 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37667], KeyToken[127.0.0.1:8204-8CDCAB32662EE4D4]]
15:12:35.050 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204
15:12:35.050 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E679,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37667, Token=8CDCAB32662EE4D4, 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]
15:12:35.050 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201
15:12:35.050 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37667]
15:12:35.050 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.050 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R665, 127.0.0.1:8201] replace CON-POST   MID=37667, Token=8CDCAB32662EE4D4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37667, Token=8CDCAB32662EE4D4, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.051 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R665, 127.0.0.1:8201] send response NON-2.05   MID=37667, Token=null, OptionSet={}, "server responds hi"
15:12:35.051 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R665, 127.0.0.1:8201, complete]!
15:12:35.051 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R665, 127.0.0.1:8201, complete] completed NON-2.04   MID=37667, Token=8CDCAB32662EE4D4, 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!
15:12:35.051 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:35.051 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E680,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37667, Token=8CDCAB32662EE4D4, 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]
15:12:35.051 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:35.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37667]
15:12:35.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L664, 127.0.0.1:8204, complete]!
15:12:35.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L664, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-8CDCAB32662EE4D4]
15:12:35.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L664, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37667]
15:12:35.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L664, 127.0.0.1:8204, complete] completed CON-POST   MID=37667, Token=8CDCAB32662EE4D4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37667, Token=8CDCAB32662EE4D4, 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!
15:12:35.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L666, 127.0.0.1:8204] send request
15:12:35.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L666, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L666, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A011F}, CC F3 95 05 C9 52 CC 9B 3F D1 45 84 19 EC B0 0A 92 2D 30 C2 92 2B 32 AA
15:12:35.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L666, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37668], CON-POST   MID=37668, 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
15:12:35.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L666, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-00ACDB412D6411F2], CON-POST   MID=37668, Token=00ACDB412D6411F2, 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
15:12:35.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37668], KeyToken[127.0.0.1:8204-00ACDB412D6411F2]]
15:12:35.052 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204
15:12:35.052 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E681,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37668, Token=00ACDB412D6411F2, 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]
15:12:35.052 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201
15:12:35.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37668]
15:12:35.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R667, 127.0.0.1:8201] replace CON-POST   MID=37668, Token=00ACDB412D6411F2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37668, Token=00ACDB412D6411F2, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R667, 127.0.0.1:8201] send response NON-2.05   MID=37668, Token=null, OptionSet={}, "server responds hi"
15:12:35.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R667, 127.0.0.1:8201, complete]!
15:12:35.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R667, 127.0.0.1:8201, complete] completed NON-2.04   MID=37668, Token=00ACDB412D6411F2, 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!
15:12:35.053 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:35.053 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E682,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37668, Token=00ACDB412D6411F2, 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]
15:12:35.053 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:35.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37668]
15:12:35.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L666, 127.0.0.1:8204, complete]!
15:12:35.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L666, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-00ACDB412D6411F2]
15:12:35.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L666, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37668]
15:12:35.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L666, 127.0.0.1:8204, complete] completed CON-POST   MID=37668, Token=00ACDB412D6411F2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37668, Token=00ACDB412D6411F2, 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!
15:12:35.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L668, 127.0.0.1:8204] send request
15:12:35.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L668, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L668, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0120}, 4B DC 4B B5 49 A2 EA 2E CD AD CD 4B 3D 09 34 3B 96 DB F5 AE 0C F2 F6 F1
15:12:35.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L668, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37669], CON-POST   MID=37669, 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
15:12:35.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L668, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-445836DC9B9CC470], CON-POST   MID=37669, Token=445836DC9B9CC470, 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
15:12:35.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37669], KeyToken[127.0.0.1:8204-445836DC9B9CC470]]
15:12:35.054 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204
15:12:35.055 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E683,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37669, Token=445836DC9B9CC470, 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]
15:12:35.055 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201
15:12:35.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37669]
15:12:35.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R669, 127.0.0.1:8201] replace CON-POST   MID=37669, Token=445836DC9B9CC470, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37669, Token=445836DC9B9CC470, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R669, 127.0.0.1:8201] send response NON-2.05   MID=37669, Token=null, OptionSet={}, "server responds hi"
15:12:35.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R669, 127.0.0.1:8201, complete]!
15:12:35.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R669, 127.0.0.1:8201, complete] completed NON-2.04   MID=37669, Token=445836DC9B9CC470, 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!
15:12:35.055 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:35.056 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E684,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37669, Token=445836DC9B9CC470, 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]
15:12:35.056 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:35.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:8204-37669]
15:12:35.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.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
15:12:35.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L668, 127.0.0.1:8204, complete]!
15:12:35.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L668, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-445836DC9B9CC470]
15:12:35.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L668, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37669]
15:12:35.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L668, 127.0.0.1:8204, complete] completed CON-POST   MID=37669, Token=445836DC9B9CC470, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37669, Token=445836DC9B9CC470, 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!
15:12:35.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L670, 127.0.0.1:8204] send request
15:12:35.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L670, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L670, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0121}, BE 02 32 46 93 0F 28 18 C2 E5 37 8A 03 04 BD 3E 34 41 F7 4A 53 42 CE 42
15:12:35.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L670, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37670], CON-POST   MID=37670, 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
15:12:35.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L670, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-64A23524FBDC0B16], CON-POST   MID=37670, Token=64A23524FBDC0B16, 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
15:12:35.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37670], KeyToken[127.0.0.1:8204-64A23524FBDC0B16]]
15:12:35.057 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204
15:12:35.057 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E685,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37670, Token=64A23524FBDC0B16, 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]
15:12:35.057 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201
15:12:35.057 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37670]
15:12:35.057 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.057 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R671, 127.0.0.1:8201] replace CON-POST   MID=37670, Token=64A23524FBDC0B16, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37670, Token=64A23524FBDC0B16, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.057 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R671, 127.0.0.1:8201] send response NON-2.05   MID=37670, Token=null, OptionSet={}, "server responds hi"
15:12:35.057 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R671, 127.0.0.1:8201, complete]!
15:12:35.057 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R671, 127.0.0.1:8201, complete] completed NON-2.04   MID=37670, Token=64A23524FBDC0B16, 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!
15:12:35.057 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:35.058 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E686,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37670, Token=64A23524FBDC0B16, 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]
15:12:35.058 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:35.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:8204-37670]
15:12:35.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.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
15:12:35.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L670, 127.0.0.1:8204, complete]!
15:12:35.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L670, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-64A23524FBDC0B16]
15:12:35.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L670, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37670]
15:12:35.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L670, 127.0.0.1:8204, complete] completed CON-POST   MID=37670, Token=64A23524FBDC0B16, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37670, Token=64A23524FBDC0B16, 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!
15:12:35.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L672, 127.0.0.1:8204] send request
15:12:35.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L672, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L672, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0122}, A8 59 F6 06 D1 B5 C8 C8 62 82 97 74 E6 5A F8 83 5B F0 F4 90 D6 BB 06 17
15:12:35.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L672, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37671], CON-POST   MID=37671, 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
15:12:35.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L672, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-E07ED83BDF169504], CON-POST   MID=37671, Token=E07ED83BDF169504, 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
15:12:35.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37671], KeyToken[127.0.0.1:8204-E07ED83BDF169504]]
15:12:35.059 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204
15:12:35.059 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E687,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37671, Token=E07ED83BDF169504, 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]
15:12:35.059 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201
15:12:35.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37671]
15:12:35.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R673, 127.0.0.1:8201] replace CON-POST   MID=37671, Token=E07ED83BDF169504, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37671, Token=E07ED83BDF169504, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R673, 127.0.0.1:8201] send response NON-2.05   MID=37671, Token=null, OptionSet={}, "server responds hi"
15:12:35.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R673, 127.0.0.1:8201, complete]!
15:12:35.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R673, 127.0.0.1:8201, complete] completed NON-2.04   MID=37671, Token=E07ED83BDF169504, 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!
15:12:35.059 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:35.060 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E688,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37671, Token=E07ED83BDF169504, 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]
15:12:35.060 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:35.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37671]
15:12:35.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L672, 127.0.0.1:8204, complete]!
15:12:35.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L672, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-E07ED83BDF169504]
15:12:35.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L672, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37671]
15:12:35.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L672, 127.0.0.1:8204, complete] completed CON-POST   MID=37671, Token=E07ED83BDF169504, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37671, Token=E07ED83BDF169504, 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!
15:12:35.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L674, 127.0.0.1:8204] send request
15:12:35.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L674, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L674, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0123}, 6B C2 1C CE 1E DD 60 61 5A 88 40 C3 F4 68 E5 0D EB BD 9A 18 F4 FC 28 5D
15:12:35.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L674, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37672], CON-POST   MID=37672, 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
15:12:35.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L674, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-9CB40F9321CCD77D], CON-POST   MID=37672, Token=9CB40F9321CCD77D, 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
15:12:35.060 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37672], KeyToken[127.0.0.1:8204-9CB40F9321CCD77D]]
15:12:35.061 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204
15:12:35.061 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E689,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37672, Token=9CB40F9321CCD77D, 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]
15:12:35.061 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201
15:12:35.061 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37672]
15:12:35.061 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.061 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R675, 127.0.0.1:8201] replace CON-POST   MID=37672, Token=9CB40F9321CCD77D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37672, Token=9CB40F9321CCD77D, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.061 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R675, 127.0.0.1:8201] send response NON-2.05   MID=37672, Token=null, OptionSet={}, "server responds hi"
15:12:35.061 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R675, 127.0.0.1:8201, complete]!
15:12:35.061 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R675, 127.0.0.1:8201, complete] completed NON-2.04   MID=37672, Token=9CB40F9321CCD77D, 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!
15:12:35.061 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:35.061 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E690,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37672, Token=9CB40F9321CCD77D, 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]
15:12:35.061 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:35.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37672]
15:12:35.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.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
15:12:35.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L674, 127.0.0.1:8204, complete]!
15:12:35.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L674, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-9CB40F9321CCD77D]
15:12:35.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L674, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37672]
15:12:35.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L674, 127.0.0.1:8204, complete] completed CON-POST   MID=37672, Token=9CB40F9321CCD77D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37672, Token=9CB40F9321CCD77D, 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!
15:12:35.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L676, 127.0.0.1:8204] send request
15:12:35.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L676, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L676, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0124}, 03 32 C3 68 49 D5 C1 A9 66 3A 4E 69 A2 25 48 7E E7 2A EE 4D 5F 6A 78 00
15:12:35.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L676, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37673], CON-POST   MID=37673, 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
15:12:35.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L676, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-20A3D9B63AE217D4], CON-POST   MID=37673, Token=20A3D9B63AE217D4, 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
15:12:35.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37673], KeyToken[127.0.0.1:8204-20A3D9B63AE217D4]]
15:12:35.062 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204
15:12:35.063 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E691,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37673, Token=20A3D9B63AE217D4, 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]
15:12:35.063 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201
15:12:35.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37673]
15:12:35.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R677, 127.0.0.1:8201] replace CON-POST   MID=37673, Token=20A3D9B63AE217D4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37673, Token=20A3D9B63AE217D4, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R677, 127.0.0.1:8201] send response NON-2.05   MID=37673, Token=null, OptionSet={}, "server responds hi"
15:12:35.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R677, 127.0.0.1:8201, complete]!
15:12:35.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R677, 127.0.0.1:8201, complete] completed NON-2.04   MID=37673, Token=20A3D9B63AE217D4, 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!
15:12:35.063 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:35.063 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E692,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37673, Token=20A3D9B63AE217D4, 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]
15:12:35.063 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:35.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37673]
15:12:35.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.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
15:12:35.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L676, 127.0.0.1:8204, complete]!
15:12:35.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L676, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-20A3D9B63AE217D4]
15:12:35.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L676, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37673]
15:12:35.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L676, 127.0.0.1:8204, complete] completed CON-POST   MID=37673, Token=20A3D9B63AE217D4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37673, Token=20A3D9B63AE217D4, 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!
15:12:35.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L678, 127.0.0.1:8204] send request
15:12:35.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L678, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L678, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0125}, 0F C8 D9 4E F4 C2 70 CD 97 19 00 E9 80 E2 8E CA DF DC 4E F3 1F 7E 7E 53
15:12:35.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L678, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37674], CON-POST   MID=37674, 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
15:12:35.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L678, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-804DDBA8A757900C], CON-POST   MID=37674, Token=804DDBA8A757900C, 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
15:12:35.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37674], KeyToken[127.0.0.1:8204-804DDBA8A757900C]]
15:12:35.064 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204
15:12:35.065 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E693,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37674, Token=804DDBA8A757900C, 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]
15:12:35.065 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201
15:12:35.065 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37674]
15:12:35.065 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.065 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R679, 127.0.0.1:8201] replace CON-POST   MID=37674, Token=804DDBA8A757900C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37674, Token=804DDBA8A757900C, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.065 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R679, 127.0.0.1:8201] send response NON-2.05   MID=37674, Token=null, OptionSet={}, "server responds hi"
15:12:35.065 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R679, 127.0.0.1:8201, complete]!
15:12:35.065 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R679, 127.0.0.1:8201, complete] completed NON-2.04   MID=37674, Token=804DDBA8A757900C, 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!
15:12:35.065 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:35.065 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E694,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37674, Token=804DDBA8A757900C, 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]
15:12:35.065 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:35.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37674]
15:12:35.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.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
15:12:35.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L678, 127.0.0.1:8204, complete]!
15:12:35.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L678, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-804DDBA8A757900C]
15:12:35.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L678, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37674]
15:12:35.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L678, 127.0.0.1:8204, complete] completed CON-POST   MID=37674, Token=804DDBA8A757900C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37674, Token=804DDBA8A757900C, 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!
15:12:35.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L680, 127.0.0.1:8204] send request
15:12:35.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L680, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L680, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0126}, 83 D4 3D 9F 6E B2 B8 69 3E 82 D2 09 98 46 D3 4C A8 6C 44 B6 2D 90 9E 2C
15:12:35.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L680, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37675], CON-POST   MID=37675, 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
15:12:35.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L680, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-A05FCF6352B5C137], CON-POST   MID=37675, Token=A05FCF6352B5C137, 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
15:12:35.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37675], KeyToken[127.0.0.1:8204-A05FCF6352B5C137]]
15:12:35.066 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204
15:12:35.066 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E695,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37675, Token=A05FCF6352B5C137, 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]
15:12:35.066 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201
15:12:35.067 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37675]
15:12:35.067 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.067 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R681, 127.0.0.1:8201] replace CON-POST   MID=37675, Token=A05FCF6352B5C137, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37675, Token=A05FCF6352B5C137, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.067 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R681, 127.0.0.1:8201] send response NON-2.05   MID=37675, Token=null, OptionSet={}, "server responds hi"
15:12:35.067 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R681, 127.0.0.1:8201, complete]!
15:12:35.067 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R681, 127.0.0.1:8201, complete] completed NON-2.04   MID=37675, Token=A05FCF6352B5C137, 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!
15:12:35.067 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:35.067 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E696,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37675, Token=A05FCF6352B5C137, 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]
15:12:35.067 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:35.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37675]
15:12:35.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.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
15:12:35.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L680, 127.0.0.1:8204, complete]!
15:12:35.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L680, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-A05FCF6352B5C137]
15:12:35.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L680, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37675]
15:12:35.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L680, 127.0.0.1:8204, complete] completed CON-POST   MID=37675, Token=A05FCF6352B5C137, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37675, Token=A05FCF6352B5C137, 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!
15:12:35.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L682, 127.0.0.1:8204] send request
15:12:35.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L682, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L682, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0127}, 60 8C FA BE BF A3 E8 3E 35 8F 75 B9 D1 FE 80 6C 9E 8D E1 12 F4 03 6F FF
15:12:35.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L682, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37676], CON-POST   MID=37676, 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
15:12:35.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L682, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-48C2ED6B0DB530A3], CON-POST   MID=37676, Token=48C2ED6B0DB530A3, 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
15:12:35.068 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37676], KeyToken[127.0.0.1:8204-48C2ED6B0DB530A3]]
15:12:35.068 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204
15:12:35.068 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E697,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37676, Token=48C2ED6B0DB530A3, 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]
15:12:35.068 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201
15:12:35.068 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37676]
15:12:35.069 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.069 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R683, 127.0.0.1:8201] replace CON-POST   MID=37676, Token=48C2ED6B0DB530A3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37676, Token=48C2ED6B0DB530A3, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.069 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R683, 127.0.0.1:8201] send response NON-2.05   MID=37676, Token=null, OptionSet={}, "server responds hi"
15:12:35.069 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R683, 127.0.0.1:8201, complete]!
15:12:35.069 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R683, 127.0.0.1:8201, complete] completed NON-2.04   MID=37676, Token=48C2ED6B0DB530A3, 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!
15:12:35.069 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:35.069 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E698,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37676, Token=48C2ED6B0DB530A3, 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]
15:12:35.069 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:35.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37676]
15:12:35.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L682, 127.0.0.1:8204, complete]!
15:12:35.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L682, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-48C2ED6B0DB530A3]
15:12:35.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L682, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37676]
15:12:35.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L682, 127.0.0.1:8204, complete] completed CON-POST   MID=37676, Token=48C2ED6B0DB530A3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37676, Token=48C2ED6B0DB530A3, 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!
15:12:35.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L684, 127.0.0.1:8204] send request
15:12:35.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L684, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L684, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0128}, 41 48 B2 26 32 B2 B0 0C 4D 24 19 05 ED 32 E3 BE 9E 2E CF 78 38 0C 82 ED
15:12:35.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L684, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37677], CON-POST   MID=37677, 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
15:12:35.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L684, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-44EF1A64BC6513F0], CON-POST   MID=37677, Token=44EF1A64BC6513F0, 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
15:12:35.070 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37677], KeyToken[127.0.0.1:8204-44EF1A64BC6513F0]]
15:12:35.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 41 bytes to 127.0.0.1:8204
15:12:35.070 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E699,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37677, Token=44EF1A64BC6513F0, 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]
15:12:35.070 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201
15:12:35.070 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37677]
15:12:35.070 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R685, 127.0.0.1:8201] replace CON-POST   MID=37677, Token=44EF1A64BC6513F0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37677, Token=44EF1A64BC6513F0, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R685, 127.0.0.1:8201] send response NON-2.05   MID=37677, Token=null, OptionSet={}, "server responds hi"
15:12:35.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R685, 127.0.0.1:8201, complete]!
15:12:35.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R685, 127.0.0.1:8201, complete] completed NON-2.04   MID=37677, Token=44EF1A64BC6513F0, 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!
15:12:35.071 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:35.071 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E700,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37677, Token=44EF1A64BC6513F0, 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]
15:12:35.071 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:35.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37677]
15:12:35.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.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
15:12:35.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L684, 127.0.0.1:8204, complete]!
15:12:35.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L684, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-44EF1A64BC6513F0]
15:12:35.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L684, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37677]
15:12:35.071 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L684, 127.0.0.1:8204, complete] completed CON-POST   MID=37677, Token=44EF1A64BC6513F0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37677, Token=44EF1A64BC6513F0, 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!
15:12:35.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L686, 127.0.0.1:8204] send request
15:12:35.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L686, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L686, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0129}, 75 C7 39 19 E3 CD EC AB 64 23 9E 79 44 A1 76 5C 25 B3 84 43 A9 75 30 5D
15:12:35.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L686, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37678], CON-POST   MID=37678, 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
15:12:35.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L686, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-9808E0D067AB94CB], CON-POST   MID=37678, Token=9808E0D067AB94CB, 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
15:12:35.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37678], KeyToken[127.0.0.1:8204-9808E0D067AB94CB]]
15:12:35.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:8204
15:12:35.072 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E701,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37678, Token=9808E0D067AB94CB, 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]
15:12:35.072 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201
15:12:35.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37678]
15:12:35.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.072 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R687, 127.0.0.1:8201] replace CON-POST   MID=37678, Token=9808E0D067AB94CB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37678, Token=9808E0D067AB94CB, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.073 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R687, 127.0.0.1:8201] send response NON-2.05   MID=37678, Token=null, OptionSet={}, "server responds hi"
15:12:35.073 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R687, 127.0.0.1:8201, complete]!
15:12:35.073 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R687, 127.0.0.1:8201, complete] completed NON-2.04   MID=37678, Token=9808E0D067AB94CB, 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!
15:12:35.073 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:35.073 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E702,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37678, Token=9808E0D067AB94CB, 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]
15:12:35.073 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:35.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37678]
15:12:35.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.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
15:12:35.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L686, 127.0.0.1:8204, complete]!
15:12:35.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L686, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-9808E0D067AB94CB]
15:12:35.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L686, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37678]
15:12:35.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L686, 127.0.0.1:8204, complete] completed CON-POST   MID=37678, Token=9808E0D067AB94CB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37678, Token=9808E0D067AB94CB, 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!
15:12:35.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L688, 127.0.0.1:8204] send request
15:12:35.073 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L688, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L688, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A012A}, AF 34 D5 86 D8 00 96 DB 3F F0 E7 E7 92 9F 94 5A 2E 8A 28 D0 7F B2 DA E6
15:12:35.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L688, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37679], CON-POST   MID=37679, 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
15:12:35.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L688, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-5CADB341DC4F6CE8], CON-POST   MID=37679, Token=5CADB341DC4F6CE8, 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
15:12:35.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37679], KeyToken[127.0.0.1:8204-5CADB341DC4F6CE8]]
15:12:35.074 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204
15:12:35.074 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E703,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37679, Token=5CADB341DC4F6CE8, 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]
15:12:35.074 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201
15:12:35.074 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37679]
15:12:35.074 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.074 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R689, 127.0.0.1:8201] replace CON-POST   MID=37679, Token=5CADB341DC4F6CE8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37679, Token=5CADB341DC4F6CE8, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.074 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R689, 127.0.0.1:8201] send response NON-2.05   MID=37679, Token=null, OptionSet={}, "server responds hi"
15:12:35.075 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R689, 127.0.0.1:8201, complete]!
15:12:35.075 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R689, 127.0.0.1:8201, complete] completed NON-2.04   MID=37679, Token=5CADB341DC4F6CE8, 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!
15:12:35.075 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:35.075 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E704,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37679, Token=5CADB341DC4F6CE8, 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]
15:12:35.075 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:35.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37679]
15:12:35.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L688, 127.0.0.1:8204, complete]!
15:12:35.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L688, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-5CADB341DC4F6CE8]
15:12:35.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L688, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37679]
15:12:35.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L688, 127.0.0.1:8204, complete] completed CON-POST   MID=37679, Token=5CADB341DC4F6CE8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37679, Token=5CADB341DC4F6CE8, 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!
15:12:35.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L690, 127.0.0.1:8204] send request
15:12:35.075 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L690, 127.0.0.1:8204] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L690, 127.0.0.1:8204] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A012B}, 94 F7 6D B4 0F 42 91 1F 96 70 95 F1 F5 4C 6B A6 42 42 C6 6F 6F 20 6B 46
15:12:35.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L690, 127.0.0.1:8204] added with generated mid KeyMID[127.0.0.1:8204-37680], CON-POST   MID=37680, 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
15:12:35.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L690, 127.0.0.1:8204] added with generated token KeyToken[127.0.0.1:8204-203D57C162FDF4F6], CON-POST   MID=37680, Token=203D57C162FDF4F6, 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
15:12:35.076 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-37680], KeyToken[127.0.0.1:8204-203D57C162FDF4F6]]
15:12:35.076 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8204
15:12:35.076 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E705,T67) 127.0.0.1:8,201 ==> :8,204 [CON-POST   MID=37680, Token=203D57C162FDF4F6, 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]
15:12:35.076 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8204) received 41 bytes from 127.0.0.1:8201
15:12:35.125 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-37680]
15:12:35.125 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.125 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R691, 127.0.0.1:8201] replace CON-POST   MID=37680, Token=203D57C162FDF4F6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=37680, Token=203D57C162FDF4F6, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.125 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R691, 127.0.0.1:8201] send response NON-2.05   MID=37680, Token=null, OptionSet={}, "server responds hi"
15:12:35.125 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R691, 127.0.0.1:8201, complete]!
15:12:35.125 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R691, 127.0.0.1:8201, complete] completed NON-2.04   MID=37680, Token=203D57C162FDF4F6, 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!
15:12:35.126 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:35.126 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E706,T52) 127.0.0.1:8,204 ==> :8,201 [NON-2.04   MID=37680, Token=203D57C162FDF4F6, 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]
15:12:35.126 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8204
15:12:35.126 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-37680]
15:12:35.126 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.126 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.126 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L690, 127.0.0.1:8204, complete]!
15:12:35.126 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L690, 127.0.0.1:8204, complete] for token KeyToken[127.0.0.1:8204-203D57C162FDF4F6]
15:12:35.126 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L690, 127.0.0.1:8204, complete] for MID KeyMID[127.0.0.1:8204-37680]
15:12:35.126 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L690, 127.0.0.1:8204, complete] completed CON-POST   MID=37680, Token=203D57C162FDF4F6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=37680, Token=203D57C162FDF4F6, 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!
15:12:35.126 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
15:12:35.127 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8204
15:12:35.127 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8204
15:12:35.127 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8204] stopping ...
15:12:35.127 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8204, address /127.0.0.1
15:12:35.127 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8204] has stopped.
15:12:35.127 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8204
15:12:35.127 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End OSCoreServerClientTest

Start OSCoreServerClientTest
15:12:35.129 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:35.129 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:35.129 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:35.130 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
15:12:35.130 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
15:12:35.131 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
15:12:35.131 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:35.131 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:35.131 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
15:12:35.131 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8205
15:12:35.131 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:35.131 [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
15:12:35.131 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
15:12:35.131 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8205
15:12:35.132 [UDP-Sender-localhost/127.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
15:12:35.132 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L692, 127.0.0.1:8205] send request
15:12:35.132 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L692, 127.0.0.1:8205] prepare retransmission for CON-POST   MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.133 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L692, 127.0.0.1:8205] replace CON-POST   MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=10000, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85
15:12:35.133 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L692, 127.0.0.1:8205] added with KeyMID[127.0.0.1:8205-10000], CON-POST   MID=10000, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85
15:12:35.133 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L692, 127.0.0.1:8205] added with generated token KeyToken[127.0.0.1:8205-8C24B84EEB3487E5], CON-POST   MID=10000, Token=8C24B84EEB3487E5, 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
15:12:35.133 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-10000], KeyToken[127.0.0.1:8205-8C24B84EEB3487E5]]
15:12:35.133 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
15:12:35.133 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E707,T72) 127.0.0.1:8,201 ==> :8,205 [CON-POST   MID=10000, Token=8C24B84EEB3487E5, 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]
15:12:35.133 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8201
15:12:35.133 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-10000]
15:12:35.134 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.134 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R693, 127.0.0.1:8201] replace CON-POST   MID=10000, Token=8C24B84EEB3487E5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=10000, Token=8C24B84EEB3487E5, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.134 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R693, 127.0.0.1:8201] send response NON-2.05   MID=10000, Token=null, OptionSet={}, "server responds hi"
15:12:35.134 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R693, 127.0.0.1:8201, complete]!
15:12:35.134 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R693, 127.0.0.1:8201, complete] completed NON-2.04   MID=10000, Token=8C24B84EEB3487E5, 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!
15:12:35.134 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:35.135 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E708,T52) 127.0.0.1:8,205 ==> :8,201 [NON-2.04   MID=10000, Token=8C24B84EEB3487E5, 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]
15:12:35.135 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8205
15:12:35.135 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-10000]
15:12:35.135 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.135 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.135 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L692, 127.0.0.1:8205, complete]!
15:12:35.135 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L692, 127.0.0.1:8205, complete] for token KeyToken[127.0.0.1:8205-8C24B84EEB3487E5]
15:12:35.135 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L692, 127.0.0.1:8205, complete] for MID KeyMID[127.0.0.1:8205-10000]
15:12:35.135 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L692, 127.0.0.1:8205, complete] completed CON-POST   MID=10000, Token=8C24B84EEB3487E5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=10000, Token=8C24B84EEB3487E5, 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
15:12:35.135 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
15:12:35.136 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8205
15:12:35.136 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8205
15:12:35.136 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8205] stopping ...
15:12:35.136 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8205, address /127.0.0.1
15:12:35.136 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8205] has stopped.
15:12:35.136 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8205
15:12:35.136 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End OSCoreServerClientTest

Start OSCoreServerClientTest
15:12:35.137 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:35.137 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:35.137 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:35.137 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
15:12:35.137 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
15:12:35.138 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
15:12:35.138 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:35.138 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:35.138 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
15:12:35.138 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8206
15:12:35.138 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:35.138 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
15:12:35.138 [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
15:12:35.139 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8206
15:12:35.139 [UDP-Sender-localhost/127.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
15:12:35.139 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L694, 127.0.0.1:8206] send request
15:12:35.139 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L694, 127.0.0.1:8206] prepare retransmission for CON-POST   MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.140 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L694, 127.0.0.1:8206] replace CON-POST   MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=10000, Token=null, OptionSet={"Object-Security":0x090077}, 5E 5D B6 CF 0C B0 66 2F 4A 67 7B DC AE 8B F0 FB E0 E5 F9 4B 44 13 C8 41
15:12:35.140 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L694, 127.0.0.1:8206] added with KeyMID[127.0.0.1:8206-10000], CON-POST   MID=10000, Token=null, OptionSet={"Object-Security":0x090077}, 5E 5D B6 CF 0C B0 66 2F 4A 67 7B DC AE 8B F0 FB E0 E5 F9 4B 44 13 C8 41
15:12:35.140 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L694, 127.0.0.1:8206] added with generated token KeyToken[127.0.0.1:8206-48860CE61E853C54], CON-POST   MID=10000, Token=48860CE61E853C54, 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
15:12:35.140 [: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-48860CE61E853C54]]
15:12:35.140 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8206
15:12:35.140 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E709,T77) 127.0.0.1:8,201 ==> :8,206 [CON-POST   MID=10000, Token=48860CE61E853C54, 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]
15:12:35.140 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8206) received 41 bytes from 127.0.0.1:8201
15:12:35.140 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-10000]
15:12:35.140 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.RequestDecryptor - Security context not found
15:12:35.140 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.ObjectSecurityLayer - Error while receiving OSCore request: Security context not found
15:12:35.140 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R695, 127.0.0.1:8201, complete]!
15:12:35.140 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R695, 127.0.0.1:8201, complete] completed ACK-4.01   MID=10000, Token=48860CE61E853C54, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found"!
15:12:35.141 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8201
15:12:35.141 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E710,T52) 127.0.0.1:8,206 ==> :8,201 [ACK-4.01   MID=10000, Token=48860CE61E853C54, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found"]
15:12:35.141 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 41 bytes from 127.0.0.1:8206
15:12:35.141 [: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!
15:12:35.141 [: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=48860CE61E853C54, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found":
15:12:35.141 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L694, 127.0.0.1:8206, complete]!
15:12:35.141 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L694, 127.0.0.1:8206, complete] for token KeyToken[127.0.0.1:8206-48860CE61E853C54]
15:12:35.141 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L694, 127.0.0.1:8206, complete] for MID KeyMID[127.0.0.1:8206-10000]
15:12:35.141 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L694, 127.0.0.1:8206, complete] completed CON-POST   MID=10000, Token=48860CE61E853C54, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=10000, Token=48860CE61E853C54, 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
15:12:35.141 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
15:12:35.142 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8206
15:12:35.142 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8206
15:12:35.142 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8206] stopping ...
15:12:35.142 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8206, address /127.0.0.1
15:12:35.142 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8206] has stopped.
15:12:35.142 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8206
15:12:35.142 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End OSCoreServerClientTest

Start OSCoreServerClientTest
15:12:35.143 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:35.143 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:35.143 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:35.143 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
15:12:35.144 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
15:12:35.144 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
15:12:35.144 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:35.144 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:35.144 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
15:12:35.144 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8207
15:12:35.144 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:35.145 [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
15:12:35.145 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8207
15:12:35.145 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
15:12:35.145 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
15:12:35.145 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L696, 127.0.0.1:8207] send request
15:12:35.145 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L696, 127.0.0.1:8207] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.146 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L696, 127.0.0.1:8207] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85
15:12:35.146 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L696, 127.0.0.1:8207] added with generated mid KeyMID[127.0.0.1:8207-31567], CON-POST   MID=31567, 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
15:12:35.146 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L696, 127.0.0.1:8207] added with generated token KeyToken[127.0.0.1:8207-403A6CD62121C51A], CON-POST   MID=31567, Token=403A6CD62121C51A, 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
15:12:35.146 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8207-31567], KeyToken[127.0.0.1:8207-403A6CD62121C51A]]
15:12:35.146 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8207
15:12:35.146 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E711,T82) 127.0.0.1:8,201 ==> :8,207 [CON-POST   MID=31567, Token=403A6CD62121C51A, 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]
15:12:35.146 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8207) received 40 bytes from 127.0.0.1:8201
15:12:35.146 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-31567]
15:12:35.147 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.147 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R697, 127.0.0.1:8201] replace CON-POST   MID=31567, Token=403A6CD62121C51A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=31567, Token=403A6CD62121C51A, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.147 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R697, 127.0.0.1:8201] send response NON-2.05   MID=31567, Token=null, OptionSet={}, "server responds hi"
15:12:35.147 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R697, 127.0.0.1:8201, complete]!
15:12:35.147 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R697, 127.0.0.1:8201, complete] completed NON-2.04   MID=31567, Token=403A6CD62121C51A, 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!
15:12:35.147 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:35.147 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E712,T52) 127.0.0.1:8,207 ==> :8,201 [NON-2.04   MID=31567, Token=403A6CD62121C51A, 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]
15:12:35.147 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8207
15:12:35.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8207-31567]
15:12:35.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L696, 127.0.0.1:8207, complete]!
15:12:35.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L696, 127.0.0.1:8207, complete] for token KeyToken[127.0.0.1:8207-403A6CD62121C51A]
15:12:35.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L696, 127.0.0.1:8207, complete] for MID KeyMID[127.0.0.1:8207-31567]
15:12:35.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L696, 127.0.0.1:8207, complete] completed CON-POST   MID=31567, Token=403A6CD62121C51A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=31567, Token=403A6CD62121C51A, 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!
15:12:35.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L698, 127.0.0.1:8207] send request
15:12:35.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L698, 127.0.0.1:8207] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L698, 127.0.0.1:8207] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A
15:12:35.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L698, 127.0.0.1:8207] added with generated mid KeyMID[127.0.0.1:8207-31568], CON-POST   MID=31568, 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
15:12:35.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L698, 127.0.0.1:8207] added with generated token KeyToken[127.0.0.1:8207-CC0142354CC01446], CON-POST   MID=31568, Token=CC0142354CC01446, 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
15:12:35.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8207-31568], KeyToken[127.0.0.1:8207-CC0142354CC01446]]
15:12:35.148 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8207
15:12:35.149 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E713,T82) 127.0.0.1:8,201 ==> :8,207 [CON-POST   MID=31568, Token=CC0142354CC01446, 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]
15:12:35.149 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8207) received 40 bytes from 127.0.0.1:8201
15:12:35.149 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-31568]
15:12:35.149 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.149 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R699, 127.0.0.1:8201] replace CON-POST   MID=31568, Token=CC0142354CC01446, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=31568, Token=CC0142354CC01446, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.149 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R699, 127.0.0.1:8201] send response NON-2.05   MID=31568, Token=null, OptionSet={}, "server responds hi"
15:12:35.149 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R699, 127.0.0.1:8201, complete]!
15:12:35.149 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R699, 127.0.0.1:8201, complete] completed NON-2.04   MID=31568, Token=CC0142354CC01446, 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!
15:12:35.149 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:35.150 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E714,T52) 127.0.0.1:8,207 ==> :8,201 [NON-2.04   MID=31568, Token=CC0142354CC01446, 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]
15:12:35.150 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8207
15:12:35.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8207-31568]
15:12:35.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L698, 127.0.0.1:8207, complete]!
15:12:35.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L698, 127.0.0.1:8207, complete] for token KeyToken[127.0.0.1:8207-CC0142354CC01446]
15:12:35.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L698, 127.0.0.1:8207, complete] for MID KeyMID[127.0.0.1:8207-31568]
15:12:35.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L698, 127.0.0.1:8207, complete] completed CON-POST   MID=31568, Token=CC0142354CC01446, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=31568, Token=CC0142354CC01446, 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!
15:12:35.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L700, 127.0.0.1:8207] send request
15:12:35.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L700, 127.0.0.1:8207] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L700, 127.0.0.1:8207] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85
15:12:35.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L700, 127.0.0.1:8207] added with generated mid KeyMID[127.0.0.1:8207-31569], CON-POST   MID=31569, 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
15:12:35.151 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L700, 127.0.0.1:8207] added with generated token KeyToken[127.0.0.1:8207-9C01AA297614B117], CON-POST   MID=31569, Token=9C01AA297614B117, 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
15:12:35.151 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8207-31569], KeyToken[127.0.0.1:8207-9C01AA297614B117]]
15:12:35.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:8207
15:12:35.151 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E715,T82) 127.0.0.1:8,201 ==> :8,207 [CON-POST   MID=31569, Token=9C01AA297614B117, 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]
15:12:35.151 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8207) received 40 bytes from 127.0.0.1:8201
15:12:35.151 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-31569]
15:12:35.151 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.151 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.OSCoreCtx - Replayed message detected
15:12:35.151 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.RequestDecryptor - Replay detected
15:12:35.151 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.ObjectSecurityLayer - Error while receiving OSCore request: Replay detected
15:12:35.151 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R701, 127.0.0.1:8201, complete]!
15:12:35.151 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R701, 127.0.0.1:8201, complete] completed ACK-4.01   MID=31569, Token=9C01AA297614B117, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected"!
15:12:35.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 30 bytes to 127.0.0.1:8201
15:12:35.152 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E716,T52) 127.0.0.1:8,207 ==> :8,201 [ACK-4.01   MID=31569, Token=9C01AA297614B117, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected"]
15:12:35.152 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 30 bytes from 127.0.0.1:8207
15:12:35.152 [: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!
15:12:35.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap  received error ACK-4.01   MID=31569, Token=9C01AA297614B117, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected":
15:12:35.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L700, 127.0.0.1:8207, complete]!
15:12:35.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L700, 127.0.0.1:8207, complete] for token KeyToken[127.0.0.1:8207-9C01AA297614B117]
15:12:35.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L700, 127.0.0.1:8207, complete] for MID KeyMID[127.0.0.1:8207-31569]
15:12:35.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L700, 127.0.0.1:8207, complete] completed CON-POST   MID=31569, Token=9C01AA297614B117, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=31569, Token=9C01AA297614B117, 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!
15:12:35.152 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
15:12:35.152 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8207
15:12:35.152 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8207
15:12:35.152 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8207] stopping ...
15:12:35.152 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8207, address /127.0.0.1
15:12:35.153 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8207] has stopped.
15:12:35.153 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8207
15:12:35.153 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End OSCoreServerClientTest

Start OSCoreServerClientTest
15:12:35.154 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:35.154 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:35.154 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:35.154 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
15:12:35.154 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
15:12:35.155 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
15:12:35.155 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:35.155 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:35.155 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
15:12:35.155 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8208
15:12:35.155 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:35.155 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
15:12:35.155 [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
15:12:35.155 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8208
15:12:35.155 [UDP-Sender-localhost/127.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
15:12:35.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L702, 127.0.0.1:8208] send request
15:12:35.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L702, 127.0.0.1:8208] prepare retransmission for CON-POST   MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L702, 127.0.0.1:8208] replace CON-POST   MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=10000, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85
15:12:35.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L702, 127.0.0.1:8208] added with KeyMID[127.0.0.1:8208-10000], CON-POST   MID=10000, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85
15:12:35.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L702, 127.0.0.1:8208] added with generated token KeyToken[127.0.0.1:8208-A082F54C8ACAA05C], CON-POST   MID=10000, Token=A082F54C8ACAA05C, 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
15:12:35.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8208-10000], KeyToken[127.0.0.1:8208-A082F54C8ACAA05C]]
15:12:35.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:8208
15:12:35.157 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E717,T87) 127.0.0.1:8,201 ==> :8,208 [CON-POST   MID=10000, Token=A082F54C8ACAA05C, 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]
15:12:35.157 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8208) received 40 bytes from 127.0.0.1:8201
15:12:35.157 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-10000]
15:12:35.158 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.ObjectSecurityLayer - Error while receiving OSCore request: Security context not found (resend with ID Context)
15:12:35.158 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R703, 127.0.0.1:8201, complete]!
15:12:35.158 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R703, 127.0.0.1:8201, complete] completed ACK-4.01   MID=10000, Token=A082F54C8ACAA05C, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found (rese".. 51 bytes!
15:12:35.158 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 66 bytes to 127.0.0.1:8201
15:12:35.158 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E718,T52) 127.0.0.1:8,208 ==> :8,201 [ACK-4.01   MID=10000, Token=A082F54C8ACAA05C, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found (rese".. 51 bytes]
15:12:35.158 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 66 bytes from 127.0.0.1:8208
15:12:35.158 [: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!
15:12:35.158 [: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=A082F54C8ACAA05C, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found (rese".. 51 bytes:
15:12:35.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L702, 127.0.0.1:8208, complete]!
15:12:35.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L702, 127.0.0.1:8208, complete] for token KeyToken[127.0.0.1:8208-A082F54C8ACAA05C]
15:12:35.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L702, 127.0.0.1:8208, complete] for MID KeyMID[127.0.0.1:8208-10000]
15:12:35.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L702, 127.0.0.1:8208, complete] completed CON-POST   MID=10000, Token=A082F54C8ACAA05C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=10000, Token=A082F54C8ACAA05C, 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
15:12:35.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L704, 127.0.0.1:8208] send request
15:12:35.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L704, 127.0.0.1:8208] prepare retransmission for CON-POST   MID=10001, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L704, 127.0.0.1:8208] replace CON-POST   MID=10001, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=10001, Token=null, OptionSet={"Object-Security":0x1901087465737474657374}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A
15:12:35.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L704, 127.0.0.1:8208] added with KeyMID[127.0.0.1:8208-10001], CON-POST   MID=10001, Token=null, OptionSet={"Object-Security":0x1901087465737474657374}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A
15:12:35.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L704, 127.0.0.1:8208] added with generated token KeyToken[127.0.0.1:8208-F4D2AF8D9273A2ED], CON-POST   MID=10001, Token=F4D2AF8D9273A2ED, 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
15:12:35.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8208-10001], KeyToken[127.0.0.1:8208-F4D2AF8D9273A2ED]]
15:12:35.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 49 bytes to 127.0.0.1:8208
15:12:35.159 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E719,T87) 127.0.0.1:8,201 ==> :8,208 [CON-POST   MID=10001, Token=F4D2AF8D9273A2ED, 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]
15:12:35.159 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8208) received 49 bytes from 127.0.0.1:8201
15:12:35.160 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-10001]
15:12:35.160 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.160 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R705, 127.0.0.1:8201] replace CON-POST   MID=10001, Token=F4D2AF8D9273A2ED, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=10001, Token=F4D2AF8D9273A2ED, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.160 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R705, 127.0.0.1:8201] send response NON-2.05   MID=10001, Token=null, OptionSet={}, "server responds hi"
15:12:35.160 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R705, 127.0.0.1:8201, complete]!
15:12:35.160 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R705, 127.0.0.1:8201, complete] completed NON-2.04   MID=10001, Token=F4D2AF8D9273A2ED, 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!
15:12:35.160 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
15:12:35.160 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E720,T52) 127.0.0.1:8,208 ==> :8,201 [NON-2.04   MID=10001, Token=F4D2AF8D9273A2ED, 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]
15:12:35.160 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8201) received 42 bytes from 127.0.0.1:8208
15:12:35.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:8208-10001]
15:12:35.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.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
15:12:35.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L704, 127.0.0.1:8208, complete]!
15:12:35.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L704, 127.0.0.1:8208, complete] for token KeyToken[127.0.0.1:8208-F4D2AF8D9273A2ED]
15:12:35.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L704, 127.0.0.1:8208, complete] for MID KeyMID[127.0.0.1:8208-10001]
15:12:35.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L704, 127.0.0.1:8208, complete] completed CON-POST   MID=10001, Token=F4D2AF8D9273A2ED, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=10001, Token=F4D2AF8D9273A2ED, 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
15:12:35.161 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
15:12:35.161 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8208
15:12:35.161 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8208
15:12:35.161 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8208] stopping ...
15:12:35.161 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8208, address /127.0.0.1
15:12:35.161 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8208] has stopped.
15:12:35.161 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8208
15:12:35.162 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End OSCoreServerClientTest
15:12:35.162 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active.
15:12:35.162 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8201
15:12:35.162 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8201
15:12:35.162 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8201] stopping ...
15:12:35.162 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8201, address /0.0.0.0
15:12:35.162 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8201] has stopped.
15:12:35.162 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8201
15:12:35.163 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.

Start OSCoreServerClientTest
15:12:35.164 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:35.164 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:35.164 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:35.164 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
15:12:35.164 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
15:12:35.165 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
15:12:35.165 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:35.165 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:35.165 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
15:12:35.165 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8209
15:12:35.165 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:35.166 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
15:12:35.166 [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
15:12:35.166 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8209
15:12:35.166 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
15:12:35.166 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:35.166 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:35.167 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:35.167 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
15:12:35.167 [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
15:12:35.167 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
15:12:35.167 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:35.167 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:35.167 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
15:12:35.167 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8210
15:12:35.167 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:35.167 [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]]
15:12:35.167 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8210, recv buf = 0, send buf = 0, recv packet size = 2048
15:12:35.168 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8210
15:12:35.168 [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]]
15:12:35.168 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8210 for coap
15:12:35.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L706, 127.0.0.1:8209] send request
15:12:35.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L706, 127.0.0.1:8209] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L706, 127.0.0.1:8209] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A
15:12:35.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L706, 127.0.0.1:8209] added with generated mid KeyMID[127.0.0.1:8209-15781], CON-POST   MID=15781, 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
15:12:35.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L706, 127.0.0.1:8209] added with generated token KeyToken[127.0.0.1:8209-2484C632106B3AEE], CON-POST   MID=15781, Token=2484C632106B3AEE, 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
15:12:35.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8209-15781], KeyToken[127.0.0.1:8209-2484C632106B3AEE]]
15:12:35.169 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8209
15:12:35.169 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E721,T92) 127.0.0.1:8,210 ==> :8,209 [CON-POST   MID=15781, Token=2484C632106B3AEE, 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]
15:12:35.169 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8209) received 40 bytes from 127.0.0.1:8210
15:12:35.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-15781]
15:12:35.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R707, 127.0.0.1:8210] replace CON-POST   MID=15781, Token=2484C632106B3AEE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=15781, Token=2484C632106B3AEE, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R707, 127.0.0.1:8210] send response NON-2.05   MID=15781, Token=null, OptionSet={}, "server responds hi"
15:12:35.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R707, 127.0.0.1:8210, complete]!
15:12:35.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R707, 127.0.0.1:8210, complete] completed NON-2.04   MID=15781, Token=2484C632106B3AEE, 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!
15:12:35.170 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.170 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E722,T95) 127.0.0.1:8,209 ==> :8,210 [NON-2.04   MID=15781, Token=2484C632106B3AEE, 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]
15:12:35.170 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8209
15:12:35.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8209-15781]
15:12:35.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.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
15:12:35.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L706, 127.0.0.1:8209, complete]!
15:12:35.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L706, 127.0.0.1:8209, complete] for token KeyToken[127.0.0.1:8209-2484C632106B3AEE]
15:12:35.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L706, 127.0.0.1:8209, complete] for MID KeyMID[127.0.0.1:8209-15781]
15:12:35.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L706, 127.0.0.1:8209, complete] completed CON-POST   MID=15781, Token=2484C632106B3AEE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=15781, Token=2484C632106B3AEE, 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!
15:12:35.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L708, 127.0.0.1:8209] send request
15:12:35.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L708, 127.0.0.1:8209] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L708, 127.0.0.1:8209] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0902}, 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8
15:12:35.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L708, 127.0.0.1:8209] added with generated mid KeyMID[127.0.0.1:8209-15782], CON-POST   MID=15782, 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
15:12:35.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L708, 127.0.0.1:8209] added with generated token KeyToken[127.0.0.1:8209-64F60BF45D963091], CON-POST   MID=15782, Token=64F60BF45D963091, 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
15:12:35.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8209-15782], KeyToken[127.0.0.1:8209-64F60BF45D963091]]
15:12:35.171 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8209
15:12:35.172 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E723,T92) 127.0.0.1:8,210 ==> :8,209 [CON-POST   MID=15782, Token=64F60BF45D963091, 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]
15:12:35.172 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8209) received 40 bytes from 127.0.0.1:8210
15:12:35.172 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-15782]
15:12:35.172 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.172 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R709, 127.0.0.1:8210] replace CON-POST   MID=15782, Token=64F60BF45D963091, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=15782, Token=64F60BF45D963091, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.172 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R709, 127.0.0.1:8210] send response NON-2.05   MID=15782, Token=null, OptionSet={}, "server responds hi"
15:12:35.172 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R709, 127.0.0.1:8210, complete]!
15:12:35.172 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R709, 127.0.0.1:8210, complete] completed NON-2.04   MID=15782, Token=64F60BF45D963091, 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!
15:12:35.173 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.173 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E724,T95) 127.0.0.1:8,209 ==> :8,210 [NON-2.04   MID=15782, Token=64F60BF45D963091, 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]
15:12:35.173 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8209
15:12:35.173 [: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-15782]
15:12:35.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.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
15:12:35.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L708, 127.0.0.1:8209, complete]!
15:12:35.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L708, 127.0.0.1:8209, complete] for token KeyToken[127.0.0.1:8209-64F60BF45D963091]
15:12:35.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L708, 127.0.0.1:8209, complete] for MID KeyMID[127.0.0.1:8209-15782]
15:12:35.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L708, 127.0.0.1:8209, complete] completed CON-POST   MID=15782, Token=64F60BF45D963091, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=15782, Token=64F60BF45D963091, 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!
15:12:35.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L710, 127.0.0.1:8209] send request
15:12:35.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L710, 127.0.0.1:8209] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L710, 127.0.0.1:8209] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0904}, CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7
15:12:35.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L710, 127.0.0.1:8209] added with generated mid KeyMID[127.0.0.1:8209-15783], CON-POST   MID=15783, 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
15:12:35.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L710, 127.0.0.1:8209] added with generated token KeyToken[127.0.0.1:8209-5892206A9CD35478], CON-POST   MID=15783, Token=5892206A9CD35478, 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
15:12:35.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8209-15783], KeyToken[127.0.0.1:8209-5892206A9CD35478]]
15:12:35.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:8209
15:12:35.174 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E725,T92) 127.0.0.1:8,210 ==> :8,209 [CON-POST   MID=15783, Token=5892206A9CD35478, 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]
15:12:35.174 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8209) received 40 bytes from 127.0.0.1:8210
15:12:35.174 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-15783]
15:12:35.174 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.174 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R711, 127.0.0.1:8210] replace CON-POST   MID=15783, Token=5892206A9CD35478, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=15783, Token=5892206A9CD35478, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.174 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R711, 127.0.0.1:8210] send response NON-2.05   MID=15783, Token=null, OptionSet={}, "server responds hi"
15:12:35.175 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R711, 127.0.0.1:8210, complete]!
15:12:35.175 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R711, 127.0.0.1:8210, complete] completed NON-2.04   MID=15783, Token=5892206A9CD35478, 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!
15:12:35.175 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.175 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E726,T95) 127.0.0.1:8,209 ==> :8,210 [NON-2.04   MID=15783, Token=5892206A9CD35478, 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]
15:12:35.175 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8209
15:12:35.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8209-15783]
15:12:35.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.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
15:12:35.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L710, 127.0.0.1:8209, complete]!
15:12:35.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L710, 127.0.0.1:8209, complete] for token KeyToken[127.0.0.1:8209-5892206A9CD35478]
15:12:35.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L710, 127.0.0.1:8209, complete] for MID KeyMID[127.0.0.1:8209-15783]
15:12:35.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L710, 127.0.0.1:8209, complete] completed CON-POST   MID=15783, Token=5892206A9CD35478, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=15783, Token=5892206A9CD35478, 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!
15:12:35.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L712, 127.0.0.1:8209] send request
15:12:35.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L712, 127.0.0.1:8209] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L712, 127.0.0.1:8209] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0908}, 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12
15:12:35.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L712, 127.0.0.1:8209] added with generated mid KeyMID[127.0.0.1:8209-15784], CON-POST   MID=15784, 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
15:12:35.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L712, 127.0.0.1:8209] added with generated token KeyToken[127.0.0.1:8209-80CE7041CB47B2EB], CON-POST   MID=15784, Token=80CE7041CB47B2EB, 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
15:12:35.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8209-15784], KeyToken[127.0.0.1:8209-80CE7041CB47B2EB]]
15:12:35.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:8209
15:12:35.176 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E727,T92) 127.0.0.1:8,210 ==> :8,209 [CON-POST   MID=15784, Token=80CE7041CB47B2EB, 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]
15:12:35.176 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8209) received 40 bytes from 127.0.0.1:8210
15:12:35.176 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-15784]
15:12:35.176 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R713, 127.0.0.1:8210] replace CON-POST   MID=15784, Token=80CE7041CB47B2EB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=15784, Token=80CE7041CB47B2EB, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R713, 127.0.0.1:8210] send response NON-2.05   MID=15784, Token=null, OptionSet={}, "server responds hi"
15:12:35.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R713, 127.0.0.1:8210, complete]!
15:12:35.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R713, 127.0.0.1:8210, complete] completed NON-2.04   MID=15784, Token=80CE7041CB47B2EB, 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!
15:12:35.177 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.177 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E728,T95) 127.0.0.1:8,209 ==> :8,210 [NON-2.04   MID=15784, Token=80CE7041CB47B2EB, 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]
15:12:35.177 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8209
15:12:35.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8209-15784]
15:12:35.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.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
15:12:35.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L712, 127.0.0.1:8209, complete]!
15:12:35.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L712, 127.0.0.1:8209, complete] for token KeyToken[127.0.0.1:8209-80CE7041CB47B2EB]
15:12:35.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L712, 127.0.0.1:8209, complete] for MID KeyMID[127.0.0.1:8209-15784]
15:12:35.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L712, 127.0.0.1:8209, complete] completed CON-POST   MID=15784, Token=80CE7041CB47B2EB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=15784, Token=80CE7041CB47B2EB, 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!
15:12:35.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L714, 127.0.0.1:8209] send request
15:12:35.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L714, 127.0.0.1:8209] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L714, 127.0.0.1:8209] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0910}, ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF
15:12:35.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L714, 127.0.0.1:8209] added with generated mid KeyMID[127.0.0.1:8209-15785], CON-POST   MID=15785, 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
15:12:35.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L714, 127.0.0.1:8209] added with generated token KeyToken[127.0.0.1:8209-544DA44F28D4067C], CON-POST   MID=15785, Token=544DA44F28D4067C, 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
15:12:35.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8209-15785], KeyToken[127.0.0.1:8209-544DA44F28D4067C]]
15:12:35.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:8209
15:12:35.179 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E729,T92) 127.0.0.1:8,210 ==> :8,209 [CON-POST   MID=15785, Token=544DA44F28D4067C, 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]
15:12:35.179 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8209) received 40 bytes from 127.0.0.1:8210
15:12:35.179 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-15785]
15:12:35.179 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.179 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R715, 127.0.0.1:8210] replace CON-POST   MID=15785, Token=544DA44F28D4067C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=15785, Token=544DA44F28D4067C, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.179 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R715, 127.0.0.1:8210] send response NON-2.05   MID=15785, Token=null, OptionSet={}, "server responds hi"
15:12:35.179 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R715, 127.0.0.1:8210, complete]!
15:12:35.179 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R715, 127.0.0.1:8210, complete] completed NON-2.04   MID=15785, Token=544DA44F28D4067C, 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!
15:12:35.179 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.225 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E730,T95) 127.0.0.1:8,209 ==> :8,210 [NON-2.04   MID=15785, Token=544DA44F28D4067C, 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]
15:12:35.225 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8209
15:12:35.225 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8209-15785]
15:12:35.225 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.225 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.226 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L714, 127.0.0.1:8209, complete]!
15:12:35.226 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L714, 127.0.0.1:8209, complete] for token KeyToken[127.0.0.1:8209-544DA44F28D4067C]
15:12:35.226 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L714, 127.0.0.1:8209, complete] for MID KeyMID[127.0.0.1:8209-15785]
15:12:35.226 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L714, 127.0.0.1:8209, complete] completed CON-POST   MID=15785, Token=544DA44F28D4067C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=15785, Token=544DA44F28D4067C, 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!
15:12:35.226 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L716, 127.0.0.1:8209] send request
15:12:35.226 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L716, 127.0.0.1:8209] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.226 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L716, 127.0.0.1:8209] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0920}, F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01
15:12:35.226 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L716, 127.0.0.1:8209] added with generated mid KeyMID[127.0.0.1:8209-15786], CON-POST   MID=15786, 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
15:12:35.226 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L716, 127.0.0.1:8209] added with generated token KeyToken[127.0.0.1:8209-F0BED8094694C8EA], CON-POST   MID=15786, Token=F0BED8094694C8EA, 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
15:12:35.227 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8209-15786], KeyToken[127.0.0.1:8209-F0BED8094694C8EA]]
15:12:35.227 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8209
15:12:35.227 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E731,T92) 127.0.0.1:8,210 ==> :8,209 [CON-POST   MID=15786, Token=F0BED8094694C8EA, 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]
15:12:35.227 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8209) received 40 bytes from 127.0.0.1:8210
15:12:35.227 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-15786]
15:12:35.227 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.227 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R717, 127.0.0.1:8210] replace CON-POST   MID=15786, Token=F0BED8094694C8EA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=15786, Token=F0BED8094694C8EA, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.227 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R717, 127.0.0.1:8210] send response NON-2.05   MID=15786, Token=null, OptionSet={}, "server responds hi"
15:12:35.228 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R717, 127.0.0.1:8210, complete]!
15:12:35.228 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R717, 127.0.0.1:8210, complete] completed NON-2.04   MID=15786, Token=F0BED8094694C8EA, 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!
15:12:35.228 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.228 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E732,T95) 127.0.0.1:8,209 ==> :8,210 [NON-2.04   MID=15786, Token=F0BED8094694C8EA, 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]
15:12:35.228 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8209
15:12:35.228 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8209-15786]
15:12:35.228 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.228 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.228 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L716, 127.0.0.1:8209, complete]!
15:12:35.228 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L716, 127.0.0.1:8209, complete] for token KeyToken[127.0.0.1:8209-F0BED8094694C8EA]
15:12:35.228 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L716, 127.0.0.1:8209, complete] for MID KeyMID[127.0.0.1:8209-15786]
15:12:35.228 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L716, 127.0.0.1:8209, complete] completed CON-POST   MID=15786, Token=F0BED8094694C8EA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=15786, Token=F0BED8094694C8EA, 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!
15:12:35.229 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L718, 127.0.0.1:8209] send request
15:12:35.229 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L718, 127.0.0.1:8209] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.229 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L718, 127.0.0.1:8209] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0940}, C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49
15:12:35.229 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L718, 127.0.0.1:8209] added with generated mid KeyMID[127.0.0.1:8209-15787], CON-POST   MID=15787, 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
15:12:35.229 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L718, 127.0.0.1:8209] added with generated token KeyToken[127.0.0.1:8209-98F81E5C6788BFA1], CON-POST   MID=15787, Token=98F81E5C6788BFA1, 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
15:12:35.229 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8209-15787], KeyToken[127.0.0.1:8209-98F81E5C6788BFA1]]
15:12:35.229 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8209
15:12:35.229 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E733,T92) 127.0.0.1:8,210 ==> :8,209 [CON-POST   MID=15787, Token=98F81E5C6788BFA1, 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]
15:12:35.229 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8209) received 40 bytes from 127.0.0.1:8210
15:12:35.230 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-15787]
15:12:35.230 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.230 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R719, 127.0.0.1:8210] replace CON-POST   MID=15787, Token=98F81E5C6788BFA1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=15787, Token=98F81E5C6788BFA1, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.230 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R719, 127.0.0.1:8210] send response NON-2.05   MID=15787, Token=null, OptionSet={}, "server responds hi"
15:12:35.230 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R719, 127.0.0.1:8210, complete]!
15:12:35.230 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R719, 127.0.0.1:8210, complete] completed NON-2.04   MID=15787, Token=98F81E5C6788BFA1, 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!
15:12:35.230 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.231 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E734,T95) 127.0.0.1:8,209 ==> :8,210 [NON-2.04   MID=15787, Token=98F81E5C6788BFA1, 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]
15:12:35.231 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8209
15:12:35.231 [: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-15787]
15:12:35.231 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.231 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.231 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L718, 127.0.0.1:8209, complete]!
15:12:35.231 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L718, 127.0.0.1:8209, complete] for token KeyToken[127.0.0.1:8209-98F81E5C6788BFA1]
15:12:35.231 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L718, 127.0.0.1:8209, complete] for MID KeyMID[127.0.0.1:8209-15787]
15:12:35.231 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L718, 127.0.0.1:8209, complete] completed CON-POST   MID=15787, Token=98F81E5C6788BFA1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=15787, Token=98F81E5C6788BFA1, 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!
15:12:35.231 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L720, 127.0.0.1:8209] send request
15:12:35.231 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L720, 127.0.0.1:8209] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.231 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L720, 127.0.0.1:8209] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0980}, 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D
15:12:35.231 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L720, 127.0.0.1:8209] added with generated mid KeyMID[127.0.0.1:8209-15788], CON-POST   MID=15788, 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
15:12:35.231 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L720, 127.0.0.1:8209] added with generated token KeyToken[127.0.0.1:8209-10D8DC8D4EE825DB], CON-POST   MID=15788, Token=10D8DC8D4EE825DB, 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
15:12:35.232 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8209-15788], KeyToken[127.0.0.1:8209-10D8DC8D4EE825DB]]
15:12:35.232 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8209
15:12:35.232 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E735,T92) 127.0.0.1:8,210 ==> :8,209 [CON-POST   MID=15788, Token=10D8DC8D4EE825DB, 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]
15:12:35.232 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8209) received 40 bytes from 127.0.0.1:8210
15:12:35.232 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-15788]
15:12:35.232 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.232 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R721, 127.0.0.1:8210] replace CON-POST   MID=15788, Token=10D8DC8D4EE825DB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=15788, Token=10D8DC8D4EE825DB, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.232 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R721, 127.0.0.1:8210] send response NON-2.05   MID=15788, Token=null, OptionSet={}, "server responds hi"
15:12:35.233 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R721, 127.0.0.1:8210, complete]!
15:12:35.233 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R721, 127.0.0.1:8210, complete] completed NON-2.04   MID=15788, Token=10D8DC8D4EE825DB, 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!
15:12:35.233 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.233 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E736,T95) 127.0.0.1:8,209 ==> :8,210 [NON-2.04   MID=15788, Token=10D8DC8D4EE825DB, 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]
15:12:35.233 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8209
15:12:35.233 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8209-15788]
15:12:35.233 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.233 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.233 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L720, 127.0.0.1:8209, complete]!
15:12:35.233 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L720, 127.0.0.1:8209, complete] for token KeyToken[127.0.0.1:8209-10D8DC8D4EE825DB]
15:12:35.233 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L720, 127.0.0.1:8209, complete] for MID KeyMID[127.0.0.1:8209-15788]
15:12:35.233 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L720, 127.0.0.1:8209, complete] completed CON-POST   MID=15788, Token=10D8DC8D4EE825DB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=15788, Token=10D8DC8D4EE825DB, 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!
15:12:35.233 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L722, 127.0.0.1:8209] send request
15:12:35.233 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L722, 127.0.0.1:8209] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.234 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L722, 127.0.0.1:8209] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0100}, 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66
15:12:35.234 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L722, 127.0.0.1:8209] added with generated mid KeyMID[127.0.0.1:8209-15789], CON-POST   MID=15789, 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
15:12:35.234 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L722, 127.0.0.1:8209] added with generated token KeyToken[127.0.0.1:8209-CC9FD1D85CDF39BC], CON-POST   MID=15789, Token=CC9FD1D85CDF39BC, 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
15:12:35.234 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8209-15789], KeyToken[127.0.0.1:8209-CC9FD1D85CDF39BC]]
15:12:35.234 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8209
15:12:35.234 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E737,T92) 127.0.0.1:8,210 ==> :8,209 [CON-POST   MID=15789, Token=CC9FD1D85CDF39BC, 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]
15:12:35.234 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8209) received 41 bytes from 127.0.0.1:8210
15:12:35.234 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-15789]
15:12:35.234 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.235 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R723, 127.0.0.1:8210] replace CON-POST   MID=15789, Token=CC9FD1D85CDF39BC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=15789, Token=CC9FD1D85CDF39BC, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.235 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R723, 127.0.0.1:8210] send response NON-2.05   MID=15789, Token=null, OptionSet={}, "server responds hi"
15:12:35.235 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R723, 127.0.0.1:8210, complete]!
15:12:35.235 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R723, 127.0.0.1:8210, complete] completed NON-2.04   MID=15789, Token=CC9FD1D85CDF39BC, 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!
15:12:35.235 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.235 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E738,T95) 127.0.0.1:8,209 ==> :8,210 [NON-2.04   MID=15789, Token=CC9FD1D85CDF39BC, 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]
15:12:35.235 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8209
15:12:35.235 [: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-15789]
15:12:35.235 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.236 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.236 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L722, 127.0.0.1:8209, complete]!
15:12:35.236 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L722, 127.0.0.1:8209, complete] for token KeyToken[127.0.0.1:8209-CC9FD1D85CDF39BC]
15:12:35.236 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L722, 127.0.0.1:8209, complete] for MID KeyMID[127.0.0.1:8209-15789]
15:12:35.236 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L722, 127.0.0.1:8209, complete] completed CON-POST   MID=15789, Token=CC9FD1D85CDF39BC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=15789, Token=CC9FD1D85CDF39BC, 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!
15:12:35.236 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L724, 127.0.0.1:8209] send request
15:12:35.236 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L724, 127.0.0.1:8209] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.236 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L724, 127.0.0.1:8209] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0200}, AD 9B 3D 46 5C 81 15 09 B5 93 AE 2B 48 55 D4 2A B9 C2 6A 18 F5 1E 4F B1
15:12:35.236 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L724, 127.0.0.1:8209] added with generated mid KeyMID[127.0.0.1:8209-15790], CON-POST   MID=15790, 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
15:12:35.236 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L724, 127.0.0.1:8209] added with generated token KeyToken[127.0.0.1:8209-38855E813CF47114], CON-POST   MID=15790, Token=38855E813CF47114, 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
15:12:35.236 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8209-15790], KeyToken[127.0.0.1:8209-38855E813CF47114]]
15:12:35.236 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8209
15:12:35.237 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E739,T92) 127.0.0.1:8,210 ==> :8,209 [CON-POST   MID=15790, Token=38855E813CF47114, 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]
15:12:35.237 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8209) received 41 bytes from 127.0.0.1:8210
15:12:35.237 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-15790]
15:12:35.237 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.237 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R725, 127.0.0.1:8210] replace CON-POST   MID=15790, Token=38855E813CF47114, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=15790, Token=38855E813CF47114, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.237 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R725, 127.0.0.1:8210] send response NON-2.05   MID=15790, Token=null, OptionSet={}, "server responds hi"
15:12:35.237 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R725, 127.0.0.1:8210, complete]!
15:12:35.237 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R725, 127.0.0.1:8210, complete] completed NON-2.04   MID=15790, Token=38855E813CF47114, 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!
15:12:35.237 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.238 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E740,T95) 127.0.0.1:8,209 ==> :8,210 [NON-2.04   MID=15790, Token=38855E813CF47114, 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]
15:12:35.238 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8209
15:12:35.238 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8209-15790]
15:12:35.238 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.238 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.238 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L724, 127.0.0.1:8209, complete]!
15:12:35.238 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L724, 127.0.0.1:8209, complete] for token KeyToken[127.0.0.1:8209-38855E813CF47114]
15:12:35.238 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L724, 127.0.0.1:8209, complete] for MID KeyMID[127.0.0.1:8209-15790]
15:12:35.238 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L724, 127.0.0.1:8209, complete] completed CON-POST   MID=15790, Token=38855E813CF47114, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=15790, Token=38855E813CF47114, 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!
15:12:35.238 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L726, 127.0.0.1:8209] send request
15:12:35.238 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L726, 127.0.0.1:8209] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.238 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L726, 127.0.0.1:8209] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0400}, D6 83 5E CD B7 BD 00 BC 80 C7 8A FC 6A 32 1A 89 F7 E0 2C 63 16 5C 26 AE
15:12:35.239 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L726, 127.0.0.1:8209] added with generated mid KeyMID[127.0.0.1:8209-15791], CON-POST   MID=15791, 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
15:12:35.239 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L726, 127.0.0.1:8209] added with generated token KeyToken[127.0.0.1:8209-98521047879CE849], CON-POST   MID=15791, Token=98521047879CE849, 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
15:12:35.239 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8209-15791], KeyToken[127.0.0.1:8209-98521047879CE849]]
15:12:35.239 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8209
15:12:35.239 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E741,T92) 127.0.0.1:8,210 ==> :8,209 [CON-POST   MID=15791, Token=98521047879CE849, 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]
15:12:35.239 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8209) received 41 bytes from 127.0.0.1:8210
15:12:35.239 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-15791]
15:12:35.239 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.239 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R727, 127.0.0.1:8210] replace CON-POST   MID=15791, Token=98521047879CE849, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=15791, Token=98521047879CE849, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.239 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R727, 127.0.0.1:8210] send response NON-2.05   MID=15791, Token=null, OptionSet={}, "server responds hi"
15:12:35.240 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R727, 127.0.0.1:8210, complete]!
15:12:35.240 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R727, 127.0.0.1:8210, complete] completed NON-2.04   MID=15791, Token=98521047879CE849, 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!
15:12:35.240 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.240 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E742,T95) 127.0.0.1:8,209 ==> :8,210 [NON-2.04   MID=15791, Token=98521047879CE849, 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]
15:12:35.240 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8209
15:12:35.240 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8209-15791]
15:12:35.240 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.240 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.240 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L726, 127.0.0.1:8209, complete]!
15:12:35.240 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L726, 127.0.0.1:8209, complete] for token KeyToken[127.0.0.1:8209-98521047879CE849]
15:12:35.240 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L726, 127.0.0.1:8209, complete] for MID KeyMID[127.0.0.1:8209-15791]
15:12:35.240 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L726, 127.0.0.1:8209, complete] completed CON-POST   MID=15791, Token=98521047879CE849, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=15791, Token=98521047879CE849, 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!
15:12:35.241 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L728, 127.0.0.1:8209] send request
15:12:35.241 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L728, 127.0.0.1:8209] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.241 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L728, 127.0.0.1:8209] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0800}, 32 67 81 EE 72 74 1E 2E 8D 04 79 2E B3 95 E0 E8 58 DB 53 CD 65 EC 5B C7
15:12:35.241 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L728, 127.0.0.1:8209] added with generated mid KeyMID[127.0.0.1:8209-15792], CON-POST   MID=15792, 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
15:12:35.241 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L728, 127.0.0.1:8209] added with generated token KeyToken[127.0.0.1:8209-941E0C3792108458], CON-POST   MID=15792, Token=941E0C3792108458, 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
15:12:35.241 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8209-15792], KeyToken[127.0.0.1:8209-941E0C3792108458]]
15:12:35.241 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8209
15:12:35.241 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E743,T92) 127.0.0.1:8,210 ==> :8,209 [CON-POST   MID=15792, Token=941E0C3792108458, 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]
15:12:35.241 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8209) received 41 bytes from 127.0.0.1:8210
15:12:35.241 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-15792]
15:12:35.242 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.242 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R729, 127.0.0.1:8210] replace CON-POST   MID=15792, Token=941E0C3792108458, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=15792, Token=941E0C3792108458, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.242 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R729, 127.0.0.1:8210] send response NON-2.05   MID=15792, Token=null, OptionSet={}, "server responds hi"
15:12:35.242 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R729, 127.0.0.1:8210, complete]!
15:12:35.242 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R729, 127.0.0.1:8210, complete] completed NON-2.04   MID=15792, Token=941E0C3792108458, 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!
15:12:35.242 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.242 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E744,T95) 127.0.0.1:8,209 ==> :8,210 [NON-2.04   MID=15792, Token=941E0C3792108458, 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]
15:12:35.242 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8209
15:12:35.243 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8209-15792]
15:12:35.243 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.243 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.243 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L728, 127.0.0.1:8209, complete]!
15:12:35.243 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L728, 127.0.0.1:8209, complete] for token KeyToken[127.0.0.1:8209-941E0C3792108458]
15:12:35.243 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L728, 127.0.0.1:8209, complete] for MID KeyMID[127.0.0.1:8209-15792]
15:12:35.243 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L728, 127.0.0.1:8209, complete] completed CON-POST   MID=15792, Token=941E0C3792108458, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=15792, Token=941E0C3792108458, 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!
15:12:35.243 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L730, 127.0.0.1:8209] send request
15:12:35.243 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L730, 127.0.0.1:8209] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.243 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L730, 127.0.0.1:8209] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A1000}, F7 41 23 FB E7 14 43 AF 77 55 8F 9A 65 67 5A 5D 1D A6 92 5A 25 9B E6 70
15:12:35.243 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L730, 127.0.0.1:8209] added with generated mid KeyMID[127.0.0.1:8209-15793], CON-POST   MID=15793, 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
15:12:35.243 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L730, 127.0.0.1:8209] added with generated token KeyToken[127.0.0.1:8209-5401E300EE689A4B], CON-POST   MID=15793, Token=5401E300EE689A4B, 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
15:12:35.243 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8209-15793], KeyToken[127.0.0.1:8209-5401E300EE689A4B]]
15:12:35.244 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8209
15:12:35.244 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E745,T92) 127.0.0.1:8,210 ==> :8,209 [CON-POST   MID=15793, Token=5401E300EE689A4B, 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]
15:12:35.244 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8209) received 41 bytes from 127.0.0.1:8210
15:12:35.244 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-15793]
15:12:35.244 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.244 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R731, 127.0.0.1:8210] replace CON-POST   MID=15793, Token=5401E300EE689A4B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=15793, Token=5401E300EE689A4B, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.244 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R731, 127.0.0.1:8210] send response NON-2.05   MID=15793, Token=null, OptionSet={}, "server responds hi"
15:12:35.244 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R731, 127.0.0.1:8210, complete]!
15:12:35.244 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R731, 127.0.0.1:8210, complete] completed NON-2.04   MID=15793, Token=5401E300EE689A4B, 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!
15:12:35.245 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.245 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E746,T95) 127.0.0.1:8,209 ==> :8,210 [NON-2.04   MID=15793, Token=5401E300EE689A4B, 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]
15:12:35.245 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8209
15:12:35.245 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8209-15793]
15:12:35.245 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.245 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.245 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L730, 127.0.0.1:8209, complete]!
15:12:35.245 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L730, 127.0.0.1:8209, complete] for token KeyToken[127.0.0.1:8209-5401E300EE689A4B]
15:12:35.245 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L730, 127.0.0.1:8209, complete] for MID KeyMID[127.0.0.1:8209-15793]
15:12:35.245 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L730, 127.0.0.1:8209, complete] completed CON-POST   MID=15793, Token=5401E300EE689A4B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=15793, Token=5401E300EE689A4B, 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!
15:12:35.245 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L732, 127.0.0.1:8209] send request
15:12:35.245 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L732, 127.0.0.1:8209] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.246 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L732, 127.0.0.1:8209] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A2000}, 3C 1C D3 BE F5 CC A8 2E 4C 40 DF 21 3F 72 23 F5 E8 CD 9F 0A 8F CF 43 55
15:12:35.246 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L732, 127.0.0.1:8209] added with generated mid KeyMID[127.0.0.1:8209-15794], CON-POST   MID=15794, 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
15:12:35.246 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L732, 127.0.0.1:8209] added with generated token KeyToken[127.0.0.1:8209-A80EBDE85A896F9F], CON-POST   MID=15794, Token=A80EBDE85A896F9F, 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
15:12:35.246 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8209-15794], KeyToken[127.0.0.1:8209-A80EBDE85A896F9F]]
15:12:35.246 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8209
15:12:35.246 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E747,T92) 127.0.0.1:8,210 ==> :8,209 [CON-POST   MID=15794, Token=A80EBDE85A896F9F, 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]
15:12:35.246 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8209) received 41 bytes from 127.0.0.1:8210
15:12:35.246 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-15794]
15:12:35.246 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.246 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R733, 127.0.0.1:8210] replace CON-POST   MID=15794, Token=A80EBDE85A896F9F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=15794, Token=A80EBDE85A896F9F, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.247 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R733, 127.0.0.1:8210] send response NON-2.05   MID=15794, Token=null, OptionSet={}, "server responds hi"
15:12:35.247 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R733, 127.0.0.1:8210, complete]!
15:12:35.247 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R733, 127.0.0.1:8210, complete] completed NON-2.04   MID=15794, Token=A80EBDE85A896F9F, 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!
15:12:35.247 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.247 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E748,T95) 127.0.0.1:8,209 ==> :8,210 [NON-2.04   MID=15794, Token=A80EBDE85A896F9F, 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]
15:12:35.247 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8209
15:12:35.247 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8209-15794]
15:12:35.247 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.247 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.247 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L732, 127.0.0.1:8209, complete]!
15:12:35.247 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L732, 127.0.0.1:8209, complete] for token KeyToken[127.0.0.1:8209-A80EBDE85A896F9F]
15:12:35.248 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L732, 127.0.0.1:8209, complete] for MID KeyMID[127.0.0.1:8209-15794]
15:12:35.248 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L732, 127.0.0.1:8209, complete] completed CON-POST   MID=15794, Token=A80EBDE85A896F9F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=15794, Token=A80EBDE85A896F9F, 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!
15:12:35.248 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L734, 127.0.0.1:8209] send request
15:12:35.248 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L734, 127.0.0.1:8209] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.248 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L734, 127.0.0.1:8209] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A4000}, 7B 2C 7C 21 1A EF C4 D1 9C 68 23 AD 0A 84 AD BC A7 28 F1 D7 F7 F9 DA FA
15:12:35.248 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L734, 127.0.0.1:8209] added with generated mid KeyMID[127.0.0.1:8209-15795], CON-POST   MID=15795, 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
15:12:35.248 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L734, 127.0.0.1:8209] added with generated token KeyToken[127.0.0.1:8209-ACA37913DE87BC0E], CON-POST   MID=15795, Token=ACA37913DE87BC0E, 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
15:12:35.248 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8209-15795], KeyToken[127.0.0.1:8209-ACA37913DE87BC0E]]
15:12:35.248 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8209
15:12:35.249 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E749,T92) 127.0.0.1:8,210 ==> :8,209 [CON-POST   MID=15795, Token=ACA37913DE87BC0E, 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]
15:12:35.249 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8209) received 41 bytes from 127.0.0.1:8210
15:12:35.249 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-15795]
15:12:35.249 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.249 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R735, 127.0.0.1:8210] replace CON-POST   MID=15795, Token=ACA37913DE87BC0E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=15795, Token=ACA37913DE87BC0E, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.249 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R735, 127.0.0.1:8210] send response NON-2.05   MID=15795, Token=null, OptionSet={}, "server responds hi"
15:12:35.249 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R735, 127.0.0.1:8210, complete]!
15:12:35.249 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R735, 127.0.0.1:8210, complete] completed NON-2.04   MID=15795, Token=ACA37913DE87BC0E, 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!
15:12:35.249 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.250 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E750,T95) 127.0.0.1:8,209 ==> :8,210 [NON-2.04   MID=15795, Token=ACA37913DE87BC0E, 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]
15:12:35.250 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8209
15:12:35.250 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8209-15795]
15:12:35.250 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.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
15:12:35.250 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L734, 127.0.0.1:8209, complete]!
15:12:35.250 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L734, 127.0.0.1:8209, complete] for token KeyToken[127.0.0.1:8209-ACA37913DE87BC0E]
15:12:35.250 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L734, 127.0.0.1:8209, complete] for MID KeyMID[127.0.0.1:8209-15795]
15:12:35.250 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L734, 127.0.0.1:8209, complete] completed CON-POST   MID=15795, Token=ACA37913DE87BC0E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=15795, Token=ACA37913DE87BC0E, 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!
15:12:35.250 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L736, 127.0.0.1:8209] send request
15:12:35.250 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L736, 127.0.0.1:8209] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.250 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L736, 127.0.0.1:8209] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A8000}, D6 32 47 03 D8 F6 84 59 21 19 79 CB C6 2B 76 3F 69 AB 5D 5B 5D FB 63 D6
15:12:35.250 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L736, 127.0.0.1:8209] added with generated mid KeyMID[127.0.0.1:8209-15796], CON-POST   MID=15796, 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
15:12:35.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L736, 127.0.0.1:8209] added with generated token KeyToken[127.0.0.1:8209-2CB55F0B1BB9F32B], CON-POST   MID=15796, Token=2CB55F0B1BB9F32B, 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
15:12:35.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8209-15796], KeyToken[127.0.0.1:8209-2CB55F0B1BB9F32B]]
15:12:35.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 41 bytes to 127.0.0.1:8209
15:12:35.251 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E751,T92) 127.0.0.1:8,210 ==> :8,209 [CON-POST   MID=15796, Token=2CB55F0B1BB9F32B, 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]
15:12:35.251 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8209) received 41 bytes from 127.0.0.1:8210
15:12:35.251 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-15796]
15:12:35.251 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.251 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R737, 127.0.0.1:8210] replace CON-POST   MID=15796, Token=2CB55F0B1BB9F32B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=15796, Token=2CB55F0B1BB9F32B, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.251 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R737, 127.0.0.1:8210] send response NON-2.05   MID=15796, Token=null, OptionSet={}, "server responds hi"
15:12:35.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R737, 127.0.0.1:8210, complete]!
15:12:35.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R737, 127.0.0.1:8210, complete] completed NON-2.04   MID=15796, Token=2CB55F0B1BB9F32B, 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!
15:12:35.252 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.252 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E752,T95) 127.0.0.1:8,209 ==> :8,210 [NON-2.04   MID=15796, Token=2CB55F0B1BB9F32B, 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]
15:12:35.252 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8209
15:12:35.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8209-15796]
15:12:35.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.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
15:12:35.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L736, 127.0.0.1:8209, complete]!
15:12:35.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L736, 127.0.0.1:8209, complete] for token KeyToken[127.0.0.1:8209-2CB55F0B1BB9F32B]
15:12:35.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L736, 127.0.0.1:8209, complete] for MID KeyMID[127.0.0.1:8209-15796]
15:12:35.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L736, 127.0.0.1:8209, complete] completed CON-POST   MID=15796, Token=2CB55F0B1BB9F32B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=15796, Token=2CB55F0B1BB9F32B, 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!
15:12:35.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L738, 127.0.0.1:8209] send request
15:12:35.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L738, 127.0.0.1:8209] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L738, 127.0.0.1:8209] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0B010000}, 97 EB 8B 43 A7 74 24 C2 D4 95 78 9A E5 FF D7 6A EE 2F 86 67 FF D9 30 C8
15:12:35.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L738, 127.0.0.1:8209] added with generated mid KeyMID[127.0.0.1:8209-15797], CON-POST   MID=15797, 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
15:12:35.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L738, 127.0.0.1:8209] added with generated token KeyToken[127.0.0.1:8209-2CBE290C1A561CBA], CON-POST   MID=15797, Token=2CBE290C1A561CBA, 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
15:12:35.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8209-15797], KeyToken[127.0.0.1:8209-2CBE290C1A561CBA]]
15:12:35.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 42 bytes to 127.0.0.1:8209
15:12:35.253 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E753,T92) 127.0.0.1:8,210 ==> :8,209 [CON-POST   MID=15797, Token=2CBE290C1A561CBA, 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]
15:12:35.253 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8209) received 42 bytes from 127.0.0.1:8210
15:12:35.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-15797]
15:12:35.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R739, 127.0.0.1:8210] replace CON-POST   MID=15797, Token=2CBE290C1A561CBA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=15797, Token=2CBE290C1A561CBA, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R739, 127.0.0.1:8210] send response NON-2.05   MID=15797, Token=null, OptionSet={}, "server responds hi"
15:12:35.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R739, 127.0.0.1:8210, complete]!
15:12:35.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R739, 127.0.0.1:8210, complete] completed NON-2.04   MID=15797, Token=2CBE290C1A561CBA, 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!
15:12:35.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:8210
15:12:35.254 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E754,T95) 127.0.0.1:8,209 ==> :8,210 [NON-2.04   MID=15797, Token=2CBE290C1A561CBA, 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]
15:12:35.254 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8209
15:12:35.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8209-15797]
15:12:35.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.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
15:12:35.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L738, 127.0.0.1:8209, complete]!
15:12:35.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L738, 127.0.0.1:8209, complete] for token KeyToken[127.0.0.1:8209-2CBE290C1A561CBA]
15:12:35.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L738, 127.0.0.1:8209, complete] for MID KeyMID[127.0.0.1:8209-15797]
15:12:35.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L738, 127.0.0.1:8209, complete] completed CON-POST   MID=15797, Token=2CBE290C1A561CBA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=15797, Token=2CBE290C1A561CBA, 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!
15:12:35.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L740, 127.0.0.1:8209] send request
15:12:35.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L740, 127.0.0.1:8209] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L740, 127.0.0.1:8209] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0B020000}, A1 B5 24 1D 35 38 45 F8 8E 8D 33 02 8C E6 31 F8 30 D8 C2 A6 41 1B 12 06
15:12:35.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L740, 127.0.0.1:8209] added with generated mid KeyMID[127.0.0.1:8209-15798], CON-POST   MID=15798, 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
15:12:35.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L740, 127.0.0.1:8209] added with generated token KeyToken[127.0.0.1:8209-309BBE43D2715050], CON-POST   MID=15798, Token=309BBE43D2715050, 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
15:12:35.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8209-15798], KeyToken[127.0.0.1:8209-309BBE43D2715050]]
15:12:35.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 42 bytes to 127.0.0.1:8209
15:12:35.256 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E755,T92) 127.0.0.1:8,210 ==> :8,209 [CON-POST   MID=15798, Token=309BBE43D2715050, 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]
15:12:35.256 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8209) received 42 bytes from 127.0.0.1:8210
15:12:35.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-15798]
15:12:35.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R741, 127.0.0.1:8210] replace CON-POST   MID=15798, Token=309BBE43D2715050, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=15798, Token=309BBE43D2715050, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R741, 127.0.0.1:8210] send response NON-2.05   MID=15798, Token=null, OptionSet={}, "server responds hi"
15:12:35.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R741, 127.0.0.1:8210, complete]!
15:12:35.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R741, 127.0.0.1:8210, complete] completed NON-2.04   MID=15798, Token=309BBE43D2715050, 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!
15:12:35.257 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.257 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E756,T95) 127.0.0.1:8,209 ==> :8,210 [NON-2.04   MID=15798, Token=309BBE43D2715050, 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]
15:12:35.257 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8209
15:12:35.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8209-15798]
15:12:35.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.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
15:12:35.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L740, 127.0.0.1:8209, complete]!
15:12:35.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L740, 127.0.0.1:8209, complete] for token KeyToken[127.0.0.1:8209-309BBE43D2715050]
15:12:35.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L740, 127.0.0.1:8209, complete] for MID KeyMID[127.0.0.1:8209-15798]
15:12:35.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L740, 127.0.0.1:8209, complete] completed CON-POST   MID=15798, Token=309BBE43D2715050, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=15798, Token=309BBE43D2715050, 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!
15:12:35.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L742, 127.0.0.1:8209] send request
15:12:35.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L742, 127.0.0.1:8209] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L742, 127.0.0.1:8209] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0B040000}, B4 42 78 B8 91 72 54 30 CF 0B F6 F1 9A 88 1C FB DB ED 5E 54 ED DA 0F 43
15:12:35.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L742, 127.0.0.1:8209] added with generated mid KeyMID[127.0.0.1:8209-15799], CON-POST   MID=15799, 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
15:12:35.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L742, 127.0.0.1:8209] added with generated token KeyToken[127.0.0.1:8209-BCA73A5946DC3843], CON-POST   MID=15799, Token=BCA73A5946DC3843, 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
15:12:35.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8209-15799], KeyToken[127.0.0.1:8209-BCA73A5946DC3843]]
15:12:35.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 42 bytes to 127.0.0.1:8209
15:12:35.258 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E757,T92) 127.0.0.1:8,210 ==> :8,209 [CON-POST   MID=15799, Token=BCA73A5946DC3843, 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]
15:12:35.258 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8209) received 42 bytes from 127.0.0.1:8210
15:12:35.258 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-15799]
15:12:35.258 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.259 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R743, 127.0.0.1:8210] replace CON-POST   MID=15799, Token=BCA73A5946DC3843, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=15799, Token=BCA73A5946DC3843, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.259 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R743, 127.0.0.1:8210] send response NON-2.05   MID=15799, Token=null, OptionSet={}, "server responds hi"
15:12:35.259 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R743, 127.0.0.1:8210, complete]!
15:12:35.259 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R743, 127.0.0.1:8210, complete] completed NON-2.04   MID=15799, Token=BCA73A5946DC3843, 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!
15:12:35.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:8210
15:12:35.259 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E758,T95) 127.0.0.1:8,209 ==> :8,210 [NON-2.04   MID=15799, Token=BCA73A5946DC3843, 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]
15:12:35.259 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8209
15:12:35.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:8209-15799]
15:12:35.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.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
15:12:35.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L742, 127.0.0.1:8209, complete]!
15:12:35.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L742, 127.0.0.1:8209, complete] for token KeyToken[127.0.0.1:8209-BCA73A5946DC3843]
15:12:35.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L742, 127.0.0.1:8209, complete] for MID KeyMID[127.0.0.1:8209-15799]
15:12:35.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L742, 127.0.0.1:8209, complete] completed CON-POST   MID=15799, Token=BCA73A5946DC3843, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=15799, Token=BCA73A5946DC3843, 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!
15:12:35.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L744, 127.0.0.1:8209] send request
15:12:35.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L744, 127.0.0.1:8209] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L744, 127.0.0.1:8209] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0B080000}, 60 46 46 6A 40 9B 28 93 E0 FC 3C 6A 26 3F 71 FC 48 05 74 16 DC C0 EE 92
15:12:35.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L744, 127.0.0.1:8209] added with generated mid KeyMID[127.0.0.1:8209-15800], CON-POST   MID=15800, 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
15:12:35.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L744, 127.0.0.1:8209] added with generated token KeyToken[127.0.0.1:8209-80430CCA6255F35E], CON-POST   MID=15800, Token=80430CCA6255F35E, 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
15:12:35.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8209-15800], KeyToken[127.0.0.1:8209-80430CCA6255F35E]]
15:12:35.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 42 bytes to 127.0.0.1:8209
15:12:35.261 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E759,T92) 127.0.0.1:8,210 ==> :8,209 [CON-POST   MID=15800, Token=80430CCA6255F35E, 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]
15:12:35.261 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8209) received 42 bytes from 127.0.0.1:8210
15:12:35.261 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-15800]
15:12:35.261 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.261 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R745, 127.0.0.1:8210] replace CON-POST   MID=15800, Token=80430CCA6255F35E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=15800, Token=80430CCA6255F35E, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.261 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R745, 127.0.0.1:8210] send response NON-2.05   MID=15800, Token=null, OptionSet={}, "server responds hi"
15:12:35.261 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R745, 127.0.0.1:8210, complete]!
15:12:35.261 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R745, 127.0.0.1:8210, complete] completed NON-2.04   MID=15800, Token=80430CCA6255F35E, 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!
15:12:35.262 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.262 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E760,T95) 127.0.0.1:8,209 ==> :8,210 [NON-2.04   MID=15800, Token=80430CCA6255F35E, 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]
15:12:35.262 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8209
15:12:35.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:8209-15800]
15:12:35.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L744, 127.0.0.1:8209, complete]!
15:12:35.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L744, 127.0.0.1:8209, complete] for token KeyToken[127.0.0.1:8209-80430CCA6255F35E]
15:12:35.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L744, 127.0.0.1:8209, complete] for MID KeyMID[127.0.0.1:8209-15800]
15:12:35.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L744, 127.0.0.1:8209, complete] completed CON-POST   MID=15800, Token=80430CCA6255F35E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=15800, Token=80430CCA6255F35E, 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!
15:12:35.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L746, 127.0.0.1:8209] send request
15:12:35.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L746, 127.0.0.1:8209] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L746, 127.0.0.1:8209] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0B100000}, 9F E5 7F 17 EB 2A 8E 34 28 85 87 2F C3 20 9B 28 53 66 33 2A 22 DE 35 B9
15:12:35.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L746, 127.0.0.1:8209] added with generated mid KeyMID[127.0.0.1:8209-15801], CON-POST   MID=15801, 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
15:12:35.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L746, 127.0.0.1:8209] added with generated token KeyToken[127.0.0.1:8209-D4DC74977B472BE7], CON-POST   MID=15801, Token=D4DC74977B472BE7, 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
15:12:35.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8209-15801], KeyToken[127.0.0.1:8209-D4DC74977B472BE7]]
15:12:35.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 42 bytes to 127.0.0.1:8209
15:12:35.263 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E761,T92) 127.0.0.1:8,210 ==> :8,209 [CON-POST   MID=15801, Token=D4DC74977B472BE7, 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]
15:12:35.263 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8209) received 42 bytes from 127.0.0.1:8210
15:12:35.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-15801]
15:12:35.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R747, 127.0.0.1:8210] replace CON-POST   MID=15801, Token=D4DC74977B472BE7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=15801, Token=D4DC74977B472BE7, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R747, 127.0.0.1:8210] send response NON-2.05   MID=15801, Token=null, OptionSet={}, "server responds hi"
15:12:35.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R747, 127.0.0.1:8210, complete]!
15:12:35.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R747, 127.0.0.1:8210, complete] completed NON-2.04   MID=15801, Token=D4DC74977B472BE7, 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!
15:12:35.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:8210
15:12:35.264 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E762,T95) 127.0.0.1:8,209 ==> :8,210 [NON-2.04   MID=15801, Token=D4DC74977B472BE7, 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]
15:12:35.264 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8209
15:12:35.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:8209-15801]
15:12:35.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.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
15:12:35.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L746, 127.0.0.1:8209, complete]!
15:12:35.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L746, 127.0.0.1:8209, complete] for token KeyToken[127.0.0.1:8209-D4DC74977B472BE7]
15:12:35.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L746, 127.0.0.1:8209, complete] for MID KeyMID[127.0.0.1:8209-15801]
15:12:35.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L746, 127.0.0.1:8209, complete] completed CON-POST   MID=15801, Token=D4DC74977B472BE7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=15801, Token=D4DC74977B472BE7, 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!
15:12:35.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L748, 127.0.0.1:8209] send request
15:12:35.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L748, 127.0.0.1:8209] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L748, 127.0.0.1:8209] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0B200000}, 30 27 07 6A B2 B4 0D 50 CB D1 55 77 D2 B0 0A 20 E8 ED 7B B5 10 26 65 6E
15:12:35.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L748, 127.0.0.1:8209] added with generated mid KeyMID[127.0.0.1:8209-15802], CON-POST   MID=15802, 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
15:12:35.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L748, 127.0.0.1:8209] added with generated token KeyToken[127.0.0.1:8209-C8FB90D94A66FB87], CON-POST   MID=15802, Token=C8FB90D94A66FB87, 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
15:12:35.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8209-15802], KeyToken[127.0.0.1:8209-C8FB90D94A66FB87]]
15:12:35.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 42 bytes to 127.0.0.1:8209
15:12:35.266 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E763,T92) 127.0.0.1:8,210 ==> :8,209 [CON-POST   MID=15802, Token=C8FB90D94A66FB87, 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]
15:12:35.266 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8209) received 42 bytes from 127.0.0.1:8210
15:12:35.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-15802]
15:12:35.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R749, 127.0.0.1:8210] replace CON-POST   MID=15802, Token=C8FB90D94A66FB87, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=15802, Token=C8FB90D94A66FB87, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R749, 127.0.0.1:8210] send response NON-2.05   MID=15802, Token=null, OptionSet={}, "server responds hi"
15:12:35.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R749, 127.0.0.1:8210, complete]!
15:12:35.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R749, 127.0.0.1:8210, complete] completed NON-2.04   MID=15802, Token=C8FB90D94A66FB87, 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!
15:12:35.266 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.267 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E764,T95) 127.0.0.1:8,209 ==> :8,210 [NON-2.04   MID=15802, Token=C8FB90D94A66FB87, 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]
15:12:35.267 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8209
15:12:35.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:8209-15802]
15:12:35.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.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
15:12:35.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L748, 127.0.0.1:8209, complete]!
15:12:35.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L748, 127.0.0.1:8209, complete] for token KeyToken[127.0.0.1:8209-C8FB90D94A66FB87]
15:12:35.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L748, 127.0.0.1:8209, complete] for MID KeyMID[127.0.0.1:8209-15802]
15:12:35.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L748, 127.0.0.1:8209, complete] completed CON-POST   MID=15802, Token=C8FB90D94A66FB87, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=15802, Token=C8FB90D94A66FB87, 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!
15:12:35.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L750, 127.0.0.1:8209] send request
15:12:35.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L750, 127.0.0.1:8209] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L750, 127.0.0.1:8209] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0B400000}, A7 75 93 15 71 00 B7 E0 9E D5 CA 08 88 10 2E D2 86 39 D8 CC 11 F3 EC 20
15:12:35.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L750, 127.0.0.1:8209] added with generated mid KeyMID[127.0.0.1:8209-15803], CON-POST   MID=15803, 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
15:12:35.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L750, 127.0.0.1:8209] added with generated token KeyToken[127.0.0.1:8209-FCB5E0A2C054308E], CON-POST   MID=15803, Token=FCB5E0A2C054308E, 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
15:12:35.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8209-15803], KeyToken[127.0.0.1:8209-FCB5E0A2C054308E]]
15:12:35.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 42 bytes to 127.0.0.1:8209
15:12:35.268 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E765,T92) 127.0.0.1:8,210 ==> :8,209 [CON-POST   MID=15803, Token=FCB5E0A2C054308E, 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]
15:12:35.268 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8209) received 42 bytes from 127.0.0.1:8210
15:12:35.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-15803]
15:12:35.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R751, 127.0.0.1:8210] replace CON-POST   MID=15803, Token=FCB5E0A2C054308E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=15803, Token=FCB5E0A2C054308E, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R751, 127.0.0.1:8210] send response NON-2.05   MID=15803, Token=null, OptionSet={}, "server responds hi"
15:12:35.269 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R751, 127.0.0.1:8210, complete]!
15:12:35.269 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R751, 127.0.0.1:8210, complete] completed NON-2.04   MID=15803, Token=FCB5E0A2C054308E, 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!
15:12:35.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:8210
15:12:35.269 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E766,T95) 127.0.0.1:8,209 ==> :8,210 [NON-2.04   MID=15803, Token=FCB5E0A2C054308E, 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]
15:12:35.269 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8209
15:12:35.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:8209-15803]
15:12:35.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.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
15:12:35.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L750, 127.0.0.1:8209, complete]!
15:12:35.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L750, 127.0.0.1:8209, complete] for token KeyToken[127.0.0.1:8209-FCB5E0A2C054308E]
15:12:35.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L750, 127.0.0.1:8209, complete] for MID KeyMID[127.0.0.1:8209-15803]
15:12:35.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L750, 127.0.0.1:8209, complete] completed CON-POST   MID=15803, Token=FCB5E0A2C054308E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=15803, Token=FCB5E0A2C054308E, 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!
15:12:35.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L752, 127.0.0.1:8209] send request
15:12:35.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L752, 127.0.0.1:8209] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L752, 127.0.0.1:8209] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0B800000}, 81 FD 1A B9 E4 4D 16 17 F8 7B BA BB 81 E9 1D 72 52 B5 49 91 2F 2E 65 E5
15:12:35.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L752, 127.0.0.1:8209] added with generated mid KeyMID[127.0.0.1:8209-15804], CON-POST   MID=15804, 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
15:12:35.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L752, 127.0.0.1:8209] added with generated token KeyToken[127.0.0.1:8209-F0E1D0F284A2AA17], CON-POST   MID=15804, Token=F0E1D0F284A2AA17, 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
15:12:35.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8209-15804], KeyToken[127.0.0.1:8209-F0E1D0F284A2AA17]]
15:12:35.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 42 bytes to 127.0.0.1:8209
15:12:35.270 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E767,T92) 127.0.0.1:8,210 ==> :8,209 [CON-POST   MID=15804, Token=F0E1D0F284A2AA17, 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]
15:12:35.271 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8209) received 42 bytes from 127.0.0.1:8210
15:12:35.271 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-15804]
15:12:35.271 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.271 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R753, 127.0.0.1:8210] replace CON-POST   MID=15804, Token=F0E1D0F284A2AA17, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=15804, Token=F0E1D0F284A2AA17, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.271 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R753, 127.0.0.1:8210] send response NON-2.05   MID=15804, Token=null, OptionSet={}, "server responds hi"
15:12:35.271 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R753, 127.0.0.1:8210, complete]!
15:12:35.271 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R753, 127.0.0.1:8210, complete] completed NON-2.04   MID=15804, Token=F0E1D0F284A2AA17, 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!
15:12:35.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:8210
15:12:35.272 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E768,T95) 127.0.0.1:8,209 ==> :8,210 [NON-2.04   MID=15804, Token=F0E1D0F284A2AA17, 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]
15:12:35.272 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8209
15:12:35.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:8209-15804]
15:12:35.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.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
15:12:35.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L752, 127.0.0.1:8209, complete]!
15:12:35.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L752, 127.0.0.1:8209, complete] for token KeyToken[127.0.0.1:8209-F0E1D0F284A2AA17]
15:12:35.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L752, 127.0.0.1:8209, complete] for MID KeyMID[127.0.0.1:8209-15804]
15:12:35.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L752, 127.0.0.1:8209, complete] completed CON-POST   MID=15804, Token=F0E1D0F284A2AA17, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=15804, Token=F0E1D0F284A2AA17, 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!
15:12:35.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L754, 127.0.0.1:8209] send request
15:12:35.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L754, 127.0.0.1:8209] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L754, 127.0.0.1:8209] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0C01000000}, 52 3E 98 A1 E8 66 CE C0 03 0A 22 38 89 0C A9 0A A5 05 CE F6 18 EC 9C 5A
15:12:35.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L754, 127.0.0.1:8209] added with generated mid KeyMID[127.0.0.1:8209-15805], CON-POST   MID=15805, 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
15:12:35.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L754, 127.0.0.1:8209] added with generated token KeyToken[127.0.0.1:8209-E000F6E23DB7F13B], CON-POST   MID=15805, Token=E000F6E23DB7F13B, 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
15:12:35.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8209-15805], KeyToken[127.0.0.1:8209-E000F6E23DB7F13B]]
15:12:35.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 43 bytes to 127.0.0.1:8209
15:12:35.273 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E769,T92) 127.0.0.1:8,210 ==> :8,209 [CON-POST   MID=15805, Token=E000F6E23DB7F13B, 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]
15:12:35.273 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8209) received 43 bytes from 127.0.0.1:8210
15:12:35.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-15805]
15:12:35.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R755, 127.0.0.1:8210] replace CON-POST   MID=15805, Token=E000F6E23DB7F13B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=15805, Token=E000F6E23DB7F13B, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R755, 127.0.0.1:8210] send response NON-2.05   MID=15805, Token=null, OptionSet={}, "server responds hi"
15:12:35.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R755, 127.0.0.1:8210, complete]!
15:12:35.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R755, 127.0.0.1:8210, complete] completed NON-2.04   MID=15805, Token=E000F6E23DB7F13B, 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!
15:12:35.274 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.274 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E770,T95) 127.0.0.1:8,209 ==> :8,210 [NON-2.04   MID=15805, Token=E000F6E23DB7F13B, 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]
15:12:35.274 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8209
15:12:35.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8209-15805]
15:12:35.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L754, 127.0.0.1:8209, complete]!
15:12:35.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L754, 127.0.0.1:8209, complete] for token KeyToken[127.0.0.1:8209-E000F6E23DB7F13B]
15:12:35.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L754, 127.0.0.1:8209, complete] for MID KeyMID[127.0.0.1:8209-15805]
15:12:35.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L754, 127.0.0.1:8209, complete] completed CON-POST   MID=15805, Token=E000F6E23DB7F13B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=15805, Token=E000F6E23DB7F13B, 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!
15:12:35.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L756, 127.0.0.1:8209] send request
15:12:35.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L756, 127.0.0.1:8209] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L756, 127.0.0.1:8209] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0C02000000}, CF A4 36 61 96 D5 5C 83 9D 21 AA 8D E0 47 7D 7C 4F E1 42 49 B3 21 7B 24
15:12:35.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L756, 127.0.0.1:8209] added with generated mid KeyMID[127.0.0.1:8209-15806], CON-POST   MID=15806, 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
15:12:35.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L756, 127.0.0.1:8209] added with generated token KeyToken[127.0.0.1:8209-7423089A691D57B6], CON-POST   MID=15806, Token=7423089A691D57B6, 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
15:12:35.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8209-15806], KeyToken[127.0.0.1:8209-7423089A691D57B6]]
15:12:35.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 43 bytes to 127.0.0.1:8209
15:12:35.275 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E771,T92) 127.0.0.1:8,210 ==> :8,209 [CON-POST   MID=15806, Token=7423089A691D57B6, 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]
15:12:35.276 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8209) received 43 bytes from 127.0.0.1:8210
15:12:35.276 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-15806]
15:12:35.276 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.276 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R757, 127.0.0.1:8210] replace CON-POST   MID=15806, Token=7423089A691D57B6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=15806, Token=7423089A691D57B6, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.276 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R757, 127.0.0.1:8210] send response NON-2.05   MID=15806, Token=null, OptionSet={}, "server responds hi"
15:12:35.276 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R757, 127.0.0.1:8210, complete]!
15:12:35.276 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R757, 127.0.0.1:8210, complete] completed NON-2.04   MID=15806, Token=7423089A691D57B6, 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!
15:12:35.276 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.325 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E772,T95) 127.0.0.1:8,209 ==> :8,210 [NON-2.04   MID=15806, Token=7423089A691D57B6, 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]
15:12:35.325 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8209
15:12:35.325 [: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-15806]
15:12:35.325 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.325 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.326 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L756, 127.0.0.1:8209, complete]!
15:12:35.326 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L756, 127.0.0.1:8209, complete] for token KeyToken[127.0.0.1:8209-7423089A691D57B6]
15:12:35.326 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L756, 127.0.0.1:8209, complete] for MID KeyMID[127.0.0.1:8209-15806]
15:12:35.326 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L756, 127.0.0.1:8209, complete] completed CON-POST   MID=15806, Token=7423089A691D57B6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=15806, Token=7423089A691D57B6, 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!
15:12:35.326 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L758, 127.0.0.1:8209] send request
15:12:35.326 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L758, 127.0.0.1:8209] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.326 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L758, 127.0.0.1:8209] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0C04000000}, 49 87 65 74 92 0C A2 BC E0 AB C3 85 1F 60 70 06 80 DB 8F 30 F2 ED D3 34
15:12:35.326 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L758, 127.0.0.1:8209] added with generated mid KeyMID[127.0.0.1:8209-15807], CON-POST   MID=15807, 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
15:12:35.326 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L758, 127.0.0.1:8209] added with generated token KeyToken[127.0.0.1:8209-9889E392A4757684], CON-POST   MID=15807, Token=9889E392A4757684, 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
15:12:35.326 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8209-15807], KeyToken[127.0.0.1:8209-9889E392A4757684]]
15:12:35.326 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8209
15:12:35.327 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E773,T92) 127.0.0.1:8,210 ==> :8,209 [CON-POST   MID=15807, Token=9889E392A4757684, 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]
15:12:35.327 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8209) received 43 bytes from 127.0.0.1:8210
15:12:35.327 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-15807]
15:12:35.327 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.327 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R759, 127.0.0.1:8210] replace CON-POST   MID=15807, Token=9889E392A4757684, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=15807, Token=9889E392A4757684, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.327 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R759, 127.0.0.1:8210] send response NON-2.05   MID=15807, Token=null, OptionSet={}, "server responds hi"
15:12:35.327 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R759, 127.0.0.1:8210, complete]!
15:12:35.327 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R759, 127.0.0.1:8210, complete] completed NON-2.04   MID=15807, Token=9889E392A4757684, 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!
15:12:35.327 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.328 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E774,T95) 127.0.0.1:8,209 ==> :8,210 [NON-2.04   MID=15807, Token=9889E392A4757684, 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]
15:12:35.328 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8209
15:12:35.328 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8209-15807]
15:12:35.328 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.328 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.328 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L758, 127.0.0.1:8209, complete]!
15:12:35.328 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L758, 127.0.0.1:8209, complete] for token KeyToken[127.0.0.1:8209-9889E392A4757684]
15:12:35.328 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L758, 127.0.0.1:8209, complete] for MID KeyMID[127.0.0.1:8209-15807]
15:12:35.328 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L758, 127.0.0.1:8209, complete] completed CON-POST   MID=15807, Token=9889E392A4757684, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=15807, Token=9889E392A4757684, 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!
15:12:35.328 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L760, 127.0.0.1:8209] send request
15:12:35.328 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L760, 127.0.0.1:8209] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.329 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L760, 127.0.0.1:8209] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0C08000000}, EA 41 05 05 E5 B9 6F 4E 9D 80 8A 61 44 5A F8 B5 BC E4 8E 8A 8B 49 B9 25
15:12:35.329 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L760, 127.0.0.1:8209] added with generated mid KeyMID[127.0.0.1:8209-15808], CON-POST   MID=15808, 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
15:12:35.329 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L760, 127.0.0.1:8209] added with generated token KeyToken[127.0.0.1:8209-70969A55E9317E45], CON-POST   MID=15808, Token=70969A55E9317E45, 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
15:12:35.329 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8209-15808], KeyToken[127.0.0.1:8209-70969A55E9317E45]]
15:12:35.329 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8209
15:12:35.329 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E775,T92) 127.0.0.1:8,210 ==> :8,209 [CON-POST   MID=15808, Token=70969A55E9317E45, 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]
15:12:35.329 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8209) received 43 bytes from 127.0.0.1:8210
15:12:35.329 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-15808]
15:12:35.330 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.330 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R761, 127.0.0.1:8210] replace CON-POST   MID=15808, Token=70969A55E9317E45, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=15808, Token=70969A55E9317E45, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.330 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R761, 127.0.0.1:8210] send response NON-2.05   MID=15808, Token=null, OptionSet={}, "server responds hi"
15:12:35.330 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R761, 127.0.0.1:8210, complete]!
15:12:35.330 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R761, 127.0.0.1:8210, complete] completed NON-2.04   MID=15808, Token=70969A55E9317E45, 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!
15:12:35.330 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.330 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E776,T95) 127.0.0.1:8,209 ==> :8,210 [NON-2.04   MID=15808, Token=70969A55E9317E45, 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]
15:12:35.330 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8209
15:12:35.331 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8209-15808]
15:12:35.331 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.331 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.331 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L760, 127.0.0.1:8209, complete]!
15:12:35.331 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L760, 127.0.0.1:8209, complete] for token KeyToken[127.0.0.1:8209-70969A55E9317E45]
15:12:35.331 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L760, 127.0.0.1:8209, complete] for MID KeyMID[127.0.0.1:8209-15808]
15:12:35.331 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L760, 127.0.0.1:8209, complete] completed CON-POST   MID=15808, Token=70969A55E9317E45, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=15808, Token=70969A55E9317E45, 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!
15:12:35.331 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L762, 127.0.0.1:8209] send request
15:12:35.331 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L762, 127.0.0.1:8209] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.331 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L762, 127.0.0.1:8209] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0C10000000}, AD 21 A7 3D EA DE 86 CC 83 1E E6 FD 15 F4 34 FB 9F B1 03 5C B8 0F D2 CA
15:12:35.331 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L762, 127.0.0.1:8209] added with generated mid KeyMID[127.0.0.1:8209-15809], CON-POST   MID=15809, 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
15:12:35.332 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L762, 127.0.0.1:8209] added with generated token KeyToken[127.0.0.1:8209-705373296D32F619], CON-POST   MID=15809, Token=705373296D32F619, 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
15:12:35.332 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8209-15809], KeyToken[127.0.0.1:8209-705373296D32F619]]
15:12:35.332 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8209
15:12:35.332 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E777,T92) 127.0.0.1:8,210 ==> :8,209 [CON-POST   MID=15809, Token=705373296D32F619, 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]
15:12:35.332 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8209) received 43 bytes from 127.0.0.1:8210
15:12:35.332 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-15809]
15:12:35.332 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.332 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R763, 127.0.0.1:8210] replace CON-POST   MID=15809, Token=705373296D32F619, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=15809, Token=705373296D32F619, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.332 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R763, 127.0.0.1:8210] send response NON-2.05   MID=15809, Token=null, OptionSet={}, "server responds hi"
15:12:35.333 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R763, 127.0.0.1:8210, complete]!
15:12:35.333 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R763, 127.0.0.1:8210, complete] completed NON-2.04   MID=15809, Token=705373296D32F619, 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!
15:12:35.333 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.333 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E778,T95) 127.0.0.1:8,209 ==> :8,210 [NON-2.04   MID=15809, Token=705373296D32F619, 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]
15:12:35.333 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8209
15:12:35.333 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8209-15809]
15:12:35.333 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.333 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.333 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L762, 127.0.0.1:8209, complete]!
15:12:35.333 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L762, 127.0.0.1:8209, complete] for token KeyToken[127.0.0.1:8209-705373296D32F619]
15:12:35.333 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L762, 127.0.0.1:8209, complete] for MID KeyMID[127.0.0.1:8209-15809]
15:12:35.333 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L762, 127.0.0.1:8209, complete] completed CON-POST   MID=15809, Token=705373296D32F619, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=15809, Token=705373296D32F619, 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!
15:12:35.334 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L764, 127.0.0.1:8209] send request
15:12:35.334 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L764, 127.0.0.1:8209] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.334 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L764, 127.0.0.1:8209] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0C20000000}, 57 8B E2 6D 3F 3E EA 24 6E DB 78 4A AF 3F 86 DD A8 ED 0D 8D 34 C7 63 C6
15:12:35.334 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L764, 127.0.0.1:8209] added with generated mid KeyMID[127.0.0.1:8209-15810], CON-POST   MID=15810, 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
15:12:35.334 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L764, 127.0.0.1:8209] added with generated token KeyToken[127.0.0.1:8209-64A1E53817589C36], CON-POST   MID=15810, Token=64A1E53817589C36, 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
15:12:35.334 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8209-15810], KeyToken[127.0.0.1:8209-64A1E53817589C36]]
15:12:35.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:8209
15:12:35.334 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E779,T92) 127.0.0.1:8,210 ==> :8,209 [CON-POST   MID=15810, Token=64A1E53817589C36, 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]
15:12:35.334 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8209) received 43 bytes from 127.0.0.1:8210
15:12:35.334 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-15810]
15:12:35.335 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.335 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R765, 127.0.0.1:8210] replace CON-POST   MID=15810, Token=64A1E53817589C36, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=15810, Token=64A1E53817589C36, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.335 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R765, 127.0.0.1:8210] send response NON-2.05   MID=15810, Token=null, OptionSet={}, "server responds hi"
15:12:35.335 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R765, 127.0.0.1:8210, complete]!
15:12:35.335 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R765, 127.0.0.1:8210, complete] completed NON-2.04   MID=15810, Token=64A1E53817589C36, 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!
15:12:35.335 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.335 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E780,T95) 127.0.0.1:8,209 ==> :8,210 [NON-2.04   MID=15810, Token=64A1E53817589C36, 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]
15:12:35.335 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8209
15:12:35.335 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8209-15810]
15:12:35.335 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.335 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.335 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L764, 127.0.0.1:8209, complete]!
15:12:35.335 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L764, 127.0.0.1:8209, complete] for token KeyToken[127.0.0.1:8209-64A1E53817589C36]
15:12:35.336 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L764, 127.0.0.1:8209, complete] for MID KeyMID[127.0.0.1:8209-15810]
15:12:35.336 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L764, 127.0.0.1:8209, complete] completed CON-POST   MID=15810, Token=64A1E53817589C36, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=15810, Token=64A1E53817589C36, 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!
15:12:35.336 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
15:12:35.336 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8209
15:12:35.336 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8209
15:12:35.336 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8209] stopping ...
15:12:35.336 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8209, address /127.0.0.1
15:12:35.336 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8209] has stopped.
15:12:35.336 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8209
15:12:35.336 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End OSCoreServerClientTest

Start OSCoreServerClientTest
15:12:35.337 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:35.337 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:35.337 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:35.337 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
15:12:35.337 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
15:12:35.338 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
15:12:35.338 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:35.338 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:35.338 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
15:12:35.338 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8211
15:12:35.338 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:35.338 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8211, recv buf = 0, send buf = 0, recv packet size = 2048
15:12:35.338 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8211
15:12:35.338 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
15:12:35.338 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
15:12:35.339 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L766, 127.0.0.1:8211] send request
15:12:35.339 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L766, 127.0.0.1:8211] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.339 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L766, 127.0.0.1:8211] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A03E8}, 23 CA 48 43 58 09 C7 32 2A 7A AD BB 9B 23 78 37 30 44 F7 26 86 75 FD 65
15:12:35.339 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L766, 127.0.0.1:8211] added with generated mid KeyMID[127.0.0.1:8211-2032], CON-POST   MID= 2032, 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
15:12:35.339 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L766, 127.0.0.1:8211] added with generated token KeyToken[127.0.0.1:8211-C8F18C2148130C17], CON-POST   MID= 2032, Token=C8F18C2148130C17, 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
15:12:35.339 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8211-2032], KeyToken[127.0.0.1:8211-C8F18C2148130C17]]
15:12:35.340 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8211
15:12:35.340 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E781,T100) 127.0.0.1:8,210 ==> :8,211 [CON-POST   MID= 2032, Token=C8F18C2148130C17, 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]
15:12:35.340 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8211) received 41 bytes from 127.0.0.1:8210
15:12:35.340 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-2032]
15:12:35.340 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.340 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R767, 127.0.0.1:8210] replace CON-POST   MID= 2032, Token=C8F18C2148130C17, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID= 2032, Token=C8F18C2148130C17, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.340 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R767, 127.0.0.1:8210] send response NON-2.05   MID= 2032, Token=null, OptionSet={}, "server responds hi"
15:12:35.341 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R767, 127.0.0.1:8210, complete]!
15:12:35.341 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R767, 127.0.0.1:8210, complete] completed NON-2.04   MID= 2032, Token=C8F18C2148130C17, 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!
15:12:35.341 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.341 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E782,T95) 127.0.0.1:8,211 ==> :8,210 [NON-2.04   MID= 2032, Token=C8F18C2148130C17, 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]
15:12:35.341 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8211
15:12:35.341 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8211-2032]
15:12:35.341 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.341 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.341 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L766, 127.0.0.1:8211, complete]!
15:12:35.341 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L766, 127.0.0.1:8211, complete] for token KeyToken[127.0.0.1:8211-C8F18C2148130C17]
15:12:35.341 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L766, 127.0.0.1:8211, complete] for MID KeyMID[127.0.0.1:8211-2032]
15:12:35.341 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L766, 127.0.0.1:8211, complete] completed CON-POST   MID= 2032, Token=C8F18C2148130C17, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID= 2032, Token=C8F18C2148130C17, 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!
15:12:35.341 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L768, 127.0.0.1:8211] send request
15:12:35.341 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L768, 127.0.0.1:8211] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.342 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L768, 127.0.0.1:8211] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0388}, 91 9D BB D0 15 6E 23 81 08 D7 41 AE FA 74 CB D4 5C AA A6 4A 5D DD 59 50
15:12:35.342 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L768, 127.0.0.1:8211] added with generated mid KeyMID[127.0.0.1:8211-2033], CON-POST   MID= 2033, 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
15:12:35.342 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L768, 127.0.0.1:8211] added with generated token KeyToken[127.0.0.1:8211-4CE1D8C1FA881463], CON-POST   MID= 2033, Token=4CE1D8C1FA881463, 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
15:12:35.342 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8211-2033], KeyToken[127.0.0.1:8211-4CE1D8C1FA881463]]
15:12:35.342 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8211
15:12:35.342 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E783,T100) 127.0.0.1:8,210 ==> :8,211 [CON-POST   MID= 2033, Token=4CE1D8C1FA881463, 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]
15:12:35.342 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8211) received 41 bytes from 127.0.0.1:8210
15:12:35.342 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-2033]
15:12:35.342 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.342 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.OSCoreCtx - Message too old
15:12:35.342 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.RequestDecryptor - Replay detected
15:12:35.342 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.ObjectSecurityLayer - Error while receiving OSCore request: Replay detected
15:12:35.342 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R769, 127.0.0.1:8210, complete]!
15:12:35.342 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R769, 127.0.0.1:8210, complete] completed ACK-4.01   MID= 2033, Token=4CE1D8C1FA881463, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected"!
15:12:35.343 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 30 bytes to 127.0.0.1:8210
15:12:35.343 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E784,T95) 127.0.0.1:8,211 ==> :8,210 [ACK-4.01   MID= 2033, Token=4CE1D8C1FA881463, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected"]
15:12:35.343 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 30 bytes from 127.0.0.1:8211
15:12:35.343 [: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!
15:12:35.343 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap  received error ACK-4.01   MID= 2033, Token=4CE1D8C1FA881463, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected":
15:12:35.343 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L768, 127.0.0.1:8211, complete]!
15:12:35.343 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L768, 127.0.0.1:8211, complete] for token KeyToken[127.0.0.1:8211-4CE1D8C1FA881463]
15:12:35.343 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L768, 127.0.0.1:8211, complete] for MID KeyMID[127.0.0.1:8211-2033]
15:12:35.343 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L768, 127.0.0.1:8211, complete] completed CON-POST   MID= 2033, Token=4CE1D8C1FA881463, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID= 2033, Token=4CE1D8C1FA881463, 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!
15:12:35.343 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
15:12:35.344 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8211
15:12:35.344 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8211
15:12:35.344 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8211] stopping ...
15:12:35.344 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8211, address /127.0.0.1
15:12:35.344 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8211] has stopped.
15:12:35.344 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8211
15:12:35.344 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End OSCoreServerClientTest

Start OSCoreServerClientTest
15:12:35.345 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:35.345 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:35.345 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:35.345 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
15:12:35.345 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
15:12:35.346 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
15:12:35.346 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:35.346 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:35.346 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
15:12:35.346 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8212
15:12:35.346 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:35.346 [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
15:12:35.346 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8212
15:12:35.346 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
15:12:35.346 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
15:12:35.347 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L770, 127.0.0.1:8212] send request
15:12:35.347 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L770, 127.0.0.1:8212] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.347 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L770, 127.0.0.1:8212] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x090A}, D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C
15:12:35.347 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L770, 127.0.0.1:8212] added with generated mid KeyMID[127.0.0.1:8212-29856], CON-POST   MID=29856, 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
15:12:35.347 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L770, 127.0.0.1:8212] added with generated token KeyToken[127.0.0.1:8212-6C56E955954D7E88], CON-POST   MID=29856, Token=6C56E955954D7E88, 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
15:12:35.347 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8212-29856], KeyToken[127.0.0.1:8212-6C56E955954D7E88]]
15:12:35.347 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8212
15:12:35.347 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E785,T105) 127.0.0.1:8,210 ==> :8,212 [CON-POST   MID=29856, Token=6C56E955954D7E88, 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]
15:12:35.348 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8212) received 40 bytes from 127.0.0.1:8210
15:12:35.348 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29856]
15:12:35.348 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.348 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R771, 127.0.0.1:8210] replace CON-POST   MID=29856, Token=6C56E955954D7E88, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29856, Token=6C56E955954D7E88, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.348 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R771, 127.0.0.1:8210] send response NON-2.05   MID=29856, Token=null, OptionSet={}, "server responds hi"
15:12:35.348 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R771, 127.0.0.1:8210, complete]!
15:12:35.348 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R771, 127.0.0.1:8210, complete] completed NON-2.04   MID=29856, Token=6C56E955954D7E88, 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!
15:12:35.348 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.349 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E786,T95) 127.0.0.1:8,212 ==> :8,210 [NON-2.04   MID=29856, Token=6C56E955954D7E88, 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]
15:12:35.349 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8212
15:12:35.349 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8212-29856]
15:12:35.349 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.349 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.349 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L770, 127.0.0.1:8212, complete]!
15:12:35.349 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L770, 127.0.0.1:8212, complete] for token KeyToken[127.0.0.1:8212-6C56E955954D7E88]
15:12:35.349 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L770, 127.0.0.1:8212, complete] for MID KeyMID[127.0.0.1:8212-29856]
15:12:35.349 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L770, 127.0.0.1:8212, complete] completed CON-POST   MID=29856, Token=6C56E955954D7E88, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29856, Token=6C56E955954D7E88, 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!
15:12:35.349 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L772, 127.0.0.1:8212] send request
15:12:35.349 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L772, 127.0.0.1:8212] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.349 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L772, 127.0.0.1:8212] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0905}, 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61
15:12:35.350 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L772, 127.0.0.1:8212] added with generated mid KeyMID[127.0.0.1:8212-29857], CON-POST   MID=29857, 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
15:12:35.350 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L772, 127.0.0.1:8212] added with generated token KeyToken[127.0.0.1:8212-58DE5C0836321D2A], CON-POST   MID=29857, Token=58DE5C0836321D2A, 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
15:12:35.350 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8212-29857], KeyToken[127.0.0.1:8212-58DE5C0836321D2A]]
15:12:35.350 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8212
15:12:35.350 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E787,T105) 127.0.0.1:8,210 ==> :8,212 [CON-POST   MID=29857, Token=58DE5C0836321D2A, 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]
15:12:35.350 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8212) received 40 bytes from 127.0.0.1:8210
15:12:35.350 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29857]
15:12:35.350 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.350 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R773, 127.0.0.1:8210] replace CON-POST   MID=29857, Token=58DE5C0836321D2A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29857, Token=58DE5C0836321D2A, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.350 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R773, 127.0.0.1:8210] send response NON-2.05   MID=29857, Token=null, OptionSet={}, "server responds hi"
15:12:35.351 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R773, 127.0.0.1:8210, complete]!
15:12:35.351 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R773, 127.0.0.1:8210, complete] completed NON-2.04   MID=29857, Token=58DE5C0836321D2A, 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!
15:12:35.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:8210
15:12:35.351 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E788,T95) 127.0.0.1:8,212 ==> :8,210 [NON-2.04   MID=29857, Token=58DE5C0836321D2A, 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]
15:12:35.351 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8212
15:12:35.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8212-29857]
15:12:35.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.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
15:12:35.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L772, 127.0.0.1:8212, complete]!
15:12:35.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L772, 127.0.0.1:8212, complete] for token KeyToken[127.0.0.1:8212-58DE5C0836321D2A]
15:12:35.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L772, 127.0.0.1:8212, complete] for MID KeyMID[127.0.0.1:8212-29857]
15:12:35.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L772, 127.0.0.1:8212, complete] completed CON-POST   MID=29857, Token=58DE5C0836321D2A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29857, Token=58DE5C0836321D2A, 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!
15:12:35.351 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
15:12:35.352 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8212
15:12:35.352 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8212
15:12:35.352 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8212] stopping ...
15:12:35.352 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8212, address /127.0.0.1
15:12:35.352 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8212] has stopped.
15:12:35.352 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8212
15:12:35.352 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End OSCoreServerClientTest

Start OSCoreServerClientTest
15:12:35.353 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:35.353 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:35.353 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:35.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
15:12:35.353 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
15:12:35.353 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
15:12:35.354 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:35.354 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:35.354 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
15:12:35.354 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8213
15:12:35.354 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:35.354 [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
15:12:35.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]]
15:12:35.354 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8213
15:12:35.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]]
15:12:35.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L774, 127.0.0.1:8213] send request
15:12:35.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L774, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L774, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85
15:12:35.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L774, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-28990], CON-POST   MID=28990, 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
15:12:35.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L774, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-4C3C2C1B4ABA03AD], CON-POST   MID=28990, Token=4C3C2C1B4ABA03AD, 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
15:12:35.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-28990], KeyToken[127.0.0.1:8213-4C3C2C1B4ABA03AD]]
15:12:35.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:8213
15:12:35.355 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E789,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=28990, Token=4C3C2C1B4ABA03AD, 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]
15:12:35.355 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.355 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-28990]
15:12:35.356 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.356 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R775, 127.0.0.1:8210] replace CON-POST   MID=28990, Token=4C3C2C1B4ABA03AD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=28990, Token=4C3C2C1B4ABA03AD, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.356 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R775, 127.0.0.1:8210] send response NON-2.05   MID=28990, Token=null, OptionSet={}, "server responds hi"
15:12:35.356 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R775, 127.0.0.1:8210, complete]!
15:12:35.356 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R775, 127.0.0.1:8210, complete] completed NON-2.04   MID=28990, Token=4C3C2C1B4ABA03AD, 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!
15:12:35.356 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.356 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E790,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=28990, Token=4C3C2C1B4ABA03AD, 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]
15:12:35.356 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-28990]
15:12:35.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.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
15:12:35.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L774, 127.0.0.1:8213, complete]!
15:12:35.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L774, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-4C3C2C1B4ABA03AD]
15:12:35.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L774, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-28990]
15:12:35.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L774, 127.0.0.1:8213, complete] completed CON-POST   MID=28990, Token=4C3C2C1B4ABA03AD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=28990, Token=4C3C2C1B4ABA03AD, 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!
15:12:35.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L776, 127.0.0.1:8213] send request
15:12:35.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L776, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L776, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A
15:12:35.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L776, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-28991], CON-POST   MID=28991, 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
15:12:35.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L776, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-402D270B800BE4D4], CON-POST   MID=28991, Token=402D270B800BE4D4, 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
15:12:35.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-28991], KeyToken[127.0.0.1:8213-402D270B800BE4D4]]
15:12:35.358 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.358 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E791,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=28991, Token=402D270B800BE4D4, 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]
15:12:35.358 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-28991]
15:12:35.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R777, 127.0.0.1:8210] replace CON-POST   MID=28991, Token=402D270B800BE4D4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=28991, Token=402D270B800BE4D4, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R777, 127.0.0.1:8210] send response NON-2.05   MID=28991, Token=null, OptionSet={}, "server responds hi"
15:12:35.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R777, 127.0.0.1:8210, complete]!
15:12:35.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R777, 127.0.0.1:8210, complete] completed NON-2.04   MID=28991, Token=402D270B800BE4D4, 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!
15:12:35.358 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.359 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E792,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=28991, Token=402D270B800BE4D4, 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]
15:12:35.359 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-28991]
15:12:35.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.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
15:12:35.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L776, 127.0.0.1:8213, complete]!
15:12:35.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L776, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-402D270B800BE4D4]
15:12:35.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L776, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-28991]
15:12:35.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L776, 127.0.0.1:8213, complete] completed CON-POST   MID=28991, Token=402D270B800BE4D4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=28991, Token=402D270B800BE4D4, 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!
15:12:35.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L778, 127.0.0.1:8213] send request
15:12:35.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L778, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L778, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0902}, 62 EB 6B DB DE C9 49 2E FE 14 41 55 5A AD F7 B3 19 3D 9C 0C AB 78 A8 E8
15:12:35.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L778, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-28992], CON-POST   MID=28992, 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
15:12:35.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L778, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-18DCF94D3264149E], CON-POST   MID=28992, Token=18DCF94D3264149E, 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
15:12:35.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-28992], KeyToken[127.0.0.1:8213-18DCF94D3264149E]]
15:12:35.360 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.360 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E793,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=28992, Token=18DCF94D3264149E, 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]
15:12:35.360 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-28992]
15:12:35.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R779, 127.0.0.1:8210] replace CON-POST   MID=28992, Token=18DCF94D3264149E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=28992, Token=18DCF94D3264149E, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R779, 127.0.0.1:8210] send response NON-2.05   MID=28992, Token=null, OptionSet={}, "server responds hi"
15:12:35.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R779, 127.0.0.1:8210, complete]!
15:12:35.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R779, 127.0.0.1:8210, complete] completed NON-2.04   MID=28992, Token=18DCF94D3264149E, 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!
15:12:35.361 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.361 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E794,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=28992, Token=18DCF94D3264149E, 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]
15:12:35.361 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-28992]
15:12:35.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L778, 127.0.0.1:8213, complete]!
15:12:35.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L778, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-18DCF94D3264149E]
15:12:35.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L778, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-28992]
15:12:35.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L778, 127.0.0.1:8213, complete] completed CON-POST   MID=28992, Token=18DCF94D3264149E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=28992, Token=18DCF94D3264149E, 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!
15:12:35.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L780, 127.0.0.1:8213] send request
15:12:35.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L780, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L780, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0903}, C6 00 16 CA BB CB 7F 9F 13 71 D4 68 26 99 88 B1 BD 32 85 66 A0 C5 8E E4
15:12:35.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L780, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-28993], CON-POST   MID=28993, 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
15:12:35.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L780, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-BCA14E461F54CDBA], CON-POST   MID=28993, Token=BCA14E461F54CDBA, 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
15:12:35.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-28993], KeyToken[127.0.0.1:8213-BCA14E461F54CDBA]]
15:12:35.362 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.362 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E795,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=28993, Token=BCA14E461F54CDBA, 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]
15:12:35.362 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-28993]
15:12:35.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R781, 127.0.0.1:8210] replace CON-POST   MID=28993, Token=BCA14E461F54CDBA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=28993, Token=BCA14E461F54CDBA, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R781, 127.0.0.1:8210] send response NON-2.05   MID=28993, Token=null, OptionSet={}, "server responds hi"
15:12:35.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R781, 127.0.0.1:8210, complete]!
15:12:35.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R781, 127.0.0.1:8210, complete] completed NON-2.04   MID=28993, Token=BCA14E461F54CDBA, 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!
15:12:35.363 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.363 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E796,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=28993, Token=BCA14E461F54CDBA, 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]
15:12:35.363 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-28993]
15:12:35.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.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
15:12:35.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L780, 127.0.0.1:8213, complete]!
15:12:35.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L780, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-BCA14E461F54CDBA]
15:12:35.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L780, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-28993]
15:12:35.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L780, 127.0.0.1:8213, complete] completed CON-POST   MID=28993, Token=BCA14E461F54CDBA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=28993, Token=BCA14E461F54CDBA, 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!
15:12:35.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L782, 127.0.0.1:8213] send request
15:12:35.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L782, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L782, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0904}, CC 6D 04 B8 6E BD 1F 81 AB F8 77 BF 51 06 66 0A 88 6C 65 4B 44 16 69 E7
15:12:35.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L782, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-28994], CON-POST   MID=28994, 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
15:12:35.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L782, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-CC5B0A33F79F5F25], CON-POST   MID=28994, Token=CC5B0A33F79F5F25, 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
15:12:35.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-28994], KeyToken[127.0.0.1:8213-CC5B0A33F79F5F25]]
15:12:35.364 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.364 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E797,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=28994, Token=CC5B0A33F79F5F25, 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]
15:12:35.364 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-28994]
15:12:35.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.364 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R783, 127.0.0.1:8210] replace CON-POST   MID=28994, Token=CC5B0A33F79F5F25, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=28994, Token=CC5B0A33F79F5F25, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R783, 127.0.0.1:8210] send response NON-2.05   MID=28994, Token=null, OptionSet={}, "server responds hi"
15:12:35.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R783, 127.0.0.1:8210, complete]!
15:12:35.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R783, 127.0.0.1:8210, complete] completed NON-2.04   MID=28994, Token=CC5B0A33F79F5F25, 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!
15:12:35.365 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.365 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E798,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=28994, Token=CC5B0A33F79F5F25, 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]
15:12:35.365 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-28994]
15:12:35.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.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
15:12:35.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L782, 127.0.0.1:8213, complete]!
15:12:35.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L782, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-CC5B0A33F79F5F25]
15:12:35.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L782, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-28994]
15:12:35.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L782, 127.0.0.1:8213, complete] completed CON-POST   MID=28994, Token=CC5B0A33F79F5F25, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=28994, Token=CC5B0A33F79F5F25, 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!
15:12:35.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L784, 127.0.0.1:8213] send request
15:12:35.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L784, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L784, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0905}, 5C D5 32 56 64 C2 31 06 77 37 B5 A0 18 05 9A 01 E0 11 F3 82 2D 8A B3 61
15:12:35.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L784, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-28995], CON-POST   MID=28995, 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
15:12:35.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L784, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-4CF03F76B3AAE5D4], CON-POST   MID=28995, Token=4CF03F76B3AAE5D4, 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
15:12:35.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-28995], KeyToken[127.0.0.1:8213-4CF03F76B3AAE5D4]]
15:12:35.366 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.366 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E799,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=28995, Token=4CF03F76B3AAE5D4, 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]
15:12:35.366 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-28995]
15:12:35.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R785, 127.0.0.1:8210] replace CON-POST   MID=28995, Token=4CF03F76B3AAE5D4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=28995, Token=4CF03F76B3AAE5D4, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R785, 127.0.0.1:8210] send response NON-2.05   MID=28995, Token=null, OptionSet={}, "server responds hi"
15:12:35.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R785, 127.0.0.1:8210, complete]!
15:12:35.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R785, 127.0.0.1:8210, complete] completed NON-2.04   MID=28995, Token=4CF03F76B3AAE5D4, 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!
15:12:35.367 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.367 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E800,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=28995, Token=4CF03F76B3AAE5D4, 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]
15:12:35.367 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-28995]
15:12:35.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.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
15:12:35.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L784, 127.0.0.1:8213, complete]!
15:12:35.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L784, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-4CF03F76B3AAE5D4]
15:12:35.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L784, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-28995]
15:12:35.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L784, 127.0.0.1:8213, complete] completed CON-POST   MID=28995, Token=4CF03F76B3AAE5D4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=28995, Token=4CF03F76B3AAE5D4, 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!
15:12:35.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L786, 127.0.0.1:8213] send request
15:12:35.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L786, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L786, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0906}, 5B 02 24 9A 83 AB F5 C1 E7 44 B4 43 96 BC 80 35 2D B5 79 A9 8E C2 25 FD
15:12:35.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L786, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-28996], CON-POST   MID=28996, 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
15:12:35.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L786, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-8067E4B625D45653], CON-POST   MID=28996, Token=8067E4B625D45653, 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
15:12:35.368 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-28996], KeyToken[127.0.0.1:8213-8067E4B625D45653]]
15:12:35.369 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.369 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E801,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=28996, Token=8067E4B625D45653, 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]
15:12:35.369 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.369 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-28996]
15:12:35.369 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.369 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R787, 127.0.0.1:8210] replace CON-POST   MID=28996, Token=8067E4B625D45653, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=28996, Token=8067E4B625D45653, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.425 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R787, 127.0.0.1:8210] send response NON-2.05   MID=28996, Token=null, OptionSet={}, "server responds hi"
15:12:35.425 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R787, 127.0.0.1:8210, complete]!
15:12:35.425 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R787, 127.0.0.1:8210, complete] completed NON-2.04   MID=28996, Token=8067E4B625D45653, 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!
15:12:35.425 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.426 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E802,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=28996, Token=8067E4B625D45653, 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]
15:12:35.426 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.426 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-28996]
15:12:35.426 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.426 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.426 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L786, 127.0.0.1:8213, complete]!
15:12:35.426 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L786, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-8067E4B625D45653]
15:12:35.426 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L786, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-28996]
15:12:35.426 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L786, 127.0.0.1:8213, complete] completed CON-POST   MID=28996, Token=8067E4B625D45653, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=28996, Token=8067E4B625D45653, 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!
15:12:35.426 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L788, 127.0.0.1:8213] send request
15:12:35.426 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L788, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.427 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L788, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0907}, F9 8B 2F 76 BD 0B DD 2B D0 B2 E6 60 03 52 0C 09 3A 1E 35 68 9A 8D 7C B0
15:12:35.427 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L788, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-28997], CON-POST   MID=28997, 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
15:12:35.427 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L788, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-08BDF43232530766], CON-POST   MID=28997, Token=08BDF43232530766, 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
15:12:35.427 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-28997], KeyToken[127.0.0.1:8213-08BDF43232530766]]
15:12:35.427 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.427 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E803,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=28997, Token=08BDF43232530766, 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]
15:12:35.427 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.427 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-28997]
15:12:35.427 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.427 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R789, 127.0.0.1:8210] replace CON-POST   MID=28997, Token=08BDF43232530766, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=28997, Token=08BDF43232530766, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.427 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R789, 127.0.0.1:8210] send response NON-2.05   MID=28997, Token=null, OptionSet={}, "server responds hi"
15:12:35.428 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R789, 127.0.0.1:8210, complete]!
15:12:35.428 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R789, 127.0.0.1:8210, complete] completed NON-2.04   MID=28997, Token=08BDF43232530766, 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!
15:12:35.428 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.428 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E804,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=28997, Token=08BDF43232530766, 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]
15:12:35.428 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.428 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-28997]
15:12:35.428 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.428 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.428 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L788, 127.0.0.1:8213, complete]!
15:12:35.428 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L788, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-08BDF43232530766]
15:12:35.428 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L788, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-28997]
15:12:35.428 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L788, 127.0.0.1:8213, complete] completed CON-POST   MID=28997, Token=08BDF43232530766, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=28997, Token=08BDF43232530766, 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!
15:12:35.429 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L790, 127.0.0.1:8213] send request
15:12:35.429 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L790, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.429 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L790, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0908}, 30 3E 27 15 07 07 D0 55 61 9C F0 5B 44 34 F2 8D 68 D0 75 03 BB AB 20 12
15:12:35.429 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L790, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-28998], CON-POST   MID=28998, 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
15:12:35.429 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L790, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-4CF3FF4CA43A3DB6], CON-POST   MID=28998, Token=4CF3FF4CA43A3DB6, 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
15:12:35.429 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-28998], KeyToken[127.0.0.1:8213-4CF3FF4CA43A3DB6]]
15:12:35.429 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.429 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E805,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=28998, Token=4CF3FF4CA43A3DB6, 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]
15:12:35.429 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.430 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-28998]
15:12:35.430 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.430 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R791, 127.0.0.1:8210] replace CON-POST   MID=28998, Token=4CF3FF4CA43A3DB6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=28998, Token=4CF3FF4CA43A3DB6, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.430 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R791, 127.0.0.1:8210] send response NON-2.05   MID=28998, Token=null, OptionSet={}, "server responds hi"
15:12:35.430 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R791, 127.0.0.1:8210, complete]!
15:12:35.430 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R791, 127.0.0.1:8210, complete] completed NON-2.04   MID=28998, Token=4CF3FF4CA43A3DB6, 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!
15:12:35.430 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.430 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E806,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=28998, Token=4CF3FF4CA43A3DB6, 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]
15:12:35.430 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.430 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-28998]
15:12:35.430 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.431 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.431 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L790, 127.0.0.1:8213, complete]!
15:12:35.431 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L790, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-4CF3FF4CA43A3DB6]
15:12:35.431 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L790, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-28998]
15:12:35.431 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L790, 127.0.0.1:8213, complete] completed CON-POST   MID=28998, Token=4CF3FF4CA43A3DB6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=28998, Token=4CF3FF4CA43A3DB6, 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!
15:12:35.431 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L792, 127.0.0.1:8213] send request
15:12:35.431 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L792, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.431 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L792, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0909}, A1 A1 59 15 09 33 20 C6 B0 4B AF 33 65 13 8C 7D 18 72 67 0C 3A 83 78 CE
15:12:35.431 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L792, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-28999], CON-POST   MID=28999, 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
15:12:35.431 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L792, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-D8C5C70396BA3A1F], CON-POST   MID=28999, Token=D8C5C70396BA3A1F, 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
15:12:35.431 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-28999], KeyToken[127.0.0.1:8213-D8C5C70396BA3A1F]]
15:12:35.432 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.432 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E807,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=28999, Token=D8C5C70396BA3A1F, 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]
15:12:35.432 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.432 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-28999]
15:12:35.432 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.432 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R793, 127.0.0.1:8210] replace CON-POST   MID=28999, Token=D8C5C70396BA3A1F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=28999, Token=D8C5C70396BA3A1F, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.432 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R793, 127.0.0.1:8210] send response NON-2.05   MID=28999, Token=null, OptionSet={}, "server responds hi"
15:12:35.432 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R793, 127.0.0.1:8210, complete]!
15:12:35.432 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R793, 127.0.0.1:8210, complete] completed NON-2.04   MID=28999, Token=D8C5C70396BA3A1F, 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!
15:12:35.432 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.433 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E808,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=28999, Token=D8C5C70396BA3A1F, 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]
15:12:35.433 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.433 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-28999]
15:12:35.433 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.433 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.433 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L792, 127.0.0.1:8213, complete]!
15:12:35.433 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L792, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-D8C5C70396BA3A1F]
15:12:35.433 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L792, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-28999]
15:12:35.433 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L792, 127.0.0.1:8213, complete] completed CON-POST   MID=28999, Token=D8C5C70396BA3A1F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=28999, Token=D8C5C70396BA3A1F, 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!
15:12:35.433 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L794, 127.0.0.1:8213] send request
15:12:35.433 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L794, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.434 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L794, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x090A}, D4 0D 05 C8 F1 A5 A6 1F 78 60 27 C0 33 C7 78 61 A1 9F DE EA 27 E2 17 7C
15:12:35.434 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L794, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29000], CON-POST   MID=29000, 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
15:12:35.434 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L794, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-983C0071E10A6CCC], CON-POST   MID=29000, Token=983C0071E10A6CCC, 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
15:12:35.434 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29000], KeyToken[127.0.0.1:8213-983C0071E10A6CCC]]
15:12:35.434 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.434 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E809,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29000, Token=983C0071E10A6CCC, 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]
15:12:35.434 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.434 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29000]
15:12:35.434 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.435 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R795, 127.0.0.1:8210] replace CON-POST   MID=29000, Token=983C0071E10A6CCC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29000, Token=983C0071E10A6CCC, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.435 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R795, 127.0.0.1:8210] send response NON-2.05   MID=29000, Token=null, OptionSet={}, "server responds hi"
15:12:35.435 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R795, 127.0.0.1:8210, complete]!
15:12:35.435 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R795, 127.0.0.1:8210, complete] completed NON-2.04   MID=29000, Token=983C0071E10A6CCC, 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!
15:12:35.435 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.435 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E810,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29000, Token=983C0071E10A6CCC, 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]
15:12:35.435 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.435 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29000]
15:12:35.436 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.436 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.436 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L794, 127.0.0.1:8213, complete]!
15:12:35.436 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L794, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-983C0071E10A6CCC]
15:12:35.436 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L794, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29000]
15:12:35.436 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L794, 127.0.0.1:8213, complete] completed CON-POST   MID=29000, Token=983C0071E10A6CCC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29000, Token=983C0071E10A6CCC, 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!
15:12:35.436 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L796, 127.0.0.1:8213] send request
15:12:35.436 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L796, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.436 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L796, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x090B}, 53 8F 24 74 A0 2F 1E 0E 45 72 13 90 58 FC 1A 91 2C E8 F1 E2 9E 02 81 D9
15:12:35.436 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L796, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29001], CON-POST   MID=29001, 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
15:12:35.436 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L796, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-E49286F71413A74C], CON-POST   MID=29001, Token=E49286F71413A74C, 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
15:12:35.437 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29001], KeyToken[127.0.0.1:8213-E49286F71413A74C]]
15:12:35.437 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.437 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E811,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29001, Token=E49286F71413A74C, 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]
15:12:35.437 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.437 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29001]
15:12:35.437 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.437 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R797, 127.0.0.1:8210] replace CON-POST   MID=29001, Token=E49286F71413A74C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29001, Token=E49286F71413A74C, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.437 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R797, 127.0.0.1:8210] send response NON-2.05   MID=29001, Token=null, OptionSet={}, "server responds hi"
15:12:35.438 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R797, 127.0.0.1:8210, complete]!
15:12:35.438 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R797, 127.0.0.1:8210, complete] completed NON-2.04   MID=29001, Token=E49286F71413A74C, 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!
15:12:35.438 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.438 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E812,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29001, Token=E49286F71413A74C, 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]
15:12:35.438 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.438 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29001]
15:12:35.438 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.438 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.438 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L796, 127.0.0.1:8213, complete]!
15:12:35.438 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L796, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-E49286F71413A74C]
15:12:35.438 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L796, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29001]
15:12:35.438 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L796, 127.0.0.1:8213, complete] completed CON-POST   MID=29001, Token=E49286F71413A74C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29001, Token=E49286F71413A74C, 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!
15:12:35.438 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L798, 127.0.0.1:8213] send request
15:12:35.438 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L798, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.439 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L798, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x090C}, A3 B1 44 65 49 39 9B D0 92 C3 8A 5F ED 4D 4D 2E 0E 04 DD 9D 49 5E EB 93
15:12:35.439 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L798, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29002], CON-POST   MID=29002, 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
15:12:35.439 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L798, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-4436ACE3AD812584], CON-POST   MID=29002, Token=4436ACE3AD812584, 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
15:12:35.439 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29002], KeyToken[127.0.0.1:8213-4436ACE3AD812584]]
15:12:35.439 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.439 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E813,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29002, Token=4436ACE3AD812584, 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]
15:12:35.439 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.439 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29002]
15:12:35.439 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.439 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R799, 127.0.0.1:8210] replace CON-POST   MID=29002, Token=4436ACE3AD812584, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29002, Token=4436ACE3AD812584, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.440 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R799, 127.0.0.1:8210] send response NON-2.05   MID=29002, Token=null, OptionSet={}, "server responds hi"
15:12:35.440 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R799, 127.0.0.1:8210, complete]!
15:12:35.440 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R799, 127.0.0.1:8210, complete] completed NON-2.04   MID=29002, Token=4436ACE3AD812584, 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!
15:12:35.440 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.440 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E814,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29002, Token=4436ACE3AD812584, 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]
15:12:35.440 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.440 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29002]
15:12:35.440 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.440 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.440 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L798, 127.0.0.1:8213, complete]!
15:12:35.440 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L798, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-4436ACE3AD812584]
15:12:35.440 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L798, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29002]
15:12:35.440 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L798, 127.0.0.1:8213, complete] completed CON-POST   MID=29002, Token=4436ACE3AD812584, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29002, Token=4436ACE3AD812584, 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!
15:12:35.441 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L800, 127.0.0.1:8213] send request
15:12:35.441 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L800, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.441 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L800, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x090D}, 33 B9 B4 AA 96 69 77 14 14 8A 98 72 94 32 E9 FF 0D 7B 0C 38 3F 00 10 07
15:12:35.441 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L800, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29003], CON-POST   MID=29003, 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
15:12:35.441 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L800, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-80615B86E9B3F172], CON-POST   MID=29003, Token=80615B86E9B3F172, 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
15:12:35.441 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29003], KeyToken[127.0.0.1:8213-80615B86E9B3F172]]
15:12:35.441 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.441 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E815,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29003, Token=80615B86E9B3F172, 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]
15:12:35.441 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.441 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29003]
15:12:35.441 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.442 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R801, 127.0.0.1:8210] replace CON-POST   MID=29003, Token=80615B86E9B3F172, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29003, Token=80615B86E9B3F172, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.442 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R801, 127.0.0.1:8210] send response NON-2.05   MID=29003, Token=null, OptionSet={}, "server responds hi"
15:12:35.442 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R801, 127.0.0.1:8210, complete]!
15:12:35.442 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R801, 127.0.0.1:8210, complete] completed NON-2.04   MID=29003, Token=80615B86E9B3F172, 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!
15:12:35.442 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.442 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E816,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29003, Token=80615B86E9B3F172, 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]
15:12:35.442 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.442 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29003]
15:12:35.442 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.442 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.442 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L800, 127.0.0.1:8213, complete]!
15:12:35.442 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L800, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-80615B86E9B3F172]
15:12:35.442 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L800, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29003]
15:12:35.442 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L800, 127.0.0.1:8213, complete] completed CON-POST   MID=29003, Token=80615B86E9B3F172, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29003, Token=80615B86E9B3F172, 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!
15:12:35.443 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L802, 127.0.0.1:8213] send request
15:12:35.443 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L802, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.443 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L802, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x090E}, 67 17 E1 46 FE C9 4C 3A 38 46 63 62 26 A9 C5 05 D3 32 E6 CE 99 C7 39 34
15:12:35.443 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L802, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29004], CON-POST   MID=29004, 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
15:12:35.443 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L802, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-6CE4A5FF116070AA], CON-POST   MID=29004, Token=6CE4A5FF116070AA, 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
15:12:35.443 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29004], KeyToken[127.0.0.1:8213-6CE4A5FF116070AA]]
15:12:35.443 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.443 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E817,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29004, Token=6CE4A5FF116070AA, 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]
15:12:35.443 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.443 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29004]
15:12:35.444 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.444 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R803, 127.0.0.1:8210] replace CON-POST   MID=29004, Token=6CE4A5FF116070AA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29004, Token=6CE4A5FF116070AA, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.444 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R803, 127.0.0.1:8210] send response NON-2.05   MID=29004, Token=null, OptionSet={}, "server responds hi"
15:12:35.444 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R803, 127.0.0.1:8210, complete]!
15:12:35.444 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R803, 127.0.0.1:8210, complete] completed NON-2.04   MID=29004, Token=6CE4A5FF116070AA, 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!
15:12:35.444 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.444 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E818,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29004, Token=6CE4A5FF116070AA, 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]
15:12:35.444 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.444 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29004]
15:12:35.444 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.444 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.444 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L802, 127.0.0.1:8213, complete]!
15:12:35.444 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L802, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-6CE4A5FF116070AA]
15:12:35.444 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L802, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29004]
15:12:35.444 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L802, 127.0.0.1:8213, complete] completed CON-POST   MID=29004, Token=6CE4A5FF116070AA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29004, Token=6CE4A5FF116070AA, 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!
15:12:35.445 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L804, 127.0.0.1:8213] send request
15:12:35.445 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L804, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.445 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L804, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x090F}, 09 A0 4E DA 28 9E 03 AF 19 73 77 77 09 0B E9 EF F1 31 07 D9 6A 05 BF 14
15:12:35.445 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L804, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29005], CON-POST   MID=29005, 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
15:12:35.445 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L804, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-802D784A0E7B5761], CON-POST   MID=29005, Token=802D784A0E7B5761, 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
15:12:35.445 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29005], KeyToken[127.0.0.1:8213-802D784A0E7B5761]]
15:12:35.445 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.445 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E819,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29005, Token=802D784A0E7B5761, 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]
15:12:35.445 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.446 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29005]
15:12:35.446 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.446 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R805, 127.0.0.1:8210] replace CON-POST   MID=29005, Token=802D784A0E7B5761, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29005, Token=802D784A0E7B5761, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.446 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R805, 127.0.0.1:8210] send response NON-2.05   MID=29005, Token=null, OptionSet={}, "server responds hi"
15:12:35.446 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R805, 127.0.0.1:8210, complete]!
15:12:35.446 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R805, 127.0.0.1:8210, complete] completed NON-2.04   MID=29005, Token=802D784A0E7B5761, 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!
15:12:35.446 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.446 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E820,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29005, Token=802D784A0E7B5761, 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]
15:12:35.446 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.446 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29005]
15:12:35.447 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.447 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.447 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L804, 127.0.0.1:8213, complete]!
15:12:35.447 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L804, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-802D784A0E7B5761]
15:12:35.447 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L804, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29005]
15:12:35.447 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L804, 127.0.0.1:8213, complete] completed CON-POST   MID=29005, Token=802D784A0E7B5761, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29005, Token=802D784A0E7B5761, 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!
15:12:35.447 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L806, 127.0.0.1:8213] send request
15:12:35.447 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L806, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.447 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L806, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0910}, ED 7F 8B 8A F5 D2 12 18 1B 4F EB B9 95 1D C5 BE 58 DB F3 8D D7 42 53 AF
15:12:35.447 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L806, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29006], CON-POST   MID=29006, 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
15:12:35.447 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L806, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-74BC9A96F2DE1999], CON-POST   MID=29006, Token=74BC9A96F2DE1999, 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
15:12:35.447 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29006], KeyToken[127.0.0.1:8213-74BC9A96F2DE1999]]
15:12:35.447 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.448 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E821,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29006, Token=74BC9A96F2DE1999, 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]
15:12:35.448 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.448 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29006]
15:12:35.448 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.448 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R807, 127.0.0.1:8210] replace CON-POST   MID=29006, Token=74BC9A96F2DE1999, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29006, Token=74BC9A96F2DE1999, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.448 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R807, 127.0.0.1:8210] send response NON-2.05   MID=29006, Token=null, OptionSet={}, "server responds hi"
15:12:35.448 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R807, 127.0.0.1:8210, complete]!
15:12:35.448 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R807, 127.0.0.1:8210, complete] completed NON-2.04   MID=29006, Token=74BC9A96F2DE1999, 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!
15:12:35.448 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.448 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E822,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29006, Token=74BC9A96F2DE1999, 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]
15:12:35.448 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.449 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29006]
15:12:35.449 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.449 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.449 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L806, 127.0.0.1:8213, complete]!
15:12:35.449 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L806, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-74BC9A96F2DE1999]
15:12:35.449 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L806, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29006]
15:12:35.449 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L806, 127.0.0.1:8213, complete] completed CON-POST   MID=29006, Token=74BC9A96F2DE1999, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29006, Token=74BC9A96F2DE1999, 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!
15:12:35.449 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L808, 127.0.0.1:8213] send request
15:12:35.449 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L808, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.449 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L808, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0911}, E6 C5 C0 F4 9F 75 C8 B9 8C C0 C6 CC 6C 19 89 AB 71 AF E7 23 EF 88 11 64
15:12:35.449 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L808, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29007], CON-POST   MID=29007, 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
15:12:35.449 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L808, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-C0E6A37590AABC98], CON-POST   MID=29007, Token=C0E6A37590AABC98, 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
15:12:35.449 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29007], KeyToken[127.0.0.1:8213-C0E6A37590AABC98]]
15:12:35.450 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.450 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E823,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29007, Token=C0E6A37590AABC98, 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]
15:12:35.450 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.450 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29007]
15:12:35.450 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.450 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R809, 127.0.0.1:8210] replace CON-POST   MID=29007, Token=C0E6A37590AABC98, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29007, Token=C0E6A37590AABC98, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.450 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R809, 127.0.0.1:8210] send response NON-2.05   MID=29007, Token=null, OptionSet={}, "server responds hi"
15:12:35.450 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R809, 127.0.0.1:8210, complete]!
15:12:35.450 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R809, 127.0.0.1:8210, complete] completed NON-2.04   MID=29007, Token=C0E6A37590AABC98, 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!
15:12:35.450 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.451 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E824,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29007, Token=C0E6A37590AABC98, 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]
15:12:35.451 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29007]
15:12:35.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.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
15:12:35.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L808, 127.0.0.1:8213, complete]!
15:12:35.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L808, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-C0E6A37590AABC98]
15:12:35.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L808, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29007]
15:12:35.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L808, 127.0.0.1:8213, complete] completed CON-POST   MID=29007, Token=C0E6A37590AABC98, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29007, Token=C0E6A37590AABC98, 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!
15:12:35.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L810, 127.0.0.1:8213] send request
15:12:35.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L810, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L810, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0912}, 4F 90 FF 3B A2 C4 2E 10 F2 27 29 C7 94 8B 80 0E 95 99 20 60 30 7C 8F B5
15:12:35.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L810, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29008], CON-POST   MID=29008, 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
15:12:35.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L810, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-4CD922EC2C6BA73E], CON-POST   MID=29008, Token=4CD922EC2C6BA73E, 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
15:12:35.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29008], KeyToken[127.0.0.1:8213-4CD922EC2C6BA73E]]
15:12:35.452 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.452 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E825,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29008, Token=4CD922EC2C6BA73E, 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]
15:12:35.452 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.452 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29008]
15:12:35.452 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.452 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R811, 127.0.0.1:8210] replace CON-POST   MID=29008, Token=4CD922EC2C6BA73E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29008, Token=4CD922EC2C6BA73E, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.452 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R811, 127.0.0.1:8210] send response NON-2.05   MID=29008, Token=null, OptionSet={}, "server responds hi"
15:12:35.452 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R811, 127.0.0.1:8210, complete]!
15:12:35.452 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R811, 127.0.0.1:8210, complete] completed NON-2.04   MID=29008, Token=4CD922EC2C6BA73E, 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!
15:12:35.453 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.453 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E826,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29008, Token=4CD922EC2C6BA73E, 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]
15:12:35.453 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29008]
15:12:35.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.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
15:12:35.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L810, 127.0.0.1:8213, complete]!
15:12:35.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L810, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-4CD922EC2C6BA73E]
15:12:35.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L810, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29008]
15:12:35.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L810, 127.0.0.1:8213, complete] completed CON-POST   MID=29008, Token=4CD922EC2C6BA73E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29008, Token=4CD922EC2C6BA73E, 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!
15:12:35.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L812, 127.0.0.1:8213] send request
15:12:35.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L812, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L812, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0913}, 71 91 D7 BA C9 A5 64 7E 2D 3D 91 67 5A 95 63 7A B1 C7 64 31 D3 17 33 80
15:12:35.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L812, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29009], CON-POST   MID=29009, 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
15:12:35.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L812, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-A4F4A22EB0C400D8], CON-POST   MID=29009, Token=A4F4A22EB0C400D8, 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
15:12:35.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29009], KeyToken[127.0.0.1:8213-A4F4A22EB0C400D8]]
15:12:35.454 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.454 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E827,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29009, Token=A4F4A22EB0C400D8, 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]
15:12:35.454 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29009]
15:12:35.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R813, 127.0.0.1:8210] replace CON-POST   MID=29009, Token=A4F4A22EB0C400D8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29009, Token=A4F4A22EB0C400D8, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R813, 127.0.0.1:8210] send response NON-2.05   MID=29009, Token=null, OptionSet={}, "server responds hi"
15:12:35.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R813, 127.0.0.1:8210, complete]!
15:12:35.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R813, 127.0.0.1:8210, complete] completed NON-2.04   MID=29009, Token=A4F4A22EB0C400D8, 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!
15:12:35.455 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.455 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E828,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29009, Token=A4F4A22EB0C400D8, 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]
15:12:35.455 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29009]
15:12:35.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.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
15:12:35.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L812, 127.0.0.1:8213, complete]!
15:12:35.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L812, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-A4F4A22EB0C400D8]
15:12:35.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L812, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29009]
15:12:35.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L812, 127.0.0.1:8213, complete] completed CON-POST   MID=29009, Token=A4F4A22EB0C400D8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29009, Token=A4F4A22EB0C400D8, 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!
15:12:35.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L814, 127.0.0.1:8213] send request
15:12:35.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L814, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L814, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0914}, C8 B7 BD 2F AE 60 FF 24 F5 26 DD F0 B0 41 88 7A EF C2 49 A1 32 B1 FE CB
15:12:35.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L814, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29010], CON-POST   MID=29010, 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
15:12:35.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L814, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-B4313BEED6065B5F], CON-POST   MID=29010, Token=B4313BEED6065B5F, 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
15:12:35.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29010], KeyToken[127.0.0.1:8213-B4313BEED6065B5F]]
15:12:35.456 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.456 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E829,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29010, Token=B4313BEED6065B5F, 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]
15:12:35.456 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.456 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29010]
15:12:35.456 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.457 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R815, 127.0.0.1:8210] replace CON-POST   MID=29010, Token=B4313BEED6065B5F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29010, Token=B4313BEED6065B5F, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.457 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R815, 127.0.0.1:8210] send response NON-2.05   MID=29010, Token=null, OptionSet={}, "server responds hi"
15:12:35.457 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R815, 127.0.0.1:8210, complete]!
15:12:35.457 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R815, 127.0.0.1:8210, complete] completed NON-2.04   MID=29010, Token=B4313BEED6065B5F, 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!
15:12:35.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:8210
15:12:35.457 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E830,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29010, Token=B4313BEED6065B5F, 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]
15:12:35.457 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.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:8213-29010]
15:12:35.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.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
15:12:35.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L814, 127.0.0.1:8213, complete]!
15:12:35.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L814, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-B4313BEED6065B5F]
15:12:35.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L814, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29010]
15:12:35.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L814, 127.0.0.1:8213, complete] completed CON-POST   MID=29010, Token=B4313BEED6065B5F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29010, Token=B4313BEED6065B5F, 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!
15:12:35.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L816, 127.0.0.1:8213] send request
15:12:35.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L816, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L816, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0915}, 6E 72 97 94 B6 3B E1 0D 9C 53 A9 98 2B 53 F0 3E EE C6 99 B8 40 7D CB CC
15:12:35.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L816, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29011], CON-POST   MID=29011, 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
15:12:35.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L816, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-6C34EA7E9D263CAD], CON-POST   MID=29011, Token=6C34EA7E9D263CAD, 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
15:12:35.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29011], KeyToken[127.0.0.1:8213-6C34EA7E9D263CAD]]
15:12:35.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:8213
15:12:35.458 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E831,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29011, Token=6C34EA7E9D263CAD, 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]
15:12:35.458 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.458 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29011]
15:12:35.458 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R817, 127.0.0.1:8210] replace CON-POST   MID=29011, Token=6C34EA7E9D263CAD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29011, Token=6C34EA7E9D263CAD, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R817, 127.0.0.1:8210] send response NON-2.05   MID=29011, Token=null, OptionSet={}, "server responds hi"
15:12:35.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R817, 127.0.0.1:8210, complete]!
15:12:35.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R817, 127.0.0.1:8210, complete] completed NON-2.04   MID=29011, Token=6C34EA7E9D263CAD, 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!
15:12:35.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:8210
15:12:35.459 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E832,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29011, Token=6C34EA7E9D263CAD, 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]
15:12:35.459 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.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:8213-29011]
15:12:35.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.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
15:12:35.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L816, 127.0.0.1:8213, complete]!
15:12:35.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L816, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-6C34EA7E9D263CAD]
15:12:35.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L816, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29011]
15:12:35.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L816, 127.0.0.1:8213, complete] completed CON-POST   MID=29011, Token=6C34EA7E9D263CAD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29011, Token=6C34EA7E9D263CAD, 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!
15:12:35.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L818, 127.0.0.1:8213] send request
15:12:35.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L818, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L818, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0916}, 2E 60 3D E7 A9 AD 55 8F 3C 90 D1 D6 23 5A C4 EC 40 E2 7D B8 EC 90 AE 79
15:12:35.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L818, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29012], CON-POST   MID=29012, 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
15:12:35.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L818, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-1CAE09C63C9BB490], CON-POST   MID=29012, Token=1CAE09C63C9BB490, 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
15:12:35.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29012], KeyToken[127.0.0.1:8213-1CAE09C63C9BB490]]
15:12:35.460 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.460 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E833,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29012, Token=1CAE09C63C9BB490, 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]
15:12:35.460 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.460 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29012]
15:12:35.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R819, 127.0.0.1:8210] replace CON-POST   MID=29012, Token=1CAE09C63C9BB490, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29012, Token=1CAE09C63C9BB490, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R819, 127.0.0.1:8210] send response NON-2.05   MID=29012, Token=null, OptionSet={}, "server responds hi"
15:12:35.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R819, 127.0.0.1:8210, complete]!
15:12:35.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R819, 127.0.0.1:8210, complete] completed NON-2.04   MID=29012, Token=1CAE09C63C9BB490, 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!
15:12:35.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:8210
15:12:35.461 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E834,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29012, Token=1CAE09C63C9BB490, 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]
15:12:35.461 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29012]
15:12:35.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L818, 127.0.0.1:8213, complete]!
15:12:35.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L818, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-1CAE09C63C9BB490]
15:12:35.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L818, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29012]
15:12:35.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L818, 127.0.0.1:8213, complete] completed CON-POST   MID=29012, Token=1CAE09C63C9BB490, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29012, Token=1CAE09C63C9BB490, 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!
15:12:35.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L820, 127.0.0.1:8213] send request
15:12:35.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L820, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L820, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0917}, 56 5B C7 3B E0 24 E3 D3 05 52 9E DD 4E B3 74 F2 0D 68 5D CD 03 45 36 02
15:12:35.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L820, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29013], CON-POST   MID=29013, 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
15:12:35.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L820, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-30AF55530D0B0B91], CON-POST   MID=29013, Token=30AF55530D0B0B91, 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
15:12:35.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29013], KeyToken[127.0.0.1:8213-30AF55530D0B0B91]]
15:12:35.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:8213
15:12:35.462 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E835,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29013, Token=30AF55530D0B0B91, 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]
15:12:35.462 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.462 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29013]
15:12:35.462 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.463 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R821, 127.0.0.1:8210] replace CON-POST   MID=29013, Token=30AF55530D0B0B91, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29013, Token=30AF55530D0B0B91, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.463 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R821, 127.0.0.1:8210] send response NON-2.05   MID=29013, Token=null, OptionSet={}, "server responds hi"
15:12:35.463 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R821, 127.0.0.1:8210, complete]!
15:12:35.463 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R821, 127.0.0.1:8210, complete] completed NON-2.04   MID=29013, Token=30AF55530D0B0B91, 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!
15:12:35.463 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.463 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E836,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29013, Token=30AF55530D0B0B91, 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]
15:12:35.463 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29013]
15:12:35.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.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
15:12:35.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L820, 127.0.0.1:8213, complete]!
15:12:35.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L820, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-30AF55530D0B0B91]
15:12:35.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L820, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29013]
15:12:35.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L820, 127.0.0.1:8213, complete] completed CON-POST   MID=29013, Token=30AF55530D0B0B91, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29013, Token=30AF55530D0B0B91, 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!
15:12:35.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L822, 127.0.0.1:8213] send request
15:12:35.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L822, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L822, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0918}, 58 FE BE F8 87 0C 3C 42 A3 58 F5 A4 47 45 2B B6 E6 50 B1 A0 D7 A3 42 93
15:12:35.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L822, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29014], CON-POST   MID=29014, 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
15:12:35.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L822, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-18EE85ABC1F69029], CON-POST   MID=29014, Token=18EE85ABC1F69029, 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
15:12:35.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29014], KeyToken[127.0.0.1:8213-18EE85ABC1F69029]]
15:12:35.464 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.464 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E837,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29014, Token=18EE85ABC1F69029, 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]
15:12:35.464 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.464 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29014]
15:12:35.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R823, 127.0.0.1:8210] replace CON-POST   MID=29014, Token=18EE85ABC1F69029, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29014, Token=18EE85ABC1F69029, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R823, 127.0.0.1:8210] send response NON-2.05   MID=29014, Token=null, OptionSet={}, "server responds hi"
15:12:35.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R823, 127.0.0.1:8210, complete]!
15:12:35.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R823, 127.0.0.1:8210, complete] completed NON-2.04   MID=29014, Token=18EE85ABC1F69029, 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!
15:12:35.465 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.465 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E838,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29014, Token=18EE85ABC1F69029, 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]
15:12:35.465 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29014]
15:12:35.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.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
15:12:35.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L822, 127.0.0.1:8213, complete]!
15:12:35.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L822, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-18EE85ABC1F69029]
15:12:35.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L822, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29014]
15:12:35.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L822, 127.0.0.1:8213, complete] completed CON-POST   MID=29014, Token=18EE85ABC1F69029, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29014, Token=18EE85ABC1F69029, 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!
15:12:35.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L824, 127.0.0.1:8213] send request
15:12:35.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L824, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L824, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0919}, 40 88 CA 8C 3F FE 39 44 1A E1 CE 65 85 64 16 E4 19 84 64 49 0D 54 C7 42
15:12:35.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L824, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29015], CON-POST   MID=29015, 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
15:12:35.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L824, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-044D34577E16750F], CON-POST   MID=29015, Token=044D34577E16750F, 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
15:12:35.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29015], KeyToken[127.0.0.1:8213-044D34577E16750F]]
15:12:35.466 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.467 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E839,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29015, Token=044D34577E16750F, 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]
15:12:35.467 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29015]
15:12:35.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R825, 127.0.0.1:8210] replace CON-POST   MID=29015, Token=044D34577E16750F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29015, Token=044D34577E16750F, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R825, 127.0.0.1:8210] send response NON-2.05   MID=29015, Token=null, OptionSet={}, "server responds hi"
15:12:35.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R825, 127.0.0.1:8210, complete]!
15:12:35.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R825, 127.0.0.1:8210, complete] completed NON-2.04   MID=29015, Token=044D34577E16750F, 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!
15:12:35.467 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.467 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E840,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29015, Token=044D34577E16750F, 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]
15:12:35.467 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29015]
15:12:35.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.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
15:12:35.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L824, 127.0.0.1:8213, complete]!
15:12:35.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L824, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-044D34577E16750F]
15:12:35.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L824, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29015]
15:12:35.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L824, 127.0.0.1:8213, complete] completed CON-POST   MID=29015, Token=044D34577E16750F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29015, Token=044D34577E16750F, 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!
15:12:35.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L826, 127.0.0.1:8213] send request
15:12:35.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L826, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L826, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x091A}, 57 68 C8 57 86 63 42 7A B2 31 7A 14 CD EA 35 ED 86 4B 90 B8 65 E8 B3 F6
15:12:35.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L826, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29016], CON-POST   MID=29016, 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
15:12:35.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L826, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-00F5B719F27A2E2A], CON-POST   MID=29016, Token=00F5B719F27A2E2A, 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
15:12:35.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29016], KeyToken[127.0.0.1:8213-00F5B719F27A2E2A]]
15:12:35.468 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.469 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E841,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29016, Token=00F5B719F27A2E2A, 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]
15:12:35.469 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29016]
15:12:35.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R827, 127.0.0.1:8210] replace CON-POST   MID=29016, Token=00F5B719F27A2E2A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29016, Token=00F5B719F27A2E2A, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R827, 127.0.0.1:8210] send response NON-2.05   MID=29016, Token=null, OptionSet={}, "server responds hi"
15:12:35.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R827, 127.0.0.1:8210, complete]!
15:12:35.469 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R827, 127.0.0.1:8210, complete] completed NON-2.04   MID=29016, Token=00F5B719F27A2E2A, 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!
15:12:35.470 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.470 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E842,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29016, Token=00F5B719F27A2E2A, 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]
15:12:35.470 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29016]
15:12:35.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.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
15:12:35.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L826, 127.0.0.1:8213, complete]!
15:12:35.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L826, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-00F5B719F27A2E2A]
15:12:35.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L826, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29016]
15:12:35.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L826, 127.0.0.1:8213, complete] completed CON-POST   MID=29016, Token=00F5B719F27A2E2A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29016, Token=00F5B719F27A2E2A, 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!
15:12:35.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L828, 127.0.0.1:8213] send request
15:12:35.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L828, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L828, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x091B}, 86 B1 F0 F6 A2 32 7F 38 02 24 D7 2A CE 6C 70 CC 00 A9 FA D4 C8 B9 7F A5
15:12:35.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L828, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29017], CON-POST   MID=29017, 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
15:12:35.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L828, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-D8EA41F0F3B8BE76], CON-POST   MID=29017, Token=D8EA41F0F3B8BE76, 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
15:12:35.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29017], KeyToken[127.0.0.1:8213-D8EA41F0F3B8BE76]]
15:12:35.471 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.471 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E843,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29017, Token=D8EA41F0F3B8BE76, 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]
15:12:35.471 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.525 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29017]
15:12:35.525 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.525 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R829, 127.0.0.1:8210] replace CON-POST   MID=29017, Token=D8EA41F0F3B8BE76, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29017, Token=D8EA41F0F3B8BE76, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.526 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R829, 127.0.0.1:8210] send response NON-2.05   MID=29017, Token=null, OptionSet={}, "server responds hi"
15:12:35.526 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R829, 127.0.0.1:8210, complete]!
15:12:35.526 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R829, 127.0.0.1:8210, complete] completed NON-2.04   MID=29017, Token=D8EA41F0F3B8BE76, 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!
15:12:35.526 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.526 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E844,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29017, Token=D8EA41F0F3B8BE76, 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]
15:12:35.526 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.527 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29017]
15:12:35.527 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.527 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.527 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L828, 127.0.0.1:8213, complete]!
15:12:35.527 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L828, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-D8EA41F0F3B8BE76]
15:12:35.527 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L828, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29017]
15:12:35.527 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L828, 127.0.0.1:8213, complete] completed CON-POST   MID=29017, Token=D8EA41F0F3B8BE76, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29017, Token=D8EA41F0F3B8BE76, 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!
15:12:35.527 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L830, 127.0.0.1:8213] send request
15:12:35.527 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L830, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.527 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L830, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x091C}, 07 5D 0F 8F F5 CA C4 A7 04 78 A0 FF 2C D7 55 04 E9 CC 41 73 80 5B 8B E1
15:12:35.527 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L830, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29018], CON-POST   MID=29018, 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
15:12:35.527 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L830, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-F49EBCBE8371C743], CON-POST   MID=29018, Token=F49EBCBE8371C743, 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
15:12:35.528 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29018], KeyToken[127.0.0.1:8213-F49EBCBE8371C743]]
15:12:35.528 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.528 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E845,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29018, Token=F49EBCBE8371C743, 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]
15:12:35.528 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.528 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29018]
15:12:35.528 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.528 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R831, 127.0.0.1:8210] replace CON-POST   MID=29018, Token=F49EBCBE8371C743, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29018, Token=F49EBCBE8371C743, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.528 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R831, 127.0.0.1:8210] send response NON-2.05   MID=29018, Token=null, OptionSet={}, "server responds hi"
15:12:35.528 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R831, 127.0.0.1:8210, complete]!
15:12:35.529 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R831, 127.0.0.1:8210, complete] completed NON-2.04   MID=29018, Token=F49EBCBE8371C743, 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!
15:12:35.529 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.529 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E846,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29018, Token=F49EBCBE8371C743, 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]
15:12:35.529 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.529 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29018]
15:12:35.529 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.529 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.529 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L830, 127.0.0.1:8213, complete]!
15:12:35.529 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L830, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-F49EBCBE8371C743]
15:12:35.529 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L830, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29018]
15:12:35.529 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L830, 127.0.0.1:8213, complete] completed CON-POST   MID=29018, Token=F49EBCBE8371C743, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29018, Token=F49EBCBE8371C743, 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!
15:12:35.529 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L832, 127.0.0.1:8213] send request
15:12:35.529 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L832, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.530 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L832, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x091D}, D0 FA 19 49 D3 87 7F AE F4 3F 62 5A 7D 1F DA 8F 1F C5 BB FF 07 7E 09 E5
15:12:35.530 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L832, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29019], CON-POST   MID=29019, 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
15:12:35.530 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L832, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-5C516B548E14918C], CON-POST   MID=29019, Token=5C516B548E14918C, 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
15:12:35.530 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29019], KeyToken[127.0.0.1:8213-5C516B548E14918C]]
15:12:35.530 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.530 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E847,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29019, Token=5C516B548E14918C, 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]
15:12:35.530 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.530 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29019]
15:12:35.530 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.531 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R833, 127.0.0.1:8210] replace CON-POST   MID=29019, Token=5C516B548E14918C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29019, Token=5C516B548E14918C, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.531 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R833, 127.0.0.1:8210] send response NON-2.05   MID=29019, Token=null, OptionSet={}, "server responds hi"
15:12:35.531 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R833, 127.0.0.1:8210, complete]!
15:12:35.531 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R833, 127.0.0.1:8210, complete] completed NON-2.04   MID=29019, Token=5C516B548E14918C, 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!
15:12:35.531 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.531 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E848,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29019, Token=5C516B548E14918C, 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]
15:12:35.531 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.531 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29019]
15:12:35.531 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.531 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.531 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L832, 127.0.0.1:8213, complete]!
15:12:35.531 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L832, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-5C516B548E14918C]
15:12:35.531 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L832, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29019]
15:12:35.532 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L832, 127.0.0.1:8213, complete] completed CON-POST   MID=29019, Token=5C516B548E14918C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29019, Token=5C516B548E14918C, 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!
15:12:35.532 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L834, 127.0.0.1:8213] send request
15:12:35.532 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L834, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.532 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L834, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x091E}, 60 92 74 E7 F8 F7 83 0C 9C 4F 1A A7 4C B9 38 1F 92 66 D7 2F 6E 88 DA 46
15:12:35.532 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L834, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29020], CON-POST   MID=29020, 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
15:12:35.532 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L834, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-98663C1A36A1149F], CON-POST   MID=29020, Token=98663C1A36A1149F, 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
15:12:35.532 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29020], KeyToken[127.0.0.1:8213-98663C1A36A1149F]]
15:12:35.532 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.533 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E849,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29020, Token=98663C1A36A1149F, 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]
15:12:35.533 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.533 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29020]
15:12:35.533 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.533 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R835, 127.0.0.1:8210] replace CON-POST   MID=29020, Token=98663C1A36A1149F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29020, Token=98663C1A36A1149F, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.533 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R835, 127.0.0.1:8210] send response NON-2.05   MID=29020, Token=null, OptionSet={}, "server responds hi"
15:12:35.533 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R835, 127.0.0.1:8210, complete]!
15:12:35.533 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R835, 127.0.0.1:8210, complete] completed NON-2.04   MID=29020, Token=98663C1A36A1149F, 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!
15:12:35.533 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.534 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E850,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29020, Token=98663C1A36A1149F, 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]
15:12:35.534 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.534 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29020]
15:12:35.534 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.534 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.534 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L834, 127.0.0.1:8213, complete]!
15:12:35.534 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L834, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-98663C1A36A1149F]
15:12:35.534 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L834, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29020]
15:12:35.534 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L834, 127.0.0.1:8213, complete] completed CON-POST   MID=29020, Token=98663C1A36A1149F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29020, Token=98663C1A36A1149F, 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!
15:12:35.534 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L836, 127.0.0.1:8213] send request
15:12:35.534 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L836, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.534 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L836, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x091F}, 8F 7F C8 2C F0 0F C3 FB 42 D2 46 C9 AE CB 73 F4 97 41 42 6E AD 8E 85 55
15:12:35.534 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L836, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29021], CON-POST   MID=29021, 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
15:12:35.535 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L836, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-D0319330794320CC], CON-POST   MID=29021, Token=D0319330794320CC, 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
15:12:35.535 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29021], KeyToken[127.0.0.1:8213-D0319330794320CC]]
15:12:35.535 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.535 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E851,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29021, Token=D0319330794320CC, 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]
15:12:35.535 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.535 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29021]
15:12:35.535 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.535 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R837, 127.0.0.1:8210] replace CON-POST   MID=29021, Token=D0319330794320CC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29021, Token=D0319330794320CC, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.535 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R837, 127.0.0.1:8210] send response NON-2.05   MID=29021, Token=null, OptionSet={}, "server responds hi"
15:12:35.536 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R837, 127.0.0.1:8210, complete]!
15:12:35.536 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R837, 127.0.0.1:8210, complete] completed NON-2.04   MID=29021, Token=D0319330794320CC, 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!
15:12:35.536 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.536 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E852,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29021, Token=D0319330794320CC, 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]
15:12:35.536 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.536 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29021]
15:12:35.536 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.536 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.536 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L836, 127.0.0.1:8213, complete]!
15:12:35.536 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L836, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-D0319330794320CC]
15:12:35.536 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L836, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29021]
15:12:35.536 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L836, 127.0.0.1:8213, complete] completed CON-POST   MID=29021, Token=D0319330794320CC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29021, Token=D0319330794320CC, 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!
15:12:35.536 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L838, 127.0.0.1:8213] send request
15:12:35.536 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L838, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.537 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L838, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0920}, F1 79 4C CD AF 0F B0 23 9B 53 4A D0 D6 B7 DF 30 33 2D E1 EF 54 5D 30 01
15:12:35.537 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L838, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29022], CON-POST   MID=29022, 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
15:12:35.537 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L838, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-9C79ED1D7E771906], CON-POST   MID=29022, Token=9C79ED1D7E771906, 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
15:12:35.537 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29022], KeyToken[127.0.0.1:8213-9C79ED1D7E771906]]
15:12:35.537 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.537 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E853,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29022, Token=9C79ED1D7E771906, 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]
15:12:35.537 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.537 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29022]
15:12:35.537 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.537 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R839, 127.0.0.1:8210] replace CON-POST   MID=29022, Token=9C79ED1D7E771906, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29022, Token=9C79ED1D7E771906, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.537 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R839, 127.0.0.1:8210] send response NON-2.05   MID=29022, Token=null, OptionSet={}, "server responds hi"
15:12:35.538 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R839, 127.0.0.1:8210, complete]!
15:12:35.538 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R839, 127.0.0.1:8210, complete] completed NON-2.04   MID=29022, Token=9C79ED1D7E771906, 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!
15:12:35.538 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.538 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E854,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29022, Token=9C79ED1D7E771906, 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]
15:12:35.538 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.538 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29022]
15:12:35.538 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.538 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.538 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L838, 127.0.0.1:8213, complete]!
15:12:35.538 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L838, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-9C79ED1D7E771906]
15:12:35.538 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L838, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29022]
15:12:35.538 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L838, 127.0.0.1:8213, complete] completed CON-POST   MID=29022, Token=9C79ED1D7E771906, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29022, Token=9C79ED1D7E771906, 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!
15:12:35.539 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L840, 127.0.0.1:8213] send request
15:12:35.539 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L840, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.539 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L840, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0921}, 73 D9 78 8D 12 35 FC 47 F7 5F 04 58 E8 89 72 43 86 02 3C 4D 6E 6A 8E 35
15:12:35.539 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L840, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29023], CON-POST   MID=29023, 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
15:12:35.539 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L840, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-D4B6A55025838F36], CON-POST   MID=29023, Token=D4B6A55025838F36, 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
15:12:35.539 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29023], KeyToken[127.0.0.1:8213-D4B6A55025838F36]]
15:12:35.539 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.539 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E855,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29023, Token=D4B6A55025838F36, 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]
15:12:35.539 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.539 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29023]
15:12:35.539 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.540 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R841, 127.0.0.1:8210] replace CON-POST   MID=29023, Token=D4B6A55025838F36, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29023, Token=D4B6A55025838F36, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.540 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R841, 127.0.0.1:8210] send response NON-2.05   MID=29023, Token=null, OptionSet={}, "server responds hi"
15:12:35.540 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R841, 127.0.0.1:8210, complete]!
15:12:35.540 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R841, 127.0.0.1:8210, complete] completed NON-2.04   MID=29023, Token=D4B6A55025838F36, 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!
15:12:35.540 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.540 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E856,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29023, Token=D4B6A55025838F36, 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]
15:12:35.540 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.540 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29023]
15:12:35.540 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.540 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.541 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L840, 127.0.0.1:8213, complete]!
15:12:35.541 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L840, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-D4B6A55025838F36]
15:12:35.541 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L840, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29023]
15:12:35.541 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L840, 127.0.0.1:8213, complete] completed CON-POST   MID=29023, Token=D4B6A55025838F36, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29023, Token=D4B6A55025838F36, 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!
15:12:35.541 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L842, 127.0.0.1:8213] send request
15:12:35.541 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L842, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.541 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L842, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0922}, FA 6D E4 E6 4E 6A 0F 6B B5 8B 40 7D 26 4C 85 98 39 D8 6E 3C 01 72 F0 EC
15:12:35.541 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L842, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29024], CON-POST   MID=29024, 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
15:12:35.541 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L842, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-8064501C3A13A910], CON-POST   MID=29024, Token=8064501C3A13A910, 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
15:12:35.541 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29024], KeyToken[127.0.0.1:8213-8064501C3A13A910]]
15:12:35.541 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.541 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E857,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29024, Token=8064501C3A13A910, 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]
15:12:35.542 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.542 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29024]
15:12:35.542 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.542 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R843, 127.0.0.1:8210] replace CON-POST   MID=29024, Token=8064501C3A13A910, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29024, Token=8064501C3A13A910, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.542 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R843, 127.0.0.1:8210] send response NON-2.05   MID=29024, Token=null, OptionSet={}, "server responds hi"
15:12:35.542 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R843, 127.0.0.1:8210, complete]!
15:12:35.542 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R843, 127.0.0.1:8210, complete] completed NON-2.04   MID=29024, Token=8064501C3A13A910, 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!
15:12:35.542 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.542 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E858,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29024, Token=8064501C3A13A910, 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]
15:12:35.542 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.543 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29024]
15:12:35.543 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.543 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.543 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L842, 127.0.0.1:8213, complete]!
15:12:35.543 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L842, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-8064501C3A13A910]
15:12:35.543 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L842, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29024]
15:12:35.543 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L842, 127.0.0.1:8213, complete] completed CON-POST   MID=29024, Token=8064501C3A13A910, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29024, Token=8064501C3A13A910, 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!
15:12:35.543 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L844, 127.0.0.1:8213] send request
15:12:35.543 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L844, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.543 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L844, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0923}, 26 67 B6 BA 1A 98 8F A8 32 37 68 34 F7 3F 1C 98 2B BF 1A E7 56 BC 59 2E
15:12:35.543 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L844, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29025], CON-POST   MID=29025, 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
15:12:35.543 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L844, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-C0AAF386684677D2], CON-POST   MID=29025, Token=C0AAF386684677D2, 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
15:12:35.544 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29025], KeyToken[127.0.0.1:8213-C0AAF386684677D2]]
15:12:35.544 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.544 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E859,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29025, Token=C0AAF386684677D2, 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]
15:12:35.544 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.544 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29025]
15:12:35.544 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.544 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R845, 127.0.0.1:8210] replace CON-POST   MID=29025, Token=C0AAF386684677D2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29025, Token=C0AAF386684677D2, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.544 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R845, 127.0.0.1:8210] send response NON-2.05   MID=29025, Token=null, OptionSet={}, "server responds hi"
15:12:35.544 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R845, 127.0.0.1:8210, complete]!
15:12:35.544 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R845, 127.0.0.1:8210, complete] completed NON-2.04   MID=29025, Token=C0AAF386684677D2, 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!
15:12:35.545 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.545 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E860,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29025, Token=C0AAF386684677D2, 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]
15:12:35.545 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.545 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29025]
15:12:35.545 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.545 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.545 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L844, 127.0.0.1:8213, complete]!
15:12:35.545 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L844, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-C0AAF386684677D2]
15:12:35.545 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L844, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29025]
15:12:35.545 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L844, 127.0.0.1:8213, complete] completed CON-POST   MID=29025, Token=C0AAF386684677D2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29025, Token=C0AAF386684677D2, 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!
15:12:35.545 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L846, 127.0.0.1:8213] send request
15:12:35.545 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L846, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.546 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L846, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0924}, 34 60 09 A4 5F 66 99 82 5E 8B A7 CE 16 41 16 B6 6C 79 F6 8D B3 DE 33 CC
15:12:35.546 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L846, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29026], CON-POST   MID=29026, 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
15:12:35.546 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L846, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-F8202049CE98D8AF], CON-POST   MID=29026, Token=F8202049CE98D8AF, 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
15:12:35.546 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29026], KeyToken[127.0.0.1:8213-F8202049CE98D8AF]]
15:12:35.546 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.546 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E861,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29026, Token=F8202049CE98D8AF, 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]
15:12:35.546 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.546 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29026]
15:12:35.546 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.546 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R847, 127.0.0.1:8210] replace CON-POST   MID=29026, Token=F8202049CE98D8AF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29026, Token=F8202049CE98D8AF, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.546 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R847, 127.0.0.1:8210] send response NON-2.05   MID=29026, Token=null, OptionSet={}, "server responds hi"
15:12:35.547 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R847, 127.0.0.1:8210, complete]!
15:12:35.547 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R847, 127.0.0.1:8210, complete] completed NON-2.04   MID=29026, Token=F8202049CE98D8AF, 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!
15:12:35.547 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.547 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E862,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29026, Token=F8202049CE98D8AF, 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]
15:12:35.547 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.547 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29026]
15:12:35.547 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.547 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.547 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L846, 127.0.0.1:8213, complete]!
15:12:35.547 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L846, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-F8202049CE98D8AF]
15:12:35.547 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L846, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29026]
15:12:35.547 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L846, 127.0.0.1:8213, complete] completed CON-POST   MID=29026, Token=F8202049CE98D8AF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29026, Token=F8202049CE98D8AF, 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!
15:12:35.547 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L848, 127.0.0.1:8213] send request
15:12:35.547 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L848, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.548 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L848, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0925}, 29 B0 3E 45 81 4C 12 31 89 7F 12 8F BB 82 EC 49 64 61 76 92 B1 9E 4C D9
15:12:35.548 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L848, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29027], CON-POST   MID=29027, 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
15:12:35.548 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L848, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-B4D76F8CBF83FA0A], CON-POST   MID=29027, Token=B4D76F8CBF83FA0A, 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
15:12:35.548 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29027], KeyToken[127.0.0.1:8213-B4D76F8CBF83FA0A]]
15:12:35.548 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.548 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E863,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29027, Token=B4D76F8CBF83FA0A, 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]
15:12:35.548 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.548 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29027]
15:12:35.548 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.549 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R849, 127.0.0.1:8210] replace CON-POST   MID=29027, Token=B4D76F8CBF83FA0A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29027, Token=B4D76F8CBF83FA0A, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.549 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R849, 127.0.0.1:8210] send response NON-2.05   MID=29027, Token=null, OptionSet={}, "server responds hi"
15:12:35.549 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R849, 127.0.0.1:8210, complete]!
15:12:35.549 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R849, 127.0.0.1:8210, complete] completed NON-2.04   MID=29027, Token=B4D76F8CBF83FA0A, 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!
15:12:35.549 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.549 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E864,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29027, Token=B4D76F8CBF83FA0A, 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]
15:12:35.549 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.549 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29027]
15:12:35.549 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.549 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.549 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L848, 127.0.0.1:8213, complete]!
15:12:35.549 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L848, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-B4D76F8CBF83FA0A]
15:12:35.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L848, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29027]
15:12:35.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L848, 127.0.0.1:8213, complete] completed CON-POST   MID=29027, Token=B4D76F8CBF83FA0A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29027, Token=B4D76F8CBF83FA0A, 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!
15:12:35.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L850, 127.0.0.1:8213] send request
15:12:35.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L850, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L850, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0926}, 52 64 E7 72 4C 5B C1 9B 06 A2 9D E5 6F 3E 6A 4D C5 A6 7F F0 EC 90 FE D2
15:12:35.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L850, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29028], CON-POST   MID=29028, 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
15:12:35.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L850, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-7097985257E06782], CON-POST   MID=29028, Token=7097985257E06782, 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
15:12:35.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29028], KeyToken[127.0.0.1:8213-7097985257E06782]]
15:12:35.550 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.551 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E865,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29028, Token=7097985257E06782, 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]
15:12:35.551 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.551 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29028]
15:12:35.551 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.551 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R851, 127.0.0.1:8210] replace CON-POST   MID=29028, Token=7097985257E06782, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29028, Token=7097985257E06782, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.551 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R851, 127.0.0.1:8210] send response NON-2.05   MID=29028, Token=null, OptionSet={}, "server responds hi"
15:12:35.551 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R851, 127.0.0.1:8210, complete]!
15:12:35.551 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R851, 127.0.0.1:8210, complete] completed NON-2.04   MID=29028, Token=7097985257E06782, 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!
15:12:35.551 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.551 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E866,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29028, Token=7097985257E06782, 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]
15:12:35.551 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29028]
15:12:35.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.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
15:12:35.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L850, 127.0.0.1:8213, complete]!
15:12:35.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L850, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-7097985257E06782]
15:12:35.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L850, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29028]
15:12:35.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L850, 127.0.0.1:8213, complete] completed CON-POST   MID=29028, Token=7097985257E06782, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29028, Token=7097985257E06782, 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!
15:12:35.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L852, 127.0.0.1:8213] send request
15:12:35.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L852, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L852, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0927}, 65 2D C6 79 66 93 47 65 38 4D FE BB FD 04 53 8A B7 AA 3A 5D 4F 96 C7 47
15:12:35.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L852, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29029], CON-POST   MID=29029, 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
15:12:35.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L852, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-4C0958B27DE34945], CON-POST   MID=29029, Token=4C0958B27DE34945, 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
15:12:35.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29029], KeyToken[127.0.0.1:8213-4C0958B27DE34945]]
15:12:35.553 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.553 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E867,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29029, Token=4C0958B27DE34945, 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]
15:12:35.553 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.553 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29029]
15:12:35.553 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.553 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R853, 127.0.0.1:8210] replace CON-POST   MID=29029, Token=4C0958B27DE34945, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29029, Token=4C0958B27DE34945, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.553 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R853, 127.0.0.1:8210] send response NON-2.05   MID=29029, Token=null, OptionSet={}, "server responds hi"
15:12:35.553 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R853, 127.0.0.1:8210, complete]!
15:12:35.553 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R853, 127.0.0.1:8210, complete] completed NON-2.04   MID=29029, Token=4C0958B27DE34945, 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!
15:12:35.553 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.554 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E868,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29029, Token=4C0958B27DE34945, 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]
15:12:35.554 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29029]
15:12:35.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.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
15:12:35.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L852, 127.0.0.1:8213, complete]!
15:12:35.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L852, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-4C0958B27DE34945]
15:12:35.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L852, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29029]
15:12:35.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L852, 127.0.0.1:8213, complete] completed CON-POST   MID=29029, Token=4C0958B27DE34945, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29029, Token=4C0958B27DE34945, 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!
15:12:35.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L854, 127.0.0.1:8213] send request
15:12:35.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L854, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L854, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0928}, A8 05 D0 6F 26 B5 45 B3 04 9B 99 B9 CC DF 37 53 AD 3B 72 A5 17 CC E7 E6
15:12:35.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L854, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29030], CON-POST   MID=29030, 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
15:12:35.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L854, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-A07D6478E7855654], CON-POST   MID=29030, Token=A07D6478E7855654, 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
15:12:35.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29030], KeyToken[127.0.0.1:8213-A07D6478E7855654]]
15:12:35.555 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.555 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E869,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29030, Token=A07D6478E7855654, 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]
15:12:35.555 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.555 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29030]
15:12:35.555 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.555 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R855, 127.0.0.1:8210] replace CON-POST   MID=29030, Token=A07D6478E7855654, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29030, Token=A07D6478E7855654, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.555 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R855, 127.0.0.1:8210] send response NON-2.05   MID=29030, Token=null, OptionSet={}, "server responds hi"
15:12:35.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R855, 127.0.0.1:8210, complete]!
15:12:35.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R855, 127.0.0.1:8210, complete] completed NON-2.04   MID=29030, Token=A07D6478E7855654, 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!
15:12:35.556 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.556 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E870,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29030, Token=A07D6478E7855654, 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]
15:12:35.556 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29030]
15:12:35.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.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
15:12:35.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L854, 127.0.0.1:8213, complete]!
15:12:35.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L854, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-A07D6478E7855654]
15:12:35.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L854, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29030]
15:12:35.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L854, 127.0.0.1:8213, complete] completed CON-POST   MID=29030, Token=A07D6478E7855654, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29030, Token=A07D6478E7855654, 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!
15:12:35.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L856, 127.0.0.1:8213] send request
15:12:35.556 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L856, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L856, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0929}, CB 50 6C 4D 64 BB 2D 9F DB A9 A2 5F BB 92 4C 42 C7 8E F3 C2 52 21 AE 0A
15:12:35.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L856, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29031], CON-POST   MID=29031, 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
15:12:35.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L856, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-FC150FCD894AE187], CON-POST   MID=29031, Token=FC150FCD894AE187, 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
15:12:35.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29031], KeyToken[127.0.0.1:8213-FC150FCD894AE187]]
15:12:35.557 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.557 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E871,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29031, Token=FC150FCD894AE187, 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]
15:12:35.557 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.557 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29031]
15:12:35.557 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.558 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R857, 127.0.0.1:8210] replace CON-POST   MID=29031, Token=FC150FCD894AE187, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29031, Token=FC150FCD894AE187, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.558 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R857, 127.0.0.1:8210] send response NON-2.05   MID=29031, Token=null, OptionSet={}, "server responds hi"
15:12:35.558 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R857, 127.0.0.1:8210, complete]!
15:12:35.558 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R857, 127.0.0.1:8210, complete] completed NON-2.04   MID=29031, Token=FC150FCD894AE187, 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!
15:12:35.558 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.558 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E872,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29031, Token=FC150FCD894AE187, 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]
15:12:35.558 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29031]
15:12:35.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.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
15:12:35.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L856, 127.0.0.1:8213, complete]!
15:12:35.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L856, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-FC150FCD894AE187]
15:12:35.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L856, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29031]
15:12:35.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L856, 127.0.0.1:8213, complete] completed CON-POST   MID=29031, Token=FC150FCD894AE187, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29031, Token=FC150FCD894AE187, 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!
15:12:35.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L858, 127.0.0.1:8213] send request
15:12:35.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L858, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L858, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x092A}, 06 F8 1B E9 10 0F 45 DF EB B6 24 53 29 15 35 CE 5B DC 48 AB EC 78 73 D3
15:12:35.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L858, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29032], CON-POST   MID=29032, 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
15:12:35.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L858, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-4C024BBFF909C295], CON-POST   MID=29032, Token=4C024BBFF909C295, 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
15:12:35.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29032], KeyToken[127.0.0.1:8213-4C024BBFF909C295]]
15:12:35.559 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.560 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E873,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29032, Token=4C024BBFF909C295, 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]
15:12:35.560 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.560 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29032]
15:12:35.560 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.560 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R859, 127.0.0.1:8210] replace CON-POST   MID=29032, Token=4C024BBFF909C295, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29032, Token=4C024BBFF909C295, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.560 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R859, 127.0.0.1:8210] send response NON-2.05   MID=29032, Token=null, OptionSet={}, "server responds hi"
15:12:35.560 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R859, 127.0.0.1:8210, complete]!
15:12:35.560 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R859, 127.0.0.1:8210, complete] completed NON-2.04   MID=29032, Token=4C024BBFF909C295, 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!
15:12:35.560 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.560 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E874,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29032, Token=4C024BBFF909C295, 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]
15:12:35.560 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29032]
15:12:35.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.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
15:12:35.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L858, 127.0.0.1:8213, complete]!
15:12:35.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L858, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-4C024BBFF909C295]
15:12:35.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L858, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29032]
15:12:35.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L858, 127.0.0.1:8213, complete] completed CON-POST   MID=29032, Token=4C024BBFF909C295, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29032, Token=4C024BBFF909C295, 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!
15:12:35.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L860, 127.0.0.1:8213] send request
15:12:35.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L860, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L860, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x092B}, 0C 1D 4C 87 B4 48 DC 86 8D 8F 06 32 FE 4A F6 ED 01 A1 51 26 A0 81 A9 54
15:12:35.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L860, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29033], CON-POST   MID=29033, 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
15:12:35.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L860, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-F4387AF25D2209BF], CON-POST   MID=29033, Token=F4387AF25D2209BF, 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
15:12:35.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29033], KeyToken[127.0.0.1:8213-F4387AF25D2209BF]]
15:12:35.561 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.561 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E875,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29033, Token=F4387AF25D2209BF, 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]
15:12:35.562 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.562 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29033]
15:12:35.562 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.562 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R861, 127.0.0.1:8210] replace CON-POST   MID=29033, Token=F4387AF25D2209BF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29033, Token=F4387AF25D2209BF, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.562 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R861, 127.0.0.1:8210] send response NON-2.05   MID=29033, Token=null, OptionSet={}, "server responds hi"
15:12:35.562 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R861, 127.0.0.1:8210, complete]!
15:12:35.562 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R861, 127.0.0.1:8210, complete] completed NON-2.04   MID=29033, Token=F4387AF25D2209BF, 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!
15:12:35.562 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.562 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E876,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29033, Token=F4387AF25D2209BF, 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]
15:12:35.562 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29033]
15:12:35.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.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
15:12:35.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L860, 127.0.0.1:8213, complete]!
15:12:35.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L860, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-F4387AF25D2209BF]
15:12:35.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L860, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29033]
15:12:35.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L860, 127.0.0.1:8213, complete] completed CON-POST   MID=29033, Token=F4387AF25D2209BF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29033, Token=F4387AF25D2209BF, 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!
15:12:35.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L862, 127.0.0.1:8213] send request
15:12:35.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L862, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L862, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x092C}, F1 1F FD 66 6B BC D3 15 BD 97 48 6E 7C 16 35 5E A2 00 DB E7 C7 58 7D 1A
15:12:35.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L862, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29034], CON-POST   MID=29034, 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
15:12:35.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L862, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-B0425BB8BC96AF1B], CON-POST   MID=29034, Token=B0425BB8BC96AF1B, 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
15:12:35.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29034], KeyToken[127.0.0.1:8213-B0425BB8BC96AF1B]]
15:12:35.563 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.564 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E877,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29034, Token=B0425BB8BC96AF1B, 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]
15:12:35.564 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.564 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29034]
15:12:35.564 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.564 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R863, 127.0.0.1:8210] replace CON-POST   MID=29034, Token=B0425BB8BC96AF1B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29034, Token=B0425BB8BC96AF1B, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.564 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R863, 127.0.0.1:8210] send response NON-2.05   MID=29034, Token=null, OptionSet={}, "server responds hi"
15:12:35.564 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R863, 127.0.0.1:8210, complete]!
15:12:35.564 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R863, 127.0.0.1:8210, complete] completed NON-2.04   MID=29034, Token=B0425BB8BC96AF1B, 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!
15:12:35.564 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.564 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E878,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29034, Token=B0425BB8BC96AF1B, 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]
15:12:35.564 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29034]
15:12:35.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.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
15:12:35.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L862, 127.0.0.1:8213, complete]!
15:12:35.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L862, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-B0425BB8BC96AF1B]
15:12:35.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L862, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29034]
15:12:35.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L862, 127.0.0.1:8213, complete] completed CON-POST   MID=29034, Token=B0425BB8BC96AF1B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29034, Token=B0425BB8BC96AF1B, 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!
15:12:35.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L864, 127.0.0.1:8213] send request
15:12:35.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L864, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L864, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x092D}, 08 3F D3 A6 7A 6C 46 A2 C6 F8 49 BB 43 53 09 4C 7B 12 FB BE ED B2 D7 90
15:12:35.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L864, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29035], CON-POST   MID=29035, 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
15:12:35.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L864, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-8C99B64D8B3CB849], CON-POST   MID=29035, Token=8C99B64D8B3CB849, 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
15:12:35.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29035], KeyToken[127.0.0.1:8213-8C99B64D8B3CB849]]
15:12:35.565 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.566 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E879,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29035, Token=8C99B64D8B3CB849, 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]
15:12:35.566 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29035]
15:12:35.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R865, 127.0.0.1:8210] replace CON-POST   MID=29035, Token=8C99B64D8B3CB849, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29035, Token=8C99B64D8B3CB849, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R865, 127.0.0.1:8210] send response NON-2.05   MID=29035, Token=null, OptionSet={}, "server responds hi"
15:12:35.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R865, 127.0.0.1:8210, complete]!
15:12:35.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R865, 127.0.0.1:8210, complete] completed NON-2.04   MID=29035, Token=8C99B64D8B3CB849, 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!
15:12:35.566 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.566 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E880,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29035, Token=8C99B64D8B3CB849, 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]
15:12:35.566 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29035]
15:12:35.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.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
15:12:35.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L864, 127.0.0.1:8213, complete]!
15:12:35.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L864, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-8C99B64D8B3CB849]
15:12:35.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L864, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29035]
15:12:35.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L864, 127.0.0.1:8213, complete] completed CON-POST   MID=29035, Token=8C99B64D8B3CB849, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29035, Token=8C99B64D8B3CB849, 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!
15:12:35.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L866, 127.0.0.1:8213] send request
15:12:35.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L866, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L866, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x092E}, 44 F7 23 B3 07 3F 82 5E CA 7B 77 E6 31 CE 22 24 5D DF AB 1F B2 EF DD 2F
15:12:35.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L866, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29036], CON-POST   MID=29036, 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
15:12:35.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L866, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-1805F3880D57A672], CON-POST   MID=29036, Token=1805F3880D57A672, 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
15:12:35.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29036], KeyToken[127.0.0.1:8213-1805F3880D57A672]]
15:12:35.567 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.568 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E881,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29036, Token=1805F3880D57A672, 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]
15:12:35.568 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.568 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29036]
15:12:35.568 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.568 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R867, 127.0.0.1:8210] replace CON-POST   MID=29036, Token=1805F3880D57A672, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29036, Token=1805F3880D57A672, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.568 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R867, 127.0.0.1:8210] send response NON-2.05   MID=29036, Token=null, OptionSet={}, "server responds hi"
15:12:35.568 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R867, 127.0.0.1:8210, complete]!
15:12:35.568 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R867, 127.0.0.1:8210, complete] completed NON-2.04   MID=29036, Token=1805F3880D57A672, 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!
15:12:35.568 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.568 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E882,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29036, Token=1805F3880D57A672, 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]
15:12:35.568 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29036]
15:12:35.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.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
15:12:35.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L866, 127.0.0.1:8213, complete]!
15:12:35.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L866, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-1805F3880D57A672]
15:12:35.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L866, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29036]
15:12:35.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L866, 127.0.0.1:8213, complete] completed CON-POST   MID=29036, Token=1805F3880D57A672, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29036, Token=1805F3880D57A672, 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!
15:12:35.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L868, 127.0.0.1:8213] send request
15:12:35.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L868, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L868, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x092F}, 38 2F 8A B1 08 D1 35 7D C3 75 6E CD 1B BC 4E 8E 2B 31 52 E7 B7 57 D1 C7
15:12:35.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L868, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29037], CON-POST   MID=29037, 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
15:12:35.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L868, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-A07DFB4046021082], CON-POST   MID=29037, Token=A07DFB4046021082, 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
15:12:35.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29037], KeyToken[127.0.0.1:8213-A07DFB4046021082]]
15:12:35.569 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.570 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E883,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29037, Token=A07DFB4046021082, 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]
15:12:35.570 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.625 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29037]
15:12:35.625 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.625 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R869, 127.0.0.1:8210] replace CON-POST   MID=29037, Token=A07DFB4046021082, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29037, Token=A07DFB4046021082, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.625 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R869, 127.0.0.1:8210] send response NON-2.05   MID=29037, Token=null, OptionSet={}, "server responds hi"
15:12:35.626 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R869, 127.0.0.1:8210, complete]!
15:12:35.626 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R869, 127.0.0.1:8210, complete] completed NON-2.04   MID=29037, Token=A07DFB4046021082, 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!
15:12:35.626 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.626 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E884,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29037, Token=A07DFB4046021082, 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]
15:12:35.626 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.626 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29037]
15:12:35.626 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.626 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.626 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L868, 127.0.0.1:8213, complete]!
15:12:35.626 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L868, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-A07DFB4046021082]
15:12:35.626 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L868, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29037]
15:12:35.626 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L868, 127.0.0.1:8213, complete] completed CON-POST   MID=29037, Token=A07DFB4046021082, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29037, Token=A07DFB4046021082, 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!
15:12:35.626 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L870, 127.0.0.1:8213] send request
15:12:35.626 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L870, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.627 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L870, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0930}, 6E 93 41 40 26 D3 FB BD 92 3D 63 C1 87 A3 73 1D DC AA 78 14 84 32 1B 48
15:12:35.627 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L870, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29038], CON-POST   MID=29038, 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
15:12:35.627 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L870, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-1480E8F4A9B29D0B], CON-POST   MID=29038, Token=1480E8F4A9B29D0B, 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
15:12:35.627 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29038], KeyToken[127.0.0.1:8213-1480E8F4A9B29D0B]]
15:12:35.627 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.627 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E885,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29038, Token=1480E8F4A9B29D0B, 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]
15:12:35.627 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.627 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29038]
15:12:35.627 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.627 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R871, 127.0.0.1:8210] replace CON-POST   MID=29038, Token=1480E8F4A9B29D0B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29038, Token=1480E8F4A9B29D0B, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.627 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R871, 127.0.0.1:8210] send response NON-2.05   MID=29038, Token=null, OptionSet={}, "server responds hi"
15:12:35.628 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R871, 127.0.0.1:8210, complete]!
15:12:35.628 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R871, 127.0.0.1:8210, complete] completed NON-2.04   MID=29038, Token=1480E8F4A9B29D0B, 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!
15:12:35.628 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.628 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E886,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29038, Token=1480E8F4A9B29D0B, 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]
15:12:35.628 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.628 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29038]
15:12:35.628 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.628 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.628 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L870, 127.0.0.1:8213, complete]!
15:12:35.628 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L870, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-1480E8F4A9B29D0B]
15:12:35.628 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L870, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29038]
15:12:35.628 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L870, 127.0.0.1:8213, complete] completed CON-POST   MID=29038, Token=1480E8F4A9B29D0B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29038, Token=1480E8F4A9B29D0B, 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!
15:12:35.628 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L872, 127.0.0.1:8213] send request
15:12:35.628 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L872, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.629 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L872, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0931}, 78 76 4D F3 6E 01 D4 22 22 F4 26 9C 3D C1 E3 33 3A A9 06 7B 7E FB F0 B1
15:12:35.629 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L872, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29039], CON-POST   MID=29039, 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
15:12:35.629 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L872, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-20AEEFC269FFD42A], CON-POST   MID=29039, Token=20AEEFC269FFD42A, 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
15:12:35.629 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29039], KeyToken[127.0.0.1:8213-20AEEFC269FFD42A]]
15:12:35.629 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.629 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E887,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29039, Token=20AEEFC269FFD42A, 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]
15:12:35.629 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.629 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29039]
15:12:35.629 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.629 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R873, 127.0.0.1:8210] replace CON-POST   MID=29039, Token=20AEEFC269FFD42A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29039, Token=20AEEFC269FFD42A, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.630 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R873, 127.0.0.1:8210] send response NON-2.05   MID=29039, Token=null, OptionSet={}, "server responds hi"
15:12:35.630 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R873, 127.0.0.1:8210, complete]!
15:12:35.630 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R873, 127.0.0.1:8210, complete] completed NON-2.04   MID=29039, Token=20AEEFC269FFD42A, 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!
15:12:35.630 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.630 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E888,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29039, Token=20AEEFC269FFD42A, 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]
15:12:35.630 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.630 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29039]
15:12:35.630 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.630 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.630 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L872, 127.0.0.1:8213, complete]!
15:12:35.630 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L872, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-20AEEFC269FFD42A]
15:12:35.630 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L872, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29039]
15:12:35.630 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L872, 127.0.0.1:8213, complete] completed CON-POST   MID=29039, Token=20AEEFC269FFD42A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29039, Token=20AEEFC269FFD42A, 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!
15:12:35.630 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L874, 127.0.0.1:8213] send request
15:12:35.630 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L874, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.631 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L874, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0932}, 4C D2 B7 8C DA 5B 52 FC D9 E8 B5 F0 96 B7 09 B5 71 AD 50 C1 95 46 18 BB
15:12:35.631 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L874, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29040], CON-POST   MID=29040, 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
15:12:35.631 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L874, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-042F7C53412AFF53], CON-POST   MID=29040, Token=042F7C53412AFF53, 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
15:12:35.631 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29040], KeyToken[127.0.0.1:8213-042F7C53412AFF53]]
15:12:35.631 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.631 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E889,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29040, Token=042F7C53412AFF53, 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]
15:12:35.631 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.631 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29040]
15:12:35.631 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.631 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R875, 127.0.0.1:8210] replace CON-POST   MID=29040, Token=042F7C53412AFF53, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29040, Token=042F7C53412AFF53, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.631 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R875, 127.0.0.1:8210] send response NON-2.05   MID=29040, Token=null, OptionSet={}, "server responds hi"
15:12:35.632 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R875, 127.0.0.1:8210, complete]!
15:12:35.632 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R875, 127.0.0.1:8210, complete] completed NON-2.04   MID=29040, Token=042F7C53412AFF53, 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!
15:12:35.632 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.632 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E890,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29040, Token=042F7C53412AFF53, 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]
15:12:35.632 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.632 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29040]
15:12:35.632 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.632 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.632 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L874, 127.0.0.1:8213, complete]!
15:12:35.632 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L874, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-042F7C53412AFF53]
15:12:35.632 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L874, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29040]
15:12:35.632 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L874, 127.0.0.1:8213, complete] completed CON-POST   MID=29040, Token=042F7C53412AFF53, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29040, Token=042F7C53412AFF53, 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!
15:12:35.632 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L876, 127.0.0.1:8213] send request
15:12:35.632 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L876, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.633 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L876, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0933}, 1F 26 5A 4C 93 B4 3A B2 24 DE 5B DD 6C 48 31 96 49 A6 78 E6 37 2F 1D 23
15:12:35.633 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L876, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29041], CON-POST   MID=29041, 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
15:12:35.633 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L876, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-DCD0E9913673018F], CON-POST   MID=29041, Token=DCD0E9913673018F, 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
15:12:35.633 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29041], KeyToken[127.0.0.1:8213-DCD0E9913673018F]]
15:12:35.633 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.633 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E891,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29041, Token=DCD0E9913673018F, 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]
15:12:35.633 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.633 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29041]
15:12:35.633 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.633 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R877, 127.0.0.1:8210] replace CON-POST   MID=29041, Token=DCD0E9913673018F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29041, Token=DCD0E9913673018F, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.633 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R877, 127.0.0.1:8210] send response NON-2.05   MID=29041, Token=null, OptionSet={}, "server responds hi"
15:12:35.634 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R877, 127.0.0.1:8210, complete]!
15:12:35.634 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R877, 127.0.0.1:8210, complete] completed NON-2.04   MID=29041, Token=DCD0E9913673018F, 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!
15:12:35.634 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.634 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E892,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29041, Token=DCD0E9913673018F, 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]
15:12:35.634 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.634 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29041]
15:12:35.634 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.634 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.634 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L876, 127.0.0.1:8213, complete]!
15:12:35.634 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L876, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-DCD0E9913673018F]
15:12:35.634 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L876, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29041]
15:12:35.634 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L876, 127.0.0.1:8213, complete] completed CON-POST   MID=29041, Token=DCD0E9913673018F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29041, Token=DCD0E9913673018F, 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!
15:12:35.634 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L878, 127.0.0.1:8213] send request
15:12:35.634 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L878, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.635 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L878, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0934}, B7 4E 78 DA B9 40 F5 29 EF 4D BB FF 67 99 9D C6 88 51 8A AC FB 5C A6 2A
15:12:35.635 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L878, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29042], CON-POST   MID=29042, 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
15:12:35.635 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L878, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-080C7C87ADF0BDAC], CON-POST   MID=29042, Token=080C7C87ADF0BDAC, 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
15:12:35.635 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29042], KeyToken[127.0.0.1:8213-080C7C87ADF0BDAC]]
15:12:35.635 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.635 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E893,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29042, Token=080C7C87ADF0BDAC, 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]
15:12:35.635 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.635 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29042]
15:12:35.635 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.635 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R879, 127.0.0.1:8210] replace CON-POST   MID=29042, Token=080C7C87ADF0BDAC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29042, Token=080C7C87ADF0BDAC, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.635 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R879, 127.0.0.1:8210] send response NON-2.05   MID=29042, Token=null, OptionSet={}, "server responds hi"
15:12:35.636 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R879, 127.0.0.1:8210, complete]!
15:12:35.636 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R879, 127.0.0.1:8210, complete] completed NON-2.04   MID=29042, Token=080C7C87ADF0BDAC, 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!
15:12:35.636 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.636 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E894,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29042, Token=080C7C87ADF0BDAC, 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]
15:12:35.636 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.636 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29042]
15:12:35.636 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.636 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.636 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L878, 127.0.0.1:8213, complete]!
15:12:35.636 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L878, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-080C7C87ADF0BDAC]
15:12:35.636 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L878, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29042]
15:12:35.636 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L878, 127.0.0.1:8213, complete] completed CON-POST   MID=29042, Token=080C7C87ADF0BDAC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29042, Token=080C7C87ADF0BDAC, 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!
15:12:35.636 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L880, 127.0.0.1:8213] send request
15:12:35.636 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L880, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.637 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L880, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0935}, 1B A0 B1 86 00 31 5D 37 39 AE C1 0B 1A AE 9A F1 33 6F 82 4D 39 0F 7B 36
15:12:35.637 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L880, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29043], CON-POST   MID=29043, 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
15:12:35.637 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L880, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-D8FBD2C69D823D2A], CON-POST   MID=29043, Token=D8FBD2C69D823D2A, 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
15:12:35.637 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29043], KeyToken[127.0.0.1:8213-D8FBD2C69D823D2A]]
15:12:35.637 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.637 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E895,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29043, Token=D8FBD2C69D823D2A, 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]
15:12:35.637 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.637 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29043]
15:12:35.637 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.637 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R881, 127.0.0.1:8210] replace CON-POST   MID=29043, Token=D8FBD2C69D823D2A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29043, Token=D8FBD2C69D823D2A, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.637 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R881, 127.0.0.1:8210] send response NON-2.05   MID=29043, Token=null, OptionSet={}, "server responds hi"
15:12:35.638 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R881, 127.0.0.1:8210, complete]!
15:12:35.638 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R881, 127.0.0.1:8210, complete] completed NON-2.04   MID=29043, Token=D8FBD2C69D823D2A, 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!
15:12:35.638 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.638 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E896,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29043, Token=D8FBD2C69D823D2A, 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]
15:12:35.638 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.638 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29043]
15:12:35.638 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.638 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.638 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L880, 127.0.0.1:8213, complete]!
15:12:35.638 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L880, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-D8FBD2C69D823D2A]
15:12:35.638 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L880, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29043]
15:12:35.638 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L880, 127.0.0.1:8213, complete] completed CON-POST   MID=29043, Token=D8FBD2C69D823D2A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29043, Token=D8FBD2C69D823D2A, 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!
15:12:35.638 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L882, 127.0.0.1:8213] send request
15:12:35.638 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L882, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.639 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L882, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0936}, 05 C6 F9 E6 B2 59 CC 14 17 81 25 65 A2 6A 87 9D F1 2E B2 56 E7 CC 9E CA
15:12:35.639 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L882, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29044], CON-POST   MID=29044, 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
15:12:35.639 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L882, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-B81F359636A7DDDC], CON-POST   MID=29044, Token=B81F359636A7DDDC, 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
15:12:35.639 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29044], KeyToken[127.0.0.1:8213-B81F359636A7DDDC]]
15:12:35.639 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.639 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E897,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29044, Token=B81F359636A7DDDC, 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]
15:12:35.639 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.639 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29044]
15:12:35.639 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.639 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R883, 127.0.0.1:8210] replace CON-POST   MID=29044, Token=B81F359636A7DDDC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29044, Token=B81F359636A7DDDC, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.639 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R883, 127.0.0.1:8210] send response NON-2.05   MID=29044, Token=null, OptionSet={}, "server responds hi"
15:12:35.640 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R883, 127.0.0.1:8210, complete]!
15:12:35.640 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R883, 127.0.0.1:8210, complete] completed NON-2.04   MID=29044, Token=B81F359636A7DDDC, 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!
15:12:35.640 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.640 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E898,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29044, Token=B81F359636A7DDDC, 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]
15:12:35.640 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.640 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29044]
15:12:35.640 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.640 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.640 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L882, 127.0.0.1:8213, complete]!
15:12:35.640 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L882, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-B81F359636A7DDDC]
15:12:35.640 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L882, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29044]
15:12:35.640 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L882, 127.0.0.1:8213, complete] completed CON-POST   MID=29044, Token=B81F359636A7DDDC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29044, Token=B81F359636A7DDDC, 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!
15:12:35.640 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L884, 127.0.0.1:8213] send request
15:12:35.646 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L884, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.647 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L884, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0937}, 09 F2 6F F4 2E 6C E3 E1 E4 96 7C 0A 48 EE 05 C3 10 5A 9D 8F E1 A5 7D 33
15:12:35.647 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L884, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29045], CON-POST   MID=29045, 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
15:12:35.647 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L884, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-140BA5CA973BB780], CON-POST   MID=29045, Token=140BA5CA973BB780, 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
15:12:35.647 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29045], KeyToken[127.0.0.1:8213-140BA5CA973BB780]]
15:12:35.647 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.647 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E899,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29045, Token=140BA5CA973BB780, 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]
15:12:35.647 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.647 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29045]
15:12:35.647 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.647 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R885, 127.0.0.1:8210] replace CON-POST   MID=29045, Token=140BA5CA973BB780, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29045, Token=140BA5CA973BB780, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.648 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R885, 127.0.0.1:8210] send response NON-2.05   MID=29045, Token=null, OptionSet={}, "server responds hi"
15:12:35.648 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R885, 127.0.0.1:8210, complete]!
15:12:35.648 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R885, 127.0.0.1:8210, complete] completed NON-2.04   MID=29045, Token=140BA5CA973BB780, 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!
15:12:35.648 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.648 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E900,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29045, Token=140BA5CA973BB780, 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]
15:12:35.648 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.648 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29045]
15:12:35.648 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.648 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.648 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L884, 127.0.0.1:8213, complete]!
15:12:35.648 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L884, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-140BA5CA973BB780]
15:12:35.648 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L884, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29045]
15:12:35.648 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L884, 127.0.0.1:8213, complete] completed CON-POST   MID=29045, Token=140BA5CA973BB780, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29045, Token=140BA5CA973BB780, 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!
15:12:35.649 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L886, 127.0.0.1:8213] send request
15:12:35.649 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L886, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.649 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L886, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0938}, A9 B6 A8 B5 0F 44 D0 2C 56 B0 91 94 50 0A EC 08 7E 96 1E F4 FE EB F2 7B
15:12:35.649 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L886, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29046], CON-POST   MID=29046, 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
15:12:35.649 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L886, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-F8988E0681413AA1], CON-POST   MID=29046, Token=F8988E0681413AA1, 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
15:12:35.649 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29046], KeyToken[127.0.0.1:8213-F8988E0681413AA1]]
15:12:35.649 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.649 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E901,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29046, Token=F8988E0681413AA1, 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]
15:12:35.649 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.649 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29046]
15:12:35.650 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.650 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R887, 127.0.0.1:8210] replace CON-POST   MID=29046, Token=F8988E0681413AA1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29046, Token=F8988E0681413AA1, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.650 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R887, 127.0.0.1:8210] send response NON-2.05   MID=29046, Token=null, OptionSet={}, "server responds hi"
15:12:35.650 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R887, 127.0.0.1:8210, complete]!
15:12:35.650 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R887, 127.0.0.1:8210, complete] completed NON-2.04   MID=29046, Token=F8988E0681413AA1, 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!
15:12:35.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:8210
15:12:35.650 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E902,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29046, Token=F8988E0681413AA1, 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]
15:12:35.650 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.650 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29046]
15:12:35.650 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.650 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L886, 127.0.0.1:8213, complete]!
15:12:35.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L886, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-F8988E0681413AA1]
15:12:35.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L886, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29046]
15:12:35.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L886, 127.0.0.1:8213, complete] completed CON-POST   MID=29046, Token=F8988E0681413AA1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29046, Token=F8988E0681413AA1, 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!
15:12:35.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L888, 127.0.0.1:8213] send request
15:12:35.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L888, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L888, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0939}, D5 90 5E 51 6C 5F 72 52 2C D6 D1 7B 8F 82 4D 44 B8 E0 D0 66 F1 B4 B0 B7
15:12:35.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L888, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29047], CON-POST   MID=29047, 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
15:12:35.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L888, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-E44B41AF0C12B758], CON-POST   MID=29047, Token=E44B41AF0C12B758, 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
15:12:35.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29047], KeyToken[127.0.0.1:8213-E44B41AF0C12B758]]
15:12:35.652 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.652 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E903,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29047, Token=E44B41AF0C12B758, 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]
15:12:35.652 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.652 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29047]
15:12:35.652 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.652 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R889, 127.0.0.1:8210] replace CON-POST   MID=29047, Token=E44B41AF0C12B758, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29047, Token=E44B41AF0C12B758, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.652 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R889, 127.0.0.1:8210] send response NON-2.05   MID=29047, Token=null, OptionSet={}, "server responds hi"
15:12:35.652 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R889, 127.0.0.1:8210, complete]!
15:12:35.652 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R889, 127.0.0.1:8210, complete] completed NON-2.04   MID=29047, Token=E44B41AF0C12B758, 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!
15:12:35.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:8210
15:12:35.653 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E904,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29047, Token=E44B41AF0C12B758, 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]
15:12:35.653 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29047]
15:12:35.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.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
15:12:35.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L888, 127.0.0.1:8213, complete]!
15:12:35.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L888, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-E44B41AF0C12B758]
15:12:35.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L888, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29047]
15:12:35.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L888, 127.0.0.1:8213, complete] completed CON-POST   MID=29047, Token=E44B41AF0C12B758, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29047, Token=E44B41AF0C12B758, 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!
15:12:35.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L890, 127.0.0.1:8213] send request
15:12:35.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L890, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L890, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x093A}, 38 59 CA 88 D9 77 A8 00 27 66 DE 93 C4 1F 0B E2 28 D4 EE 4E A3 B7 F3 B6
15:12:35.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L890, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29048], CON-POST   MID=29048, 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
15:12:35.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L890, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-E8295A8ABA7A51CD], CON-POST   MID=29048, Token=E8295A8ABA7A51CD, 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
15:12:35.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29048], KeyToken[127.0.0.1:8213-E8295A8ABA7A51CD]]
15:12:35.654 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.654 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E905,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29048, Token=E8295A8ABA7A51CD, 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]
15:12:35.654 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29048]
15:12:35.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R891, 127.0.0.1:8210] replace CON-POST   MID=29048, Token=E8295A8ABA7A51CD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29048, Token=E8295A8ABA7A51CD, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R891, 127.0.0.1:8210] send response NON-2.05   MID=29048, Token=null, OptionSet={}, "server responds hi"
15:12:35.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R891, 127.0.0.1:8210, complete]!
15:12:35.655 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R891, 127.0.0.1:8210, complete] completed NON-2.04   MID=29048, Token=E8295A8ABA7A51CD, 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!
15:12:35.655 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.655 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E906,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29048, Token=E8295A8ABA7A51CD, 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]
15:12:35.655 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29048]
15:12:35.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L890, 127.0.0.1:8213, complete]!
15:12:35.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L890, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-E8295A8ABA7A51CD]
15:12:35.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L890, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29048]
15:12:35.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L890, 127.0.0.1:8213, complete] completed CON-POST   MID=29048, Token=E8295A8ABA7A51CD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29048, Token=E8295A8ABA7A51CD, 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!
15:12:35.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L892, 127.0.0.1:8213] send request
15:12:35.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L892, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L892, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x093B}, 48 C1 80 AF B7 E8 27 5B 47 73 18 20 81 A6 54 A1 18 00 FB F9 61 A9 84 98
15:12:35.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L892, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29049], CON-POST   MID=29049, 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
15:12:35.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L892, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-4CC0AC425ADA59B6], CON-POST   MID=29049, Token=4CC0AC425ADA59B6, 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
15:12:35.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29049], KeyToken[127.0.0.1:8213-4CC0AC425ADA59B6]]
15:12:35.656 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.656 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E907,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29049, Token=4CC0AC425ADA59B6, 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]
15:12:35.656 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.656 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29049]
15:12:35.656 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R893, 127.0.0.1:8210] replace CON-POST   MID=29049, Token=4CC0AC425ADA59B6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29049, Token=4CC0AC425ADA59B6, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R893, 127.0.0.1:8210] send response NON-2.05   MID=29049, Token=null, OptionSet={}, "server responds hi"
15:12:35.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R893, 127.0.0.1:8210, complete]!
15:12:35.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R893, 127.0.0.1:8210, complete] completed NON-2.04   MID=29049, Token=4CC0AC425ADA59B6, 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!
15:12:35.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:8210
15:12:35.657 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E908,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29049, Token=4CC0AC425ADA59B6, 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]
15:12:35.657 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29049]
15:12:35.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.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
15:12:35.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L892, 127.0.0.1:8213, complete]!
15:12:35.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L892, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-4CC0AC425ADA59B6]
15:12:35.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L892, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29049]
15:12:35.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L892, 127.0.0.1:8213, complete] completed CON-POST   MID=29049, Token=4CC0AC425ADA59B6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29049, Token=4CC0AC425ADA59B6, 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!
15:12:35.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L894, 127.0.0.1:8213] send request
15:12:35.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L894, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L894, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x093C}, 1C 9C C5 BB 53 F8 0C 1D B9 7D A5 8E D5 8A B9 8E AD 3B 25 DD 11 CF 9A 76
15:12:35.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L894, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29050], CON-POST   MID=29050, 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
15:12:35.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L894, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-D8CFAFAAC5324ECD], CON-POST   MID=29050, Token=D8CFAFAAC5324ECD, 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
15:12:35.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29050], KeyToken[127.0.0.1:8213-D8CFAFAAC5324ECD]]
15:12:35.658 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.658 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E909,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29050, Token=D8CFAFAAC5324ECD, 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]
15:12:35.658 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.659 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29050]
15:12:35.659 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.659 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R895, 127.0.0.1:8210] replace CON-POST   MID=29050, Token=D8CFAFAAC5324ECD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29050, Token=D8CFAFAAC5324ECD, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.659 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R895, 127.0.0.1:8210] send response NON-2.05   MID=29050, Token=null, OptionSet={}, "server responds hi"
15:12:35.659 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R895, 127.0.0.1:8210, complete]!
15:12:35.659 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R895, 127.0.0.1:8210, complete] completed NON-2.04   MID=29050, Token=D8CFAFAAC5324ECD, 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!
15:12:35.659 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.659 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E910,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29050, Token=D8CFAFAAC5324ECD, 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]
15:12:35.659 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29050]
15:12:35.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.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
15:12:35.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L894, 127.0.0.1:8213, complete]!
15:12:35.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L894, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-D8CFAFAAC5324ECD]
15:12:35.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L894, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29050]
15:12:35.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L894, 127.0.0.1:8213, complete] completed CON-POST   MID=29050, Token=D8CFAFAAC5324ECD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29050, Token=D8CFAFAAC5324ECD, 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!
15:12:35.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L896, 127.0.0.1:8213] send request
15:12:35.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L896, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L896, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x093D}, 00 62 1E E3 78 E1 C1 10 BB 91 1A FE 1B 0F C7 DE 9A A8 C5 70 71 29 04 BE
15:12:35.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L896, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29051], CON-POST   MID=29051, 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
15:12:35.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L896, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-4090BA4174EA219B], CON-POST   MID=29051, Token=4090BA4174EA219B, 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
15:12:35.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29051], KeyToken[127.0.0.1:8213-4090BA4174EA219B]]
15:12:35.660 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.661 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E911,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29051, Token=4090BA4174EA219B, 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]
15:12:35.661 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.661 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29051]
15:12:35.661 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.661 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R897, 127.0.0.1:8210] replace CON-POST   MID=29051, Token=4090BA4174EA219B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29051, Token=4090BA4174EA219B, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.661 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R897, 127.0.0.1:8210] send response NON-2.05   MID=29051, Token=null, OptionSet={}, "server responds hi"
15:12:35.661 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R897, 127.0.0.1:8210, complete]!
15:12:35.661 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R897, 127.0.0.1:8210, complete] completed NON-2.04   MID=29051, Token=4090BA4174EA219B, 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!
15:12:35.661 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.661 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E912,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29051, Token=4090BA4174EA219B, 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]
15:12:35.661 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29051]
15:12:35.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.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
15:12:35.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L896, 127.0.0.1:8213, complete]!
15:12:35.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L896, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-4090BA4174EA219B]
15:12:35.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L896, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29051]
15:12:35.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L896, 127.0.0.1:8213, complete] completed CON-POST   MID=29051, Token=4090BA4174EA219B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29051, Token=4090BA4174EA219B, 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!
15:12:35.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L898, 127.0.0.1:8213] send request
15:12:35.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L898, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L898, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x093E}, F7 D9 9E 7C CB 9E C6 EE 0B B9 48 46 59 AB 86 C0 12 4E 40 8D E2 38 D3 7D
15:12:35.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L898, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29052], CON-POST   MID=29052, 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
15:12:35.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L898, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-50233CF32D877F6B], CON-POST   MID=29052, Token=50233CF32D877F6B, 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
15:12:35.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29052], KeyToken[127.0.0.1:8213-50233CF32D877F6B]]
15:12:35.663 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.663 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E913,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29052, Token=50233CF32D877F6B, 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]
15:12:35.663 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.663 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29052]
15:12:35.663 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.663 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R899, 127.0.0.1:8210] replace CON-POST   MID=29052, Token=50233CF32D877F6B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29052, Token=50233CF32D877F6B, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.663 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R899, 127.0.0.1:8210] send response NON-2.05   MID=29052, Token=null, OptionSet={}, "server responds hi"
15:12:35.663 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R899, 127.0.0.1:8210, complete]!
15:12:35.663 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R899, 127.0.0.1:8210, complete] completed NON-2.04   MID=29052, Token=50233CF32D877F6B, 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!
15:12:35.663 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.664 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E914,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29052, Token=50233CF32D877F6B, 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]
15:12:35.664 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29052]
15:12:35.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.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
15:12:35.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L898, 127.0.0.1:8213, complete]!
15:12:35.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L898, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-50233CF32D877F6B]
15:12:35.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L898, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29052]
15:12:35.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L898, 127.0.0.1:8213, complete] completed CON-POST   MID=29052, Token=50233CF32D877F6B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29052, Token=50233CF32D877F6B, 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!
15:12:35.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L900, 127.0.0.1:8213] send request
15:12:35.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L900, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L900, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x093F}, E7 DD 1F 90 2C 2E 39 CA 3C 7F 72 A7 DD 29 DF 9B D6 A7 B2 6C E9 25 B7 5A
15:12:35.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L900, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29053], CON-POST   MID=29053, 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
15:12:35.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L900, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-2802F3EBE983C22A], CON-POST   MID=29053, Token=2802F3EBE983C22A, 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
15:12:35.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29053], KeyToken[127.0.0.1:8213-2802F3EBE983C22A]]
15:12:35.665 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.665 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E915,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29053, Token=2802F3EBE983C22A, 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]
15:12:35.665 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29053]
15:12:35.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R901, 127.0.0.1:8210] replace CON-POST   MID=29053, Token=2802F3EBE983C22A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29053, Token=2802F3EBE983C22A, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R901, 127.0.0.1:8210] send response NON-2.05   MID=29053, Token=null, OptionSet={}, "server responds hi"
15:12:35.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R901, 127.0.0.1:8210, complete]!
15:12:35.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R901, 127.0.0.1:8210, complete] completed NON-2.04   MID=29053, Token=2802F3EBE983C22A, 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!
15:12:35.665 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.666 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E916,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29053, Token=2802F3EBE983C22A, 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]
15:12:35.666 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29053]
15:12:35.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.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
15:12:35.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L900, 127.0.0.1:8213, complete]!
15:12:35.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L900, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-2802F3EBE983C22A]
15:12:35.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L900, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29053]
15:12:35.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L900, 127.0.0.1:8213, complete] completed CON-POST   MID=29053, Token=2802F3EBE983C22A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29053, Token=2802F3EBE983C22A, 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!
15:12:35.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L902, 127.0.0.1:8213] send request
15:12:35.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L902, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L902, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0940}, C5 7E FE 74 61 09 FC E4 20 B9 05 FC B9 CA 87 75 81 A2 11 88 FD E1 81 49
15:12:35.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L902, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29054], CON-POST   MID=29054, 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
15:12:35.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L902, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-187B202777A37D27], CON-POST   MID=29054, Token=187B202777A37D27, 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
15:12:35.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29054], KeyToken[127.0.0.1:8213-187B202777A37D27]]
15:12:35.667 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.667 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E917,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29054, Token=187B202777A37D27, 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]
15:12:35.667 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.667 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29054]
15:12:35.667 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.667 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R903, 127.0.0.1:8210] replace CON-POST   MID=29054, Token=187B202777A37D27, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29054, Token=187B202777A37D27, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.667 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R903, 127.0.0.1:8210] send response NON-2.05   MID=29054, Token=null, OptionSet={}, "server responds hi"
15:12:35.667 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R903, 127.0.0.1:8210, complete]!
15:12:35.667 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R903, 127.0.0.1:8210, complete] completed NON-2.04   MID=29054, Token=187B202777A37D27, 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!
15:12:35.668 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.668 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E918,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29054, Token=187B202777A37D27, 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]
15:12:35.668 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.725 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29054]
15:12:35.725 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.725 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.725 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L902, 127.0.0.1:8213, complete]!
15:12:35.725 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L902, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-187B202777A37D27]
15:12:35.725 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L902, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29054]
15:12:35.725 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L902, 127.0.0.1:8213, complete] completed CON-POST   MID=29054, Token=187B202777A37D27, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29054, Token=187B202777A37D27, 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!
15:12:35.726 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L904, 127.0.0.1:8213] send request
15:12:35.726 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L904, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.726 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L904, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0941}, 67 DD 8E 66 15 70 DE 37 3C 3A 23 2F 4A DD E6 60 62 97 29 9A C3 FC A8 A6
15:12:35.726 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L904, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29055], CON-POST   MID=29055, 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
15:12:35.726 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L904, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-984E7773CF5D3C75], CON-POST   MID=29055, Token=984E7773CF5D3C75, 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
15:12:35.726 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29055], KeyToken[127.0.0.1:8213-984E7773CF5D3C75]]
15:12:35.726 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.727 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E919,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29055, Token=984E7773CF5D3C75, 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]
15:12:35.727 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.727 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29055]
15:12:35.727 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.727 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R905, 127.0.0.1:8210] replace CON-POST   MID=29055, Token=984E7773CF5D3C75, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29055, Token=984E7773CF5D3C75, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.727 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R905, 127.0.0.1:8210] send response NON-2.05   MID=29055, Token=null, OptionSet={}, "server responds hi"
15:12:35.727 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R905, 127.0.0.1:8210, complete]!
15:12:35.727 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R905, 127.0.0.1:8210, complete] completed NON-2.04   MID=29055, Token=984E7773CF5D3C75, 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!
15:12:35.727 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.728 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E920,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29055, Token=984E7773CF5D3C75, 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]
15:12:35.728 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.728 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29055]
15:12:35.728 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.728 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.728 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L904, 127.0.0.1:8213, complete]!
15:12:35.728 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L904, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-984E7773CF5D3C75]
15:12:35.728 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L904, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29055]
15:12:35.728 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L904, 127.0.0.1:8213, complete] completed CON-POST   MID=29055, Token=984E7773CF5D3C75, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29055, Token=984E7773CF5D3C75, 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!
15:12:35.728 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L906, 127.0.0.1:8213] send request
15:12:35.728 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L906, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.728 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L906, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0942}, FD EE D7 4C 5E 3A 0C ED 2F 2E A7 03 00 6F A2 85 AE EE D0 86 53 C4 7B 77
15:12:35.728 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L906, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29056], CON-POST   MID=29056, 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
15:12:35.729 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L906, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-20E397F13F526597], CON-POST   MID=29056, Token=20E397F13F526597, 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
15:12:35.729 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29056], KeyToken[127.0.0.1:8213-20E397F13F526597]]
15:12:35.729 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.729 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E921,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29056, Token=20E397F13F526597, 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]
15:12:35.729 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.729 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29056]
15:12:35.729 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.729 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R907, 127.0.0.1:8210] replace CON-POST   MID=29056, Token=20E397F13F526597, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29056, Token=20E397F13F526597, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.729 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R907, 127.0.0.1:8210] send response NON-2.05   MID=29056, Token=null, OptionSet={}, "server responds hi"
15:12:35.729 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R907, 127.0.0.1:8210, complete]!
15:12:35.729 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R907, 127.0.0.1:8210, complete] completed NON-2.04   MID=29056, Token=20E397F13F526597, 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!
15:12:35.730 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.730 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E922,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29056, Token=20E397F13F526597, 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]
15:12:35.730 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.730 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29056]
15:12:35.730 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.730 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.730 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L906, 127.0.0.1:8213, complete]!
15:12:35.730 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L906, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-20E397F13F526597]
15:12:35.730 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L906, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29056]
15:12:35.730 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L906, 127.0.0.1:8213, complete] completed CON-POST   MID=29056, Token=20E397F13F526597, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29056, Token=20E397F13F526597, 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!
15:12:35.730 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L908, 127.0.0.1:8213] send request
15:12:35.730 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L908, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.731 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L908, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0943}, 5C 3C C5 F9 16 E7 F4 19 23 AD CA 0D 8B 5E 4A 7E FB 1E A5 16 1C C9 F2 D1
15:12:35.731 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L908, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29057], CON-POST   MID=29057, 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
15:12:35.731 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L908, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-A0C08A6BA2AB70BB], CON-POST   MID=29057, Token=A0C08A6BA2AB70BB, 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
15:12:35.731 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29057], KeyToken[127.0.0.1:8213-A0C08A6BA2AB70BB]]
15:12:35.731 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.731 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E923,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29057, Token=A0C08A6BA2AB70BB, 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]
15:12:35.731 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.731 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29057]
15:12:35.731 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.731 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R909, 127.0.0.1:8210] replace CON-POST   MID=29057, Token=A0C08A6BA2AB70BB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29057, Token=A0C08A6BA2AB70BB, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.731 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R909, 127.0.0.1:8210] send response NON-2.05   MID=29057, Token=null, OptionSet={}, "server responds hi"
15:12:35.732 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R909, 127.0.0.1:8210, complete]!
15:12:35.732 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R909, 127.0.0.1:8210, complete] completed NON-2.04   MID=29057, Token=A0C08A6BA2AB70BB, 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!
15:12:35.732 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.732 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E924,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29057, Token=A0C08A6BA2AB70BB, 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]
15:12:35.732 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.732 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29057]
15:12:35.732 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.732 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.732 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L908, 127.0.0.1:8213, complete]!
15:12:35.732 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L908, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-A0C08A6BA2AB70BB]
15:12:35.732 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L908, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29057]
15:12:35.732 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L908, 127.0.0.1:8213, complete] completed CON-POST   MID=29057, Token=A0C08A6BA2AB70BB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29057, Token=A0C08A6BA2AB70BB, 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!
15:12:35.732 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L910, 127.0.0.1:8213] send request
15:12:35.732 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L910, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.733 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L910, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0944}, F9 23 FC 43 69 BB CC 89 54 2A C6 A8 ED 36 89 C2 E2 FD 08 6A 21 7A F7 9B
15:12:35.733 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L910, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29058], CON-POST   MID=29058, 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
15:12:35.733 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L910, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-60C31B867CD473D0], CON-POST   MID=29058, Token=60C31B867CD473D0, 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
15:12:35.733 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29058], KeyToken[127.0.0.1:8213-60C31B867CD473D0]]
15:12:35.733 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.733 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E925,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29058, Token=60C31B867CD473D0, 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]
15:12:35.733 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.733 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29058]
15:12:35.733 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.733 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R911, 127.0.0.1:8210] replace CON-POST   MID=29058, Token=60C31B867CD473D0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29058, Token=60C31B867CD473D0, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.733 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R911, 127.0.0.1:8210] send response NON-2.05   MID=29058, Token=null, OptionSet={}, "server responds hi"
15:12:35.734 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R911, 127.0.0.1:8210, complete]!
15:12:35.734 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R911, 127.0.0.1:8210, complete] completed NON-2.04   MID=29058, Token=60C31B867CD473D0, 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!
15:12:35.734 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.734 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E926,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29058, Token=60C31B867CD473D0, 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]
15:12:35.734 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.734 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29058]
15:12:35.734 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.734 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.734 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L910, 127.0.0.1:8213, complete]!
15:12:35.734 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L910, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-60C31B867CD473D0]
15:12:35.734 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L910, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29058]
15:12:35.734 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L910, 127.0.0.1:8213, complete] completed CON-POST   MID=29058, Token=60C31B867CD473D0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29058, Token=60C31B867CD473D0, 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!
15:12:35.734 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L912, 127.0.0.1:8213] send request
15:12:35.734 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L912, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.735 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L912, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0945}, F0 AF F0 8C A6 43 68 67 E7 F1 DB DA 26 73 D7 E4 AB 78 72 3E CF F4 49 EB
15:12:35.735 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L912, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29059], CON-POST   MID=29059, 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
15:12:35.735 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L912, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-2C949C437E742E5B], CON-POST   MID=29059, Token=2C949C437E742E5B, 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
15:12:35.735 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29059], KeyToken[127.0.0.1:8213-2C949C437E742E5B]]
15:12:35.735 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.735 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E927,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29059, Token=2C949C437E742E5B, 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]
15:12:35.735 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.735 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29059]
15:12:35.735 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.736 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R913, 127.0.0.1:8210] replace CON-POST   MID=29059, Token=2C949C437E742E5B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29059, Token=2C949C437E742E5B, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.736 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R913, 127.0.0.1:8210] send response NON-2.05   MID=29059, Token=null, OptionSet={}, "server responds hi"
15:12:35.736 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R913, 127.0.0.1:8210, complete]!
15:12:35.736 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R913, 127.0.0.1:8210, complete] completed NON-2.04   MID=29059, Token=2C949C437E742E5B, 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!
15:12:35.736 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.736 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E928,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29059, Token=2C949C437E742E5B, 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]
15:12:35.736 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.736 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29059]
15:12:35.736 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.736 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.736 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L912, 127.0.0.1:8213, complete]!
15:12:35.736 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L912, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-2C949C437E742E5B]
15:12:35.736 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L912, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29059]
15:12:35.736 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L912, 127.0.0.1:8213, complete] completed CON-POST   MID=29059, Token=2C949C437E742E5B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29059, Token=2C949C437E742E5B, 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!
15:12:35.737 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L914, 127.0.0.1:8213] send request
15:12:35.737 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L914, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.737 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L914, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0946}, 29 1A F2 58 22 31 1F 59 11 FB 5D 78 9B 56 F7 3B 62 E3 20 1F 44 17 1A 3E
15:12:35.737 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L914, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29060], CON-POST   MID=29060, 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
15:12:35.737 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L914, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-14AAD42CB396E519], CON-POST   MID=29060, Token=14AAD42CB396E519, 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
15:12:35.737 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29060], KeyToken[127.0.0.1:8213-14AAD42CB396E519]]
15:12:35.737 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.737 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E929,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29060, Token=14AAD42CB396E519, 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]
15:12:35.737 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.737 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29060]
15:12:35.738 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.738 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R915, 127.0.0.1:8210] replace CON-POST   MID=29060, Token=14AAD42CB396E519, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29060, Token=14AAD42CB396E519, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.738 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R915, 127.0.0.1:8210] send response NON-2.05   MID=29060, Token=null, OptionSet={}, "server responds hi"
15:12:35.738 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R915, 127.0.0.1:8210, complete]!
15:12:35.738 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R915, 127.0.0.1:8210, complete] completed NON-2.04   MID=29060, Token=14AAD42CB396E519, 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!
15:12:35.738 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.738 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E930,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29060, Token=14AAD42CB396E519, 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]
15:12:35.738 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.738 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29060]
15:12:35.738 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.738 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.738 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L914, 127.0.0.1:8213, complete]!
15:12:35.738 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L914, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-14AAD42CB396E519]
15:12:35.738 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L914, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29060]
15:12:35.738 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L914, 127.0.0.1:8213, complete] completed CON-POST   MID=29060, Token=14AAD42CB396E519, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29060, Token=14AAD42CB396E519, 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!
15:12:35.739 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L916, 127.0.0.1:8213] send request
15:12:35.739 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L916, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.739 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L916, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0947}, 4D 16 A7 2D 9C 41 94 FE 75 08 27 DB 3C CB A9 CC 8A 11 A8 DD 95 CA C8 41
15:12:35.739 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L916, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29061], CON-POST   MID=29061, 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
15:12:35.739 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L916, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-2899E386AE302A26], CON-POST   MID=29061, Token=2899E386AE302A26, 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
15:12:35.739 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29061], KeyToken[127.0.0.1:8213-2899E386AE302A26]]
15:12:35.739 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.739 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E931,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29061, Token=2899E386AE302A26, 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]
15:12:35.739 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.740 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29061]
15:12:35.740 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.740 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R917, 127.0.0.1:8210] replace CON-POST   MID=29061, Token=2899E386AE302A26, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29061, Token=2899E386AE302A26, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.740 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R917, 127.0.0.1:8210] send response NON-2.05   MID=29061, Token=null, OptionSet={}, "server responds hi"
15:12:35.740 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R917, 127.0.0.1:8210, complete]!
15:12:35.740 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R917, 127.0.0.1:8210, complete] completed NON-2.04   MID=29061, Token=2899E386AE302A26, 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!
15:12:35.740 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.740 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E932,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29061, Token=2899E386AE302A26, 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]
15:12:35.740 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.740 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29061]
15:12:35.740 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.740 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.741 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L916, 127.0.0.1:8213, complete]!
15:12:35.741 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L916, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-2899E386AE302A26]
15:12:35.741 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L916, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29061]
15:12:35.741 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L916, 127.0.0.1:8213, complete] completed CON-POST   MID=29061, Token=2899E386AE302A26, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29061, Token=2899E386AE302A26, 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!
15:12:35.741 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L918, 127.0.0.1:8213] send request
15:12:35.741 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L918, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.741 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L918, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0948}, 1B A5 BA F3 D5 84 4C F9 A2 93 34 65 56 E5 49 50 26 76 0E E4 A6 B6 B2 95
15:12:35.741 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L918, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29062], CON-POST   MID=29062, 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
15:12:35.741 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L918, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-1C2256860BAB1040], CON-POST   MID=29062, Token=1C2256860BAB1040, 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
15:12:35.741 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29062], KeyToken[127.0.0.1:8213-1C2256860BAB1040]]
15:12:35.741 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.742 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E933,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29062, Token=1C2256860BAB1040, 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]
15:12:35.742 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.742 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29062]
15:12:35.742 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.742 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R919, 127.0.0.1:8210] replace CON-POST   MID=29062, Token=1C2256860BAB1040, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29062, Token=1C2256860BAB1040, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.742 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R919, 127.0.0.1:8210] send response NON-2.05   MID=29062, Token=null, OptionSet={}, "server responds hi"
15:12:35.742 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R919, 127.0.0.1:8210, complete]!
15:12:35.742 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R919, 127.0.0.1:8210, complete] completed NON-2.04   MID=29062, Token=1C2256860BAB1040, 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!
15:12:35.742 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.742 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E934,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29062, Token=1C2256860BAB1040, 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]
15:12:35.742 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.743 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29062]
15:12:35.743 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.743 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.743 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L918, 127.0.0.1:8213, complete]!
15:12:35.743 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L918, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-1C2256860BAB1040]
15:12:35.743 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L918, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29062]
15:12:35.743 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L918, 127.0.0.1:8213, complete] completed CON-POST   MID=29062, Token=1C2256860BAB1040, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29062, Token=1C2256860BAB1040, 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!
15:12:35.743 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L920, 127.0.0.1:8213] send request
15:12:35.743 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L920, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.743 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L920, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0949}, DF D4 B0 37 7D B9 D5 7C 2D E6 32 8B ED 81 CE F7 CA 7E B1 21 34 D4 EF 95
15:12:35.743 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L920, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29063], CON-POST   MID=29063, 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
15:12:35.743 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L920, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-9CCB45C451A01F2C], CON-POST   MID=29063, Token=9CCB45C451A01F2C, 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
15:12:35.743 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29063], KeyToken[127.0.0.1:8213-9CCB45C451A01F2C]]
15:12:35.744 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.744 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E935,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29063, Token=9CCB45C451A01F2C, 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]
15:12:35.744 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.744 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29063]
15:12:35.744 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.744 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R921, 127.0.0.1:8210] replace CON-POST   MID=29063, Token=9CCB45C451A01F2C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29063, Token=9CCB45C451A01F2C, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.744 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R921, 127.0.0.1:8210] send response NON-2.05   MID=29063, Token=null, OptionSet={}, "server responds hi"
15:12:35.744 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R921, 127.0.0.1:8210, complete]!
15:12:35.744 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R921, 127.0.0.1:8210, complete] completed NON-2.04   MID=29063, Token=9CCB45C451A01F2C, 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!
15:12:35.744 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.745 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E936,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29063, Token=9CCB45C451A01F2C, 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]
15:12:35.745 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.745 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29063]
15:12:35.745 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.745 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.745 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L920, 127.0.0.1:8213, complete]!
15:12:35.745 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L920, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-9CCB45C451A01F2C]
15:12:35.745 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L920, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29063]
15:12:35.745 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L920, 127.0.0.1:8213, complete] completed CON-POST   MID=29063, Token=9CCB45C451A01F2C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29063, Token=9CCB45C451A01F2C, 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!
15:12:35.745 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L922, 127.0.0.1:8213] send request
15:12:35.745 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L922, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.745 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L922, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x094A}, 14 C3 A5 61 6F EB 0D 6C 20 CA 21 5B 8E AB 35 80 59 31 AA 33 1A 72 5A DB
15:12:35.746 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L922, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29064], CON-POST   MID=29064, 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
15:12:35.746 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L922, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-04821A0933905CBB], CON-POST   MID=29064, Token=04821A0933905CBB, 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
15:12:35.746 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29064], KeyToken[127.0.0.1:8213-04821A0933905CBB]]
15:12:35.746 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.746 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E937,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29064, Token=04821A0933905CBB, 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]
15:12:35.746 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.746 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29064]
15:12:35.746 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.746 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R923, 127.0.0.1:8210] replace CON-POST   MID=29064, Token=04821A0933905CBB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29064, Token=04821A0933905CBB, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.746 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R923, 127.0.0.1:8210] send response NON-2.05   MID=29064, Token=null, OptionSet={}, "server responds hi"
15:12:35.746 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R923, 127.0.0.1:8210, complete]!
15:12:35.746 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R923, 127.0.0.1:8210, complete] completed NON-2.04   MID=29064, Token=04821A0933905CBB, 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!
15:12:35.747 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.747 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E938,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29064, Token=04821A0933905CBB, 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]
15:12:35.747 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.747 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29064]
15:12:35.747 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.747 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.747 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L922, 127.0.0.1:8213, complete]!
15:12:35.747 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L922, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-04821A0933905CBB]
15:12:35.747 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L922, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29064]
15:12:35.747 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L922, 127.0.0.1:8213, complete] completed CON-POST   MID=29064, Token=04821A0933905CBB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29064, Token=04821A0933905CBB, 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!
15:12:35.747 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L924, 127.0.0.1:8213] send request
15:12:35.747 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L924, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.748 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L924, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x094B}, 2A C2 8C 99 9C 3F 60 01 EB B8 9B CE 2A 73 E0 F1 6D E6 CB 1C 72 31 F4 9A
15:12:35.748 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L924, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29065], CON-POST   MID=29065, 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
15:12:35.748 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L924, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-305C5DC47E6D380B], CON-POST   MID=29065, Token=305C5DC47E6D380B, 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
15:12:35.748 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29065], KeyToken[127.0.0.1:8213-305C5DC47E6D380B]]
15:12:35.748 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.748 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E939,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29065, Token=305C5DC47E6D380B, 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]
15:12:35.748 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.748 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29065]
15:12:35.748 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.748 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R925, 127.0.0.1:8210] replace CON-POST   MID=29065, Token=305C5DC47E6D380B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29065, Token=305C5DC47E6D380B, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.748 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R925, 127.0.0.1:8210] send response NON-2.05   MID=29065, Token=null, OptionSet={}, "server responds hi"
15:12:35.749 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R925, 127.0.0.1:8210, complete]!
15:12:35.749 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R925, 127.0.0.1:8210, complete] completed NON-2.04   MID=29065, Token=305C5DC47E6D380B, 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!
15:12:35.749 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.749 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E940,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29065, Token=305C5DC47E6D380B, 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]
15:12:35.749 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.749 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29065]
15:12:35.749 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.749 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.749 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L924, 127.0.0.1:8213, complete]!
15:12:35.749 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L924, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-305C5DC47E6D380B]
15:12:35.749 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L924, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29065]
15:12:35.749 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L924, 127.0.0.1:8213, complete] completed CON-POST   MID=29065, Token=305C5DC47E6D380B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29065, Token=305C5DC47E6D380B, 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!
15:12:35.749 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L926, 127.0.0.1:8213] send request
15:12:35.749 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L926, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.750 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L926, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x094C}, 42 C8 39 1B 39 03 9A 6D F2 3B CA E5 05 D2 D0 29 C2 D1 8E 8D A5 B0 E7 7A
15:12:35.750 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L926, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29066], CON-POST   MID=29066, 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
15:12:35.750 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L926, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-DCF30CFBC7E87835], CON-POST   MID=29066, Token=DCF30CFBC7E87835, 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
15:12:35.750 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29066], KeyToken[127.0.0.1:8213-DCF30CFBC7E87835]]
15:12:35.750 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.750 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E941,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29066, Token=DCF30CFBC7E87835, 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]
15:12:35.750 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.750 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29066]
15:12:35.750 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.750 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R927, 127.0.0.1:8210] replace CON-POST   MID=29066, Token=DCF30CFBC7E87835, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29066, Token=DCF30CFBC7E87835, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.751 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R927, 127.0.0.1:8210] send response NON-2.05   MID=29066, Token=null, OptionSet={}, "server responds hi"
15:12:35.751 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R927, 127.0.0.1:8210, complete]!
15:12:35.751 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R927, 127.0.0.1:8210, complete] completed NON-2.04   MID=29066, Token=DCF30CFBC7E87835, 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!
15:12:35.751 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.751 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E942,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29066, Token=DCF30CFBC7E87835, 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]
15:12:35.751 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29066]
15:12:35.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.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
15:12:35.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L926, 127.0.0.1:8213, complete]!
15:12:35.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L926, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-DCF30CFBC7E87835]
15:12:35.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L926, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29066]
15:12:35.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L926, 127.0.0.1:8213, complete] completed CON-POST   MID=29066, Token=DCF30CFBC7E87835, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29066, Token=DCF30CFBC7E87835, 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!
15:12:35.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L928, 127.0.0.1:8213] send request
15:12:35.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L928, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L928, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x094D}, 24 38 1C 4D FE 5F 87 64 8B 95 54 97 B2 EB B3 67 8A 3A 38 2C AA 50 64 10
15:12:35.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L928, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29067], CON-POST   MID=29067, 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
15:12:35.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L928, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-E4FC1A7D7CAF4F6F], CON-POST   MID=29067, Token=E4FC1A7D7CAF4F6F, 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
15:12:35.752 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29067], KeyToken[127.0.0.1:8213-E4FC1A7D7CAF4F6F]]
15:12:35.752 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.752 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E943,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29067, Token=E4FC1A7D7CAF4F6F, 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]
15:12:35.752 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.752 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29067]
15:12:35.752 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.752 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R929, 127.0.0.1:8210] replace CON-POST   MID=29067, Token=E4FC1A7D7CAF4F6F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29067, Token=E4FC1A7D7CAF4F6F, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.752 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R929, 127.0.0.1:8210] send response NON-2.05   MID=29067, Token=null, OptionSet={}, "server responds hi"
15:12:35.753 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R929, 127.0.0.1:8210, complete]!
15:12:35.753 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R929, 127.0.0.1:8210, complete] completed NON-2.04   MID=29067, Token=E4FC1A7D7CAF4F6F, 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!
15:12:35.753 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.753 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E944,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29067, Token=E4FC1A7D7CAF4F6F, 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]
15:12:35.753 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29067]
15:12:35.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.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
15:12:35.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L928, 127.0.0.1:8213, complete]!
15:12:35.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L928, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-E4FC1A7D7CAF4F6F]
15:12:35.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L928, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29067]
15:12:35.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L928, 127.0.0.1:8213, complete] completed CON-POST   MID=29067, Token=E4FC1A7D7CAF4F6F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29067, Token=E4FC1A7D7CAF4F6F, 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!
15:12:35.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L930, 127.0.0.1:8213] send request
15:12:35.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L930, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L930, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x094E}, 7B FA 2E C4 3C DA 28 5F 88 73 A2 AA 73 2A 8F 55 DB 45 51 EF 46 E6 4C 2B
15:12:35.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L930, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29068], CON-POST   MID=29068, 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
15:12:35.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L930, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-2CDF10661CE273EB], CON-POST   MID=29068, Token=2CDF10661CE273EB, 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
15:12:35.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29068], KeyToken[127.0.0.1:8213-2CDF10661CE273EB]]
15:12:35.754 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.754 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E945,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29068, Token=2CDF10661CE273EB, 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]
15:12:35.754 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29068]
15:12:35.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R931, 127.0.0.1:8210] replace CON-POST   MID=29068, Token=2CDF10661CE273EB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29068, Token=2CDF10661CE273EB, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R931, 127.0.0.1:8210] send response NON-2.05   MID=29068, Token=null, OptionSet={}, "server responds hi"
15:12:35.755 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R931, 127.0.0.1:8210, complete]!
15:12:35.755 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R931, 127.0.0.1:8210, complete] completed NON-2.04   MID=29068, Token=2CDF10661CE273EB, 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!
15:12:35.755 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.755 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E946,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29068, Token=2CDF10661CE273EB, 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]
15:12:35.755 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29068]
15:12:35.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.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
15:12:35.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L930, 127.0.0.1:8213, complete]!
15:12:35.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L930, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-2CDF10661CE273EB]
15:12:35.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L930, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29068]
15:12:35.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L930, 127.0.0.1:8213, complete] completed CON-POST   MID=29068, Token=2CDF10661CE273EB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29068, Token=2CDF10661CE273EB, 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!
15:12:35.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L932, 127.0.0.1:8213] send request
15:12:35.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L932, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L932, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x094F}, F1 3A 3E AB 23 88 C9 71 C2 E4 F2 93 86 F2 3E 0D 16 15 D8 CA 7B 2F 82 4D
15:12:35.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L932, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29069], CON-POST   MID=29069, 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
15:12:35.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L932, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-E49EF08787195D8C], CON-POST   MID=29069, Token=E49EF08787195D8C, 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
15:12:35.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29069], KeyToken[127.0.0.1:8213-E49EF08787195D8C]]
15:12:35.756 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.756 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E947,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29069, Token=E49EF08787195D8C, 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]
15:12:35.756 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.756 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29069]
15:12:35.756 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.756 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R933, 127.0.0.1:8210] replace CON-POST   MID=29069, Token=E49EF08787195D8C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29069, Token=E49EF08787195D8C, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.756 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R933, 127.0.0.1:8210] send response NON-2.05   MID=29069, Token=null, OptionSet={}, "server responds hi"
15:12:35.756 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R933, 127.0.0.1:8210, complete]!
15:12:35.756 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R933, 127.0.0.1:8210, complete] completed NON-2.04   MID=29069, Token=E49EF08787195D8C, 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!
15:12:35.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:8210
15:12:35.757 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E948,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29069, Token=E49EF08787195D8C, 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]
15:12:35.757 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29069]
15:12:35.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L932, 127.0.0.1:8213, complete]!
15:12:35.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L932, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-E49EF08787195D8C]
15:12:35.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L932, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29069]
15:12:35.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L932, 127.0.0.1:8213, complete] completed CON-POST   MID=29069, Token=E49EF08787195D8C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29069, Token=E49EF08787195D8C, 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!
15:12:35.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L934, 127.0.0.1:8213] send request
15:12:35.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L934, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L934, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0950}, F6 07 15 62 98 DE 49 96 F4 BD 8E DC A1 E4 81 C9 4E 75 B3 42 48 68 2B 3C
15:12:35.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L934, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29070], CON-POST   MID=29070, 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
15:12:35.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L934, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-84F1CC3DBC4DB38A], CON-POST   MID=29070, Token=84F1CC3DBC4DB38A, 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
15:12:35.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29070], KeyToken[127.0.0.1:8213-84F1CC3DBC4DB38A]]
15:12:35.758 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.758 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E949,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29070, Token=84F1CC3DBC4DB38A, 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]
15:12:35.758 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.758 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29070]
15:12:35.758 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.758 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R935, 127.0.0.1:8210] replace CON-POST   MID=29070, Token=84F1CC3DBC4DB38A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29070, Token=84F1CC3DBC4DB38A, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.758 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R935, 127.0.0.1:8210] send response NON-2.05   MID=29070, Token=null, OptionSet={}, "server responds hi"
15:12:35.758 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R935, 127.0.0.1:8210, complete]!
15:12:35.758 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R935, 127.0.0.1:8210, complete] completed NON-2.04   MID=29070, Token=84F1CC3DBC4DB38A, 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!
15:12:35.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:8210
15:12:35.759 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E950,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29070, Token=84F1CC3DBC4DB38A, 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]
15:12:35.759 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.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:8213-29070]
15:12:35.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.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
15:12:35.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L934, 127.0.0.1:8213, complete]!
15:12:35.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L934, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-84F1CC3DBC4DB38A]
15:12:35.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L934, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29070]
15:12:35.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L934, 127.0.0.1:8213, complete] completed CON-POST   MID=29070, Token=84F1CC3DBC4DB38A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29070, Token=84F1CC3DBC4DB38A, 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!
15:12:35.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L936, 127.0.0.1:8213] send request
15:12:35.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L936, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L936, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0951}, F0 07 BE 12 F8 36 A8 19 FD 0E 29 92 B1 7A A0 33 5D 2C 28 D9 E4 A1 8A 08
15:12:35.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L936, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29071], CON-POST   MID=29071, 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
15:12:35.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L936, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-E0C1CE78FEDE1E06], CON-POST   MID=29071, Token=E0C1CE78FEDE1E06, 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
15:12:35.760 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29071], KeyToken[127.0.0.1:8213-E0C1CE78FEDE1E06]]
15:12:35.760 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.760 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E951,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29071, Token=E0C1CE78FEDE1E06, 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]
15:12:35.760 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.760 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29071]
15:12:35.760 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.760 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R937, 127.0.0.1:8210] replace CON-POST   MID=29071, Token=E0C1CE78FEDE1E06, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29071, Token=E0C1CE78FEDE1E06, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.760 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R937, 127.0.0.1:8210] send response NON-2.05   MID=29071, Token=null, OptionSet={}, "server responds hi"
15:12:35.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R937, 127.0.0.1:8210, complete]!
15:12:35.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R937, 127.0.0.1:8210, complete] completed NON-2.04   MID=29071, Token=E0C1CE78FEDE1E06, 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!
15:12:35.761 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.761 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E952,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29071, Token=E0C1CE78FEDE1E06, 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]
15:12:35.761 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29071]
15:12:35.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.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
15:12:35.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L936, 127.0.0.1:8213, complete]!
15:12:35.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L936, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-E0C1CE78FEDE1E06]
15:12:35.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L936, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29071]
15:12:35.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L936, 127.0.0.1:8213, complete] completed CON-POST   MID=29071, Token=E0C1CE78FEDE1E06, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29071, Token=E0C1CE78FEDE1E06, 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!
15:12:35.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L938, 127.0.0.1:8213] send request
15:12:35.761 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L938, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L938, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0952}, E1 1B D5 EC 13 5D BA BD 81 59 93 CF 24 29 D6 AE BB 06 CA 61 0C 67 99 EB
15:12:35.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L938, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29072], CON-POST   MID=29072, 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
15:12:35.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L938, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-54D39EB3227783BE], CON-POST   MID=29072, Token=54D39EB3227783BE, 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
15:12:35.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29072], KeyToken[127.0.0.1:8213-54D39EB3227783BE]]
15:12:35.762 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.762 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E953,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29072, Token=54D39EB3227783BE, 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]
15:12:35.762 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.762 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29072]
15:12:35.762 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.762 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R939, 127.0.0.1:8210] replace CON-POST   MID=29072, Token=54D39EB3227783BE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29072, Token=54D39EB3227783BE, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.762 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R939, 127.0.0.1:8210] send response NON-2.05   MID=29072, Token=null, OptionSet={}, "server responds hi"
15:12:35.763 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R939, 127.0.0.1:8210, complete]!
15:12:35.763 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R939, 127.0.0.1:8210, complete] completed NON-2.04   MID=29072, Token=54D39EB3227783BE, 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!
15:12:35.763 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.763 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E954,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29072, Token=54D39EB3227783BE, 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]
15:12:35.763 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.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:8213-29072]
15:12:35.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.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
15:12:35.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L938, 127.0.0.1:8213, complete]!
15:12:35.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L938, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-54D39EB3227783BE]
15:12:35.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L938, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29072]
15:12:35.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L938, 127.0.0.1:8213, complete] completed CON-POST   MID=29072, Token=54D39EB3227783BE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29072, Token=54D39EB3227783BE, 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!
15:12:35.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L940, 127.0.0.1:8213] send request
15:12:35.763 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L940, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L940, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0953}, 69 4C EF D3 8C 55 02 0D EE 97 72 D9 83 04 69 32 BD 39 4E 37 2D 6E D1 2C
15:12:35.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L940, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29073], CON-POST   MID=29073, 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
15:12:35.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L940, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-D47EA1C995795225], CON-POST   MID=29073, Token=D47EA1C995795225, 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
15:12:35.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29073], KeyToken[127.0.0.1:8213-D47EA1C995795225]]
15:12:35.764 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.764 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E955,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29073, Token=D47EA1C995795225, 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]
15:12:35.764 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.764 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29073]
15:12:35.764 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.764 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R941, 127.0.0.1:8210] replace CON-POST   MID=29073, Token=D47EA1C995795225, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29073, Token=D47EA1C995795225, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.764 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R941, 127.0.0.1:8210] send response NON-2.05   MID=29073, Token=null, OptionSet={}, "server responds hi"
15:12:35.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R941, 127.0.0.1:8210, complete]!
15:12:35.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R941, 127.0.0.1:8210, complete] completed NON-2.04   MID=29073, Token=D47EA1C995795225, 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!
15:12:35.765 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.765 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E956,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29073, Token=D47EA1C995795225, 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]
15:12:35.765 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29073]
15:12:35.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L940, 127.0.0.1:8213, complete]!
15:12:35.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L940, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-D47EA1C995795225]
15:12:35.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L940, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29073]
15:12:35.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L940, 127.0.0.1:8213, complete] completed CON-POST   MID=29073, Token=D47EA1C995795225, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29073, Token=D47EA1C995795225, 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!
15:12:35.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L942, 127.0.0.1:8213] send request
15:12:35.765 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L942, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L942, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0954}, 64 42 A7 85 30 C8 08 FE B7 64 25 BB 1C 2D 58 8C CB BD 73 9E DC C8 AE 5A
15:12:35.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L942, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29074], CON-POST   MID=29074, 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
15:12:35.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L942, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-C8EB93C3B8747BAA], CON-POST   MID=29074, Token=C8EB93C3B8747BAA, 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
15:12:35.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29074], KeyToken[127.0.0.1:8213-C8EB93C3B8747BAA]]
15:12:35.766 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.766 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E957,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29074, Token=C8EB93C3B8747BAA, 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]
15:12:35.766 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.766 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29074]
15:12:35.766 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.766 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R943, 127.0.0.1:8210] replace CON-POST   MID=29074, Token=C8EB93C3B8747BAA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29074, Token=C8EB93C3B8747BAA, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.766 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R943, 127.0.0.1:8210] send response NON-2.05   MID=29074, Token=null, OptionSet={}, "server responds hi"
15:12:35.767 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R943, 127.0.0.1:8210, complete]!
15:12:35.767 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R943, 127.0.0.1:8210, complete] completed NON-2.04   MID=29074, Token=C8EB93C3B8747BAA, 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!
15:12:35.767 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.767 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E958,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29074, Token=C8EB93C3B8747BAA, 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]
15:12:35.767 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29074]
15:12:35.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.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
15:12:35.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L942, 127.0.0.1:8213, complete]!
15:12:35.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L942, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-C8EB93C3B8747BAA]
15:12:35.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L942, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29074]
15:12:35.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L942, 127.0.0.1:8213, complete] completed CON-POST   MID=29074, Token=C8EB93C3B8747BAA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29074, Token=C8EB93C3B8747BAA, 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!
15:12:35.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L944, 127.0.0.1:8213] send request
15:12:35.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L944, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L944, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0955}, 17 D2 CE 31 04 A4 47 AD D6 BD F5 3D C8 41 A1 1D 91 B2 F2 CE 28 09 9E A4
15:12:35.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L944, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29075], CON-POST   MID=29075, 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
15:12:35.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L944, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-5C152D2E3ED41D05], CON-POST   MID=29075, Token=5C152D2E3ED41D05, 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
15:12:35.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29075], KeyToken[127.0.0.1:8213-5C152D2E3ED41D05]]
15:12:35.768 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.768 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E959,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29075, Token=5C152D2E3ED41D05, 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]
15:12:35.768 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.768 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29075]
15:12:35.768 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.769 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R945, 127.0.0.1:8210] replace CON-POST   MID=29075, Token=5C152D2E3ED41D05, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29075, Token=5C152D2E3ED41D05, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.769 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R945, 127.0.0.1:8210] send response NON-2.05   MID=29075, Token=null, OptionSet={}, "server responds hi"
15:12:35.769 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R945, 127.0.0.1:8210, complete]!
15:12:35.769 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R945, 127.0.0.1:8210, complete] completed NON-2.04   MID=29075, Token=5C152D2E3ED41D05, 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!
15:12:35.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:8210
15:12:35.769 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E960,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29075, Token=5C152D2E3ED41D05, 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]
15:12:35.769 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29075]
15:12:35.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.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
15:12:35.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L944, 127.0.0.1:8213, complete]!
15:12:35.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L944, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-5C152D2E3ED41D05]
15:12:35.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L944, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29075]
15:12:35.769 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L944, 127.0.0.1:8213, complete] completed CON-POST   MID=29075, Token=5C152D2E3ED41D05, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29075, Token=5C152D2E3ED41D05, 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!
15:12:35.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L946, 127.0.0.1:8213] send request
15:12:35.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L946, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L946, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0956}, 0F 0C 06 E5 2C 58 98 81 F3 CC 8F F3 4F D6 C7 F7 84 D6 72 91 16 BA 92 9B
15:12:35.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L946, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29076], CON-POST   MID=29076, 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
15:12:35.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L946, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-34CBD289D842AF40], CON-POST   MID=29076, Token=34CBD289D842AF40, 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
15:12:35.770 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29076], KeyToken[127.0.0.1:8213-34CBD289D842AF40]]
15:12:35.770 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.770 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E961,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29076, Token=34CBD289D842AF40, 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]
15:12:35.770 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.770 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29076]
15:12:35.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R947, 127.0.0.1:8210] replace CON-POST   MID=29076, Token=34CBD289D842AF40, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29076, Token=34CBD289D842AF40, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R947, 127.0.0.1:8210] send response NON-2.05   MID=29076, Token=null, OptionSet={}, "server responds hi"
15:12:35.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R947, 127.0.0.1:8210, complete]!
15:12:35.771 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R947, 127.0.0.1:8210, complete] completed NON-2.04   MID=29076, Token=34CBD289D842AF40, 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!
15:12:35.771 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.771 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E962,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29076, Token=34CBD289D842AF40, 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]
15:12:35.771 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29076]
15:12:35.771 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.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
15:12:35.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L946, 127.0.0.1:8213, complete]!
15:12:35.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L946, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-34CBD289D842AF40]
15:12:35.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L946, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29076]
15:12:35.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L946, 127.0.0.1:8213, complete] completed CON-POST   MID=29076, Token=34CBD289D842AF40, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29076, Token=34CBD289D842AF40, 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!
15:12:35.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L948, 127.0.0.1:8213] send request
15:12:35.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L948, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L948, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0957}, 93 F3 34 7E 87 0D AC 15 F8 78 7B F7 4D 88 7F 57 09 7E 91 3A 3B 11 D3 25
15:12:35.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L948, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29077], CON-POST   MID=29077, 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
15:12:35.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L948, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-2C06BD2D906905E1], CON-POST   MID=29077, Token=2C06BD2D906905E1, 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
15:12:35.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29077], KeyToken[127.0.0.1:8213-2C06BD2D906905E1]]
15:12:35.772 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.772 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E963,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29077, Token=2C06BD2D906905E1, 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]
15:12:35.772 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.773 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29077]
15:12:35.773 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.773 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R949, 127.0.0.1:8210] replace CON-POST   MID=29077, Token=2C06BD2D906905E1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29077, Token=2C06BD2D906905E1, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.773 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R949, 127.0.0.1:8210] send response NON-2.05   MID=29077, Token=null, OptionSet={}, "server responds hi"
15:12:35.773 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R949, 127.0.0.1:8210, complete]!
15:12:35.773 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R949, 127.0.0.1:8210, complete] completed NON-2.04   MID=29077, Token=2C06BD2D906905E1, 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!
15:12:35.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:8210
15:12:35.773 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E964,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29077, Token=2C06BD2D906905E1, 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]
15:12:35.773 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29077]
15:12:35.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L948, 127.0.0.1:8213, complete]!
15:12:35.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L948, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-2C06BD2D906905E1]
15:12:35.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L948, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29077]
15:12:35.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L948, 127.0.0.1:8213, complete] completed CON-POST   MID=29077, Token=2C06BD2D906905E1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29077, Token=2C06BD2D906905E1, 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!
15:12:35.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L950, 127.0.0.1:8213] send request
15:12:35.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L950, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L950, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0958}, 9B 03 D7 59 04 D5 0B 24 BB 0D D4 19 E3 F6 F6 ED FD 50 7E 39 26 B7 D8 60
15:12:35.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L950, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29078], CON-POST   MID=29078, 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
15:12:35.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L950, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-00BC56D019577351], CON-POST   MID=29078, Token=00BC56D019577351, 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
15:12:35.774 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29078], KeyToken[127.0.0.1:8213-00BC56D019577351]]
15:12:35.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:8213
15:12:35.775 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E965,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29078, Token=00BC56D019577351, 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]
15:12:35.775 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.775 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29078]
15:12:35.775 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.775 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R951, 127.0.0.1:8210] replace CON-POST   MID=29078, Token=00BC56D019577351, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29078, Token=00BC56D019577351, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.775 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R951, 127.0.0.1:8210] send response NON-2.05   MID=29078, Token=null, OptionSet={}, "server responds hi"
15:12:35.825 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R951, 127.0.0.1:8210, complete]!
15:12:35.825 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R951, 127.0.0.1:8210, complete] completed NON-2.04   MID=29078, Token=00BC56D019577351, 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!
15:12:35.825 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.826 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E966,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29078, Token=00BC56D019577351, 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]
15:12:35.826 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.826 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29078]
15:12:35.826 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.826 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.826 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L950, 127.0.0.1:8213, complete]!
15:12:35.826 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L950, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-00BC56D019577351]
15:12:35.826 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L950, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29078]
15:12:35.826 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L950, 127.0.0.1:8213, complete] completed CON-POST   MID=29078, Token=00BC56D019577351, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29078, Token=00BC56D019577351, 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!
15:12:35.826 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L952, 127.0.0.1:8213] send request
15:12:35.826 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L952, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.826 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L952, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0959}, C1 BC D0 C0 84 66 6A 0E 6F 73 EA 29 BC 3B B6 FE E6 73 72 3F 29 D1 F8 60
15:12:35.827 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L952, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29079], CON-POST   MID=29079, 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
15:12:35.827 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L952, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-B0A3D91B1C3FBB47], CON-POST   MID=29079, Token=B0A3D91B1C3FBB47, 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
15:12:35.827 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29079], KeyToken[127.0.0.1:8213-B0A3D91B1C3FBB47]]
15:12:35.827 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.827 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E967,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29079, Token=B0A3D91B1C3FBB47, 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]
15:12:35.827 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.827 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29079]
15:12:35.827 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.827 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R953, 127.0.0.1:8210] replace CON-POST   MID=29079, Token=B0A3D91B1C3FBB47, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29079, Token=B0A3D91B1C3FBB47, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.827 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R953, 127.0.0.1:8210] send response NON-2.05   MID=29079, Token=null, OptionSet={}, "server responds hi"
15:12:35.828 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R953, 127.0.0.1:8210, complete]!
15:12:35.828 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R953, 127.0.0.1:8210, complete] completed NON-2.04   MID=29079, Token=B0A3D91B1C3FBB47, 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!
15:12:35.828 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.828 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E968,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29079, Token=B0A3D91B1C3FBB47, 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]
15:12:35.828 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.828 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29079]
15:12:35.828 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.828 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.828 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L952, 127.0.0.1:8213, complete]!
15:12:35.828 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L952, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-B0A3D91B1C3FBB47]
15:12:35.828 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L952, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29079]
15:12:35.828 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L952, 127.0.0.1:8213, complete] completed CON-POST   MID=29079, Token=B0A3D91B1C3FBB47, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29079, Token=B0A3D91B1C3FBB47, 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!
15:12:35.828 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L954, 127.0.0.1:8213] send request
15:12:35.828 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L954, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.829 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L954, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x095A}, 61 6D 75 98 29 80 5A CD 8C DC A8 0F 18 06 1A C5 31 88 BB 1C 56 37 34 5D
15:12:35.829 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L954, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29080], CON-POST   MID=29080, 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
15:12:35.829 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L954, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-74B13AACF36923D7], CON-POST   MID=29080, Token=74B13AACF36923D7, 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
15:12:35.829 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29080], KeyToken[127.0.0.1:8213-74B13AACF36923D7]]
15:12:35.829 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.829 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E969,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29080, Token=74B13AACF36923D7, 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]
15:12:35.829 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.829 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29080]
15:12:35.829 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.829 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R955, 127.0.0.1:8210] replace CON-POST   MID=29080, Token=74B13AACF36923D7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29080, Token=74B13AACF36923D7, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.829 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R955, 127.0.0.1:8210] send response NON-2.05   MID=29080, Token=null, OptionSet={}, "server responds hi"
15:12:35.830 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R955, 127.0.0.1:8210, complete]!
15:12:35.830 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R955, 127.0.0.1:8210, complete] completed NON-2.04   MID=29080, Token=74B13AACF36923D7, 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!
15:12:35.830 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.830 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E970,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29080, Token=74B13AACF36923D7, 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]
15:12:35.830 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.830 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29080]
15:12:35.830 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.830 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.830 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L954, 127.0.0.1:8213, complete]!
15:12:35.830 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L954, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-74B13AACF36923D7]
15:12:35.830 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L954, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29080]
15:12:35.830 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L954, 127.0.0.1:8213, complete] completed CON-POST   MID=29080, Token=74B13AACF36923D7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29080, Token=74B13AACF36923D7, 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!
15:12:35.830 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L956, 127.0.0.1:8213] send request
15:12:35.831 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L956, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.831 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L956, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x095B}, 92 4A 33 B1 E8 DC A6 9D 52 27 2C 73 C4 9E 3B 98 60 9F 4F C9 17 FE DE 82
15:12:35.831 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L956, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29081], CON-POST   MID=29081, 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
15:12:35.831 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L956, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-4868BB23BF72806E], CON-POST   MID=29081, Token=4868BB23BF72806E, 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
15:12:35.831 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29081], KeyToken[127.0.0.1:8213-4868BB23BF72806E]]
15:12:35.831 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.831 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E971,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29081, Token=4868BB23BF72806E, 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]
15:12:35.831 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.831 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29081]
15:12:35.831 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.831 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R957, 127.0.0.1:8210] replace CON-POST   MID=29081, Token=4868BB23BF72806E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29081, Token=4868BB23BF72806E, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.832 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R957, 127.0.0.1:8210] send response NON-2.05   MID=29081, Token=null, OptionSet={}, "server responds hi"
15:12:35.832 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R957, 127.0.0.1:8210, complete]!
15:12:35.832 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R957, 127.0.0.1:8210, complete] completed NON-2.04   MID=29081, Token=4868BB23BF72806E, 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!
15:12:35.832 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.832 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E972,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29081, Token=4868BB23BF72806E, 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]
15:12:35.832 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.832 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29081]
15:12:35.832 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.832 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.832 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L956, 127.0.0.1:8213, complete]!
15:12:35.832 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L956, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-4868BB23BF72806E]
15:12:35.832 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L956, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29081]
15:12:35.832 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L956, 127.0.0.1:8213, complete] completed CON-POST   MID=29081, Token=4868BB23BF72806E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29081, Token=4868BB23BF72806E, 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!
15:12:35.832 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L958, 127.0.0.1:8213] send request
15:12:35.833 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L958, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.833 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L958, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x095C}, AD C9 4C 56 17 4F 0A F1 FB 5D 27 E5 A6 9A 0D 14 74 D7 EE 21 C0 27 E8 8C
15:12:35.833 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L958, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29082], CON-POST   MID=29082, 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
15:12:35.833 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L958, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-6060169D8E8007EB], CON-POST   MID=29082, Token=6060169D8E8007EB, 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
15:12:35.833 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29082], KeyToken[127.0.0.1:8213-6060169D8E8007EB]]
15:12:35.833 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.833 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E973,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29082, Token=6060169D8E8007EB, 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]
15:12:35.833 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.833 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29082]
15:12:35.833 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.833 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R959, 127.0.0.1:8210] replace CON-POST   MID=29082, Token=6060169D8E8007EB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29082, Token=6060169D8E8007EB, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.834 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R959, 127.0.0.1:8210] send response NON-2.05   MID=29082, Token=null, OptionSet={}, "server responds hi"
15:12:35.834 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R959, 127.0.0.1:8210, complete]!
15:12:35.834 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R959, 127.0.0.1:8210, complete] completed NON-2.04   MID=29082, Token=6060169D8E8007EB, 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!
15:12:35.834 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.834 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E974,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29082, Token=6060169D8E8007EB, 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]
15:12:35.834 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.834 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29082]
15:12:35.834 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.834 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.834 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L958, 127.0.0.1:8213, complete]!
15:12:35.834 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L958, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-6060169D8E8007EB]
15:12:35.834 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L958, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29082]
15:12:35.834 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L958, 127.0.0.1:8213, complete] completed CON-POST   MID=29082, Token=6060169D8E8007EB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29082, Token=6060169D8E8007EB, 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!
15:12:35.835 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L960, 127.0.0.1:8213] send request
15:12:35.835 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L960, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.835 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L960, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x095D}, C5 7C 11 58 85 86 48 16 89 E3 9E 70 DE EE 6E 4E B0 A5 8B 17 E6 4F 58 22
15:12:35.835 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L960, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29083], CON-POST   MID=29083, 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
15:12:35.835 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L960, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-E88CB1A8EF5731A9], CON-POST   MID=29083, Token=E88CB1A8EF5731A9, 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
15:12:35.835 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29083], KeyToken[127.0.0.1:8213-E88CB1A8EF5731A9]]
15:12:35.835 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.835 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E975,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29083, Token=E88CB1A8EF5731A9, 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]
15:12:35.835 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.835 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29083]
15:12:35.835 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.835 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R961, 127.0.0.1:8210] replace CON-POST   MID=29083, Token=E88CB1A8EF5731A9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29083, Token=E88CB1A8EF5731A9, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.836 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R961, 127.0.0.1:8210] send response NON-2.05   MID=29083, Token=null, OptionSet={}, "server responds hi"
15:12:35.836 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R961, 127.0.0.1:8210, complete]!
15:12:35.836 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R961, 127.0.0.1:8210, complete] completed NON-2.04   MID=29083, Token=E88CB1A8EF5731A9, 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!
15:12:35.836 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.836 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E976,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29083, Token=E88CB1A8EF5731A9, 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]
15:12:35.836 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.836 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29083]
15:12:35.836 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.836 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.836 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L960, 127.0.0.1:8213, complete]!
15:12:35.836 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L960, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-E88CB1A8EF5731A9]
15:12:35.836 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L960, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29083]
15:12:35.836 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L960, 127.0.0.1:8213, complete] completed CON-POST   MID=29083, Token=E88CB1A8EF5731A9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29083, Token=E88CB1A8EF5731A9, 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!
15:12:35.837 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L962, 127.0.0.1:8213] send request
15:12:35.837 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L962, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.837 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L962, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x095E}, 0C 54 AE 8F ED B1 1F 0F BF 6A CE 4B 97 65 2C 5A 22 E7 A3 48 8B 8C FD 46
15:12:35.837 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L962, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29084], CON-POST   MID=29084, 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
15:12:35.837 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L962, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-0C1EDF1330EB66AE], CON-POST   MID=29084, Token=0C1EDF1330EB66AE, 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
15:12:35.837 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29084], KeyToken[127.0.0.1:8213-0C1EDF1330EB66AE]]
15:12:35.837 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.837 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E977,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29084, Token=0C1EDF1330EB66AE, 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]
15:12:35.837 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.837 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29084]
15:12:35.838 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.838 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R963, 127.0.0.1:8210] replace CON-POST   MID=29084, Token=0C1EDF1330EB66AE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29084, Token=0C1EDF1330EB66AE, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.838 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R963, 127.0.0.1:8210] send response NON-2.05   MID=29084, Token=null, OptionSet={}, "server responds hi"
15:12:35.838 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R963, 127.0.0.1:8210, complete]!
15:12:35.838 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R963, 127.0.0.1:8210, complete] completed NON-2.04   MID=29084, Token=0C1EDF1330EB66AE, 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!
15:12:35.838 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.838 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E978,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29084, Token=0C1EDF1330EB66AE, 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]
15:12:35.838 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.838 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29084]
15:12:35.838 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.838 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.839 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L962, 127.0.0.1:8213, complete]!
15:12:35.839 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L962, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-0C1EDF1330EB66AE]
15:12:35.839 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L962, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29084]
15:12:35.839 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L962, 127.0.0.1:8213, complete] completed CON-POST   MID=29084, Token=0C1EDF1330EB66AE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29084, Token=0C1EDF1330EB66AE, 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!
15:12:35.839 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L964, 127.0.0.1:8213] send request
15:12:35.839 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L964, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.839 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L964, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x095F}, 48 C6 9F 6D 38 3E E4 77 3E B5 46 DD 3B BA 52 37 5B 36 25 FE A5 A6 63 82
15:12:35.839 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L964, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29085], CON-POST   MID=29085, 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
15:12:35.839 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L964, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-049CCC91BA55EC37], CON-POST   MID=29085, Token=049CCC91BA55EC37, 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
15:12:35.839 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29085], KeyToken[127.0.0.1:8213-049CCC91BA55EC37]]
15:12:35.839 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.839 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E979,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29085, Token=049CCC91BA55EC37, 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]
15:12:35.839 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.840 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29085]
15:12:35.840 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.840 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R965, 127.0.0.1:8210] replace CON-POST   MID=29085, Token=049CCC91BA55EC37, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29085, Token=049CCC91BA55EC37, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.840 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R965, 127.0.0.1:8210] send response NON-2.05   MID=29085, Token=null, OptionSet={}, "server responds hi"
15:12:35.840 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R965, 127.0.0.1:8210, complete]!
15:12:35.840 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R965, 127.0.0.1:8210, complete] completed NON-2.04   MID=29085, Token=049CCC91BA55EC37, 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!
15:12:35.840 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.840 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E980,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29085, Token=049CCC91BA55EC37, 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]
15:12:35.840 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.841 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29085]
15:12:35.841 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.841 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.841 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L964, 127.0.0.1:8213, complete]!
15:12:35.841 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L964, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-049CCC91BA55EC37]
15:12:35.841 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L964, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29085]
15:12:35.841 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L964, 127.0.0.1:8213, complete] completed CON-POST   MID=29085, Token=049CCC91BA55EC37, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29085, Token=049CCC91BA55EC37, 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!
15:12:35.841 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L966, 127.0.0.1:8213] send request
15:12:35.841 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L966, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.841 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L966, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0960}, F6 5A 74 72 B7 D3 BC 08 8C 89 02 38 EA 06 09 64 EA F2 E5 33 60 5A 35 83
15:12:35.841 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L966, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29086], CON-POST   MID=29086, 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
15:12:35.841 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L966, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-EC3E9AE7525108E0], CON-POST   MID=29086, Token=EC3E9AE7525108E0, 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
15:12:35.841 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29086], KeyToken[127.0.0.1:8213-EC3E9AE7525108E0]]
15:12:35.841 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.842 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E981,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29086, Token=EC3E9AE7525108E0, 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]
15:12:35.842 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.842 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29086]
15:12:35.842 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.842 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R967, 127.0.0.1:8210] replace CON-POST   MID=29086, Token=EC3E9AE7525108E0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29086, Token=EC3E9AE7525108E0, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.842 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R967, 127.0.0.1:8210] send response NON-2.05   MID=29086, Token=null, OptionSet={}, "server responds hi"
15:12:35.842 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R967, 127.0.0.1:8210, complete]!
15:12:35.842 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R967, 127.0.0.1:8210, complete] completed NON-2.04   MID=29086, Token=EC3E9AE7525108E0, 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!
15:12:35.842 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.842 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E982,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29086, Token=EC3E9AE7525108E0, 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]
15:12:35.842 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.843 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29086]
15:12:35.843 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.843 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.843 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L966, 127.0.0.1:8213, complete]!
15:12:35.843 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L966, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-EC3E9AE7525108E0]
15:12:35.843 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L966, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29086]
15:12:35.843 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L966, 127.0.0.1:8213, complete] completed CON-POST   MID=29086, Token=EC3E9AE7525108E0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29086, Token=EC3E9AE7525108E0, 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!
15:12:35.843 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L968, 127.0.0.1:8213] send request
15:12:35.843 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L968, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.843 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L968, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0961}, E9 A7 23 5B 62 1D E9 F6 6A B2 9B 71 DB 00 B2 5D 25 6A 67 1B A0 1D AC 5C
15:12:35.843 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L968, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29087], CON-POST   MID=29087, 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
15:12:35.843 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L968, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-107E4CD5DC8CCDF3], CON-POST   MID=29087, Token=107E4CD5DC8CCDF3, 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
15:12:35.843 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29087], KeyToken[127.0.0.1:8213-107E4CD5DC8CCDF3]]
15:12:35.844 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.844 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E983,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29087, Token=107E4CD5DC8CCDF3, 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]
15:12:35.844 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.844 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29087]
15:12:35.844 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.844 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R969, 127.0.0.1:8210] replace CON-POST   MID=29087, Token=107E4CD5DC8CCDF3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29087, Token=107E4CD5DC8CCDF3, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.844 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R969, 127.0.0.1:8210] send response NON-2.05   MID=29087, Token=null, OptionSet={}, "server responds hi"
15:12:35.844 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R969, 127.0.0.1:8210, complete]!
15:12:35.844 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R969, 127.0.0.1:8210, complete] completed NON-2.04   MID=29087, Token=107E4CD5DC8CCDF3, 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!
15:12:35.844 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.845 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E984,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29087, Token=107E4CD5DC8CCDF3, 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]
15:12:35.845 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.845 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29087]
15:12:35.845 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.845 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.845 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L968, 127.0.0.1:8213, complete]!
15:12:35.845 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L968, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-107E4CD5DC8CCDF3]
15:12:35.845 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L968, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29087]
15:12:35.845 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L968, 127.0.0.1:8213, complete] completed CON-POST   MID=29087, Token=107E4CD5DC8CCDF3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29087, Token=107E4CD5DC8CCDF3, 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!
15:12:35.845 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L970, 127.0.0.1:8213] send request
15:12:35.845 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L970, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.845 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L970, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0962}, 13 33 47 A1 6C 57 30 DE 3D F0 79 0C 2F 0E FE 5D AC 53 B9 ED 34 F9 3F 43
15:12:35.845 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L970, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29088], CON-POST   MID=29088, 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
15:12:35.845 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L970, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-883F254527CE00D4], CON-POST   MID=29088, Token=883F254527CE00D4, 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
15:12:35.846 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29088], KeyToken[127.0.0.1:8213-883F254527CE00D4]]
15:12:35.846 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.846 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E985,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29088, Token=883F254527CE00D4, 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]
15:12:35.846 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.846 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29088]
15:12:35.846 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.846 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R971, 127.0.0.1:8210] replace CON-POST   MID=29088, Token=883F254527CE00D4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29088, Token=883F254527CE00D4, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.846 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R971, 127.0.0.1:8210] send response NON-2.05   MID=29088, Token=null, OptionSet={}, "server responds hi"
15:12:35.846 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R971, 127.0.0.1:8210, complete]!
15:12:35.846 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R971, 127.0.0.1:8210, complete] completed NON-2.04   MID=29088, Token=883F254527CE00D4, 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!
15:12:35.846 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.847 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E986,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29088, Token=883F254527CE00D4, 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]
15:12:35.847 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.847 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29088]
15:12:35.847 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.847 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.847 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L970, 127.0.0.1:8213, complete]!
15:12:35.847 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L970, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-883F254527CE00D4]
15:12:35.847 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L970, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29088]
15:12:35.847 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L970, 127.0.0.1:8213, complete] completed CON-POST   MID=29088, Token=883F254527CE00D4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29088, Token=883F254527CE00D4, 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!
15:12:35.847 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L972, 127.0.0.1:8213] send request
15:12:35.847 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L972, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.847 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L972, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0963}, 3C E0 89 16 65 BA 4A 61 1F 95 43 73 A6 09 00 86 41 5F 71 C2 7E 33 0B 1F
15:12:35.847 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L972, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29089], CON-POST   MID=29089, 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
15:12:35.847 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L972, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-AC8C739418942F48], CON-POST   MID=29089, Token=AC8C739418942F48, 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
15:12:35.848 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29089], KeyToken[127.0.0.1:8213-AC8C739418942F48]]
15:12:35.848 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.848 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E987,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29089, Token=AC8C739418942F48, 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]
15:12:35.848 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.848 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29089]
15:12:35.848 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.848 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R973, 127.0.0.1:8210] replace CON-POST   MID=29089, Token=AC8C739418942F48, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29089, Token=AC8C739418942F48, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.848 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R973, 127.0.0.1:8210] send response NON-2.05   MID=29089, Token=null, OptionSet={}, "server responds hi"
15:12:35.848 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R973, 127.0.0.1:8210, complete]!
15:12:35.848 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R973, 127.0.0.1:8210, complete] completed NON-2.04   MID=29089, Token=AC8C739418942F48, 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!
15:12:35.849 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.849 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E988,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29089, Token=AC8C739418942F48, 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]
15:12:35.849 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.849 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29089]
15:12:35.849 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.849 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.849 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L972, 127.0.0.1:8213, complete]!
15:12:35.849 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L972, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-AC8C739418942F48]
15:12:35.849 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L972, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29089]
15:12:35.849 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L972, 127.0.0.1:8213, complete] completed CON-POST   MID=29089, Token=AC8C739418942F48, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29089, Token=AC8C739418942F48, 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!
15:12:35.849 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L974, 127.0.0.1:8213] send request
15:12:35.849 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L974, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.849 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L974, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0964}, 63 FF B6 6D 72 AA 6F 52 D3 2E B2 A5 36 73 4B 2D BE 72 9F 57 39 26 27 70
15:12:35.849 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L974, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29090], CON-POST   MID=29090, 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
15:12:35.849 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L974, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-58CF673D071902FE], CON-POST   MID=29090, Token=58CF673D071902FE, 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
15:12:35.850 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29090], KeyToken[127.0.0.1:8213-58CF673D071902FE]]
15:12:35.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:8213
15:12:35.850 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E989,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29090, Token=58CF673D071902FE, 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]
15:12:35.850 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.850 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29090]
15:12:35.850 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.850 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R975, 127.0.0.1:8210] replace CON-POST   MID=29090, Token=58CF673D071902FE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29090, Token=58CF673D071902FE, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.850 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R975, 127.0.0.1:8210] send response NON-2.05   MID=29090, Token=null, OptionSet={}, "server responds hi"
15:12:35.850 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R975, 127.0.0.1:8210, complete]!
15:12:35.850 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R975, 127.0.0.1:8210, complete] completed NON-2.04   MID=29090, Token=58CF673D071902FE, 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!
15:12:35.850 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.851 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E990,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29090, Token=58CF673D071902FE, 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]
15:12:35.851 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.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:8213-29090]
15:12:35.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.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
15:12:35.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L974, 127.0.0.1:8213, complete]!
15:12:35.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L974, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-58CF673D071902FE]
15:12:35.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L974, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29090]
15:12:35.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L974, 127.0.0.1:8213, complete] completed CON-POST   MID=29090, Token=58CF673D071902FE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29090, Token=58CF673D071902FE, 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!
15:12:35.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L976, 127.0.0.1:8213] send request
15:12:35.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L976, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L976, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0965}, CD A6 24 11 68 8B F6 AF 74 92 20 C2 8B 79 DE 2D 71 60 D0 0B DA 5C 93 55
15:12:35.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L976, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29091], CON-POST   MID=29091, 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
15:12:35.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L976, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-DC92740427938F30], CON-POST   MID=29091, Token=DC92740427938F30, 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
15:12:35.851 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29091], KeyToken[127.0.0.1:8213-DC92740427938F30]]
15:12:35.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:8213
15:12:35.852 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E991,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29091, Token=DC92740427938F30, 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]
15:12:35.852 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.852 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29091]
15:12:35.852 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.852 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R977, 127.0.0.1:8210] replace CON-POST   MID=29091, Token=DC92740427938F30, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29091, Token=DC92740427938F30, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.852 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R977, 127.0.0.1:8210] send response NON-2.05   MID=29091, Token=null, OptionSet={}, "server responds hi"
15:12:35.852 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R977, 127.0.0.1:8210, complete]!
15:12:35.852 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R977, 127.0.0.1:8210, complete] completed NON-2.04   MID=29091, Token=DC92740427938F30, 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!
15:12:35.852 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.853 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E992,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29091, Token=DC92740427938F30, 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]
15:12:35.853 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.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:8213-29091]
15:12:35.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.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
15:12:35.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L976, 127.0.0.1:8213, complete]!
15:12:35.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L976, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-DC92740427938F30]
15:12:35.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L976, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29091]
15:12:35.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L976, 127.0.0.1:8213, complete] completed CON-POST   MID=29091, Token=DC92740427938F30, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29091, Token=DC92740427938F30, 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!
15:12:35.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L978, 127.0.0.1:8213] send request
15:12:35.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L978, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L978, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0966}, 94 CA 56 83 4F 18 43 56 43 1D D6 7F 02 41 9D FA C5 F9 58 44 2B E1 E4 60
15:12:35.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L978, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29092], CON-POST   MID=29092, 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
15:12:35.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L978, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-0019B99080DEC71D], CON-POST   MID=29092, Token=0019B99080DEC71D, 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
15:12:35.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29092], KeyToken[127.0.0.1:8213-0019B99080DEC71D]]
15:12:35.854 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.854 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E993,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29092, Token=0019B99080DEC71D, 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]
15:12:35.854 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.854 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29092]
15:12:35.854 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.854 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R979, 127.0.0.1:8210] replace CON-POST   MID=29092, Token=0019B99080DEC71D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29092, Token=0019B99080DEC71D, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.854 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R979, 127.0.0.1:8210] send response NON-2.05   MID=29092, Token=null, OptionSet={}, "server responds hi"
15:12:35.854 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R979, 127.0.0.1:8210, complete]!
15:12:35.854 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R979, 127.0.0.1:8210, complete] completed NON-2.04   MID=29092, Token=0019B99080DEC71D, 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!
15:12:35.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:8210
15:12:35.854 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E994,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29092, Token=0019B99080DEC71D, 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]
15:12:35.855 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29092]
15:12:35.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.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
15:12:35.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L978, 127.0.0.1:8213, complete]!
15:12:35.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L978, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-0019B99080DEC71D]
15:12:35.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L978, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29092]
15:12:35.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L978, 127.0.0.1:8213, complete] completed CON-POST   MID=29092, Token=0019B99080DEC71D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29092, Token=0019B99080DEC71D, 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!
15:12:35.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L980, 127.0.0.1:8213] send request
15:12:35.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L980, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L980, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0967}, 46 90 4C CD 2D E0 86 AA 96 95 73 E9 47 96 71 3C 70 42 41 FC D8 96 1F B7
15:12:35.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L980, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29093], CON-POST   MID=29093, 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
15:12:35.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L980, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-00672128738A824D], CON-POST   MID=29093, Token=00672128738A824D, 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
15:12:35.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29093], KeyToken[127.0.0.1:8213-00672128738A824D]]
15:12:35.855 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.856 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E995,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29093, Token=00672128738A824D, 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]
15:12:35.856 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.856 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29093]
15:12:35.856 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.856 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R981, 127.0.0.1:8210] replace CON-POST   MID=29093, Token=00672128738A824D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29093, Token=00672128738A824D, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.856 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R981, 127.0.0.1:8210] send response NON-2.05   MID=29093, Token=null, OptionSet={}, "server responds hi"
15:12:35.856 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R981, 127.0.0.1:8210, complete]!
15:12:35.856 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R981, 127.0.0.1:8210, complete] completed NON-2.04   MID=29093, Token=00672128738A824D, 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!
15:12:35.856 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.856 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E996,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29093, Token=00672128738A824D, 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]
15:12:35.856 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29093]
15:12:35.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L980, 127.0.0.1:8213, complete]!
15:12:35.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L980, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-00672128738A824D]
15:12:35.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L980, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29093]
15:12:35.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L980, 127.0.0.1:8213, complete] completed CON-POST   MID=29093, Token=00672128738A824D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29093, Token=00672128738A824D, 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!
15:12:35.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L982, 127.0.0.1:8213] send request
15:12:35.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L982, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L982, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0968}, 87 3E 2F D2 FD 9F 1B 35 51 74 8C 62 D4 74 F8 5B CD A4 39 21 47 C5 33 22
15:12:35.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L982, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29094], CON-POST   MID=29094, 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
15:12:35.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L982, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-3C0A32EB2F9C87D0], CON-POST   MID=29094, Token=3C0A32EB2F9C87D0, 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
15:12:35.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29094], KeyToken[127.0.0.1:8213-3C0A32EB2F9C87D0]]
15:12:35.857 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.858 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E997,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29094, Token=3C0A32EB2F9C87D0, 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]
15:12:35.858 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.858 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29094]
15:12:35.858 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.858 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R983, 127.0.0.1:8210] replace CON-POST   MID=29094, Token=3C0A32EB2F9C87D0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29094, Token=3C0A32EB2F9C87D0, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.858 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R983, 127.0.0.1:8210] send response NON-2.05   MID=29094, Token=null, OptionSet={}, "server responds hi"
15:12:35.858 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R983, 127.0.0.1:8210, complete]!
15:12:35.858 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R983, 127.0.0.1:8210, complete] completed NON-2.04   MID=29094, Token=3C0A32EB2F9C87D0, 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!
15:12:35.858 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.858 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E998,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29094, Token=3C0A32EB2F9C87D0, 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]
15:12:35.858 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29094]
15:12:35.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.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
15:12:35.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L982, 127.0.0.1:8213, complete]!
15:12:35.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L982, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-3C0A32EB2F9C87D0]
15:12:35.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L982, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29094]
15:12:35.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L982, 127.0.0.1:8213, complete] completed CON-POST   MID=29094, Token=3C0A32EB2F9C87D0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29094, Token=3C0A32EB2F9C87D0, 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!
15:12:35.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L984, 127.0.0.1:8213] send request
15:12:35.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L984, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L984, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0969}, FC 33 CB 6E 5F 2C 4C 83 6A E6 60 5A AF 24 38 CA C0 52 AB 37 00 AE 76 88
15:12:35.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L984, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29095], CON-POST   MID=29095, 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
15:12:35.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L984, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-B4E80C63D596AFD1], CON-POST   MID=29095, Token=B4E80C63D596AFD1, 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
15:12:35.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29095], KeyToken[127.0.0.1:8213-B4E80C63D596AFD1]]
15:12:35.859 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.860 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E999,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29095, Token=B4E80C63D596AFD1, 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]
15:12:35.860 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.860 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29095]
15:12:35.860 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.860 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R985, 127.0.0.1:8210] replace CON-POST   MID=29095, Token=B4E80C63D596AFD1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29095, Token=B4E80C63D596AFD1, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.860 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R985, 127.0.0.1:8210] send response NON-2.05   MID=29095, Token=null, OptionSet={}, "server responds hi"
15:12:35.860 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R985, 127.0.0.1:8210, complete]!
15:12:35.860 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R985, 127.0.0.1:8210, complete] completed NON-2.04   MID=29095, Token=B4E80C63D596AFD1, 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!
15:12:35.860 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.860 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,000,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29095, Token=B4E80C63D596AFD1, 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]
15:12:35.860 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.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:8213-29095]
15:12:35.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.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
15:12:35.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L984, 127.0.0.1:8213, complete]!
15:12:35.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L984, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-B4E80C63D596AFD1]
15:12:35.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L984, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29095]
15:12:35.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L984, 127.0.0.1:8213, complete] completed CON-POST   MID=29095, Token=B4E80C63D596AFD1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29095, Token=B4E80C63D596AFD1, 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!
15:12:35.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L986, 127.0.0.1:8213] send request
15:12:35.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L986, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L986, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x096A}, 4C AD B0 C8 49 3C E5 05 A3 03 57 E7 F7 7A 1C D1 F2 46 00 97 41 4A 01 3F
15:12:35.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L986, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29096], CON-POST   MID=29096, 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
15:12:35.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L986, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-B405EFBEE37E651B], CON-POST   MID=29096, Token=B405EFBEE37E651B, 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
15:12:35.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29096], KeyToken[127.0.0.1:8213-B405EFBEE37E651B]]
15:12:35.861 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.862 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,001,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29096, Token=B405EFBEE37E651B, 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]
15:12:35.862 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29096]
15:12:35.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R987, 127.0.0.1:8210] replace CON-POST   MID=29096, Token=B405EFBEE37E651B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29096, Token=B405EFBEE37E651B, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R987, 127.0.0.1:8210] send response NON-2.05   MID=29096, Token=null, OptionSet={}, "server responds hi"
15:12:35.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R987, 127.0.0.1:8210, complete]!
15:12:35.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R987, 127.0.0.1:8210, complete] completed NON-2.04   MID=29096, Token=B405EFBEE37E651B, 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!
15:12:35.862 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.862 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,002,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29096, Token=B405EFBEE37E651B, 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]
15:12:35.862 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29096]
15:12:35.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L986, 127.0.0.1:8213, complete]!
15:12:35.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L986, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-B405EFBEE37E651B]
15:12:35.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L986, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29096]
15:12:35.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L986, 127.0.0.1:8213, complete] completed CON-POST   MID=29096, Token=B405EFBEE37E651B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29096, Token=B405EFBEE37E651B, 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!
15:12:35.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L988, 127.0.0.1:8213] send request
15:12:35.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L988, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L988, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x096B}, F7 3C D7 F4 D5 C5 1F 3A 26 23 81 97 2D 84 EB A4 BF 4B A6 30 DA 6A DB DE
15:12:35.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L988, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29097], CON-POST   MID=29097, 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
15:12:35.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L988, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-E8CAA3657F9F9506], CON-POST   MID=29097, Token=E8CAA3657F9F9506, 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
15:12:35.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29097], KeyToken[127.0.0.1:8213-E8CAA3657F9F9506]]
15:12:35.863 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.864 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,003,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29097, Token=E8CAA3657F9F9506, 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]
15:12:35.864 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.864 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29097]
15:12:35.864 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.864 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R989, 127.0.0.1:8210] replace CON-POST   MID=29097, Token=E8CAA3657F9F9506, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29097, Token=E8CAA3657F9F9506, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.864 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R989, 127.0.0.1:8210] send response NON-2.05   MID=29097, Token=null, OptionSet={}, "server responds hi"
15:12:35.864 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R989, 127.0.0.1:8210, complete]!
15:12:35.864 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R989, 127.0.0.1:8210, complete] completed NON-2.04   MID=29097, Token=E8CAA3657F9F9506, 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!
15:12:35.864 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.864 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,004,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29097, Token=E8CAA3657F9F9506, 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]
15:12:35.864 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29097]
15:12:35.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.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
15:12:35.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L988, 127.0.0.1:8213, complete]!
15:12:35.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L988, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-E8CAA3657F9F9506]
15:12:35.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L988, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29097]
15:12:35.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L988, 127.0.0.1:8213, complete] completed CON-POST   MID=29097, Token=E8CAA3657F9F9506, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29097, Token=E8CAA3657F9F9506, 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!
15:12:35.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L990, 127.0.0.1:8213] send request
15:12:35.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L990, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L990, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x096C}, BA 91 91 41 02 E1 7E 11 9C FB E0 BF DE 96 34 B0 8A FF FE 0B 81 CE 8E 3E
15:12:35.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L990, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29098], CON-POST   MID=29098, 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
15:12:35.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L990, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-8C6BB91F63CDC73A], CON-POST   MID=29098, Token=8C6BB91F63CDC73A, 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
15:12:35.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29098], KeyToken[127.0.0.1:8213-8C6BB91F63CDC73A]]
15:12:35.865 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.866 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,005,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29098, Token=8C6BB91F63CDC73A, 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]
15:12:35.866 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.866 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29098]
15:12:35.866 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.866 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R991, 127.0.0.1:8210] replace CON-POST   MID=29098, Token=8C6BB91F63CDC73A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29098, Token=8C6BB91F63CDC73A, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.866 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R991, 127.0.0.1:8210] send response NON-2.05   MID=29098, Token=null, OptionSet={}, "server responds hi"
15:12:35.866 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R991, 127.0.0.1:8210, complete]!
15:12:35.866 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R991, 127.0.0.1:8210, complete] completed NON-2.04   MID=29098, Token=8C6BB91F63CDC73A, 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!
15:12:35.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:8210
15:12:35.866 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,006,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29098, Token=8C6BB91F63CDC73A, 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]
15:12:35.866 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29098]
15:12:35.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.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
15:12:35.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L990, 127.0.0.1:8213, complete]!
15:12:35.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L990, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-8C6BB91F63CDC73A]
15:12:35.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L990, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29098]
15:12:35.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L990, 127.0.0.1:8213, complete] completed CON-POST   MID=29098, Token=8C6BB91F63CDC73A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29098, Token=8C6BB91F63CDC73A, 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!
15:12:35.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L992, 127.0.0.1:8213] send request
15:12:35.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L992, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L992, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x096D}, 80 0E 4F 06 30 8B 94 C3 E1 4B 20 4E FA 0C 6C D3 B9 11 64 84 C5 B3 96 27
15:12:35.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L992, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29099], CON-POST   MID=29099, 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
15:12:35.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L992, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-180D240933EFBD59], CON-POST   MID=29099, Token=180D240933EFBD59, 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
15:12:35.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29099], KeyToken[127.0.0.1:8213-180D240933EFBD59]]
15:12:35.867 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.867 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,007,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29099, Token=180D240933EFBD59, 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]
15:12:35.868 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29099]
15:12:35.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R993, 127.0.0.1:8210] replace CON-POST   MID=29099, Token=180D240933EFBD59, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29099, Token=180D240933EFBD59, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R993, 127.0.0.1:8210] send response NON-2.05   MID=29099, Token=null, OptionSet={}, "server responds hi"
15:12:35.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R993, 127.0.0.1:8210, complete]!
15:12:35.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R993, 127.0.0.1:8210, complete] completed NON-2.04   MID=29099, Token=180D240933EFBD59, 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!
15:12:35.868 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.868 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,008,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29099, Token=180D240933EFBD59, 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]
15:12:35.868 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29099]
15:12:35.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.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
15:12:35.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L992, 127.0.0.1:8213, complete]!
15:12:35.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L992, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-180D240933EFBD59]
15:12:35.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L992, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29099]
15:12:35.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L992, 127.0.0.1:8213, complete] completed CON-POST   MID=29099, Token=180D240933EFBD59, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29099, Token=180D240933EFBD59, 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!
15:12:35.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L994, 127.0.0.1:8213] send request
15:12:35.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L994, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L994, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x096E}, D1 A3 7D F8 31 77 D3 AF 63 E8 6F D6 7F 61 FC 1C 14 F0 93 EA A3 7E 34 1D
15:12:35.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L994, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29100], CON-POST   MID=29100, 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
15:12:35.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L994, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-8C09306208D83E13], CON-POST   MID=29100, Token=8C09306208D83E13, 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
15:12:35.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29100], KeyToken[127.0.0.1:8213-8C09306208D83E13]]
15:12:35.869 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.870 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,009,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29100, Token=8C09306208D83E13, 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]
15:12:35.870 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.870 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29100]
15:12:35.870 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.870 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R995, 127.0.0.1:8210] replace CON-POST   MID=29100, Token=8C09306208D83E13, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29100, Token=8C09306208D83E13, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.870 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R995, 127.0.0.1:8210] send response NON-2.05   MID=29100, Token=null, OptionSet={}, "server responds hi"
15:12:35.870 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R995, 127.0.0.1:8210, complete]!
15:12:35.870 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R995, 127.0.0.1:8210, complete] completed NON-2.04   MID=29100, Token=8C09306208D83E13, 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!
15:12:35.870 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.870 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,010,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29100, Token=8C09306208D83E13, 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]
15:12:35.870 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.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:8213-29100]
15:12:35.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.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
15:12:35.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L994, 127.0.0.1:8213, complete]!
15:12:35.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L994, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-8C09306208D83E13]
15:12:35.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L994, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29100]
15:12:35.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L994, 127.0.0.1:8213, complete] completed CON-POST   MID=29100, Token=8C09306208D83E13, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29100, Token=8C09306208D83E13, 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!
15:12:35.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L996, 127.0.0.1:8213] send request
15:12:35.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L996, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L996, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x096F}, 3D 3B F7 16 DD 4D C6 BF 63 11 05 BA 88 5D 65 7A 23 2B 50 7D 62 01 50 6C
15:12:35.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L996, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29101], CON-POST   MID=29101, 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
15:12:35.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L996, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-DCEFB14CFFC01379], CON-POST   MID=29101, Token=DCEFB14CFFC01379, 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
15:12:35.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29101], KeyToken[127.0.0.1:8213-DCEFB14CFFC01379]]
15:12:35.871 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.872 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,011,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29101, Token=DCEFB14CFFC01379, 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]
15:12:35.872 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.872 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29101]
15:12:35.872 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.872 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R997, 127.0.0.1:8210] replace CON-POST   MID=29101, Token=DCEFB14CFFC01379, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29101, Token=DCEFB14CFFC01379, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.872 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R997, 127.0.0.1:8210] send response NON-2.05   MID=29101, Token=null, OptionSet={}, "server responds hi"
15:12:35.872 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R997, 127.0.0.1:8210, complete]!
15:12:35.872 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R997, 127.0.0.1:8210, complete] completed NON-2.04   MID=29101, Token=DCEFB14CFFC01379, 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!
15:12:35.872 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.872 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,012,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29101, Token=DCEFB14CFFC01379, 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]
15:12:35.872 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29101]
15:12:35.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L996, 127.0.0.1:8213, complete]!
15:12:35.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L996, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-DCEFB14CFFC01379]
15:12:35.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L996, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29101]
15:12:35.873 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L996, 127.0.0.1:8213, complete] completed CON-POST   MID=29101, Token=DCEFB14CFFC01379, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29101, Token=DCEFB14CFFC01379, 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!
15:12:35.925 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L998, 127.0.0.1:8213] send request
15:12:35.925 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L998, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.925 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L998, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0970}, 14 84 19 85 9E AD B2 5C FC F9 12 F5 17 55 E8 39 4B 0F 56 0A A7 57 D4 BB
15:12:35.925 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L998, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29102], CON-POST   MID=29102, 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
15:12:35.925 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L998, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-7484851956829717], CON-POST   MID=29102, Token=7484851956829717, 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
15:12:35.925 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29102], KeyToken[127.0.0.1:8213-7484851956829717]]
15:12:35.926 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.926 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,013,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29102, Token=7484851956829717, 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]
15:12:35.926 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.926 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29102]
15:12:35.926 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.926 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R999, 127.0.0.1:8210] replace CON-POST   MID=29102, Token=7484851956829717, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29102, Token=7484851956829717, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.926 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R999, 127.0.0.1:8210] send response NON-2.05   MID=29102, Token=null, OptionSet={}, "server responds hi"
15:12:35.926 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R999, 127.0.0.1:8210, complete]!
15:12:35.926 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R999, 127.0.0.1:8210, complete] completed NON-2.04   MID=29102, Token=7484851956829717, 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!
15:12:35.926 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.927 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,014,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29102, Token=7484851956829717, 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]
15:12:35.927 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.927 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29102]
15:12:35.927 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.927 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.927 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L998, 127.0.0.1:8213, complete]!
15:12:35.927 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L998, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-7484851956829717]
15:12:35.927 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L998, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29102]
15:12:35.927 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L998, 127.0.0.1:8213, complete] completed CON-POST   MID=29102, Token=7484851956829717, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29102, Token=7484851956829717, 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!
15:12:35.927 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1000, 127.0.0.1:8213] send request
15:12:35.927 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1000, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.927 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1000, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0971}, 4B 74 1F D3 A1 C0 A4 CA B7 16 32 C1 FD A2 CF B7 46 05 48 53 76 BB 92 CD
15:12:35.927 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1000, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29103], CON-POST   MID=29103, 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
15:12:35.927 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1000, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-E8C9E331DB008F16], CON-POST   MID=29103, Token=E8C9E331DB008F16, 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
15:12:35.927 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29103], KeyToken[127.0.0.1:8213-E8C9E331DB008F16]]
15:12:35.928 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.928 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,015,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29103, Token=E8C9E331DB008F16, 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]
15:12:35.928 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.928 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29103]
15:12:35.928 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.928 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1001, 127.0.0.1:8210] replace CON-POST   MID=29103, Token=E8C9E331DB008F16, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29103, Token=E8C9E331DB008F16, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.928 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1001, 127.0.0.1:8210] send response NON-2.05   MID=29103, Token=null, OptionSet={}, "server responds hi"
15:12:35.928 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1001, 127.0.0.1:8210, complete]!
15:12:35.928 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1001, 127.0.0.1:8210, complete] completed NON-2.04   MID=29103, Token=E8C9E331DB008F16, 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!
15:12:35.928 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.929 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,016,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29103, Token=E8C9E331DB008F16, 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]
15:12:35.929 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.929 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29103]
15:12:35.929 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.929 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.929 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1000, 127.0.0.1:8213, complete]!
15:12:35.929 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1000, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-E8C9E331DB008F16]
15:12:35.929 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1000, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29103]
15:12:35.929 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1000, 127.0.0.1:8213, complete] completed CON-POST   MID=29103, Token=E8C9E331DB008F16, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29103, Token=E8C9E331DB008F16, 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!
15:12:35.929 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1002, 127.0.0.1:8213] send request
15:12:35.929 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1002, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.929 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1002, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0972}, A7 EE C3 85 74 76 A7 BC 29 7A 10 DB B8 E1 7E D4 D4 2A F0 9E 5C 9D 16 67
15:12:35.929 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1002, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29104], CON-POST   MID=29104, 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
15:12:35.929 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1002, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-08F979C3A9098CEA], CON-POST   MID=29104, Token=08F979C3A9098CEA, 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
15:12:35.930 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29104], KeyToken[127.0.0.1:8213-08F979C3A9098CEA]]
15:12:35.930 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.930 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,017,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29104, Token=08F979C3A9098CEA, 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]
15:12:35.930 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.930 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29104]
15:12:35.930 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.930 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1003, 127.0.0.1:8210] replace CON-POST   MID=29104, Token=08F979C3A9098CEA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29104, Token=08F979C3A9098CEA, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.930 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1003, 127.0.0.1:8210] send response NON-2.05   MID=29104, Token=null, OptionSet={}, "server responds hi"
15:12:35.930 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1003, 127.0.0.1:8210, complete]!
15:12:35.930 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1003, 127.0.0.1:8210, complete] completed NON-2.04   MID=29104, Token=08F979C3A9098CEA, 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!
15:12:35.930 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.931 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,018,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29104, Token=08F979C3A9098CEA, 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]
15:12:35.931 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.931 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29104]
15:12:35.931 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.931 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.931 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1002, 127.0.0.1:8213, complete]!
15:12:35.931 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1002, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-08F979C3A9098CEA]
15:12:35.931 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1002, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29104]
15:12:35.931 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1002, 127.0.0.1:8213, complete] completed CON-POST   MID=29104, Token=08F979C3A9098CEA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29104, Token=08F979C3A9098CEA, 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!
15:12:35.931 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1004, 127.0.0.1:8213] send request
15:12:35.931 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1004, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.931 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1004, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0973}, 40 96 B8 3E A5 2E CE C4 80 84 64 52 8F AB 59 60 34 E7 1B 6A 97 C3 33 9D
15:12:35.931 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1004, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29105], CON-POST   MID=29105, 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
15:12:35.931 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1004, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-7C86C9D0A537ABF6], CON-POST   MID=29105, Token=7C86C9D0A537ABF6, 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
15:12:35.932 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29105], KeyToken[127.0.0.1:8213-7C86C9D0A537ABF6]]
15:12:35.932 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.932 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,019,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29105, Token=7C86C9D0A537ABF6, 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]
15:12:35.932 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.932 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29105]
15:12:35.932 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.932 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1005, 127.0.0.1:8210] replace CON-POST   MID=29105, Token=7C86C9D0A537ABF6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29105, Token=7C86C9D0A537ABF6, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.932 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1005, 127.0.0.1:8210] send response NON-2.05   MID=29105, Token=null, OptionSet={}, "server responds hi"
15:12:35.932 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1005, 127.0.0.1:8210, complete]!
15:12:35.932 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1005, 127.0.0.1:8210, complete] completed NON-2.04   MID=29105, Token=7C86C9D0A537ABF6, 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!
15:12:35.932 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.933 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,020,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29105, Token=7C86C9D0A537ABF6, 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]
15:12:35.933 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.933 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29105]
15:12:35.933 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.933 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.933 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1004, 127.0.0.1:8213, complete]!
15:12:35.933 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1004, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-7C86C9D0A537ABF6]
15:12:35.933 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1004, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29105]
15:12:35.933 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1004, 127.0.0.1:8213, complete] completed CON-POST   MID=29105, Token=7C86C9D0A537ABF6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29105, Token=7C86C9D0A537ABF6, 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!
15:12:35.933 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1006, 127.0.0.1:8213] send request
15:12:35.933 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1006, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.933 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1006, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0974}, 0F A0 F8 B9 4D DB 1B 87 3C 6F 4A 0A 8E 77 5C FD EC 72 18 DC 23 99 57 2D
15:12:35.934 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1006, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29106], CON-POST   MID=29106, 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
15:12:35.934 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1006, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-0C6D2E0DDFEF32DA], CON-POST   MID=29106, Token=0C6D2E0DDFEF32DA, 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
15:12:35.934 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29106], KeyToken[127.0.0.1:8213-0C6D2E0DDFEF32DA]]
15:12:35.934 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.934 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,021,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29106, Token=0C6D2E0DDFEF32DA, 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]
15:12:35.934 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.934 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29106]
15:12:35.934 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.934 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1007, 127.0.0.1:8210] replace CON-POST   MID=29106, Token=0C6D2E0DDFEF32DA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29106, Token=0C6D2E0DDFEF32DA, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.934 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1007, 127.0.0.1:8210] send response NON-2.05   MID=29106, Token=null, OptionSet={}, "server responds hi"
15:12:35.934 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1007, 127.0.0.1:8210, complete]!
15:12:35.934 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1007, 127.0.0.1:8210, complete] completed NON-2.04   MID=29106, Token=0C6D2E0DDFEF32DA, 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!
15:12:35.935 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.935 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,022,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29106, Token=0C6D2E0DDFEF32DA, 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]
15:12:35.935 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.935 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29106]
15:12:35.935 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.935 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.935 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1006, 127.0.0.1:8213, complete]!
15:12:35.935 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1006, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-0C6D2E0DDFEF32DA]
15:12:35.935 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1006, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29106]
15:12:35.935 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1006, 127.0.0.1:8213, complete] completed CON-POST   MID=29106, Token=0C6D2E0DDFEF32DA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29106, Token=0C6D2E0DDFEF32DA, 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!
15:12:35.935 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1008, 127.0.0.1:8213] send request
15:12:35.935 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1008, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.936 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1008, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0975}, 23 13 85 0F A9 F1 DE DA 97 2C 18 42 2A B7 3D 70 7A 65 63 67 AD 6A B4 DE
15:12:35.936 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1008, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29107], CON-POST   MID=29107, 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
15:12:35.936 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1008, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-88901F27B5BFD68A], CON-POST   MID=29107, Token=88901F27B5BFD68A, 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
15:12:35.936 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29107], KeyToken[127.0.0.1:8213-88901F27B5BFD68A]]
15:12:35.936 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.936 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,023,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29107, Token=88901F27B5BFD68A, 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]
15:12:35.936 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.936 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29107]
15:12:35.936 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.936 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1009, 127.0.0.1:8210] replace CON-POST   MID=29107, Token=88901F27B5BFD68A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29107, Token=88901F27B5BFD68A, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.936 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1009, 127.0.0.1:8210] send response NON-2.05   MID=29107, Token=null, OptionSet={}, "server responds hi"
15:12:35.937 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1009, 127.0.0.1:8210, complete]!
15:12:35.937 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1009, 127.0.0.1:8210, complete] completed NON-2.04   MID=29107, Token=88901F27B5BFD68A, 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!
15:12:35.937 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.937 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,024,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29107, Token=88901F27B5BFD68A, 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]
15:12:35.937 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.937 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29107]
15:12:35.937 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.937 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.937 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1008, 127.0.0.1:8213, complete]!
15:12:35.937 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1008, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-88901F27B5BFD68A]
15:12:35.937 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1008, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29107]
15:12:35.937 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1008, 127.0.0.1:8213, complete] completed CON-POST   MID=29107, Token=88901F27B5BFD68A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29107, Token=88901F27B5BFD68A, 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!
15:12:35.938 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1010, 127.0.0.1:8213] send request
15:12:35.938 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1010, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.938 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1010, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0976}, BD A2 76 75 44 5A 45 3A 77 B6 45 56 EB 23 D7 18 6C 06 56 8B 7D 9D F6 85
15:12:35.938 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1010, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29108], CON-POST   MID=29108, 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
15:12:35.938 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1010, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-E019CD6B7C9B8206], CON-POST   MID=29108, Token=E019CD6B7C9B8206, 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
15:12:35.938 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29108], KeyToken[127.0.0.1:8213-E019CD6B7C9B8206]]
15:12:35.938 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.938 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,025,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29108, Token=E019CD6B7C9B8206, 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]
15:12:35.938 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.939 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29108]
15:12:35.939 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.939 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1011, 127.0.0.1:8210] replace CON-POST   MID=29108, Token=E019CD6B7C9B8206, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29108, Token=E019CD6B7C9B8206, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.939 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1011, 127.0.0.1:8210] send response NON-2.05   MID=29108, Token=null, OptionSet={}, "server responds hi"
15:12:35.939 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1011, 127.0.0.1:8210, complete]!
15:12:35.939 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1011, 127.0.0.1:8210, complete] completed NON-2.04   MID=29108, Token=E019CD6B7C9B8206, 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!
15:12:35.939 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.939 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,026,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29108, Token=E019CD6B7C9B8206, 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]
15:12:35.939 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.939 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29108]
15:12:35.939 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.939 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.940 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1010, 127.0.0.1:8213, complete]!
15:12:35.940 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1010, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-E019CD6B7C9B8206]
15:12:35.940 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1010, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29108]
15:12:35.940 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1010, 127.0.0.1:8213, complete] completed CON-POST   MID=29108, Token=E019CD6B7C9B8206, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29108, Token=E019CD6B7C9B8206, 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!
15:12:35.940 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1012, 127.0.0.1:8213] send request
15:12:35.940 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1012, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.940 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1012, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0977}, D6 FC BF A5 52 49 BC 42 3C CA 5B D4 DC 1C 7D F9 AA E9 C5 3D 18 B1 55 20
15:12:35.940 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1012, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29109], CON-POST   MID=29109, 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
15:12:35.940 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1012, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-EC3D5E316A2DE525], CON-POST   MID=29109, Token=EC3D5E316A2DE525, 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
15:12:35.940 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29109], KeyToken[127.0.0.1:8213-EC3D5E316A2DE525]]
15:12:35.940 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.940 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,027,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29109, Token=EC3D5E316A2DE525, 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]
15:12:35.940 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.941 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29109]
15:12:35.941 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.941 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1013, 127.0.0.1:8210] replace CON-POST   MID=29109, Token=EC3D5E316A2DE525, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29109, Token=EC3D5E316A2DE525, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.941 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1013, 127.0.0.1:8210] send response NON-2.05   MID=29109, Token=null, OptionSet={}, "server responds hi"
15:12:35.941 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1013, 127.0.0.1:8210, complete]!
15:12:35.941 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1013, 127.0.0.1:8210, complete] completed NON-2.04   MID=29109, Token=EC3D5E316A2DE525, 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!
15:12:35.941 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.941 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,028,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29109, Token=EC3D5E316A2DE525, 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]
15:12:35.941 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.942 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29109]
15:12:35.942 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.942 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.942 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1012, 127.0.0.1:8213, complete]!
15:12:35.942 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1012, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-EC3D5E316A2DE525]
15:12:35.942 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1012, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29109]
15:12:35.942 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1012, 127.0.0.1:8213, complete] completed CON-POST   MID=29109, Token=EC3D5E316A2DE525, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29109, Token=EC3D5E316A2DE525, 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!
15:12:35.942 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1014, 127.0.0.1:8213] send request
15:12:35.942 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1014, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.942 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1014, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0978}, 0D 90 44 8B 81 63 47 F0 63 4D 14 14 E8 9D 7E 4C E5 22 14 F2 89 2E 02 21
15:12:35.942 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1014, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29110], CON-POST   MID=29110, 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
15:12:35.942 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1014, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-B8F0262E62B813F5], CON-POST   MID=29110, Token=B8F0262E62B813F5, 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
15:12:35.942 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29110], KeyToken[127.0.0.1:8213-B8F0262E62B813F5]]
15:12:35.942 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.943 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,029,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29110, Token=B8F0262E62B813F5, 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]
15:12:35.943 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.943 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29110]
15:12:35.943 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.943 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1015, 127.0.0.1:8210] replace CON-POST   MID=29110, Token=B8F0262E62B813F5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29110, Token=B8F0262E62B813F5, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.943 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1015, 127.0.0.1:8210] send response NON-2.05   MID=29110, Token=null, OptionSet={}, "server responds hi"
15:12:35.943 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1015, 127.0.0.1:8210, complete]!
15:12:35.943 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1015, 127.0.0.1:8210, complete] completed NON-2.04   MID=29110, Token=B8F0262E62B813F5, 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!
15:12:35.943 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.943 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,030,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29110, Token=B8F0262E62B813F5, 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]
15:12:35.944 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.944 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29110]
15:12:35.944 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.944 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.944 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1014, 127.0.0.1:8213, complete]!
15:12:35.944 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1014, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-B8F0262E62B813F5]
15:12:35.944 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1014, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29110]
15:12:35.944 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1014, 127.0.0.1:8213, complete] completed CON-POST   MID=29110, Token=B8F0262E62B813F5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29110, Token=B8F0262E62B813F5, 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!
15:12:35.944 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1016, 127.0.0.1:8213] send request
15:12:35.944 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1016, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.944 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1016, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0979}, 1A 79 CB 0D 67 D9 B2 2E 63 2A C0 8C 5E A6 12 00 5F D8 47 DB 9A DF 2F FD
15:12:35.944 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1016, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29111], CON-POST   MID=29111, 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
15:12:35.944 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1016, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-C80276ACBB7BFEDD], CON-POST   MID=29111, Token=C80276ACBB7BFEDD, 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
15:12:35.944 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29111], KeyToken[127.0.0.1:8213-C80276ACBB7BFEDD]]
15:12:35.944 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.945 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,031,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29111, Token=C80276ACBB7BFEDD, 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]
15:12:35.945 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.945 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29111]
15:12:35.945 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.945 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1017, 127.0.0.1:8210] replace CON-POST   MID=29111, Token=C80276ACBB7BFEDD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29111, Token=C80276ACBB7BFEDD, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.945 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1017, 127.0.0.1:8210] send response NON-2.05   MID=29111, Token=null, OptionSet={}, "server responds hi"
15:12:35.945 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1017, 127.0.0.1:8210, complete]!
15:12:35.945 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1017, 127.0.0.1:8210, complete] completed NON-2.04   MID=29111, Token=C80276ACBB7BFEDD, 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!
15:12:35.945 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.945 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,032,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29111, Token=C80276ACBB7BFEDD, 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]
15:12:35.945 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.945 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29111]
15:12:35.945 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.946 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.946 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1016, 127.0.0.1:8213, complete]!
15:12:35.946 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1016, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-C80276ACBB7BFEDD]
15:12:35.946 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1016, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29111]
15:12:35.946 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1016, 127.0.0.1:8213, complete] completed CON-POST   MID=29111, Token=C80276ACBB7BFEDD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29111, Token=C80276ACBB7BFEDD, 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!
15:12:35.946 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1018, 127.0.0.1:8213] send request
15:12:35.946 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1018, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.946 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1018, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x097A}, 77 33 35 90 59 3C 12 E6 7C 13 56 A3 8C 5F 4B FD 2B BF 5E C9 1D D8 32 F1
15:12:35.946 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1018, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29112], CON-POST   MID=29112, 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
15:12:35.946 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1018, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-A8721C08E198CD52], CON-POST   MID=29112, Token=A8721C08E198CD52, 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
15:12:35.946 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29112], KeyToken[127.0.0.1:8213-A8721C08E198CD52]]
15:12:35.946 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.946 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,033,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29112, Token=A8721C08E198CD52, 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]
15:12:35.946 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.947 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29112]
15:12:35.947 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.947 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1019, 127.0.0.1:8210] replace CON-POST   MID=29112, Token=A8721C08E198CD52, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29112, Token=A8721C08E198CD52, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.947 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1019, 127.0.0.1:8210] send response NON-2.05   MID=29112, Token=null, OptionSet={}, "server responds hi"
15:12:35.947 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1019, 127.0.0.1:8210, complete]!
15:12:35.947 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1019, 127.0.0.1:8210, complete] completed NON-2.04   MID=29112, Token=A8721C08E198CD52, 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!
15:12:35.947 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.948 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,034,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29112, Token=A8721C08E198CD52, 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]
15:12:35.948 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.948 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29112]
15:12:35.948 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.948 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.948 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1018, 127.0.0.1:8213, complete]!
15:12:35.948 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1018, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-A8721C08E198CD52]
15:12:35.948 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1018, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29112]
15:12:35.948 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1018, 127.0.0.1:8213, complete] completed CON-POST   MID=29112, Token=A8721C08E198CD52, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29112, Token=A8721C08E198CD52, 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!
15:12:35.948 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1020, 127.0.0.1:8213] send request
15:12:35.948 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1020, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.948 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1020, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x097B}, 67 E2 0F FD C6 AD 85 2B 65 63 41 25 3B ED BF 64 3E 80 6D B4 CC 8A 09 17
15:12:35.948 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1020, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29113], CON-POST   MID=29113, 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
15:12:35.948 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1020, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-5C98EA058B3B77EC], CON-POST   MID=29113, Token=5C98EA058B3B77EC, 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
15:12:35.948 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29113], KeyToken[127.0.0.1:8213-5C98EA058B3B77EC]]
15:12:35.949 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.949 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,035,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29113, Token=5C98EA058B3B77EC, 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]
15:12:35.949 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.949 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29113]
15:12:35.949 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.949 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1021, 127.0.0.1:8210] replace CON-POST   MID=29113, Token=5C98EA058B3B77EC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29113, Token=5C98EA058B3B77EC, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.949 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1021, 127.0.0.1:8210] send response NON-2.05   MID=29113, Token=null, OptionSet={}, "server responds hi"
15:12:35.949 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1021, 127.0.0.1:8210, complete]!
15:12:35.949 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1021, 127.0.0.1:8210, complete] completed NON-2.04   MID=29113, Token=5C98EA058B3B77EC, 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!
15:12:35.950 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.950 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,036,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29113, Token=5C98EA058B3B77EC, 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]
15:12:35.950 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.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:8213-29113]
15:12:35.950 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.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
15:12:35.950 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1020, 127.0.0.1:8213, complete]!
15:12:35.950 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1020, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-5C98EA058B3B77EC]
15:12:35.950 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1020, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29113]
15:12:35.950 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1020, 127.0.0.1:8213, complete] completed CON-POST   MID=29113, Token=5C98EA058B3B77EC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29113, Token=5C98EA058B3B77EC, 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!
15:12:35.950 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1022, 127.0.0.1:8213] send request
15:12:35.950 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1022, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.950 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1022, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x097C}, 54 77 37 DF 5A 9A 1A 50 0A 78 01 51 D4 B5 1B EF D0 9C DD 50 3A A0 EB 52
15:12:35.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1022, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29114], CON-POST   MID=29114, 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
15:12:35.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1022, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-9C6622DFAA4B99F8], CON-POST   MID=29114, Token=9C6622DFAA4B99F8, 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
15:12:35.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29114], KeyToken[127.0.0.1:8213-9C6622DFAA4B99F8]]
15:12:35.951 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.951 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,037,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29114, Token=9C6622DFAA4B99F8, 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]
15:12:35.951 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.951 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29114]
15:12:35.951 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.951 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1023, 127.0.0.1:8210] replace CON-POST   MID=29114, Token=9C6622DFAA4B99F8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29114, Token=9C6622DFAA4B99F8, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.951 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1023, 127.0.0.1:8210] send response NON-2.05   MID=29114, Token=null, OptionSet={}, "server responds hi"
15:12:35.951 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1023, 127.0.0.1:8210, complete]!
15:12:35.951 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1023, 127.0.0.1:8210, complete] completed NON-2.04   MID=29114, Token=9C6622DFAA4B99F8, 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!
15:12:35.952 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.952 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,038,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29114, Token=9C6622DFAA4B99F8, 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]
15:12:35.952 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29114]
15:12:35.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1022, 127.0.0.1:8213, complete]!
15:12:35.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1022, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-9C6622DFAA4B99F8]
15:12:35.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1022, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29114]
15:12:35.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1022, 127.0.0.1:8213, complete] completed CON-POST   MID=29114, Token=9C6622DFAA4B99F8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29114, Token=9C6622DFAA4B99F8, 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!
15:12:35.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1024, 127.0.0.1:8213] send request
15:12:35.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1024, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1024, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x097D}, 49 EC CF A7 F9 CC 83 95 34 A2 4D 70 D2 3C 20 7D B7 56 71 35 15 F6 95 02
15:12:35.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1024, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29115], CON-POST   MID=29115, 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
15:12:35.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1024, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-10EDCDFEC8CE8D7A], CON-POST   MID=29115, Token=10EDCDFEC8CE8D7A, 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
15:12:35.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29115], KeyToken[127.0.0.1:8213-10EDCDFEC8CE8D7A]]
15:12:35.953 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.953 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,039,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29115, Token=10EDCDFEC8CE8D7A, 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]
15:12:35.953 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.953 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29115]
15:12:35.953 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.953 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1025, 127.0.0.1:8210] replace CON-POST   MID=29115, Token=10EDCDFEC8CE8D7A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29115, Token=10EDCDFEC8CE8D7A, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.953 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1025, 127.0.0.1:8210] send response NON-2.05   MID=29115, Token=null, OptionSet={}, "server responds hi"
15:12:35.954 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1025, 127.0.0.1:8210, complete]!
15:12:35.954 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1025, 127.0.0.1:8210, complete] completed NON-2.04   MID=29115, Token=10EDCDFEC8CE8D7A, 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!
15:12:35.954 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.954 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,040,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29115, Token=10EDCDFEC8CE8D7A, 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]
15:12:35.954 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29115]
15:12:35.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.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
15:12:35.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1024, 127.0.0.1:8213, complete]!
15:12:35.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1024, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-10EDCDFEC8CE8D7A]
15:12:35.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1024, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29115]
15:12:35.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1024, 127.0.0.1:8213, complete] completed CON-POST   MID=29115, Token=10EDCDFEC8CE8D7A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29115, Token=10EDCDFEC8CE8D7A, 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!
15:12:35.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1026, 127.0.0.1:8213] send request
15:12:35.954 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1026, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1026, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x097E}, FF 47 DF 21 B5 A3 11 27 68 58 BC C3 13 2C D8 81 8D 39 E4 5C 5D D2 83 40
15:12:35.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1026, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29116], CON-POST   MID=29116, 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
15:12:35.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1026, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-28F47D4A903D358D], CON-POST   MID=29116, Token=28F47D4A903D358D, 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
15:12:35.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29116], KeyToken[127.0.0.1:8213-28F47D4A903D358D]]
15:12:35.955 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.955 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,041,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29116, Token=28F47D4A903D358D, 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]
15:12:35.955 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.955 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29116]
15:12:35.955 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.955 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1027, 127.0.0.1:8210] replace CON-POST   MID=29116, Token=28F47D4A903D358D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29116, Token=28F47D4A903D358D, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.955 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1027, 127.0.0.1:8210] send response NON-2.05   MID=29116, Token=null, OptionSet={}, "server responds hi"
15:12:35.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1027, 127.0.0.1:8210, complete]!
15:12:35.956 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1027, 127.0.0.1:8210, complete] completed NON-2.04   MID=29116, Token=28F47D4A903D358D, 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!
15:12:35.956 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.956 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,042,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29116, Token=28F47D4A903D358D, 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]
15:12:35.956 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29116]
15:12:35.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.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
15:12:35.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1026, 127.0.0.1:8213, complete]!
15:12:35.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1026, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-28F47D4A903D358D]
15:12:35.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1026, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29116]
15:12:35.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1026, 127.0.0.1:8213, complete] completed CON-POST   MID=29116, Token=28F47D4A903D358D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29116, Token=28F47D4A903D358D, 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!
15:12:35.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1028, 127.0.0.1:8213] send request
15:12:35.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1028, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1028, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x097F}, B9 08 5C 60 DB 15 B7 C5 62 C3 64 DF 6E B3 AD F1 F3 A6 D5 78 19 AD 91 C3
15:12:35.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1028, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29117], CON-POST   MID=29117, 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
15:12:35.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1028, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-446463E9379FB49A], CON-POST   MID=29117, Token=446463E9379FB49A, 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
15:12:35.957 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29117], KeyToken[127.0.0.1:8213-446463E9379FB49A]]
15:12:35.957 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.957 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,043,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29117, Token=446463E9379FB49A, 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]
15:12:35.957 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.957 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29117]
15:12:35.957 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.957 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1029, 127.0.0.1:8210] replace CON-POST   MID=29117, Token=446463E9379FB49A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29117, Token=446463E9379FB49A, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1029, 127.0.0.1:8210] send response NON-2.05   MID=29117, Token=null, OptionSet={}, "server responds hi"
15:12:35.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1029, 127.0.0.1:8210, complete]!
15:12:35.958 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1029, 127.0.0.1:8210, complete] completed NON-2.04   MID=29117, Token=446463E9379FB49A, 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!
15:12:35.958 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.958 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,044,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29117, Token=446463E9379FB49A, 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]
15:12:35.958 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29117]
15:12:35.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1028, 127.0.0.1:8213, complete]!
15:12:35.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1028, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-446463E9379FB49A]
15:12:35.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1028, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29117]
15:12:35.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1028, 127.0.0.1:8213, complete] completed CON-POST   MID=29117, Token=446463E9379FB49A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29117, Token=446463E9379FB49A, 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!
15:12:35.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1030, 127.0.0.1:8213] send request
15:12:35.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1030, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1030, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0980}, 55 F7 3A 25 AD 40 83 91 2B 19 01 BD 42 0F 18 F3 4B 79 6D E1 67 D7 9D 0D
15:12:35.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1030, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29118], CON-POST   MID=29118, 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
15:12:35.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1030, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-1467F346E8524123], CON-POST   MID=29118, Token=1467F346E8524123, 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
15:12:35.959 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29118], KeyToken[127.0.0.1:8213-1467F346E8524123]]
15:12:35.959 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:35.959 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,045,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29118, Token=1467F346E8524123, 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]
15:12:35.959 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.959 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29118]
15:12:35.959 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.959 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1031, 127.0.0.1:8210] replace CON-POST   MID=29118, Token=1467F346E8524123, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29118, Token=1467F346E8524123, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1031, 127.0.0.1:8210] send response NON-2.05   MID=29118, Token=null, OptionSet={}, "server responds hi"
15:12:35.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1031, 127.0.0.1:8210, complete]!
15:12:35.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1031, 127.0.0.1:8210, complete] completed NON-2.04   MID=29118, Token=1467F346E8524123, 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!
15:12:35.960 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.960 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,046,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29118, Token=1467F346E8524123, 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]
15:12:35.960 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29118]
15:12:35.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1030, 127.0.0.1:8213, complete]!
15:12:35.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1030, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-1467F346E8524123]
15:12:35.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1030, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29118]
15:12:35.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1030, 127.0.0.1:8213, complete] completed CON-POST   MID=29118, Token=1467F346E8524123, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29118, Token=1467F346E8524123, 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!
15:12:35.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1032, 127.0.0.1:8213] send request
15:12:35.960 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1032, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1032, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0981}, 13 69 7D 30 8C CC A5 83 2C A9 DB D9 96 2F 6A 20 08 8E E8 B0 C6 7C 0D CA
15:12:35.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1032, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29119], CON-POST   MID=29119, 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
15:12:35.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1032, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-78AEBE882AE6BE67], CON-POST   MID=29119, Token=78AEBE882AE6BE67, 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
15:12:35.961 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29119], KeyToken[127.0.0.1:8213-78AEBE882AE6BE67]]
15:12:35.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:8213
15:12:35.961 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,047,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29119, Token=78AEBE882AE6BE67, 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]
15:12:35.961 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.961 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29119]
15:12:35.961 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.961 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1033, 127.0.0.1:8210] replace CON-POST   MID=29119, Token=78AEBE882AE6BE67, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29119, Token=78AEBE882AE6BE67, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.961 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1033, 127.0.0.1:8210] send response NON-2.05   MID=29119, Token=null, OptionSet={}, "server responds hi"
15:12:35.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1033, 127.0.0.1:8210, complete]!
15:12:35.962 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1033, 127.0.0.1:8210, complete] completed NON-2.04   MID=29119, Token=78AEBE882AE6BE67, 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!
15:12:35.962 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.962 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,048,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29119, Token=78AEBE882AE6BE67, 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]
15:12:35.962 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29119]
15:12:35.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.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
15:12:35.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1032, 127.0.0.1:8213, complete]!
15:12:35.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1032, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-78AEBE882AE6BE67]
15:12:35.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1032, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29119]
15:12:35.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1032, 127.0.0.1:8213, complete] completed CON-POST   MID=29119, Token=78AEBE882AE6BE67, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29119, Token=78AEBE882AE6BE67, 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!
15:12:35.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1034, 127.0.0.1:8213] send request
15:12:35.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1034, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1034, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0982}, 44 5B 61 E9 29 3F F9 6B 6C D4 A0 12 BB 85 3F 2E 74 8D 32 16 16 CC 78 F2
15:12:35.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1034, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29120], CON-POST   MID=29120, 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
15:12:35.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1034, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-B8C284AC9B11966D], CON-POST   MID=29120, Token=B8C284AC9B11966D, 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
15:12:35.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29120], KeyToken[127.0.0.1:8213-B8C284AC9B11966D]]
15:12:35.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:8213
15:12:35.963 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,049,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29120, Token=B8C284AC9B11966D, 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]
15:12:35.963 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29120]
15:12:35.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.963 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1035, 127.0.0.1:8210] replace CON-POST   MID=29120, Token=B8C284AC9B11966D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29120, Token=B8C284AC9B11966D, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.964 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1035, 127.0.0.1:8210] send response NON-2.05   MID=29120, Token=null, OptionSet={}, "server responds hi"
15:12:35.964 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1035, 127.0.0.1:8210, complete]!
15:12:35.964 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1035, 127.0.0.1:8210, complete] completed NON-2.04   MID=29120, Token=B8C284AC9B11966D, 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!
15:12:35.964 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.964 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,050,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29120, Token=B8C284AC9B11966D, 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]
15:12:35.964 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29120]
15:12:35.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.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
15:12:35.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1034, 127.0.0.1:8213, complete]!
15:12:35.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1034, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-B8C284AC9B11966D]
15:12:35.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1034, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29120]
15:12:35.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1034, 127.0.0.1:8213, complete] completed CON-POST   MID=29120, Token=B8C284AC9B11966D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29120, Token=B8C284AC9B11966D, 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!
15:12:35.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1036, 127.0.0.1:8213] send request
15:12:35.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1036, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1036, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0983}, 79 34 63 3B 4C CF 5E AB 23 74 7D 0E 8B 68 72 2C CE FF 91 30 01 26 C9 99
15:12:35.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1036, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29121], CON-POST   MID=29121, 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
15:12:35.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1036, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-103DE48615F01200], CON-POST   MID=29121, Token=103DE48615F01200, 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
15:12:35.965 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29121], KeyToken[127.0.0.1:8213-103DE48615F01200]]
15:12:35.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:8213
15:12:35.965 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,051,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29121, Token=103DE48615F01200, 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]
15:12:35.965 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29121]
15:12:35.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1037, 127.0.0.1:8210] replace CON-POST   MID=29121, Token=103DE48615F01200, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29121, Token=103DE48615F01200, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1037, 127.0.0.1:8210] send response NON-2.05   MID=29121, Token=null, OptionSet={}, "server responds hi"
15:12:35.966 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1037, 127.0.0.1:8210, complete]!
15:12:35.966 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1037, 127.0.0.1:8210, complete] completed NON-2.04   MID=29121, Token=103DE48615F01200, 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!
15:12:35.966 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.966 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,052,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29121, Token=103DE48615F01200, 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]
15:12:35.966 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29121]
15:12:35.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.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
15:12:35.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1036, 127.0.0.1:8213, complete]!
15:12:35.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1036, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-103DE48615F01200]
15:12:35.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1036, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29121]
15:12:35.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1036, 127.0.0.1:8213, complete] completed CON-POST   MID=29121, Token=103DE48615F01200, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29121, Token=103DE48615F01200, 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!
15:12:35.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1038, 127.0.0.1:8213] send request
15:12:35.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1038, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1038, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0984}, 31 BC E9 3F 05 80 3B 62 CD 31 7C D2 32 EA 21 11 0E 95 0E 51 EF 64 5F EF
15:12:35.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1038, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29122], CON-POST   MID=29122, 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
15:12:35.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1038, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-68EA56A1C3970B1A], CON-POST   MID=29122, Token=68EA56A1C3970B1A, 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
15:12:35.967 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29122], KeyToken[127.0.0.1:8213-68EA56A1C3970B1A]]
15:12:35.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:8213
15:12:35.967 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,053,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29122, Token=68EA56A1C3970B1A, 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]
15:12:35.967 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29122]
15:12:35.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1039, 127.0.0.1:8210] replace CON-POST   MID=29122, Token=68EA56A1C3970B1A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29122, Token=68EA56A1C3970B1A, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1039, 127.0.0.1:8210] send response NON-2.05   MID=29122, Token=null, OptionSet={}, "server responds hi"
15:12:35.968 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1039, 127.0.0.1:8210, complete]!
15:12:35.968 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1039, 127.0.0.1:8210, complete] completed NON-2.04   MID=29122, Token=68EA56A1C3970B1A, 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!
15:12:35.968 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:35.968 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,054,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29122, Token=68EA56A1C3970B1A, 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]
15:12:35.968 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29122]
15:12:35.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.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
15:12:35.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1038, 127.0.0.1:8213, complete]!
15:12:35.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1038, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-68EA56A1C3970B1A]
15:12:35.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1038, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29122]
15:12:35.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1038, 127.0.0.1:8213, complete] completed CON-POST   MID=29122, Token=68EA56A1C3970B1A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29122, Token=68EA56A1C3970B1A, 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!
15:12:35.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1040, 127.0.0.1:8213] send request
15:12:35.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1040, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1040, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0985}, 44 0E B1 DB 6E E8 98 65 80 2D DA 58 9E A4 01 74 43 DB 74 D6 CB A3 8B B1
15:12:35.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1040, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29123], CON-POST   MID=29123, 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
15:12:35.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1040, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-CC8DA007B753AF97], CON-POST   MID=29123, Token=CC8DA007B753AF97, 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
15:12:35.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29123], KeyToken[127.0.0.1:8213-CC8DA007B753AF97]]
15:12:35.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:8213
15:12:35.969 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,055,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29123, Token=CC8DA007B753AF97, 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]
15:12:35.969 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:35.969 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29123]
15:12:35.969 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:35.969 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1041, 127.0.0.1:8210] replace CON-POST   MID=29123, Token=CC8DA007B753AF97, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29123, Token=CC8DA007B753AF97, OptionSet={"Object-Security":0x}, "client says hi"
15:12:35.969 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1041, 127.0.0.1:8210] send response NON-2.05   MID=29123, Token=null, OptionSet={}, "server responds hi"
15:12:35.970 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1041, 127.0.0.1:8210, complete]!
15:12:35.970 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1041, 127.0.0.1:8210, complete] completed NON-2.04   MID=29123, Token=CC8DA007B753AF97, 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!
15:12:35.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:8210
15:12:35.970 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,056,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29123, Token=CC8DA007B753AF97, 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]
15:12:35.970 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:35.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:8213-29123]
15:12:35.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:35.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
15:12:35.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1040, 127.0.0.1:8213, complete]!
15:12:35.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1040, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-CC8DA007B753AF97]
15:12:35.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1040, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29123]
15:12:35.970 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1040, 127.0.0.1:8213, complete] completed CON-POST   MID=29123, Token=CC8DA007B753AF97, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29123, Token=CC8DA007B753AF97, 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!
15:12:36.025 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1042, 127.0.0.1:8213] send request
15:12:36.025 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1042, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.025 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1042, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0986}, FF E9 53 31 66 72 B2 6B 20 1E FC 6D 01 F1 42 17 24 AF 1B 02 0D F9 A7 17
15:12:36.025 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1042, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29124], CON-POST   MID=29124, 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
15:12:36.025 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1042, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-20FD7AF0610F5DF8], CON-POST   MID=29124, Token=20FD7AF0610F5DF8, 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
15:12:36.026 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29124], KeyToken[127.0.0.1:8213-20FD7AF0610F5DF8]]
15:12:36.026 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.026 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,057,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29124, Token=20FD7AF0610F5DF8, 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]
15:12:36.026 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.026 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29124]
15:12:36.026 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.026 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1043, 127.0.0.1:8210] replace CON-POST   MID=29124, Token=20FD7AF0610F5DF8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29124, Token=20FD7AF0610F5DF8, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.026 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1043, 127.0.0.1:8210] send response NON-2.05   MID=29124, Token=null, OptionSet={}, "server responds hi"
15:12:36.026 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1043, 127.0.0.1:8210, complete]!
15:12:36.026 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1043, 127.0.0.1:8210, complete] completed NON-2.04   MID=29124, Token=20FD7AF0610F5DF8, 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!
15:12:36.027 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.027 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,058,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29124, Token=20FD7AF0610F5DF8, 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]
15:12:36.027 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.027 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29124]
15:12:36.027 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.027 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.027 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1042, 127.0.0.1:8213, complete]!
15:12:36.027 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1042, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-20FD7AF0610F5DF8]
15:12:36.027 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1042, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29124]
15:12:36.027 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1042, 127.0.0.1:8213, complete] completed CON-POST   MID=29124, Token=20FD7AF0610F5DF8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29124, Token=20FD7AF0610F5DF8, 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!
15:12:36.027 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1044, 127.0.0.1:8213] send request
15:12:36.027 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1044, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.028 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1044, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0987}, B7 16 1F 84 3F 80 0C 45 E4 18 23 65 4E 94 B7 9E 77 DD 02 B6 AE 9B 62 22
15:12:36.028 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1044, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29125], CON-POST   MID=29125, 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
15:12:36.028 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1044, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-EC8FC954297C8A01], CON-POST   MID=29125, Token=EC8FC954297C8A01, 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
15:12:36.028 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29125], KeyToken[127.0.0.1:8213-EC8FC954297C8A01]]
15:12:36.028 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.028 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,059,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29125, Token=EC8FC954297C8A01, 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]
15:12:36.028 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.028 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29125]
15:12:36.028 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.028 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1045, 127.0.0.1:8210] replace CON-POST   MID=29125, Token=EC8FC954297C8A01, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29125, Token=EC8FC954297C8A01, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.028 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1045, 127.0.0.1:8210] send response NON-2.05   MID=29125, Token=null, OptionSet={}, "server responds hi"
15:12:36.029 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1045, 127.0.0.1:8210, complete]!
15:12:36.029 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1045, 127.0.0.1:8210, complete] completed NON-2.04   MID=29125, Token=EC8FC954297C8A01, 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!
15:12:36.029 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.029 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,060,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29125, Token=EC8FC954297C8A01, 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]
15:12:36.029 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.029 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29125]
15:12:36.029 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.029 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.029 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1044, 127.0.0.1:8213, complete]!
15:12:36.029 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1044, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-EC8FC954297C8A01]
15:12:36.029 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1044, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29125]
15:12:36.029 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1044, 127.0.0.1:8213, complete] completed CON-POST   MID=29125, Token=EC8FC954297C8A01, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29125, Token=EC8FC954297C8A01, 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!
15:12:36.029 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1046, 127.0.0.1:8213] send request
15:12:36.029 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1046, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.030 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1046, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0988}, 3E D1 88 5C 4B 54 8D 56 D6 C3 15 F4 2B 4E 50 90 85 DC F2 AF 2D F4 2B 5C
15:12:36.030 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1046, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29126], CON-POST   MID=29126, 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
15:12:36.030 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1046, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-F826FAF824B8D3E2], CON-POST   MID=29126, Token=F826FAF824B8D3E2, 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
15:12:36.030 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29126], KeyToken[127.0.0.1:8213-F826FAF824B8D3E2]]
15:12:36.030 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.030 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,061,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29126, Token=F826FAF824B8D3E2, 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]
15:12:36.030 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.030 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29126]
15:12:36.030 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.030 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1047, 127.0.0.1:8210] replace CON-POST   MID=29126, Token=F826FAF824B8D3E2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29126, Token=F826FAF824B8D3E2, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.030 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1047, 127.0.0.1:8210] send response NON-2.05   MID=29126, Token=null, OptionSet={}, "server responds hi"
15:12:36.030 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1047, 127.0.0.1:8210, complete]!
15:12:36.030 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1047, 127.0.0.1:8210, complete] completed NON-2.04   MID=29126, Token=F826FAF824B8D3E2, 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!
15:12:36.031 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.031 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,062,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29126, Token=F826FAF824B8D3E2, 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]
15:12:36.031 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.031 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29126]
15:12:36.031 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.031 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.031 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1046, 127.0.0.1:8213, complete]!
15:12:36.031 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1046, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-F826FAF824B8D3E2]
15:12:36.031 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1046, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29126]
15:12:36.031 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1046, 127.0.0.1:8213, complete] completed CON-POST   MID=29126, Token=F826FAF824B8D3E2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29126, Token=F826FAF824B8D3E2, 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!
15:12:36.031 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1048, 127.0.0.1:8213] send request
15:12:36.031 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1048, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.031 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1048, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0989}, C7 95 26 C2 C7 18 50 99 C1 A8 5A C5 CE 10 6B DF 17 38 A0 7E 48 5D A9 31
15:12:36.031 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1048, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29127], CON-POST   MID=29127, 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
15:12:36.032 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1048, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-986B5F93955E0C48], CON-POST   MID=29127, Token=986B5F93955E0C48, 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
15:12:36.032 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29127], KeyToken[127.0.0.1:8213-986B5F93955E0C48]]
15:12:36.032 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.032 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,063,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29127, Token=986B5F93955E0C48, 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]
15:12:36.032 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.032 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29127]
15:12:36.032 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.032 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1049, 127.0.0.1:8210] replace CON-POST   MID=29127, Token=986B5F93955E0C48, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29127, Token=986B5F93955E0C48, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.032 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1049, 127.0.0.1:8210] send response NON-2.05   MID=29127, Token=null, OptionSet={}, "server responds hi"
15:12:36.032 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1049, 127.0.0.1:8210, complete]!
15:12:36.032 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1049, 127.0.0.1:8210, complete] completed NON-2.04   MID=29127, Token=986B5F93955E0C48, 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!
15:12:36.033 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.033 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,064,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29127, Token=986B5F93955E0C48, 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]
15:12:36.033 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.033 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29127]
15:12:36.033 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.033 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.033 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1048, 127.0.0.1:8213, complete]!
15:12:36.033 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1048, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-986B5F93955E0C48]
15:12:36.033 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1048, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29127]
15:12:36.033 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1048, 127.0.0.1:8213, complete] completed CON-POST   MID=29127, Token=986B5F93955E0C48, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29127, Token=986B5F93955E0C48, 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!
15:12:36.033 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1050, 127.0.0.1:8213] send request
15:12:36.033 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1050, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.033 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1050, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x098A}, 41 71 16 5D BE AE CF 05 22 7E 93 6B D2 3B 5B D5 28 D6 99 6C 28 D1 0C A2
15:12:36.034 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1050, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29128], CON-POST   MID=29128, 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
15:12:36.034 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1050, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-04A1E67BCE20BDC1], CON-POST   MID=29128, Token=04A1E67BCE20BDC1, 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
15:12:36.034 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29128], KeyToken[127.0.0.1:8213-04A1E67BCE20BDC1]]
15:12:36.034 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.034 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,065,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29128, Token=04A1E67BCE20BDC1, 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]
15:12:36.034 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.034 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29128]
15:12:36.034 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.034 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1051, 127.0.0.1:8210] replace CON-POST   MID=29128, Token=04A1E67BCE20BDC1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29128, Token=04A1E67BCE20BDC1, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.034 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1051, 127.0.0.1:8210] send response NON-2.05   MID=29128, Token=null, OptionSet={}, "server responds hi"
15:12:36.035 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1051, 127.0.0.1:8210, complete]!
15:12:36.035 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1051, 127.0.0.1:8210, complete] completed NON-2.04   MID=29128, Token=04A1E67BCE20BDC1, 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!
15:12:36.035 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.035 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,066,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29128, Token=04A1E67BCE20BDC1, 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]
15:12:36.035 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.035 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29128]
15:12:36.035 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.035 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.035 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1050, 127.0.0.1:8213, complete]!
15:12:36.035 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1050, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-04A1E67BCE20BDC1]
15:12:36.035 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1050, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29128]
15:12:36.035 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1050, 127.0.0.1:8213, complete] completed CON-POST   MID=29128, Token=04A1E67BCE20BDC1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29128, Token=04A1E67BCE20BDC1, 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!
15:12:36.035 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1052, 127.0.0.1:8213] send request
15:12:36.035 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1052, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.036 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1052, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x098B}, A7 2B 8A 8D F6 73 21 F0 8A 38 BF 75 D8 6F 2E D6 0E C2 5C C9 46 56 3D EC
15:12:36.036 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1052, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29129], CON-POST   MID=29129, 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
15:12:36.036 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1052, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-2403A39291BFDEBF], CON-POST   MID=29129, Token=2403A39291BFDEBF, 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
15:12:36.036 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29129], KeyToken[127.0.0.1:8213-2403A39291BFDEBF]]
15:12:36.036 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.036 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,067,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29129, Token=2403A39291BFDEBF, 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]
15:12:36.036 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.036 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29129]
15:12:36.036 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.036 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1053, 127.0.0.1:8210] replace CON-POST   MID=29129, Token=2403A39291BFDEBF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29129, Token=2403A39291BFDEBF, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.037 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1053, 127.0.0.1:8210] send response NON-2.05   MID=29129, Token=null, OptionSet={}, "server responds hi"
15:12:36.037 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1053, 127.0.0.1:8210, complete]!
15:12:36.037 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1053, 127.0.0.1:8210, complete] completed NON-2.04   MID=29129, Token=2403A39291BFDEBF, 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!
15:12:36.037 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.037 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,068,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29129, Token=2403A39291BFDEBF, 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]
15:12:36.037 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.037 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29129]
15:12:36.037 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.037 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.037 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1052, 127.0.0.1:8213, complete]!
15:12:36.037 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1052, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-2403A39291BFDEBF]
15:12:36.037 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1052, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29129]
15:12:36.037 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1052, 127.0.0.1:8213, complete] completed CON-POST   MID=29129, Token=2403A39291BFDEBF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29129, Token=2403A39291BFDEBF, 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!
15:12:36.038 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1054, 127.0.0.1:8213] send request
15:12:36.038 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1054, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.038 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1054, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x098C}, 1A 4E CF 38 C4 E8 B9 03 0C 74 98 64 24 52 CB 34 F4 10 75 C1 A3 BF F1 1D
15:12:36.038 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1054, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29130], CON-POST   MID=29130, 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
15:12:36.038 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1054, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-FC4B468CB3875D0B], CON-POST   MID=29130, Token=FC4B468CB3875D0B, 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
15:12:36.038 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29130], KeyToken[127.0.0.1:8213-FC4B468CB3875D0B]]
15:12:36.038 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.038 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,069,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29130, Token=FC4B468CB3875D0B, 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]
15:12:36.038 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.038 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29130]
15:12:36.038 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.038 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1055, 127.0.0.1:8210] replace CON-POST   MID=29130, Token=FC4B468CB3875D0B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29130, Token=FC4B468CB3875D0B, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.039 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1055, 127.0.0.1:8210] send response NON-2.05   MID=29130, Token=null, OptionSet={}, "server responds hi"
15:12:36.039 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1055, 127.0.0.1:8210, complete]!
15:12:36.039 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1055, 127.0.0.1:8210, complete] completed NON-2.04   MID=29130, Token=FC4B468CB3875D0B, 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!
15:12:36.039 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.039 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,070,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29130, Token=FC4B468CB3875D0B, 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]
15:12:36.039 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.039 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29130]
15:12:36.039 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.039 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.039 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1054, 127.0.0.1:8213, complete]!
15:12:36.039 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1054, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-FC4B468CB3875D0B]
15:12:36.039 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1054, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29130]
15:12:36.039 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1054, 127.0.0.1:8213, complete] completed CON-POST   MID=29130, Token=FC4B468CB3875D0B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29130, Token=FC4B468CB3875D0B, 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!
15:12:36.039 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1056, 127.0.0.1:8213] send request
15:12:36.039 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1056, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.040 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1056, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x098D}, 3E 39 38 AC 2D 82 C9 7E A6 BB 90 4F 10 CD 08 ED C8 A3 46 4C 41 45 2C 7C
15:12:36.040 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1056, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29131], CON-POST   MID=29131, 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
15:12:36.040 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1056, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-18EDC961B5C6C1D1], CON-POST   MID=29131, Token=18EDC961B5C6C1D1, 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
15:12:36.040 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29131], KeyToken[127.0.0.1:8213-18EDC961B5C6C1D1]]
15:12:36.040 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.040 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,071,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29131, Token=18EDC961B5C6C1D1, 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]
15:12:36.040 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.040 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29131]
15:12:36.040 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.040 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1057, 127.0.0.1:8210] replace CON-POST   MID=29131, Token=18EDC961B5C6C1D1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29131, Token=18EDC961B5C6C1D1, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.041 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1057, 127.0.0.1:8210] send response NON-2.05   MID=29131, Token=null, OptionSet={}, "server responds hi"
15:12:36.041 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1057, 127.0.0.1:8210, complete]!
15:12:36.041 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1057, 127.0.0.1:8210, complete] completed NON-2.04   MID=29131, Token=18EDC961B5C6C1D1, 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!
15:12:36.041 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.041 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,072,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29131, Token=18EDC961B5C6C1D1, 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]
15:12:36.041 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.041 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29131]
15:12:36.041 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.041 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.041 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1056, 127.0.0.1:8213, complete]!
15:12:36.041 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1056, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-18EDC961B5C6C1D1]
15:12:36.041 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1056, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29131]
15:12:36.041 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1056, 127.0.0.1:8213, complete] completed CON-POST   MID=29131, Token=18EDC961B5C6C1D1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29131, Token=18EDC961B5C6C1D1, 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!
15:12:36.041 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1058, 127.0.0.1:8213] send request
15:12:36.041 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1058, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.042 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1058, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x098E}, 7F 3D EF 0C 17 70 CB 23 A9 D8 FD 53 B8 74 72 E9 37 FA B4 0A 63 B6 A3 AE
15:12:36.042 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1058, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29132], CON-POST   MID=29132, 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
15:12:36.042 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1058, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-4895A08583F5CACE], CON-POST   MID=29132, Token=4895A08583F5CACE, 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
15:12:36.042 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29132], KeyToken[127.0.0.1:8213-4895A08583F5CACE]]
15:12:36.042 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.042 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,073,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29132, Token=4895A08583F5CACE, 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]
15:12:36.042 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.042 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29132]
15:12:36.042 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.043 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1059, 127.0.0.1:8210] replace CON-POST   MID=29132, Token=4895A08583F5CACE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29132, Token=4895A08583F5CACE, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.043 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1059, 127.0.0.1:8210] send response NON-2.05   MID=29132, Token=null, OptionSet={}, "server responds hi"
15:12:36.043 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1059, 127.0.0.1:8210, complete]!
15:12:36.043 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1059, 127.0.0.1:8210, complete] completed NON-2.04   MID=29132, Token=4895A08583F5CACE, 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!
15:12:36.043 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.043 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,074,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29132, Token=4895A08583F5CACE, 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]
15:12:36.043 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.043 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29132]
15:12:36.043 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.043 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.043 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1058, 127.0.0.1:8213, complete]!
15:12:36.043 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1058, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-4895A08583F5CACE]
15:12:36.043 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1058, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29132]
15:12:36.043 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1058, 127.0.0.1:8213, complete] completed CON-POST   MID=29132, Token=4895A08583F5CACE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29132, Token=4895A08583F5CACE, 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!
15:12:36.044 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1060, 127.0.0.1:8213] send request
15:12:36.044 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1060, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.044 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1060, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x098F}, 86 17 0A 4A C3 A9 6E 95 09 82 81 A9 17 A7 D2 89 47 D0 B3 6D 6E 21 62 74
15:12:36.044 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1060, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29133], CON-POST   MID=29133, 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
15:12:36.044 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1060, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-9425C22A183C523F], CON-POST   MID=29133, Token=9425C22A183C523F, 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
15:12:36.044 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29133], KeyToken[127.0.0.1:8213-9425C22A183C523F]]
15:12:36.044 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.044 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,075,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29133, Token=9425C22A183C523F, 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]
15:12:36.044 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.044 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29133]
15:12:36.044 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.045 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1061, 127.0.0.1:8210] replace CON-POST   MID=29133, Token=9425C22A183C523F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29133, Token=9425C22A183C523F, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.045 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1061, 127.0.0.1:8210] send response NON-2.05   MID=29133, Token=null, OptionSet={}, "server responds hi"
15:12:36.045 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1061, 127.0.0.1:8210, complete]!
15:12:36.045 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1061, 127.0.0.1:8210, complete] completed NON-2.04   MID=29133, Token=9425C22A183C523F, 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!
15:12:36.045 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.045 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,076,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29133, Token=9425C22A183C523F, 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]
15:12:36.045 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.045 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29133]
15:12:36.045 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.045 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.045 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1060, 127.0.0.1:8213, complete]!
15:12:36.045 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1060, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-9425C22A183C523F]
15:12:36.045 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1060, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29133]
15:12:36.045 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1060, 127.0.0.1:8213, complete] completed CON-POST   MID=29133, Token=9425C22A183C523F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29133, Token=9425C22A183C523F, 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!
15:12:36.046 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1062, 127.0.0.1:8213] send request
15:12:36.046 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1062, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.046 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1062, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0990}, 7D DF 8D 4A 76 0C D2 62 AE A0 50 C1 39 4E B9 76 7C 63 C2 F0 4D 1D 8D 13
15:12:36.046 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1062, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29134], CON-POST   MID=29134, 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
15:12:36.046 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1062, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-78DB7765B097B786], CON-POST   MID=29134, Token=78DB7765B097B786, 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
15:12:36.046 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29134], KeyToken[127.0.0.1:8213-78DB7765B097B786]]
15:12:36.046 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.046 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,077,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29134, Token=78DB7765B097B786, 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]
15:12:36.046 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.046 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29134]
15:12:36.046 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.047 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1063, 127.0.0.1:8210] replace CON-POST   MID=29134, Token=78DB7765B097B786, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29134, Token=78DB7765B097B786, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.047 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1063, 127.0.0.1:8210] send response NON-2.05   MID=29134, Token=null, OptionSet={}, "server responds hi"
15:12:36.047 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1063, 127.0.0.1:8210, complete]!
15:12:36.047 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1063, 127.0.0.1:8210, complete] completed NON-2.04   MID=29134, Token=78DB7765B097B786, 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!
15:12:36.047 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.047 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,078,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29134, Token=78DB7765B097B786, 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]
15:12:36.047 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.047 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29134]
15:12:36.047 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.047 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.047 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1062, 127.0.0.1:8213, complete]!
15:12:36.047 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1062, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-78DB7765B097B786]
15:12:36.047 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1062, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29134]
15:12:36.047 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1062, 127.0.0.1:8213, complete] completed CON-POST   MID=29134, Token=78DB7765B097B786, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29134, Token=78DB7765B097B786, 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!
15:12:36.048 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1064, 127.0.0.1:8213] send request
15:12:36.048 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1064, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.048 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1064, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0991}, 68 DA 8F C4 43 94 3E 7E 0D 09 75 8D 4F EC B1 BD 59 B5 4E 72 B1 25 FB A1
15:12:36.048 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1064, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29135], CON-POST   MID=29135, 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
15:12:36.048 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1064, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-F05C1617E38B33AD], CON-POST   MID=29135, Token=F05C1617E38B33AD, 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
15:12:36.048 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29135], KeyToken[127.0.0.1:8213-F05C1617E38B33AD]]
15:12:36.048 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.048 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,079,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29135, Token=F05C1617E38B33AD, 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]
15:12:36.048 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.048 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29135]
15:12:36.048 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.049 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1065, 127.0.0.1:8210] replace CON-POST   MID=29135, Token=F05C1617E38B33AD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29135, Token=F05C1617E38B33AD, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.049 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1065, 127.0.0.1:8210] send response NON-2.05   MID=29135, Token=null, OptionSet={}, "server responds hi"
15:12:36.049 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1065, 127.0.0.1:8210, complete]!
15:12:36.049 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1065, 127.0.0.1:8210, complete] completed NON-2.04   MID=29135, Token=F05C1617E38B33AD, 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!
15:12:36.049 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.049 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,080,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29135, Token=F05C1617E38B33AD, 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]
15:12:36.049 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.049 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29135]
15:12:36.049 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.049 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.049 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1064, 127.0.0.1:8213, complete]!
15:12:36.049 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1064, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-F05C1617E38B33AD]
15:12:36.049 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1064, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29135]
15:12:36.049 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1064, 127.0.0.1:8213, complete] completed CON-POST   MID=29135, Token=F05C1617E38B33AD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29135, Token=F05C1617E38B33AD, 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!
15:12:36.050 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1066, 127.0.0.1:8213] send request
15:12:36.050 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1066, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.050 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1066, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0992}, BC 3C 02 06 7F 37 55 F5 3D 4F 24 F0 33 A9 4B 55 16 6F 83 B2 97 3D CD 01
15:12:36.050 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1066, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29136], CON-POST   MID=29136, 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
15:12:36.050 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1066, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-40CD3D072C9C0F84], CON-POST   MID=29136, Token=40CD3D072C9C0F84, 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
15:12:36.050 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29136], KeyToken[127.0.0.1:8213-40CD3D072C9C0F84]]
15:12:36.050 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.050 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,081,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29136, Token=40CD3D072C9C0F84, 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]
15:12:36.050 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.050 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29136]
15:12:36.050 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.050 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1067, 127.0.0.1:8210] replace CON-POST   MID=29136, Token=40CD3D072C9C0F84, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29136, Token=40CD3D072C9C0F84, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.051 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1067, 127.0.0.1:8210] send response NON-2.05   MID=29136, Token=null, OptionSet={}, "server responds hi"
15:12:36.051 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1067, 127.0.0.1:8210, complete]!
15:12:36.051 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1067, 127.0.0.1:8210, complete] completed NON-2.04   MID=29136, Token=40CD3D072C9C0F84, 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!
15:12:36.051 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.051 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,082,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29136, Token=40CD3D072C9C0F84, 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]
15:12:36.051 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29136]
15:12:36.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1066, 127.0.0.1:8213, complete]!
15:12:36.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1066, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-40CD3D072C9C0F84]
15:12:36.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1066, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29136]
15:12:36.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1066, 127.0.0.1:8213, complete] completed CON-POST   MID=29136, Token=40CD3D072C9C0F84, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29136, Token=40CD3D072C9C0F84, 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!
15:12:36.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1068, 127.0.0.1:8213] send request
15:12:36.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1068, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1068, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0993}, 54 3E F7 F1 F4 80 CE 8D 99 3B 63 08 D0 34 AD 24 59 13 D5 82 27 AF 06 AB
15:12:36.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1068, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29137], CON-POST   MID=29137, 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
15:12:36.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1068, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-A4FB0B0E1E31B748], CON-POST   MID=29137, Token=A4FB0B0E1E31B748, 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
15:12:36.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29137], KeyToken[127.0.0.1:8213-A4FB0B0E1E31B748]]
15:12:36.052 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.052 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,083,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29137, Token=A4FB0B0E1E31B748, 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]
15:12:36.052 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.052 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29137]
15:12:36.052 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.052 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1069, 127.0.0.1:8210] replace CON-POST   MID=29137, Token=A4FB0B0E1E31B748, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29137, Token=A4FB0B0E1E31B748, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.052 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1069, 127.0.0.1:8210] send response NON-2.05   MID=29137, Token=null, OptionSet={}, "server responds hi"
15:12:36.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1069, 127.0.0.1:8210, complete]!
15:12:36.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1069, 127.0.0.1:8210, complete] completed NON-2.04   MID=29137, Token=A4FB0B0E1E31B748, 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!
15:12:36.053 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.053 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,084,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29137, Token=A4FB0B0E1E31B748, 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]
15:12:36.053 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29137]
15:12:36.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.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
15:12:36.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1068, 127.0.0.1:8213, complete]!
15:12:36.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1068, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-A4FB0B0E1E31B748]
15:12:36.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1068, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29137]
15:12:36.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1068, 127.0.0.1:8213, complete] completed CON-POST   MID=29137, Token=A4FB0B0E1E31B748, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29137, Token=A4FB0B0E1E31B748, 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!
15:12:36.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1070, 127.0.0.1:8213] send request
15:12:36.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1070, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1070, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0994}, 27 59 28 FD 01 32 25 51 A5 83 A8 77 38 AC 43 93 CA 36 19 3D CE EC 46 3A
15:12:36.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1070, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29138], CON-POST   MID=29138, 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
15:12:36.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1070, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-241CE43E9585183D], CON-POST   MID=29138, Token=241CE43E9585183D, 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
15:12:36.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29138], KeyToken[127.0.0.1:8213-241CE43E9585183D]]
15:12:36.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:8213
15:12:36.054 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,085,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29138, Token=241CE43E9585183D, 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]
15:12:36.054 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29138]
15:12:36.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1071, 127.0.0.1:8210] replace CON-POST   MID=29138, Token=241CE43E9585183D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29138, Token=241CE43E9585183D, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1071, 127.0.0.1:8210] send response NON-2.05   MID=29138, Token=null, OptionSet={}, "server responds hi"
15:12:36.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1071, 127.0.0.1:8210, complete]!
15:12:36.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1071, 127.0.0.1:8210, complete] completed NON-2.04   MID=29138, Token=241CE43E9585183D, 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!
15:12:36.055 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.055 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,086,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29138, Token=241CE43E9585183D, 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]
15:12:36.055 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29138]
15:12:36.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.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
15:12:36.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1070, 127.0.0.1:8213, complete]!
15:12:36.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1070, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-241CE43E9585183D]
15:12:36.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1070, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29138]
15:12:36.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1070, 127.0.0.1:8213, complete] completed CON-POST   MID=29138, Token=241CE43E9585183D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29138, Token=241CE43E9585183D, 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!
15:12:36.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1072, 127.0.0.1:8213] send request
15:12:36.055 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1072, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1072, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0995}, EA A7 C6 BE 3D 01 AA 98 06 69 75 D1 F9 5F A6 22 24 2F 2A 78 1F E1 8E F5
15:12:36.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1072, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29139], CON-POST   MID=29139, 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
15:12:36.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1072, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-24F919093DDC40CA], CON-POST   MID=29139, Token=24F919093DDC40CA, 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
15:12:36.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29139], KeyToken[127.0.0.1:8213-24F919093DDC40CA]]
15:12:36.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:8213
15:12:36.056 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,087,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29139, Token=24F919093DDC40CA, 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]
15:12:36.056 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.056 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29139]
15:12:36.056 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.056 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1073, 127.0.0.1:8210] replace CON-POST   MID=29139, Token=24F919093DDC40CA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29139, Token=24F919093DDC40CA, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.056 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1073, 127.0.0.1:8210] send response NON-2.05   MID=29139, Token=null, OptionSet={}, "server responds hi"
15:12:36.056 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1073, 127.0.0.1:8210, complete]!
15:12:36.056 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1073, 127.0.0.1:8210, complete] completed NON-2.04   MID=29139, Token=24F919093DDC40CA, 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!
15:12:36.057 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.057 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,088,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29139, Token=24F919093DDC40CA, 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]
15:12:36.057 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29139]
15:12:36.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.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
15:12:36.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1072, 127.0.0.1:8213, complete]!
15:12:36.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1072, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-24F919093DDC40CA]
15:12:36.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1072, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29139]
15:12:36.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1072, 127.0.0.1:8213, complete] completed CON-POST   MID=29139, Token=24F919093DDC40CA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29139, Token=24F919093DDC40CA, 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!
15:12:36.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1074, 127.0.0.1:8213] send request
15:12:36.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1074, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1074, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0996}, 8C 03 D5 37 81 E2 44 0F E3 94 42 81 49 1C 2B 3B 3D 1B 02 AA DC 9E EB 2D
15:12:36.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1074, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29140], CON-POST   MID=29140, 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
15:12:36.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1074, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-B0EAD2DEE74EF325], CON-POST   MID=29140, Token=B0EAD2DEE74EF325, 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
15:12:36.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29140], KeyToken[127.0.0.1:8213-B0EAD2DEE74EF325]]
15:12:36.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:8213
15:12:36.058 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,089,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29140, Token=B0EAD2DEE74EF325, 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]
15:12:36.058 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29140]
15:12:36.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1075, 127.0.0.1:8210] replace CON-POST   MID=29140, Token=B0EAD2DEE74EF325, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29140, Token=B0EAD2DEE74EF325, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1075, 127.0.0.1:8210] send response NON-2.05   MID=29140, Token=null, OptionSet={}, "server responds hi"
15:12:36.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1075, 127.0.0.1:8210, complete]!
15:12:36.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1075, 127.0.0.1:8210, complete] completed NON-2.04   MID=29140, Token=B0EAD2DEE74EF325, 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!
15:12:36.058 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.059 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,090,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29140, Token=B0EAD2DEE74EF325, 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]
15:12:36.059 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29140]
15:12:36.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.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
15:12:36.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1074, 127.0.0.1:8213, complete]!
15:12:36.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1074, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-B0EAD2DEE74EF325]
15:12:36.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1074, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29140]
15:12:36.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1074, 127.0.0.1:8213, complete] completed CON-POST   MID=29140, Token=B0EAD2DEE74EF325, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29140, Token=B0EAD2DEE74EF325, 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!
15:12:36.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1076, 127.0.0.1:8213] send request
15:12:36.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1076, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1076, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0997}, 44 2D A5 7F 17 60 0B 1D 58 DA 60 A7 40 E1 34 68 D9 42 28 0A 24 9D 3B 46
15:12:36.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1076, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29141], CON-POST   MID=29141, 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
15:12:36.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1076, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-2C05615946F98145], CON-POST   MID=29141, Token=2C05615946F98145, 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
15:12:36.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29141], KeyToken[127.0.0.1:8213-2C05615946F98145]]
15:12:36.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:8213
15:12:36.060 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,091,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29141, Token=2C05615946F98145, 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]
15:12:36.060 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.060 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29141]
15:12:36.060 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.060 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1077, 127.0.0.1:8210] replace CON-POST   MID=29141, Token=2C05615946F98145, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29141, Token=2C05615946F98145, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.060 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1077, 127.0.0.1:8210] send response NON-2.05   MID=29141, Token=null, OptionSet={}, "server responds hi"
15:12:36.060 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1077, 127.0.0.1:8210, complete]!
15:12:36.060 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1077, 127.0.0.1:8210, complete] completed NON-2.04   MID=29141, Token=2C05615946F98145, 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!
15:12:36.060 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.060 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,092,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29141, Token=2C05615946F98145, 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]
15:12:36.061 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29141]
15:12:36.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.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
15:12:36.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1076, 127.0.0.1:8213, complete]!
15:12:36.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1076, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-2C05615946F98145]
15:12:36.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1076, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29141]
15:12:36.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1076, 127.0.0.1:8213, complete] completed CON-POST   MID=29141, Token=2C05615946F98145, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29141, Token=2C05615946F98145, 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!
15:12:36.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1078, 127.0.0.1:8213] send request
15:12:36.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1078, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1078, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0998}, F1 BC 78 73 7D 39 74 24 34 AA DB E2 48 7D 8A A9 95 29 86 7D AE 49 18 31
15:12:36.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1078, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29142], CON-POST   MID=29142, 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
15:12:36.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1078, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-108390BC1AFD2F2D], CON-POST   MID=29142, Token=108390BC1AFD2F2D, 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
15:12:36.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29142], KeyToken[127.0.0.1:8213-108390BC1AFD2F2D]]
15:12:36.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:8213
15:12:36.062 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,093,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29142, Token=108390BC1AFD2F2D, 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]
15:12:36.062 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29142]
15:12:36.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1079, 127.0.0.1:8210] replace CON-POST   MID=29142, Token=108390BC1AFD2F2D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29142, Token=108390BC1AFD2F2D, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1079, 127.0.0.1:8210] send response NON-2.05   MID=29142, Token=null, OptionSet={}, "server responds hi"
15:12:36.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1079, 127.0.0.1:8210, complete]!
15:12:36.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1079, 127.0.0.1:8210, complete] completed NON-2.04   MID=29142, Token=108390BC1AFD2F2D, 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!
15:12:36.062 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.062 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,094,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29142, Token=108390BC1AFD2F2D, 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]
15:12:36.062 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29142]
15:12:36.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.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
15:12:36.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1078, 127.0.0.1:8213, complete]!
15:12:36.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1078, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-108390BC1AFD2F2D]
15:12:36.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1078, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29142]
15:12:36.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1078, 127.0.0.1:8213, complete] completed CON-POST   MID=29142, Token=108390BC1AFD2F2D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29142, Token=108390BC1AFD2F2D, 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!
15:12:36.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1080, 127.0.0.1:8213] send request
15:12:36.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1080, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1080, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0999}, 55 1B AA AB 96 8F DA 07 11 EA 25 A8 07 8B 86 0F 31 C1 CE CD 41 A9 47 E3
15:12:36.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1080, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29143], CON-POST   MID=29143, 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
15:12:36.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1080, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-3CE69DE903E920B4], CON-POST   MID=29143, Token=3CE69DE903E920B4, 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
15:12:36.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29143], KeyToken[127.0.0.1:8213-3CE69DE903E920B4]]
15:12:36.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:8213
15:12:36.063 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,095,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29143, Token=3CE69DE903E920B4, 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]
15:12:36.064 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29143]
15:12:36.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1081, 127.0.0.1:8210] replace CON-POST   MID=29143, Token=3CE69DE903E920B4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29143, Token=3CE69DE903E920B4, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1081, 127.0.0.1:8210] send response NON-2.05   MID=29143, Token=null, OptionSet={}, "server responds hi"
15:12:36.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1081, 127.0.0.1:8210, complete]!
15:12:36.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1081, 127.0.0.1:8210, complete] completed NON-2.04   MID=29143, Token=3CE69DE903E920B4, 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!
15:12:36.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:8210
15:12:36.064 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,096,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29143, Token=3CE69DE903E920B4, 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]
15:12:36.064 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.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:8213-29143]
15:12:36.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.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
15:12:36.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1080, 127.0.0.1:8213, complete]!
15:12:36.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1080, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-3CE69DE903E920B4]
15:12:36.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1080, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29143]
15:12:36.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1080, 127.0.0.1:8213, complete] completed CON-POST   MID=29143, Token=3CE69DE903E920B4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29143, Token=3CE69DE903E920B4, 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!
15:12:36.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1082, 127.0.0.1:8213] send request
15:12:36.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1082, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1082, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x099A}, 18 E7 95 65 DC E5 3B D6 42 53 6F 6B B4 95 A7 76 EC B7 0A A6 96 57 2E 9B
15:12:36.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1082, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29144], CON-POST   MID=29144, 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
15:12:36.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1082, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-987415165A427E49], CON-POST   MID=29144, Token=987415165A427E49, 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
15:12:36.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29144], KeyToken[127.0.0.1:8213-987415165A427E49]]
15:12:36.065 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.065 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,097,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29144, Token=987415165A427E49, 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]
15:12:36.065 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29144]
15:12:36.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1083, 127.0.0.1:8210] replace CON-POST   MID=29144, Token=987415165A427E49, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29144, Token=987415165A427E49, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1083, 127.0.0.1:8210] send response NON-2.05   MID=29144, Token=null, OptionSet={}, "server responds hi"
15:12:36.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1083, 127.0.0.1:8210, complete]!
15:12:36.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1083, 127.0.0.1:8210, complete] completed NON-2.04   MID=29144, Token=987415165A427E49, 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!
15:12:36.066 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.066 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,098,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29144, Token=987415165A427E49, 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]
15:12:36.066 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29144]
15:12:36.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1082, 127.0.0.1:8213, complete]!
15:12:36.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1082, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-987415165A427E49]
15:12:36.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1082, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29144]
15:12:36.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1082, 127.0.0.1:8213, complete] completed CON-POST   MID=29144, Token=987415165A427E49, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29144, Token=987415165A427E49, 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!
15:12:36.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1084, 127.0.0.1:8213] send request
15:12:36.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1084, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1084, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x099B}, 37 09 39 22 90 5B C8 C9 03 87 6D 02 57 B1 B6 96 1F 0F 64 87 4C 33 ED 85
15:12:36.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1084, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29145], CON-POST   MID=29145, 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
15:12:36.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1084, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-B0B0000B4853235C], CON-POST   MID=29145, Token=B0B0000B4853235C, 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
15:12:36.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29145], KeyToken[127.0.0.1:8213-B0B0000B4853235C]]
15:12:36.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:8213
15:12:36.125 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,099,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29145, Token=B0B0000B4853235C, 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]
15:12:36.125 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.125 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29145]
15:12:36.125 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.125 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1085, 127.0.0.1:8210] replace CON-POST   MID=29145, Token=B0B0000B4853235C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29145, Token=B0B0000B4853235C, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.126 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1085, 127.0.0.1:8210] send response NON-2.05   MID=29145, Token=null, OptionSet={}, "server responds hi"
15:12:36.126 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1085, 127.0.0.1:8210, complete]!
15:12:36.126 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1085, 127.0.0.1:8210, complete] completed NON-2.04   MID=29145, Token=B0B0000B4853235C, 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!
15:12:36.126 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.126 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,100,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29145, Token=B0B0000B4853235C, 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]
15:12:36.126 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.126 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29145]
15:12:36.126 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.126 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.126 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1084, 127.0.0.1:8213, complete]!
15:12:36.126 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1084, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-B0B0000B4853235C]
15:12:36.126 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1084, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29145]
15:12:36.126 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1084, 127.0.0.1:8213, complete] completed CON-POST   MID=29145, Token=B0B0000B4853235C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29145, Token=B0B0000B4853235C, 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!
15:12:36.127 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1086, 127.0.0.1:8213] send request
15:12:36.127 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1086, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.127 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1086, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x099C}, 2B E0 3A 0C 82 ED 7C B5 DF B3 F6 16 7B DD A2 C4 37 F6 B7 16 7B E7 E8 B5
15:12:36.127 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1086, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29146], CON-POST   MID=29146, 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
15:12:36.127 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1086, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-4CEF5221E941990A], CON-POST   MID=29146, Token=4CEF5221E941990A, 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
15:12:36.127 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29146], KeyToken[127.0.0.1:8213-4CEF5221E941990A]]
15:12:36.127 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.127 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,101,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29146, Token=4CEF5221E941990A, 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]
15:12:36.127 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.127 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29146]
15:12:36.127 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.128 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1087, 127.0.0.1:8210] replace CON-POST   MID=29146, Token=4CEF5221E941990A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29146, Token=4CEF5221E941990A, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.128 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1087, 127.0.0.1:8210] send response NON-2.05   MID=29146, Token=null, OptionSet={}, "server responds hi"
15:12:36.128 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1087, 127.0.0.1:8210, complete]!
15:12:36.128 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1087, 127.0.0.1:8210, complete] completed NON-2.04   MID=29146, Token=4CEF5221E941990A, 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!
15:12:36.128 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.128 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,102,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29146, Token=4CEF5221E941990A, 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]
15:12:36.128 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.128 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29146]
15:12:36.128 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.128 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.128 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1086, 127.0.0.1:8213, complete]!
15:12:36.128 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1086, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-4CEF5221E941990A]
15:12:36.129 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1086, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29146]
15:12:36.129 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1086, 127.0.0.1:8213, complete] completed CON-POST   MID=29146, Token=4CEF5221E941990A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29146, Token=4CEF5221E941990A, 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!
15:12:36.129 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1088, 127.0.0.1:8213] send request
15:12:36.129 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1088, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.129 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1088, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x099D}, 3C A3 75 56 8A 24 CA 96 96 CC 66 E9 49 59 ED 47 25 90 2D 7A B8 D0 E3 50
15:12:36.129 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1088, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29147], CON-POST   MID=29147, 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
15:12:36.129 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1088, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-88178AE28E9E7A66], CON-POST   MID=29147, Token=88178AE28E9E7A66, 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
15:12:36.129 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29147], KeyToken[127.0.0.1:8213-88178AE28E9E7A66]]
15:12:36.129 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.129 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,103,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29147, Token=88178AE28E9E7A66, 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]
15:12:36.129 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.129 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29147]
15:12:36.130 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.130 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1089, 127.0.0.1:8210] replace CON-POST   MID=29147, Token=88178AE28E9E7A66, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29147, Token=88178AE28E9E7A66, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.130 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1089, 127.0.0.1:8210] send response NON-2.05   MID=29147, Token=null, OptionSet={}, "server responds hi"
15:12:36.130 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1089, 127.0.0.1:8210, complete]!
15:12:36.130 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1089, 127.0.0.1:8210, complete] completed NON-2.04   MID=29147, Token=88178AE28E9E7A66, 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!
15:12:36.130 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.130 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,104,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29147, Token=88178AE28E9E7A66, 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]
15:12:36.130 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.130 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29147]
15:12:36.130 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.130 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.130 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1088, 127.0.0.1:8213, complete]!
15:12:36.131 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1088, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-88178AE28E9E7A66]
15:12:36.131 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1088, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29147]
15:12:36.131 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1088, 127.0.0.1:8213, complete] completed CON-POST   MID=29147, Token=88178AE28E9E7A66, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29147, Token=88178AE28E9E7A66, 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!
15:12:36.131 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1090, 127.0.0.1:8213] send request
15:12:36.131 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1090, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.131 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1090, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x099E}, E5 AC 75 BA A9 65 49 38 FB A0 08 F2 0D 60 41 90 43 F5 73 D3 DC 70 7B 0B
15:12:36.131 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1090, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29148], CON-POST   MID=29148, 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
15:12:36.131 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1090, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-38066115A09D7AA7], CON-POST   MID=29148, Token=38066115A09D7AA7, 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
15:12:36.131 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29148], KeyToken[127.0.0.1:8213-38066115A09D7AA7]]
15:12:36.131 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.131 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,105,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29148, Token=38066115A09D7AA7, 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]
15:12:36.131 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.131 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29148]
15:12:36.132 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.132 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1091, 127.0.0.1:8210] replace CON-POST   MID=29148, Token=38066115A09D7AA7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29148, Token=38066115A09D7AA7, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.132 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1091, 127.0.0.1:8210] send response NON-2.05   MID=29148, Token=null, OptionSet={}, "server responds hi"
15:12:36.132 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1091, 127.0.0.1:8210, complete]!
15:12:36.132 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1091, 127.0.0.1:8210, complete] completed NON-2.04   MID=29148, Token=38066115A09D7AA7, 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!
15:12:36.132 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.132 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,106,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29148, Token=38066115A09D7AA7, 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]
15:12:36.132 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.132 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29148]
15:12:36.132 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.132 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.132 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1090, 127.0.0.1:8213, complete]!
15:12:36.133 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1090, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-38066115A09D7AA7]
15:12:36.133 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1090, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29148]
15:12:36.133 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1090, 127.0.0.1:8213, complete] completed CON-POST   MID=29148, Token=38066115A09D7AA7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29148, Token=38066115A09D7AA7, 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!
15:12:36.133 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1092, 127.0.0.1:8213] send request
15:12:36.133 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1092, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.133 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1092, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x099F}, 59 92 AA 3A 5A DF 98 30 F6 06 E8 58 D2 CE 34 BB 0F C9 45 2B DC C0 E7 B6
15:12:36.133 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1092, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29149], CON-POST   MID=29149, 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
15:12:36.133 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1092, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-04BF3EDDCDAD5D12], CON-POST   MID=29149, Token=04BF3EDDCDAD5D12, 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
15:12:36.133 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29149], KeyToken[127.0.0.1:8213-04BF3EDDCDAD5D12]]
15:12:36.133 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.133 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,107,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29149, Token=04BF3EDDCDAD5D12, 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]
15:12:36.133 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.133 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29149]
15:12:36.134 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.134 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1093, 127.0.0.1:8210] replace CON-POST   MID=29149, Token=04BF3EDDCDAD5D12, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29149, Token=04BF3EDDCDAD5D12, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.134 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1093, 127.0.0.1:8210] send response NON-2.05   MID=29149, Token=null, OptionSet={}, "server responds hi"
15:12:36.134 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1093, 127.0.0.1:8210, complete]!
15:12:36.134 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1093, 127.0.0.1:8210, complete] completed NON-2.04   MID=29149, Token=04BF3EDDCDAD5D12, 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!
15:12:36.134 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.134 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,108,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29149, Token=04BF3EDDCDAD5D12, 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]
15:12:36.134 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.134 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29149]
15:12:36.134 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.134 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.134 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1092, 127.0.0.1:8213, complete]!
15:12:36.134 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1092, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-04BF3EDDCDAD5D12]
15:12:36.134 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1092, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29149]
15:12:36.135 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1092, 127.0.0.1:8213, complete] completed CON-POST   MID=29149, Token=04BF3EDDCDAD5D12, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29149, Token=04BF3EDDCDAD5D12, 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!
15:12:36.135 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1094, 127.0.0.1:8213] send request
15:12:36.135 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1094, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.135 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1094, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09A0}, 85 D7 91 6E B3 E6 46 17 F2 C8 B8 59 FA 45 DB 25 1F F4 5D 1E 6E 7B 03 32
15:12:36.135 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1094, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29150], CON-POST   MID=29150, 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
15:12:36.135 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1094, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-F8092116F5DBC962], CON-POST   MID=29150, Token=F8092116F5DBC962, 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
15:12:36.135 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29150], KeyToken[127.0.0.1:8213-F8092116F5DBC962]]
15:12:36.135 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.135 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,109,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29150, Token=F8092116F5DBC962, 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]
15:12:36.135 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.135 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29150]
15:12:36.135 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.136 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1095, 127.0.0.1:8210] replace CON-POST   MID=29150, Token=F8092116F5DBC962, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29150, Token=F8092116F5DBC962, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.136 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1095, 127.0.0.1:8210] send response NON-2.05   MID=29150, Token=null, OptionSet={}, "server responds hi"
15:12:36.136 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1095, 127.0.0.1:8210, complete]!
15:12:36.136 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1095, 127.0.0.1:8210, complete] completed NON-2.04   MID=29150, Token=F8092116F5DBC962, 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!
15:12:36.136 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.136 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,110,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29150, Token=F8092116F5DBC962, 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]
15:12:36.136 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.136 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29150]
15:12:36.136 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.136 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.136 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1094, 127.0.0.1:8213, complete]!
15:12:36.136 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1094, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-F8092116F5DBC962]
15:12:36.136 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1094, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29150]
15:12:36.136 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1094, 127.0.0.1:8213, complete] completed CON-POST   MID=29150, Token=F8092116F5DBC962, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29150, Token=F8092116F5DBC962, 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!
15:12:36.137 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1096, 127.0.0.1:8213] send request
15:12:36.137 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1096, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.137 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1096, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09A1}, 7A 03 9C D0 C5 79 3D 24 CA 23 1E 14 C7 FA B8 17 4B FA 2F 29 D1 CB B6 D3
15:12:36.137 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1096, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29151], CON-POST   MID=29151, 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
15:12:36.137 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1096, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-0C107DBC1400E8C2], CON-POST   MID=29151, Token=0C107DBC1400E8C2, 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
15:12:36.137 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29151], KeyToken[127.0.0.1:8213-0C107DBC1400E8C2]]
15:12:36.137 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.137 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,111,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29151, Token=0C107DBC1400E8C2, 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]
15:12:36.137 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.137 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29151]
15:12:36.137 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.137 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1097, 127.0.0.1:8210] replace CON-POST   MID=29151, Token=0C107DBC1400E8C2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29151, Token=0C107DBC1400E8C2, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.137 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1097, 127.0.0.1:8210] send response NON-2.05   MID=29151, Token=null, OptionSet={}, "server responds hi"
15:12:36.138 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1097, 127.0.0.1:8210, complete]!
15:12:36.138 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1097, 127.0.0.1:8210, complete] completed NON-2.04   MID=29151, Token=0C107DBC1400E8C2, 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!
15:12:36.138 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.138 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,112,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29151, Token=0C107DBC1400E8C2, 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]
15:12:36.138 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.138 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29151]
15:12:36.138 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.138 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.138 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1096, 127.0.0.1:8213, complete]!
15:12:36.138 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1096, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-0C107DBC1400E8C2]
15:12:36.138 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1096, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29151]
15:12:36.138 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1096, 127.0.0.1:8213, complete] completed CON-POST   MID=29151, Token=0C107DBC1400E8C2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29151, Token=0C107DBC1400E8C2, 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!
15:12:36.138 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1098, 127.0.0.1:8213] send request
15:12:36.138 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1098, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.139 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1098, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09A2}, 76 52 E2 0A C3 9E 1A 05 24 06 95 5E A0 9A C2 16 14 33 AE CD 1B 2B 7B AC
15:12:36.139 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1098, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29152], CON-POST   MID=29152, 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
15:12:36.139 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1098, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-6052BC0D93F6BA5A], CON-POST   MID=29152, Token=6052BC0D93F6BA5A, 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
15:12:36.139 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29152], KeyToken[127.0.0.1:8213-6052BC0D93F6BA5A]]
15:12:36.139 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.139 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,113,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29152, Token=6052BC0D93F6BA5A, 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]
15:12:36.139 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.139 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29152]
15:12:36.139 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.139 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1099, 127.0.0.1:8210] replace CON-POST   MID=29152, Token=6052BC0D93F6BA5A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29152, Token=6052BC0D93F6BA5A, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.139 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1099, 127.0.0.1:8210] send response NON-2.05   MID=29152, Token=null, OptionSet={}, "server responds hi"
15:12:36.140 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1099, 127.0.0.1:8210, complete]!
15:12:36.140 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1099, 127.0.0.1:8210, complete] completed NON-2.04   MID=29152, Token=6052BC0D93F6BA5A, 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!
15:12:36.140 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.140 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,114,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29152, Token=6052BC0D93F6BA5A, 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]
15:12:36.140 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.140 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29152]
15:12:36.140 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.140 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.140 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1098, 127.0.0.1:8213, complete]!
15:12:36.140 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1098, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-6052BC0D93F6BA5A]
15:12:36.140 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1098, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29152]
15:12:36.140 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1098, 127.0.0.1:8213, complete] completed CON-POST   MID=29152, Token=6052BC0D93F6BA5A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29152, Token=6052BC0D93F6BA5A, 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!
15:12:36.140 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1100, 127.0.0.1:8213] send request
15:12:36.140 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1100, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.141 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1100, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09A3}, 07 0E 0A 6C 8F 1D D5 2B 6C BE 9B B7 9E 24 58 21 E6 F8 F0 22 32 84 14 23
15:12:36.141 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1100, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29153], CON-POST   MID=29153, 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
15:12:36.141 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1100, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-CC55654A68D3459B], CON-POST   MID=29153, Token=CC55654A68D3459B, 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
15:12:36.141 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29153], KeyToken[127.0.0.1:8213-CC55654A68D3459B]]
15:12:36.141 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.141 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,115,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29153, Token=CC55654A68D3459B, 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]
15:12:36.141 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.141 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29153]
15:12:36.141 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.141 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1101, 127.0.0.1:8210] replace CON-POST   MID=29153, Token=CC55654A68D3459B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29153, Token=CC55654A68D3459B, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.141 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1101, 127.0.0.1:8210] send response NON-2.05   MID=29153, Token=null, OptionSet={}, "server responds hi"
15:12:36.142 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1101, 127.0.0.1:8210, complete]!
15:12:36.142 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1101, 127.0.0.1:8210, complete] completed NON-2.04   MID=29153, Token=CC55654A68D3459B, 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!
15:12:36.142 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.142 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,116,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29153, Token=CC55654A68D3459B, 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]
15:12:36.142 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.142 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29153]
15:12:36.142 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.142 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.142 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1100, 127.0.0.1:8213, complete]!
15:12:36.142 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1100, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-CC55654A68D3459B]
15:12:36.142 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1100, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29153]
15:12:36.142 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1100, 127.0.0.1:8213, complete] completed CON-POST   MID=29153, Token=CC55654A68D3459B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29153, Token=CC55654A68D3459B, 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!
15:12:36.142 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1102, 127.0.0.1:8213] send request
15:12:36.142 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1102, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.143 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1102, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09A4}, 7D 18 BE 0D 97 39 16 64 59 81 CB 27 6A 45 0C 21 7A AF 42 85 98 86 A5 80
15:12:36.143 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1102, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29154], CON-POST   MID=29154, 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
15:12:36.143 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1102, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-2C468E57000CC3FA], CON-POST   MID=29154, Token=2C468E57000CC3FA, 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
15:12:36.143 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29154], KeyToken[127.0.0.1:8213-2C468E57000CC3FA]]
15:12:36.143 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.143 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,117,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29154, Token=2C468E57000CC3FA, 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]
15:12:36.143 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.143 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29154]
15:12:36.143 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.143 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1103, 127.0.0.1:8210] replace CON-POST   MID=29154, Token=2C468E57000CC3FA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29154, Token=2C468E57000CC3FA, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.143 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1103, 127.0.0.1:8210] send response NON-2.05   MID=29154, Token=null, OptionSet={}, "server responds hi"
15:12:36.143 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1103, 127.0.0.1:8210, complete]!
15:12:36.143 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1103, 127.0.0.1:8210, complete] completed NON-2.04   MID=29154, Token=2C468E57000CC3FA, 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!
15:12:36.144 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.144 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,118,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29154, Token=2C468E57000CC3FA, 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]
15:12:36.144 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.144 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29154]
15:12:36.144 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.144 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.144 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1102, 127.0.0.1:8213, complete]!
15:12:36.144 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1102, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-2C468E57000CC3FA]
15:12:36.144 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1102, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29154]
15:12:36.144 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1102, 127.0.0.1:8213, complete] completed CON-POST   MID=29154, Token=2C468E57000CC3FA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29154, Token=2C468E57000CC3FA, 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!
15:12:36.144 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1104, 127.0.0.1:8213] send request
15:12:36.144 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1104, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.144 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1104, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09A5}, 66 36 34 88 68 33 97 44 BB A6 88 F0 BD 47 B7 92 B8 90 A0 35 DB D8 C5 BF
15:12:36.145 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1104, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29155], CON-POST   MID=29155, 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
15:12:36.145 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1104, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-A8B3BD2B08C9D380], CON-POST   MID=29155, Token=A8B3BD2B08C9D380, 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
15:12:36.145 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29155], KeyToken[127.0.0.1:8213-A8B3BD2B08C9D380]]
15:12:36.145 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.145 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,119,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29155, Token=A8B3BD2B08C9D380, 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]
15:12:36.145 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.145 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29155]
15:12:36.145 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.145 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1105, 127.0.0.1:8210] replace CON-POST   MID=29155, Token=A8B3BD2B08C9D380, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29155, Token=A8B3BD2B08C9D380, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.145 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1105, 127.0.0.1:8210] send response NON-2.05   MID=29155, Token=null, OptionSet={}, "server responds hi"
15:12:36.145 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1105, 127.0.0.1:8210, complete]!
15:12:36.145 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1105, 127.0.0.1:8210, complete] completed NON-2.04   MID=29155, Token=A8B3BD2B08C9D380, 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!
15:12:36.145 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.146 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,120,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29155, Token=A8B3BD2B08C9D380, 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]
15:12:36.146 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.146 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29155]
15:12:36.146 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.146 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.146 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1104, 127.0.0.1:8213, complete]!
15:12:36.146 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1104, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-A8B3BD2B08C9D380]
15:12:36.146 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1104, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29155]
15:12:36.146 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1104, 127.0.0.1:8213, complete] completed CON-POST   MID=29155, Token=A8B3BD2B08C9D380, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29155, Token=A8B3BD2B08C9D380, 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!
15:12:36.146 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1106, 127.0.0.1:8213] send request
15:12:36.146 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1106, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.146 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1106, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09A6}, 1C 37 4D BE C5 B2 8D 5A 7C 5E 67 E3 9F 46 93 CF 52 EF B8 BE 98 2D D3 6F
15:12:36.146 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1106, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29156], CON-POST   MID=29156, 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
15:12:36.146 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1106, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-8C277B4915692814], CON-POST   MID=29156, Token=8C277B4915692814, 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
15:12:36.146 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29156], KeyToken[127.0.0.1:8213-8C277B4915692814]]
15:12:36.147 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.147 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,121,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29156, Token=8C277B4915692814, 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]
15:12:36.147 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.147 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29156]
15:12:36.147 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.147 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1107, 127.0.0.1:8210] replace CON-POST   MID=29156, Token=8C277B4915692814, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29156, Token=8C277B4915692814, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.147 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1107, 127.0.0.1:8210] send response NON-2.05   MID=29156, Token=null, OptionSet={}, "server responds hi"
15:12:36.147 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1107, 127.0.0.1:8210, complete]!
15:12:36.147 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1107, 127.0.0.1:8210, complete] completed NON-2.04   MID=29156, Token=8C277B4915692814, 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!
15:12:36.147 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.147 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,122,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29156, Token=8C277B4915692814, 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]
15:12:36.147 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29156]
15:12:36.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1106, 127.0.0.1:8213, complete]!
15:12:36.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1106, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-8C277B4915692814]
15:12:36.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1106, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29156]
15:12:36.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1106, 127.0.0.1:8213, complete] completed CON-POST   MID=29156, Token=8C277B4915692814, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29156, Token=8C277B4915692814, 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!
15:12:36.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1108, 127.0.0.1:8213] send request
15:12:36.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1108, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1108, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09A7}, 6D 57 52 2E 9C F4 86 AF 43 FE 3D 5C C0 74 B8 56 C3 21 70 9F 16 88 B6 5D
15:12:36.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1108, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29157], CON-POST   MID=29157, 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
15:12:36.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1108, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-1C3F780A2E86E2EB], CON-POST   MID=29157, Token=1C3F780A2E86E2EB, 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
15:12:36.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29157], KeyToken[127.0.0.1:8213-1C3F780A2E86E2EB]]
15:12:36.148 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.149 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,123,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29157, Token=1C3F780A2E86E2EB, 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]
15:12:36.149 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.149 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29157]
15:12:36.149 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.149 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1109, 127.0.0.1:8210] replace CON-POST   MID=29157, Token=1C3F780A2E86E2EB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29157, Token=1C3F780A2E86E2EB, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.149 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1109, 127.0.0.1:8210] send response NON-2.05   MID=29157, Token=null, OptionSet={}, "server responds hi"
15:12:36.149 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1109, 127.0.0.1:8210, complete]!
15:12:36.149 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1109, 127.0.0.1:8210, complete] completed NON-2.04   MID=29157, Token=1C3F780A2E86E2EB, 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!
15:12:36.149 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.149 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,124,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29157, Token=1C3F780A2E86E2EB, 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]
15:12:36.149 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.149 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29157]
15:12:36.149 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.149 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1108, 127.0.0.1:8213, complete]!
15:12:36.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1108, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-1C3F780A2E86E2EB]
15:12:36.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1108, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29157]
15:12:36.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1108, 127.0.0.1:8213, complete] completed CON-POST   MID=29157, Token=1C3F780A2E86E2EB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29157, Token=1C3F780A2E86E2EB, 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!
15:12:36.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1110, 127.0.0.1:8213] send request
15:12:36.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1110, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1110, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09A8}, D3 42 CC 26 71 CE BA C4 94 2C BF E2 B8 72 15 52 3A 1F C9 FC 40 91 3E 28
15:12:36.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1110, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29158], CON-POST   MID=29158, 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
15:12:36.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1110, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-58B233B7525D86E5], CON-POST   MID=29158, Token=58B233B7525D86E5, 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
15:12:36.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29158], KeyToken[127.0.0.1:8213-58B233B7525D86E5]]
15:12:36.150 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.150 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,125,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29158, Token=58B233B7525D86E5, 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]
15:12:36.150 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.150 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29158]
15:12:36.151 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.151 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1111, 127.0.0.1:8210] replace CON-POST   MID=29158, Token=58B233B7525D86E5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29158, Token=58B233B7525D86E5, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.151 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1111, 127.0.0.1:8210] send response NON-2.05   MID=29158, Token=null, OptionSet={}, "server responds hi"
15:12:36.151 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1111, 127.0.0.1:8210, complete]!
15:12:36.151 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1111, 127.0.0.1:8210, complete] completed NON-2.04   MID=29158, Token=58B233B7525D86E5, 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!
15:12:36.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:8210
15:12:36.151 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,126,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29158, Token=58B233B7525D86E5, 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]
15:12:36.151 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.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:8213-29158]
15:12:36.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.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
15:12:36.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1110, 127.0.0.1:8213, complete]!
15:12:36.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1110, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-58B233B7525D86E5]
15:12:36.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1110, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29158]
15:12:36.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1110, 127.0.0.1:8213, complete] completed CON-POST   MID=29158, Token=58B233B7525D86E5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29158, Token=58B233B7525D86E5, 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!
15:12:36.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1112, 127.0.0.1:8213] send request
15:12:36.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1112, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1112, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09A9}, 19 1A 4B FF F7 85 4D ED 59 12 C7 E1 68 49 C8 90 65 15 69 9B B4 A6 91 44
15:12:36.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1112, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29159], CON-POST   MID=29159, 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
15:12:36.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1112, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-9CD3BB75BEEF1A73], CON-POST   MID=29159, Token=9CD3BB75BEEF1A73, 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
15:12:36.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29159], KeyToken[127.0.0.1:8213-9CD3BB75BEEF1A73]]
15:12:36.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:8213
15:12:36.153 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,127,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29159, Token=9CD3BB75BEEF1A73, 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]
15:12:36.153 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29159]
15:12:36.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1113, 127.0.0.1:8210] replace CON-POST   MID=29159, Token=9CD3BB75BEEF1A73, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29159, Token=9CD3BB75BEEF1A73, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1113, 127.0.0.1:8210] send response NON-2.05   MID=29159, Token=null, OptionSet={}, "server responds hi"
15:12:36.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1113, 127.0.0.1:8210, complete]!
15:12:36.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1113, 127.0.0.1:8210, complete] completed NON-2.04   MID=29159, Token=9CD3BB75BEEF1A73, 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!
15:12:36.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:8210
15:12:36.153 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,128,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29159, Token=9CD3BB75BEEF1A73, 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]
15:12:36.153 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.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:8213-29159]
15:12:36.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.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
15:12:36.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1112, 127.0.0.1:8213, complete]!
15:12:36.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1112, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-9CD3BB75BEEF1A73]
15:12:36.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1112, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29159]
15:12:36.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1112, 127.0.0.1:8213, complete] completed CON-POST   MID=29159, Token=9CD3BB75BEEF1A73, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29159, Token=9CD3BB75BEEF1A73, 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!
15:12:36.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1114, 127.0.0.1:8213] send request
15:12:36.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1114, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1114, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09AA}, 26 66 64 9E 74 7A 4D 92 4E 52 C3 AF A0 0A E2 0F 65 BB B0 4F 67 E9 FE 21
15:12:36.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1114, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29160], CON-POST   MID=29160, 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
15:12:36.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1114, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-4CFA410D1BBCFDE5], CON-POST   MID=29160, Token=4CFA410D1BBCFDE5, 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
15:12:36.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29160], KeyToken[127.0.0.1:8213-4CFA410D1BBCFDE5]]
15:12:36.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:8213
15:12:36.155 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,129,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29160, Token=4CFA410D1BBCFDE5, 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]
15:12:36.155 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29160]
15:12:36.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1115, 127.0.0.1:8210] replace CON-POST   MID=29160, Token=4CFA410D1BBCFDE5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29160, Token=4CFA410D1BBCFDE5, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1115, 127.0.0.1:8210] send response NON-2.05   MID=29160, Token=null, OptionSet={}, "server responds hi"
15:12:36.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1115, 127.0.0.1:8210, complete]!
15:12:36.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1115, 127.0.0.1:8210, complete] completed NON-2.04   MID=29160, Token=4CFA410D1BBCFDE5, 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!
15:12:36.155 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.155 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,130,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29160, Token=4CFA410D1BBCFDE5, 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]
15:12:36.155 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.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:8213-29160]
15:12:36.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.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
15:12:36.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1114, 127.0.0.1:8213, complete]!
15:12:36.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1114, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-4CFA410D1BBCFDE5]
15:12:36.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1114, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29160]
15:12:36.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1114, 127.0.0.1:8213, complete] completed CON-POST   MID=29160, Token=4CFA410D1BBCFDE5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29160, Token=4CFA410D1BBCFDE5, 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!
15:12:36.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1116, 127.0.0.1:8213] send request
15:12:36.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1116, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1116, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09AB}, 82 41 B1 93 53 9C 58 09 BA 53 7E BE C9 16 3B F3 37 79 61 58 01 9D 8B 1E
15:12:36.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1116, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29161], CON-POST   MID=29161, 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
15:12:36.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1116, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-6C177330546444FD], CON-POST   MID=29161, Token=6C177330546444FD, 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
15:12:36.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29161], KeyToken[127.0.0.1:8213-6C177330546444FD]]
15:12:36.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:8213
15:12:36.156 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,131,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29161, Token=6C177330546444FD, 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]
15:12:36.156 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.157 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29161]
15:12:36.157 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.157 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1117, 127.0.0.1:8210] replace CON-POST   MID=29161, Token=6C177330546444FD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29161, Token=6C177330546444FD, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.157 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1117, 127.0.0.1:8210] send response NON-2.05   MID=29161, Token=null, OptionSet={}, "server responds hi"
15:12:36.157 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1117, 127.0.0.1:8210, complete]!
15:12:36.157 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1117, 127.0.0.1:8210, complete] completed NON-2.04   MID=29161, Token=6C177330546444FD, 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!
15:12:36.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:8210
15:12:36.157 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,132,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29161, Token=6C177330546444FD, 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]
15:12:36.157 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.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:8213-29161]
15:12:36.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.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
15:12:36.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1116, 127.0.0.1:8213, complete]!
15:12:36.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1116, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-6C177330546444FD]
15:12:36.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1116, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29161]
15:12:36.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1116, 127.0.0.1:8213, complete] completed CON-POST   MID=29161, Token=6C177330546444FD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29161, Token=6C177330546444FD, 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!
15:12:36.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1118, 127.0.0.1:8213] send request
15:12:36.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1118, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1118, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09AC}, 55 9B C8 67 E4 41 D9 67 E0 C3 AB CE 92 E8 84 41 78 5C C7 E7 59 5D A0 A7
15:12:36.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1118, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29162], CON-POST   MID=29162, 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
15:12:36.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1118, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-440531C2AF1C9A97], CON-POST   MID=29162, Token=440531C2AF1C9A97, 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
15:12:36.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29162], KeyToken[127.0.0.1:8213-440531C2AF1C9A97]]
15:12:36.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:8213
15:12:36.158 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,133,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29162, Token=440531C2AF1C9A97, 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]
15:12:36.158 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.159 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29162]
15:12:36.159 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.159 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1119, 127.0.0.1:8210] replace CON-POST   MID=29162, Token=440531C2AF1C9A97, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29162, Token=440531C2AF1C9A97, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.159 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1119, 127.0.0.1:8210] send response NON-2.05   MID=29162, Token=null, OptionSet={}, "server responds hi"
15:12:36.159 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1119, 127.0.0.1:8210, complete]!
15:12:36.159 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1119, 127.0.0.1:8210, complete] completed NON-2.04   MID=29162, Token=440531C2AF1C9A97, 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!
15:12:36.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:8210
15:12:36.159 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,134,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29162, Token=440531C2AF1C9A97, 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]
15:12:36.159 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.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:8213-29162]
15:12:36.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.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
15:12:36.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1118, 127.0.0.1:8213, complete]!
15:12:36.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1118, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-440531C2AF1C9A97]
15:12:36.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1118, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29162]
15:12:36.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1118, 127.0.0.1:8213, complete] completed CON-POST   MID=29162, Token=440531C2AF1C9A97, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29162, Token=440531C2AF1C9A97, 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!
15:12:36.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1120, 127.0.0.1:8213] send request
15:12:36.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1120, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1120, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09AD}, 24 5C EB 9D 31 9E B3 63 A8 B1 51 79 C2 D1 1D BD 0A 14 3B 28 7D 15 9E 82
15:12:36.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1120, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29163], CON-POST   MID=29163, 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
15:12:36.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1120, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-9CF6804DF62CC0F4], CON-POST   MID=29163, Token=9CF6804DF62CC0F4, 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
15:12:36.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29163], KeyToken[127.0.0.1:8213-9CF6804DF62CC0F4]]
15:12:36.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:8213
15:12:36.160 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,135,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29163, Token=9CF6804DF62CC0F4, 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]
15:12:36.160 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29163]
15:12:36.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1121, 127.0.0.1:8210] replace CON-POST   MID=29163, Token=9CF6804DF62CC0F4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29163, Token=9CF6804DF62CC0F4, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1121, 127.0.0.1:8210] send response NON-2.05   MID=29163, Token=null, OptionSet={}, "server responds hi"
15:12:36.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1121, 127.0.0.1:8210, complete]!
15:12:36.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1121, 127.0.0.1:8210, complete] completed NON-2.04   MID=29163, Token=9CF6804DF62CC0F4, 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!
15:12:36.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:8210
15:12:36.161 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,136,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29163, Token=9CF6804DF62CC0F4, 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]
15:12:36.161 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.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:8213-29163]
15:12:36.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.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
15:12:36.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1120, 127.0.0.1:8213, complete]!
15:12:36.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1120, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-9CF6804DF62CC0F4]
15:12:36.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1120, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29163]
15:12:36.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1120, 127.0.0.1:8213, complete] completed CON-POST   MID=29163, Token=9CF6804DF62CC0F4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29163, Token=9CF6804DF62CC0F4, 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!
15:12:36.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1122, 127.0.0.1:8213] send request
15:12:36.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1122, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1122, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09AE}, 89 E3 2B C0 A0 84 A1 FD 28 19 7D C8 8F B1 3D 8D 2E A1 03 40 9D D0 25 42
15:12:36.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1122, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29164], CON-POST   MID=29164, 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
15:12:36.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1122, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-EC8799CA20A61D65], CON-POST   MID=29164, Token=EC8799CA20A61D65, 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
15:12:36.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29164], KeyToken[127.0.0.1:8213-EC8799CA20A61D65]]
15:12:36.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:8213
15:12:36.162 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,137,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29164, Token=EC8799CA20A61D65, 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]
15:12:36.162 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.162 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29164]
15:12:36.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1123, 127.0.0.1:8210] replace CON-POST   MID=29164, Token=EC8799CA20A61D65, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29164, Token=EC8799CA20A61D65, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1123, 127.0.0.1:8210] send response NON-2.05   MID=29164, Token=null, OptionSet={}, "server responds hi"
15:12:36.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1123, 127.0.0.1:8210, complete]!
15:12:36.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1123, 127.0.0.1:8210, complete] completed NON-2.04   MID=29164, Token=EC8799CA20A61D65, 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!
15:12:36.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:8210
15:12:36.163 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,138,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29164, Token=EC8799CA20A61D65, 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]
15:12:36.163 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29164]
15:12:36.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1122, 127.0.0.1:8213, complete]!
15:12:36.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1122, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-EC8799CA20A61D65]
15:12:36.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1122, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29164]
15:12:36.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1122, 127.0.0.1:8213, complete] completed CON-POST   MID=29164, Token=EC8799CA20A61D65, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29164, Token=EC8799CA20A61D65, 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!
15:12:36.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1124, 127.0.0.1:8213] send request
15:12:36.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1124, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1124, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09AF}, 44 45 8F 84 43 6A 99 C8 10 82 0C C7 DD 90 46 B3 F8 D8 3D D8 8E EA 61 27
15:12:36.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1124, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29165], CON-POST   MID=29165, 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
15:12:36.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1124, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-30211888301DC50E], CON-POST   MID=29165, Token=30211888301DC50E, 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
15:12:36.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29165], KeyToken[127.0.0.1:8213-30211888301DC50E]]
15:12:36.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:8213
15:12:36.164 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,139,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29165, Token=30211888301DC50E, 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]
15:12:36.164 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.164 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29165]
15:12:36.164 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1125, 127.0.0.1:8210] replace CON-POST   MID=29165, Token=30211888301DC50E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29165, Token=30211888301DC50E, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1125, 127.0.0.1:8210] send response NON-2.05   MID=29165, Token=null, OptionSet={}, "server responds hi"
15:12:36.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1125, 127.0.0.1:8210, complete]!
15:12:36.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1125, 127.0.0.1:8210, complete] completed NON-2.04   MID=29165, Token=30211888301DC50E, 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!
15:12:36.165 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.165 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,140,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29165, Token=30211888301DC50E, 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]
15:12:36.165 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.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:8213-29165]
15:12:36.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.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
15:12:36.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1124, 127.0.0.1:8213, complete]!
15:12:36.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1124, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-30211888301DC50E]
15:12:36.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1124, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29165]
15:12:36.165 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1124, 127.0.0.1:8213, complete] completed CON-POST   MID=29165, Token=30211888301DC50E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29165, Token=30211888301DC50E, 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!
15:12:36.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1126, 127.0.0.1:8213] send request
15:12:36.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1126, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1126, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09B0}, 0B B7 F6 56 D5 2C 46 D0 5E 93 93 B5 48 CD 8D CB F1 EE 51 58 22 9A F4 C3
15:12:36.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1126, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29166], CON-POST   MID=29166, 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
15:12:36.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1126, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-60F46D8BED383749], CON-POST   MID=29166, Token=60F46D8BED383749, 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
15:12:36.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29166], KeyToken[127.0.0.1:8213-60F46D8BED383749]]
15:12:36.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:8213
15:12:36.166 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,141,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29166, Token=60F46D8BED383749, 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]
15:12:36.166 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.166 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29166]
15:12:36.166 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.167 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1127, 127.0.0.1:8210] replace CON-POST   MID=29166, Token=60F46D8BED383749, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29166, Token=60F46D8BED383749, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.167 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1127, 127.0.0.1:8210] send response NON-2.05   MID=29166, Token=null, OptionSet={}, "server responds hi"
15:12:36.167 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1127, 127.0.0.1:8210, complete]!
15:12:36.167 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1127, 127.0.0.1:8210, complete] completed NON-2.04   MID=29166, Token=60F46D8BED383749, 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!
15:12:36.167 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.167 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,142,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29166, Token=60F46D8BED383749, 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]
15:12:36.167 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.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:8213-29166]
15:12:36.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.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
15:12:36.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1126, 127.0.0.1:8213, complete]!
15:12:36.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1126, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-60F46D8BED383749]
15:12:36.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1126, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29166]
15:12:36.167 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1126, 127.0.0.1:8213, complete] completed CON-POST   MID=29166, Token=60F46D8BED383749, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29166, Token=60F46D8BED383749, 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!
15:12:36.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1128, 127.0.0.1:8213] send request
15:12:36.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1128, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1128, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09B1}, 9C 71 42 1F 5C 6E DA 7C 7E A4 A1 DB A5 73 FD D3 7B 22 3F A6 8B 25 23 81
15:12:36.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1128, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29167], CON-POST   MID=29167, 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
15:12:36.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1128, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-34E5E7EC5A89227E], CON-POST   MID=29167, Token=34E5E7EC5A89227E, 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
15:12:36.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29167], KeyToken[127.0.0.1:8213-34E5E7EC5A89227E]]
15:12:36.168 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.168 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,143,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29167, Token=34E5E7EC5A89227E, 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]
15:12:36.168 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29167]
15:12:36.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1129, 127.0.0.1:8210] replace CON-POST   MID=29167, Token=34E5E7EC5A89227E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29167, Token=34E5E7EC5A89227E, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1129, 127.0.0.1:8210] send response NON-2.05   MID=29167, Token=null, OptionSet={}, "server responds hi"
15:12:36.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1129, 127.0.0.1:8210, complete]!
15:12:36.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1129, 127.0.0.1:8210, complete] completed NON-2.04   MID=29167, Token=34E5E7EC5A89227E, 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!
15:12:36.169 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.169 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,144,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29167, Token=34E5E7EC5A89227E, 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]
15:12:36.169 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.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:8213-29167]
15:12:36.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.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
15:12:36.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1128, 127.0.0.1:8213, complete]!
15:12:36.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1128, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-34E5E7EC5A89227E]
15:12:36.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1128, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29167]
15:12:36.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1128, 127.0.0.1:8213, complete] completed CON-POST   MID=29167, Token=34E5E7EC5A89227E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29167, Token=34E5E7EC5A89227E, 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!
15:12:36.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1130, 127.0.0.1:8213] send request
15:12:36.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1130, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1130, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09B2}, 6F FD 79 9F D8 58 F7 18 A2 3A EB F7 4D 04 57 8C 05 FC 38 93 4C C7 9F 3F
15:12:36.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1130, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29168], CON-POST   MID=29168, 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
15:12:36.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1130, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-14FFF45538056417], CON-POST   MID=29168, Token=14FFF45538056417, 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
15:12:36.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29168], KeyToken[127.0.0.1:8213-14FFF45538056417]]
15:12:36.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:8213
15:12:36.170 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,145,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29168, Token=14FFF45538056417, 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]
15:12:36.170 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29168]
15:12:36.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1131, 127.0.0.1:8210] replace CON-POST   MID=29168, Token=14FFF45538056417, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29168, Token=14FFF45538056417, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.171 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1131, 127.0.0.1:8210] send response NON-2.05   MID=29168, Token=null, OptionSet={}, "server responds hi"
15:12:36.171 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1131, 127.0.0.1:8210, complete]!
15:12:36.171 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1131, 127.0.0.1:8210, complete] completed NON-2.04   MID=29168, Token=14FFF45538056417, 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!
15:12:36.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:8210
15:12:36.171 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,146,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29168, Token=14FFF45538056417, 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]
15:12:36.171 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.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:8213-29168]
15:12:36.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.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
15:12:36.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1130, 127.0.0.1:8213, complete]!
15:12:36.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1130, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-14FFF45538056417]
15:12:36.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1130, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29168]
15:12:36.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1130, 127.0.0.1:8213, complete] completed CON-POST   MID=29168, Token=14FFF45538056417, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29168, Token=14FFF45538056417, 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!
15:12:36.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1132, 127.0.0.1:8213] send request
15:12:36.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1132, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1132, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09B3}, 5B 69 AD 59 F3 8B 09 FE B7 A2 1E D9 D7 2B 93 61 0C F7 14 23 A1 40 C8 19
15:12:36.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1132, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29169], CON-POST   MID=29169, 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
15:12:36.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1132, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-CCD44E0ADDAF5CB5], CON-POST   MID=29169, Token=CCD44E0ADDAF5CB5, 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
15:12:36.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29169], KeyToken[127.0.0.1:8213-CCD44E0ADDAF5CB5]]
15:12:36.172 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.172 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,147,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29169, Token=CCD44E0ADDAF5CB5, 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]
15:12:36.172 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.172 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29169]
15:12:36.172 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.172 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1133, 127.0.0.1:8210] replace CON-POST   MID=29169, Token=CCD44E0ADDAF5CB5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29169, Token=CCD44E0ADDAF5CB5, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1133, 127.0.0.1:8210] send response NON-2.05   MID=29169, Token=null, OptionSet={}, "server responds hi"
15:12:36.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1133, 127.0.0.1:8210, complete]!
15:12:36.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1133, 127.0.0.1:8210, complete] completed NON-2.04   MID=29169, Token=CCD44E0ADDAF5CB5, 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!
15:12:36.173 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.173 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,148,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29169, Token=CCD44E0ADDAF5CB5, 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]
15:12:36.173 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29169]
15:12:36.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.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
15:12:36.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1132, 127.0.0.1:8213, complete]!
15:12:36.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1132, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-CCD44E0ADDAF5CB5]
15:12:36.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1132, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29169]
15:12:36.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1132, 127.0.0.1:8213, complete] completed CON-POST   MID=29169, Token=CCD44E0ADDAF5CB5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29169, Token=CCD44E0ADDAF5CB5, 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!
15:12:36.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1134, 127.0.0.1:8213] send request
15:12:36.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1134, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1134, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09B4}, 97 67 AA 8F CD B9 A7 6F EA 4B 4F 36 BE E6 0D 3C 9D ED 17 B6 CB 4C 73 CE
15:12:36.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1134, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29170], CON-POST   MID=29170, 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
15:12:36.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1134, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-90F75AE6B18B6715], CON-POST   MID=29170, Token=90F75AE6B18B6715, 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
15:12:36.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29170], KeyToken[127.0.0.1:8213-90F75AE6B18B6715]]
15:12:36.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:8213
15:12:36.225 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,149,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29170, Token=90F75AE6B18B6715, 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]
15:12:36.225 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.225 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29170]
15:12:36.225 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.225 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1135, 127.0.0.1:8210] replace CON-POST   MID=29170, Token=90F75AE6B18B6715, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29170, Token=90F75AE6B18B6715, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.226 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1135, 127.0.0.1:8210] send response NON-2.05   MID=29170, Token=null, OptionSet={}, "server responds hi"
15:12:36.226 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1135, 127.0.0.1:8210, complete]!
15:12:36.226 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1135, 127.0.0.1:8210, complete] completed NON-2.04   MID=29170, Token=90F75AE6B18B6715, 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!
15:12:36.226 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.226 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,150,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29170, Token=90F75AE6B18B6715, 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]
15:12:36.226 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.226 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29170]
15:12:36.226 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.226 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.226 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1134, 127.0.0.1:8213, complete]!
15:12:36.226 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1134, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-90F75AE6B18B6715]
15:12:36.226 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1134, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29170]
15:12:36.226 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1134, 127.0.0.1:8213, complete] completed CON-POST   MID=29170, Token=90F75AE6B18B6715, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29170, Token=90F75AE6B18B6715, 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!
15:12:36.227 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1136, 127.0.0.1:8213] send request
15:12:36.227 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1136, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.227 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1136, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09B5}, 2C 0C 86 73 46 69 BC FF 93 A9 86 23 57 39 EB FB 33 97 E4 0D F8 ED 81 F8
15:12:36.227 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1136, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29171], CON-POST   MID=29171, 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
15:12:36.227 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1136, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-2CACE093F3141C25], CON-POST   MID=29171, Token=2CACE093F3141C25, 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
15:12:36.227 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29171], KeyToken[127.0.0.1:8213-2CACE093F3141C25]]
15:12:36.227 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.227 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,151,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29171, Token=2CACE093F3141C25, 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]
15:12:36.227 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.227 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29171]
15:12:36.227 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.228 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1137, 127.0.0.1:8210] replace CON-POST   MID=29171, Token=2CACE093F3141C25, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29171, Token=2CACE093F3141C25, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.228 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1137, 127.0.0.1:8210] send response NON-2.05   MID=29171, Token=null, OptionSet={}, "server responds hi"
15:12:36.228 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1137, 127.0.0.1:8210, complete]!
15:12:36.228 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1137, 127.0.0.1:8210, complete] completed NON-2.04   MID=29171, Token=2CACE093F3141C25, 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!
15:12:36.228 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.228 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,152,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29171, Token=2CACE093F3141C25, 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]
15:12:36.228 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.228 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29171]
15:12:36.228 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.228 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.228 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1136, 127.0.0.1:8213, complete]!
15:12:36.228 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1136, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-2CACE093F3141C25]
15:12:36.228 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1136, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29171]
15:12:36.228 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1136, 127.0.0.1:8213, complete] completed CON-POST   MID=29171, Token=2CACE093F3141C25, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29171, Token=2CACE093F3141C25, 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!
15:12:36.229 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1138, 127.0.0.1:8213] send request
15:12:36.229 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1138, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.229 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1138, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09B6}, 07 10 17 A9 7F B5 4B F4 AA 91 E4 4B 35 2A 24 5A 6E B9 64 4B F1 87 71 B3
15:12:36.229 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1138, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29172], CON-POST   MID=29172, 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
15:12:36.229 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1138, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-708538DF35E9A2D1], CON-POST   MID=29172, Token=708538DF35E9A2D1, 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
15:12:36.229 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29172], KeyToken[127.0.0.1:8213-708538DF35E9A2D1]]
15:12:36.229 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.229 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,153,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29172, Token=708538DF35E9A2D1, 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]
15:12:36.229 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.229 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29172]
15:12:36.230 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.230 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1139, 127.0.0.1:8210] replace CON-POST   MID=29172, Token=708538DF35E9A2D1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29172, Token=708538DF35E9A2D1, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.230 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1139, 127.0.0.1:8210] send response NON-2.05   MID=29172, Token=null, OptionSet={}, "server responds hi"
15:12:36.230 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1139, 127.0.0.1:8210, complete]!
15:12:36.230 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1139, 127.0.0.1:8210, complete] completed NON-2.04   MID=29172, Token=708538DF35E9A2D1, 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!
15:12:36.230 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.230 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,154,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29172, Token=708538DF35E9A2D1, 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]
15:12:36.230 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.230 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29172]
15:12:36.230 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.230 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.231 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1138, 127.0.0.1:8213, complete]!
15:12:36.231 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1138, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-708538DF35E9A2D1]
15:12:36.231 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1138, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29172]
15:12:36.231 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1138, 127.0.0.1:8213, complete] completed CON-POST   MID=29172, Token=708538DF35E9A2D1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29172, Token=708538DF35E9A2D1, 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!
15:12:36.231 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1140, 127.0.0.1:8213] send request
15:12:36.231 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1140, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.231 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1140, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09B7}, BB FF D2 4D 3E AC 66 1A 56 03 1B 10 46 7C A0 59 FA 8B 1F 9F 7C 53 85 B7
15:12:36.231 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1140, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29173], CON-POST   MID=29173, 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
15:12:36.231 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1140, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-7013024CDD539561], CON-POST   MID=29173, Token=7013024CDD539561, 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
15:12:36.231 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29173], KeyToken[127.0.0.1:8213-7013024CDD539561]]
15:12:36.231 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.231 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,155,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29173, Token=7013024CDD539561, 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]
15:12:36.231 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.232 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29173]
15:12:36.232 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.232 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1141, 127.0.0.1:8210] replace CON-POST   MID=29173, Token=7013024CDD539561, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29173, Token=7013024CDD539561, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.232 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1141, 127.0.0.1:8210] send response NON-2.05   MID=29173, Token=null, OptionSet={}, "server responds hi"
15:12:36.232 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1141, 127.0.0.1:8210, complete]!
15:12:36.232 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1141, 127.0.0.1:8210, complete] completed NON-2.04   MID=29173, Token=7013024CDD539561, 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!
15:12:36.232 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.232 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,156,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29173, Token=7013024CDD539561, 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]
15:12:36.232 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.232 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29173]
15:12:36.232 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.232 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.233 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1140, 127.0.0.1:8213, complete]!
15:12:36.233 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1140, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-7013024CDD539561]
15:12:36.233 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1140, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29173]
15:12:36.233 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1140, 127.0.0.1:8213, complete] completed CON-POST   MID=29173, Token=7013024CDD539561, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29173, Token=7013024CDD539561, 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!
15:12:36.233 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1142, 127.0.0.1:8213] send request
15:12:36.233 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1142, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.233 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1142, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09B8}, 18 A6 BF D7 72 9C A4 F3 A5 C3 B3 A0 67 C3 77 AD C5 58 BE BB 35 7B 2A B8
15:12:36.233 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1142, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29174], CON-POST   MID=29174, 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
15:12:36.233 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1142, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-ECDF29A05C1B3DFC], CON-POST   MID=29174, Token=ECDF29A05C1B3DFC, 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
15:12:36.233 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29174], KeyToken[127.0.0.1:8213-ECDF29A05C1B3DFC]]
15:12:36.233 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.233 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,157,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29174, Token=ECDF29A05C1B3DFC, 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]
15:12:36.233 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.234 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29174]
15:12:36.234 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.234 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1143, 127.0.0.1:8210] replace CON-POST   MID=29174, Token=ECDF29A05C1B3DFC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29174, Token=ECDF29A05C1B3DFC, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.234 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1143, 127.0.0.1:8210] send response NON-2.05   MID=29174, Token=null, OptionSet={}, "server responds hi"
15:12:36.234 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1143, 127.0.0.1:8210, complete]!
15:12:36.234 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1143, 127.0.0.1:8210, complete] completed NON-2.04   MID=29174, Token=ECDF29A05C1B3DFC, 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!
15:12:36.234 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.234 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,158,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29174, Token=ECDF29A05C1B3DFC, 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]
15:12:36.234 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.234 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29174]
15:12:36.234 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.234 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.235 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1142, 127.0.0.1:8213, complete]!
15:12:36.235 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1142, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-ECDF29A05C1B3DFC]
15:12:36.235 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1142, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29174]
15:12:36.235 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1142, 127.0.0.1:8213, complete] completed CON-POST   MID=29174, Token=ECDF29A05C1B3DFC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29174, Token=ECDF29A05C1B3DFC, 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!
15:12:36.235 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1144, 127.0.0.1:8213] send request
15:12:36.235 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1144, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.235 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1144, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09B9}, 16 E6 39 38 F3 18 A0 A7 8F DB 4E 14 51 EC B9 3E CB 44 47 9C 93 F4 B2 DB
15:12:36.235 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1144, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29175], CON-POST   MID=29175, 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
15:12:36.235 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1144, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-9463B3875C75EAB8], CON-POST   MID=29175, Token=9463B3875C75EAB8, 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
15:12:36.235 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29175], KeyToken[127.0.0.1:8213-9463B3875C75EAB8]]
15:12:36.235 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.235 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,159,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29175, Token=9463B3875C75EAB8, 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]
15:12:36.235 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.236 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29175]
15:12:36.236 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.236 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1145, 127.0.0.1:8210] replace CON-POST   MID=29175, Token=9463B3875C75EAB8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29175, Token=9463B3875C75EAB8, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.236 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1145, 127.0.0.1:8210] send response NON-2.05   MID=29175, Token=null, OptionSet={}, "server responds hi"
15:12:36.236 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1145, 127.0.0.1:8210, complete]!
15:12:36.236 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1145, 127.0.0.1:8210, complete] completed NON-2.04   MID=29175, Token=9463B3875C75EAB8, 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!
15:12:36.236 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.236 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,160,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29175, Token=9463B3875C75EAB8, 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]
15:12:36.236 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.236 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29175]
15:12:36.236 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.236 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.236 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1144, 127.0.0.1:8213, complete]!
15:12:36.237 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1144, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-9463B3875C75EAB8]
15:12:36.237 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1144, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29175]
15:12:36.237 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1144, 127.0.0.1:8213, complete] completed CON-POST   MID=29175, Token=9463B3875C75EAB8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29175, Token=9463B3875C75EAB8, 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!
15:12:36.237 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1146, 127.0.0.1:8213] send request
15:12:36.237 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1146, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.237 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1146, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09BA}, 2A E0 48 CC 80 6D 2B 8C 74 5F 8A 77 AA 23 21 C2 B0 3B 43 FB 48 69 0E A2
15:12:36.237 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1146, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29176], CON-POST   MID=29176, 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
15:12:36.237 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1146, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-3844DFBB452B80BD], CON-POST   MID=29176, Token=3844DFBB452B80BD, 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
15:12:36.237 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29176], KeyToken[127.0.0.1:8213-3844DFBB452B80BD]]
15:12:36.237 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.237 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,161,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29176, Token=3844DFBB452B80BD, 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]
15:12:36.237 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.237 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29176]
15:12:36.238 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.238 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1147, 127.0.0.1:8210] replace CON-POST   MID=29176, Token=3844DFBB452B80BD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29176, Token=3844DFBB452B80BD, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.238 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1147, 127.0.0.1:8210] send response NON-2.05   MID=29176, Token=null, OptionSet={}, "server responds hi"
15:12:36.238 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1147, 127.0.0.1:8210, complete]!
15:12:36.238 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1147, 127.0.0.1:8210, complete] completed NON-2.04   MID=29176, Token=3844DFBB452B80BD, 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!
15:12:36.238 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.238 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,162,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29176, Token=3844DFBB452B80BD, 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]
15:12:36.238 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.238 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29176]
15:12:36.238 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.238 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.239 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1146, 127.0.0.1:8213, complete]!
15:12:36.239 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1146, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-3844DFBB452B80BD]
15:12:36.239 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1146, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29176]
15:12:36.239 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1146, 127.0.0.1:8213, complete] completed CON-POST   MID=29176, Token=3844DFBB452B80BD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29176, Token=3844DFBB452B80BD, 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!
15:12:36.239 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1148, 127.0.0.1:8213] send request
15:12:36.239 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1148, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.239 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1148, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09BB}, 99 E0 20 5D 5D 75 3F E2 2C 1D FD 54 A4 59 83 65 C1 CE DD 59 5F E9 95 F1
15:12:36.239 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1148, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29177], CON-POST   MID=29177, 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
15:12:36.239 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1148, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-A42B20F55500ABAD], CON-POST   MID=29177, Token=A42B20F55500ABAD, 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
15:12:36.239 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29177], KeyToken[127.0.0.1:8213-A42B20F55500ABAD]]
15:12:36.239 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.239 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,163,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29177, Token=A42B20F55500ABAD, 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]
15:12:36.239 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.239 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29177]
15:12:36.240 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.240 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1149, 127.0.0.1:8210] replace CON-POST   MID=29177, Token=A42B20F55500ABAD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29177, Token=A42B20F55500ABAD, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.240 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1149, 127.0.0.1:8210] send response NON-2.05   MID=29177, Token=null, OptionSet={}, "server responds hi"
15:12:36.240 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1149, 127.0.0.1:8210, complete]!
15:12:36.240 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1149, 127.0.0.1:8210, complete] completed NON-2.04   MID=29177, Token=A42B20F55500ABAD, 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!
15:12:36.240 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.240 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,164,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29177, Token=A42B20F55500ABAD, 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]
15:12:36.240 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.240 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29177]
15:12:36.240 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.240 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.240 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1148, 127.0.0.1:8213, complete]!
15:12:36.240 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1148, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-A42B20F55500ABAD]
15:12:36.241 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1148, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29177]
15:12:36.241 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1148, 127.0.0.1:8213, complete] completed CON-POST   MID=29177, Token=A42B20F55500ABAD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29177, Token=A42B20F55500ABAD, 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!
15:12:36.241 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1150, 127.0.0.1:8213] send request
15:12:36.241 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1150, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.241 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1150, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09BC}, 61 3E 6E D0 A5 8C E1 5E 8C 9B 4C 85 48 09 6E CF C7 DD 9B 88 AA F5 E2 63
15:12:36.241 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1150, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29178], CON-POST   MID=29178, 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
15:12:36.241 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1150, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-2C40A35DBF64587B], CON-POST   MID=29178, Token=2C40A35DBF64587B, 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
15:12:36.241 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29178], KeyToken[127.0.0.1:8213-2C40A35DBF64587B]]
15:12:36.241 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.241 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,165,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29178, Token=2C40A35DBF64587B, 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]
15:12:36.241 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.241 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29178]
15:12:36.242 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.242 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1151, 127.0.0.1:8210] replace CON-POST   MID=29178, Token=2C40A35DBF64587B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29178, Token=2C40A35DBF64587B, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.242 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1151, 127.0.0.1:8210] send response NON-2.05   MID=29178, Token=null, OptionSet={}, "server responds hi"
15:12:36.242 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1151, 127.0.0.1:8210, complete]!
15:12:36.242 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1151, 127.0.0.1:8210, complete] completed NON-2.04   MID=29178, Token=2C40A35DBF64587B, 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!
15:12:36.242 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.242 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,166,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29178, Token=2C40A35DBF64587B, 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]
15:12:36.242 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.242 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29178]
15:12:36.242 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.242 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.243 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1150, 127.0.0.1:8213, complete]!
15:12:36.243 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1150, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-2C40A35DBF64587B]
15:12:36.243 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1150, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29178]
15:12:36.243 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1150, 127.0.0.1:8213, complete] completed CON-POST   MID=29178, Token=2C40A35DBF64587B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29178, Token=2C40A35DBF64587B, 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!
15:12:36.243 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1152, 127.0.0.1:8213] send request
15:12:36.243 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1152, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.243 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1152, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09BD}, 6E 8C 9A 74 29 0C FD FC 32 BF C2 4A 9D 0D 4F 75 3D FE 9C D1 B8 D3 4D B7
15:12:36.243 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1152, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29179], CON-POST   MID=29179, 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
15:12:36.243 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1152, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-1CC2392F4A638DCC], CON-POST   MID=29179, Token=1CC2392F4A638DCC, 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
15:12:36.243 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29179], KeyToken[127.0.0.1:8213-1CC2392F4A638DCC]]
15:12:36.243 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.243 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,167,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29179, Token=1CC2392F4A638DCC, 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]
15:12:36.243 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.244 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29179]
15:12:36.244 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.244 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1153, 127.0.0.1:8210] replace CON-POST   MID=29179, Token=1CC2392F4A638DCC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29179, Token=1CC2392F4A638DCC, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.244 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1153, 127.0.0.1:8210] send response NON-2.05   MID=29179, Token=null, OptionSet={}, "server responds hi"
15:12:36.244 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1153, 127.0.0.1:8210, complete]!
15:12:36.244 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1153, 127.0.0.1:8210, complete] completed NON-2.04   MID=29179, Token=1CC2392F4A638DCC, 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!
15:12:36.244 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.244 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,168,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29179, Token=1CC2392F4A638DCC, 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]
15:12:36.244 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.244 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29179]
15:12:36.244 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.244 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.245 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1152, 127.0.0.1:8213, complete]!
15:12:36.245 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1152, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-1CC2392F4A638DCC]
15:12:36.245 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1152, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29179]
15:12:36.245 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1152, 127.0.0.1:8213, complete] completed CON-POST   MID=29179, Token=1CC2392F4A638DCC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29179, Token=1CC2392F4A638DCC, 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!
15:12:36.245 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1154, 127.0.0.1:8213] send request
15:12:36.245 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1154, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.245 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1154, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09BE}, 1F 40 D6 38 FD DE D1 59 9B 31 5D 11 A6 AD 36 E3 43 D5 87 A0 F4 16 05 D4
15:12:36.245 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1154, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29180], CON-POST   MID=29180, 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
15:12:36.245 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1154, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-2C0AF93C9F51B4AF], CON-POST   MID=29180, Token=2C0AF93C9F51B4AF, 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
15:12:36.245 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29180], KeyToken[127.0.0.1:8213-2C0AF93C9F51B4AF]]
15:12:36.245 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.245 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,169,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29180, Token=2C0AF93C9F51B4AF, 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]
15:12:36.245 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.246 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29180]
15:12:36.246 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.246 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1155, 127.0.0.1:8210] replace CON-POST   MID=29180, Token=2C0AF93C9F51B4AF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29180, Token=2C0AF93C9F51B4AF, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.246 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1155, 127.0.0.1:8210] send response NON-2.05   MID=29180, Token=null, OptionSet={}, "server responds hi"
15:12:36.246 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1155, 127.0.0.1:8210, complete]!
15:12:36.246 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1155, 127.0.0.1:8210, complete] completed NON-2.04   MID=29180, Token=2C0AF93C9F51B4AF, 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!
15:12:36.246 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.246 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,170,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29180, Token=2C0AF93C9F51B4AF, 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]
15:12:36.246 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.246 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29180]
15:12:36.246 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.246 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.246 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1154, 127.0.0.1:8213, complete]!
15:12:36.247 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1154, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-2C0AF93C9F51B4AF]
15:12:36.247 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1154, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29180]
15:12:36.247 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1154, 127.0.0.1:8213, complete] completed CON-POST   MID=29180, Token=2C0AF93C9F51B4AF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29180, Token=2C0AF93C9F51B4AF, 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!
15:12:36.247 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1156, 127.0.0.1:8213] send request
15:12:36.247 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1156, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.247 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1156, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09BF}, 87 25 A1 29 9A 81 A9 8D 56 52 7D F6 F0 0C 4C DD 22 02 BA 67 93 7A 27 39
15:12:36.247 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1156, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29181], CON-POST   MID=29181, 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
15:12:36.247 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1156, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-30C0DAB256BF24A4], CON-POST   MID=29181, Token=30C0DAB256BF24A4, 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
15:12:36.247 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29181], KeyToken[127.0.0.1:8213-30C0DAB256BF24A4]]
15:12:36.247 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.247 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,171,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29181, Token=30C0DAB256BF24A4, 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]
15:12:36.247 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.247 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29181]
15:12:36.247 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.248 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1157, 127.0.0.1:8210] replace CON-POST   MID=29181, Token=30C0DAB256BF24A4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29181, Token=30C0DAB256BF24A4, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.248 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1157, 127.0.0.1:8210] send response NON-2.05   MID=29181, Token=null, OptionSet={}, "server responds hi"
15:12:36.248 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1157, 127.0.0.1:8210, complete]!
15:12:36.248 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1157, 127.0.0.1:8210, complete] completed NON-2.04   MID=29181, Token=30C0DAB256BF24A4, 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!
15:12:36.248 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.248 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,172,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29181, Token=30C0DAB256BF24A4, 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]
15:12:36.248 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.248 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29181]
15:12:36.248 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.248 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.248 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1156, 127.0.0.1:8213, complete]!
15:12:36.248 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1156, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-30C0DAB256BF24A4]
15:12:36.248 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1156, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29181]
15:12:36.248 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1156, 127.0.0.1:8213, complete] completed CON-POST   MID=29181, Token=30C0DAB256BF24A4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29181, Token=30C0DAB256BF24A4, 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!
15:12:36.249 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1158, 127.0.0.1:8213] send request
15:12:36.249 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1158, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.249 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1158, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09C0}, A0 DE D3 EB E2 02 24 2B B1 55 70 B3 15 88 30 AF AB 16 BF 72 34 66 94 DF
15:12:36.249 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1158, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29182], CON-POST   MID=29182, 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
15:12:36.249 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1158, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-A8C7D6A643180CD6], CON-POST   MID=29182, Token=A8C7D6A643180CD6, 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
15:12:36.249 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29182], KeyToken[127.0.0.1:8213-A8C7D6A643180CD6]]
15:12:36.249 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.249 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,173,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29182, Token=A8C7D6A643180CD6, 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]
15:12:36.249 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.249 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29182]
15:12:36.249 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.250 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1159, 127.0.0.1:8210] replace CON-POST   MID=29182, Token=A8C7D6A643180CD6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29182, Token=A8C7D6A643180CD6, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.250 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1159, 127.0.0.1:8210] send response NON-2.05   MID=29182, Token=null, OptionSet={}, "server responds hi"
15:12:36.250 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1159, 127.0.0.1:8210, complete]!
15:12:36.250 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1159, 127.0.0.1:8210, complete] completed NON-2.04   MID=29182, Token=A8C7D6A643180CD6, 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!
15:12:36.250 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.250 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,174,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29182, Token=A8C7D6A643180CD6, 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]
15:12:36.250 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.250 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29182]
15:12:36.250 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.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
15:12:36.250 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1158, 127.0.0.1:8213, complete]!
15:12:36.250 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1158, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-A8C7D6A643180CD6]
15:12:36.250 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1158, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29182]
15:12:36.250 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1158, 127.0.0.1:8213, complete] completed CON-POST   MID=29182, Token=A8C7D6A643180CD6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29182, Token=A8C7D6A643180CD6, 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!
15:12:36.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1160, 127.0.0.1:8213] send request
15:12:36.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1160, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1160, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09C1}, 15 16 AD 15 44 A7 B5 54 94 FA C3 2F B7 A6 87 27 24 67 1A F3 D5 DE 8C 34
15:12:36.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1160, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29183], CON-POST   MID=29183, 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
15:12:36.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1160, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-38DA38B33B252C4C], CON-POST   MID=29183, Token=38DA38B33B252C4C, 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
15:12:36.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29183], KeyToken[127.0.0.1:8213-38DA38B33B252C4C]]
15:12:36.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:8213
15:12:36.251 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,175,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29183, Token=38DA38B33B252C4C, 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]
15:12:36.251 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.251 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29183]
15:12:36.251 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1161, 127.0.0.1:8210] replace CON-POST   MID=29183, Token=38DA38B33B252C4C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29183, Token=38DA38B33B252C4C, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1161, 127.0.0.1:8210] send response NON-2.05   MID=29183, Token=null, OptionSet={}, "server responds hi"
15:12:36.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1161, 127.0.0.1:8210, complete]!
15:12:36.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1161, 127.0.0.1:8210, complete] completed NON-2.04   MID=29183, Token=38DA38B33B252C4C, 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!
15:12:36.252 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.252 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,176,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29183, Token=38DA38B33B252C4C, 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]
15:12:36.252 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.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:8213-29183]
15:12:36.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.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
15:12:36.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1160, 127.0.0.1:8213, complete]!
15:12:36.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1160, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-38DA38B33B252C4C]
15:12:36.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1160, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29183]
15:12:36.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1160, 127.0.0.1:8213, complete] completed CON-POST   MID=29183, Token=38DA38B33B252C4C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29183, Token=38DA38B33B252C4C, 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!
15:12:36.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1162, 127.0.0.1:8213] send request
15:12:36.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1162, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1162, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09C2}, BB F2 C7 F8 AC 8A 7D 70 8F 32 69 B0 52 51 42 97 1F 58 79 C7 39 87 93 4B
15:12:36.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1162, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29184], CON-POST   MID=29184, 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
15:12:36.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1162, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-6418A9E4F8150A53], CON-POST   MID=29184, Token=6418A9E4F8150A53, 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
15:12:36.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29184], KeyToken[127.0.0.1:8213-6418A9E4F8150A53]]
15:12:36.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:8213
15:12:36.253 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,177,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29184, Token=6418A9E4F8150A53, 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]
15:12:36.253 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29184]
15:12:36.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1163, 127.0.0.1:8210] replace CON-POST   MID=29184, Token=6418A9E4F8150A53, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29184, Token=6418A9E4F8150A53, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1163, 127.0.0.1:8210] send response NON-2.05   MID=29184, Token=null, OptionSet={}, "server responds hi"
15:12:36.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1163, 127.0.0.1:8210, complete]!
15:12:36.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1163, 127.0.0.1:8210, complete] completed NON-2.04   MID=29184, Token=6418A9E4F8150A53, 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!
15:12:36.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:8210
15:12:36.254 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,178,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29184, Token=6418A9E4F8150A53, 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]
15:12:36.254 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.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:8213-29184]
15:12:36.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.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
15:12:36.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1162, 127.0.0.1:8213, complete]!
15:12:36.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1162, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-6418A9E4F8150A53]
15:12:36.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1162, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29184]
15:12:36.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1162, 127.0.0.1:8213, complete] completed CON-POST   MID=29184, Token=6418A9E4F8150A53, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29184, Token=6418A9E4F8150A53, 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!
15:12:36.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1164, 127.0.0.1:8213] send request
15:12:36.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1164, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1164, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09C3}, 7A 76 66 AE FA 55 63 B6 CD 87 CD 5D 1F 03 4F 1B C7 99 09 FF 10 3A FD 3A
15:12:36.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1164, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29185], CON-POST   MID=29185, 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
15:12:36.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1164, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-7CD2B3FECF21764B], CON-POST   MID=29185, Token=7CD2B3FECF21764B, 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
15:12:36.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29185], KeyToken[127.0.0.1:8213-7CD2B3FECF21764B]]
15:12:36.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:8213
15:12:36.255 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,179,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29185, Token=7CD2B3FECF21764B, 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]
15:12:36.255 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.255 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29185]
15:12:36.255 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1165, 127.0.0.1:8210] replace CON-POST   MID=29185, Token=7CD2B3FECF21764B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29185, Token=7CD2B3FECF21764B, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1165, 127.0.0.1:8210] send response NON-2.05   MID=29185, Token=null, OptionSet={}, "server responds hi"
15:12:36.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1165, 127.0.0.1:8210, complete]!
15:12:36.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1165, 127.0.0.1:8210, complete] completed NON-2.04   MID=29185, Token=7CD2B3FECF21764B, 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!
15:12:36.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:8210
15:12:36.256 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,180,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29185, Token=7CD2B3FECF21764B, 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]
15:12:36.256 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.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:8213-29185]
15:12:36.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.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
15:12:36.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1164, 127.0.0.1:8213, complete]!
15:12:36.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1164, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-7CD2B3FECF21764B]
15:12:36.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1164, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29185]
15:12:36.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1164, 127.0.0.1:8213, complete] completed CON-POST   MID=29185, Token=7CD2B3FECF21764B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29185, Token=7CD2B3FECF21764B, 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!
15:12:36.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1166, 127.0.0.1:8213] send request
15:12:36.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1166, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1166, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09C4}, 29 53 07 14 2A 7A A5 F3 F9 B3 02 87 59 88 9D 3C D9 0D 65 DC D2 E0 FB 37
15:12:36.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1166, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29186], CON-POST   MID=29186, 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
15:12:36.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1166, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-40D197C16507633A], CON-POST   MID=29186, Token=40D197C16507633A, 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
15:12:36.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29186], KeyToken[127.0.0.1:8213-40D197C16507633A]]
15:12:36.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:8213
15:12:36.257 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,181,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29186, Token=40D197C16507633A, 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]
15:12:36.257 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29186]
15:12:36.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.258 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1167, 127.0.0.1:8210] replace CON-POST   MID=29186, Token=40D197C16507633A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29186, Token=40D197C16507633A, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.258 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1167, 127.0.0.1:8210] send response NON-2.05   MID=29186, Token=null, OptionSet={}, "server responds hi"
15:12:36.258 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1167, 127.0.0.1:8210, complete]!
15:12:36.258 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1167, 127.0.0.1:8210, complete] completed NON-2.04   MID=29186, Token=40D197C16507633A, 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!
15:12:36.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:8210
15:12:36.258 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,182,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29186, Token=40D197C16507633A, 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]
15:12:36.258 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.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:8213-29186]
15:12:36.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.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
15:12:36.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1166, 127.0.0.1:8213, complete]!
15:12:36.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1166, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-40D197C16507633A]
15:12:36.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1166, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29186]
15:12:36.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1166, 127.0.0.1:8213, complete] completed CON-POST   MID=29186, Token=40D197C16507633A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29186, Token=40D197C16507633A, 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!
15:12:36.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1168, 127.0.0.1:8213] send request
15:12:36.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1168, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1168, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09C5}, 1C 81 D8 0B 55 A1 BA DF 79 19 16 FC 8D 5B 32 1F 79 5D 20 04 3A A4 9F 0A
15:12:36.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1168, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29187], CON-POST   MID=29187, 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
15:12:36.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1168, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-8CCFD17E7D15AE71], CON-POST   MID=29187, Token=8CCFD17E7D15AE71, 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
15:12:36.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29187], KeyToken[127.0.0.1:8213-8CCFD17E7D15AE71]]
15:12:36.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:8213
15:12:36.259 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,183,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29187, Token=8CCFD17E7D15AE71, 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]
15:12:36.259 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.259 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29187]
15:12:36.259 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1169, 127.0.0.1:8210] replace CON-POST   MID=29187, Token=8CCFD17E7D15AE71, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29187, Token=8CCFD17E7D15AE71, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1169, 127.0.0.1:8210] send response NON-2.05   MID=29187, Token=null, OptionSet={}, "server responds hi"
15:12:36.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1169, 127.0.0.1:8210, complete]!
15:12:36.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1169, 127.0.0.1:8210, complete] completed NON-2.04   MID=29187, Token=8CCFD17E7D15AE71, 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!
15:12:36.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:8210
15:12:36.260 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,184,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29187, Token=8CCFD17E7D15AE71, 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]
15:12:36.260 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.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:8213-29187]
15:12:36.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.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
15:12:36.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1168, 127.0.0.1:8213, complete]!
15:12:36.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1168, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-8CCFD17E7D15AE71]
15:12:36.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1168, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29187]
15:12:36.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1168, 127.0.0.1:8213, complete] completed CON-POST   MID=29187, Token=8CCFD17E7D15AE71, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29187, Token=8CCFD17E7D15AE71, 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!
15:12:36.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1170, 127.0.0.1:8213] send request
15:12:36.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1170, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1170, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09C6}, 4A 0D D7 0F 87 9F 24 47 54 81 82 0E 85 28 0A A4 9A 38 0D C2 54 82 92 BA
15:12:36.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1170, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29188], CON-POST   MID=29188, 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
15:12:36.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1170, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-280673020CC6AF6D], CON-POST   MID=29188, Token=280673020CC6AF6D, 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
15:12:36.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29188], KeyToken[127.0.0.1:8213-280673020CC6AF6D]]
15:12:36.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:8213
15:12:36.261 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,185,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29188, Token=280673020CC6AF6D, 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]
15:12:36.261 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.261 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29188]
15:12:36.261 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.262 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1171, 127.0.0.1:8210] replace CON-POST   MID=29188, Token=280673020CC6AF6D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29188, Token=280673020CC6AF6D, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.262 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1171, 127.0.0.1:8210] send response NON-2.05   MID=29188, Token=null, OptionSet={}, "server responds hi"
15:12:36.262 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1171, 127.0.0.1:8210, complete]!
15:12:36.262 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1171, 127.0.0.1:8210, complete] completed NON-2.04   MID=29188, Token=280673020CC6AF6D, 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!
15:12:36.262 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.262 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,186,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29188, Token=280673020CC6AF6D, 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]
15:12:36.262 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.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:8213-29188]
15:12:36.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1170, 127.0.0.1:8213, complete]!
15:12:36.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1170, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-280673020CC6AF6D]
15:12:36.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1170, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29188]
15:12:36.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1170, 127.0.0.1:8213, complete] completed CON-POST   MID=29188, Token=280673020CC6AF6D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29188, Token=280673020CC6AF6D, 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!
15:12:36.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1172, 127.0.0.1:8213] send request
15:12:36.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1172, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1172, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09C7}, 12 73 43 89 1D 93 1C B2 01 44 C9 DF 0E 8C B1 2E BB A5 27 B0 9F 2C 4D 02
15:12:36.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1172, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29189], CON-POST   MID=29189, 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
15:12:36.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1172, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-88214ABF956553D1], CON-POST   MID=29189, Token=88214ABF956553D1, 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
15:12:36.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29189], KeyToken[127.0.0.1:8213-88214ABF956553D1]]
15:12:36.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:8213
15:12:36.263 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,187,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29189, Token=88214ABF956553D1, 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]
15:12:36.263 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29189]
15:12:36.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1173, 127.0.0.1:8210] replace CON-POST   MID=29189, Token=88214ABF956553D1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29189, Token=88214ABF956553D1, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1173, 127.0.0.1:8210] send response NON-2.05   MID=29189, Token=null, OptionSet={}, "server responds hi"
15:12:36.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1173, 127.0.0.1:8210, complete]!
15:12:36.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1173, 127.0.0.1:8210, complete] completed NON-2.04   MID=29189, Token=88214ABF956553D1, 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!
15:12:36.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:8210
15:12:36.264 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,188,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29189, Token=88214ABF956553D1, 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]
15:12:36.264 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.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:8213-29189]
15:12:36.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.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
15:12:36.325 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1172, 127.0.0.1:8213, complete]!
15:12:36.325 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1172, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-88214ABF956553D1]
15:12:36.325 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1172, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29189]
15:12:36.325 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1172, 127.0.0.1:8213, complete] completed CON-POST   MID=29189, Token=88214ABF956553D1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29189, Token=88214ABF956553D1, 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!
15:12:36.325 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1174, 127.0.0.1:8213] send request
15:12:36.325 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1174, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.325 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1174, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09C8}, 9A A9 1A 66 A0 5D B1 6F 76 8A 81 EC 95 A7 76 0C CD EB 4F B5 E9 E3 0E 4C
15:12:36.326 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1174, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29190], CON-POST   MID=29190, 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
15:12:36.326 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1174, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-7CC2331A2BF34847], CON-POST   MID=29190, Token=7CC2331A2BF34847, 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
15:12:36.326 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29190], KeyToken[127.0.0.1:8213-7CC2331A2BF34847]]
15:12:36.326 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.326 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,189,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29190, Token=7CC2331A2BF34847, 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]
15:12:36.326 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.326 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29190]
15:12:36.326 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.326 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1175, 127.0.0.1:8210] replace CON-POST   MID=29190, Token=7CC2331A2BF34847, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29190, Token=7CC2331A2BF34847, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.326 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1175, 127.0.0.1:8210] send response NON-2.05   MID=29190, Token=null, OptionSet={}, "server responds hi"
15:12:36.326 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1175, 127.0.0.1:8210, complete]!
15:12:36.327 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1175, 127.0.0.1:8210, complete] completed NON-2.04   MID=29190, Token=7CC2331A2BF34847, 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!
15:12:36.327 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.327 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,190,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29190, Token=7CC2331A2BF34847, 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]
15:12:36.327 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.327 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29190]
15:12:36.327 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.327 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.327 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1174, 127.0.0.1:8213, complete]!
15:12:36.327 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1174, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-7CC2331A2BF34847]
15:12:36.327 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1174, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29190]
15:12:36.327 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1174, 127.0.0.1:8213, complete] completed CON-POST   MID=29190, Token=7CC2331A2BF34847, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29190, Token=7CC2331A2BF34847, 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!
15:12:36.327 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1176, 127.0.0.1:8213] send request
15:12:36.327 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1176, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.328 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1176, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09C9}, 53 0D 43 11 BF 81 5D E9 EF 57 2F 50 6F 59 7A D4 03 59 29 5D E0 B1 7B EB
15:12:36.328 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1176, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29191], CON-POST   MID=29191, 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
15:12:36.328 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1176, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-F80A0A6DD8DBD311], CON-POST   MID=29191, Token=F80A0A6DD8DBD311, 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
15:12:36.328 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29191], KeyToken[127.0.0.1:8213-F80A0A6DD8DBD311]]
15:12:36.328 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.328 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,191,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29191, Token=F80A0A6DD8DBD311, 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]
15:12:36.328 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.328 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29191]
15:12:36.328 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.328 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1177, 127.0.0.1:8210] replace CON-POST   MID=29191, Token=F80A0A6DD8DBD311, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29191, Token=F80A0A6DD8DBD311, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.328 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1177, 127.0.0.1:8210] send response NON-2.05   MID=29191, Token=null, OptionSet={}, "server responds hi"
15:12:36.328 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1177, 127.0.0.1:8210, complete]!
15:12:36.328 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1177, 127.0.0.1:8210, complete] completed NON-2.04   MID=29191, Token=F80A0A6DD8DBD311, 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!
15:12:36.329 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.329 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,192,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29191, Token=F80A0A6DD8DBD311, 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]
15:12:36.329 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.329 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29191]
15:12:36.329 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.329 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.329 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1176, 127.0.0.1:8213, complete]!
15:12:36.329 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1176, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-F80A0A6DD8DBD311]
15:12:36.329 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1176, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29191]
15:12:36.329 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1176, 127.0.0.1:8213, complete] completed CON-POST   MID=29191, Token=F80A0A6DD8DBD311, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29191, Token=F80A0A6DD8DBD311, 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!
15:12:36.329 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1178, 127.0.0.1:8213] send request
15:12:36.329 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1178, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.329 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1178, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09CA}, 6F E2 A7 38 37 A9 C8 89 B6 4A 6D 54 66 1F BA 3B 98 B3 31 39 77 EF FB DE
15:12:36.329 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1178, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29192], CON-POST   MID=29192, 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
15:12:36.329 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1178, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-C8AA901FC3181BD6], CON-POST   MID=29192, Token=C8AA901FC3181BD6, 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
15:12:36.330 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29192], KeyToken[127.0.0.1:8213-C8AA901FC3181BD6]]
15:12:36.330 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.330 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,193,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29192, Token=C8AA901FC3181BD6, 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]
15:12:36.330 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.330 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29192]
15:12:36.330 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.330 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1179, 127.0.0.1:8210] replace CON-POST   MID=29192, Token=C8AA901FC3181BD6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29192, Token=C8AA901FC3181BD6, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.330 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1179, 127.0.0.1:8210] send response NON-2.05   MID=29192, Token=null, OptionSet={}, "server responds hi"
15:12:36.330 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1179, 127.0.0.1:8210, complete]!
15:12:36.330 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1179, 127.0.0.1:8210, complete] completed NON-2.04   MID=29192, Token=C8AA901FC3181BD6, 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!
15:12:36.330 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.331 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,194,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29192, Token=C8AA901FC3181BD6, 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]
15:12:36.331 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.331 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29192]
15:12:36.331 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.331 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.331 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1178, 127.0.0.1:8213, complete]!
15:12:36.331 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1178, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-C8AA901FC3181BD6]
15:12:36.331 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1178, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29192]
15:12:36.331 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1178, 127.0.0.1:8213, complete] completed CON-POST   MID=29192, Token=C8AA901FC3181BD6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29192, Token=C8AA901FC3181BD6, 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!
15:12:36.331 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1180, 127.0.0.1:8213] send request
15:12:36.331 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1180, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.331 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1180, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09CB}, 53 71 48 87 52 63 74 2A 16 49 FE 53 2D C0 62 0D CB 4E FE EF 07 C5 3F AD
15:12:36.331 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1180, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29193], CON-POST   MID=29193, 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
15:12:36.331 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1180, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-F4FB07645DDFBB09], CON-POST   MID=29193, Token=F4FB07645DDFBB09, 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
15:12:36.331 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29193], KeyToken[127.0.0.1:8213-F4FB07645DDFBB09]]
15:12:36.332 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.332 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,195,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29193, Token=F4FB07645DDFBB09, 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]
15:12:36.332 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.332 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29193]
15:12:36.332 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.332 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1181, 127.0.0.1:8210] replace CON-POST   MID=29193, Token=F4FB07645DDFBB09, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29193, Token=F4FB07645DDFBB09, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.332 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1181, 127.0.0.1:8210] send response NON-2.05   MID=29193, Token=null, OptionSet={}, "server responds hi"
15:12:36.332 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1181, 127.0.0.1:8210, complete]!
15:12:36.332 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1181, 127.0.0.1:8210, complete] completed NON-2.04   MID=29193, Token=F4FB07645DDFBB09, 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!
15:12:36.332 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.333 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,196,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29193, Token=F4FB07645DDFBB09, 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]
15:12:36.333 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.333 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29193]
15:12:36.333 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.333 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.333 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1180, 127.0.0.1:8213, complete]!
15:12:36.333 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1180, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-F4FB07645DDFBB09]
15:12:36.333 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1180, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29193]
15:12:36.333 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1180, 127.0.0.1:8213, complete] completed CON-POST   MID=29193, Token=F4FB07645DDFBB09, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29193, Token=F4FB07645DDFBB09, 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!
15:12:36.333 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1182, 127.0.0.1:8213] send request
15:12:36.333 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1182, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.333 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1182, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09CC}, C8 ED 85 CB C4 57 B9 DE 41 6A C8 15 60 7C 4F 35 AA CD 5C 77 52 3D 0E DC
15:12:36.333 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1182, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29194], CON-POST   MID=29194, 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
15:12:36.333 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1182, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-106B46B4981F9E8A], CON-POST   MID=29194, Token=106B46B4981F9E8A, 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
15:12:36.333 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29194], KeyToken[127.0.0.1:8213-106B46B4981F9E8A]]
15:12:36.334 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.334 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,197,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29194, Token=106B46B4981F9E8A, 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]
15:12:36.334 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.334 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29194]
15:12:36.334 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.334 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1183, 127.0.0.1:8210] replace CON-POST   MID=29194, Token=106B46B4981F9E8A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29194, Token=106B46B4981F9E8A, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.334 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1183, 127.0.0.1:8210] send response NON-2.05   MID=29194, Token=null, OptionSet={}, "server responds hi"
15:12:36.334 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1183, 127.0.0.1:8210, complete]!
15:12:36.334 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1183, 127.0.0.1:8210, complete] completed NON-2.04   MID=29194, Token=106B46B4981F9E8A, 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!
15:12:36.334 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.335 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,198,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29194, Token=106B46B4981F9E8A, 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]
15:12:36.335 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.335 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29194]
15:12:36.335 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.335 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.335 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1182, 127.0.0.1:8213, complete]!
15:12:36.335 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1182, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-106B46B4981F9E8A]
15:12:36.335 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1182, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29194]
15:12:36.335 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1182, 127.0.0.1:8213, complete] completed CON-POST   MID=29194, Token=106B46B4981F9E8A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29194, Token=106B46B4981F9E8A, 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!
15:12:36.335 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1184, 127.0.0.1:8213] send request
15:12:36.335 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1184, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.335 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1184, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09CD}, 48 CB 7D A8 EA 8B F0 B0 C1 DC 37 D2 9B 94 6C C4 23 20 E5 16 C1 FC F6 40
15:12:36.335 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1184, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29195], CON-POST   MID=29195, 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
15:12:36.335 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1184, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-2C5A20211477DEE7], CON-POST   MID=29195, Token=2C5A20211477DEE7, 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
15:12:36.335 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29195], KeyToken[127.0.0.1:8213-2C5A20211477DEE7]]
15:12:36.336 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.336 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,199,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29195, Token=2C5A20211477DEE7, 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]
15:12:36.336 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.336 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29195]
15:12:36.336 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.336 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1185, 127.0.0.1:8210] replace CON-POST   MID=29195, Token=2C5A20211477DEE7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29195, Token=2C5A20211477DEE7, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.336 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1185, 127.0.0.1:8210] send response NON-2.05   MID=29195, Token=null, OptionSet={}, "server responds hi"
15:12:36.336 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1185, 127.0.0.1:8210, complete]!
15:12:36.336 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1185, 127.0.0.1:8210, complete] completed NON-2.04   MID=29195, Token=2C5A20211477DEE7, 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!
15:12:36.336 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.337 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,200,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29195, Token=2C5A20211477DEE7, 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]
15:12:36.337 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.337 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29195]
15:12:36.337 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.337 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.337 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1184, 127.0.0.1:8213, complete]!
15:12:36.337 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1184, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-2C5A20211477DEE7]
15:12:36.337 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1184, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29195]
15:12:36.337 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1184, 127.0.0.1:8213, complete] completed CON-POST   MID=29195, Token=2C5A20211477DEE7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29195, Token=2C5A20211477DEE7, 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!
15:12:36.337 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1186, 127.0.0.1:8213] send request
15:12:36.337 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1186, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.337 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1186, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09CE}, 94 8D 09 AB 82 86 41 67 70 B8 6A 9E FF 15 15 A5 33 54 0E 22 AF 2A 74 48
15:12:36.337 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1186, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29196], CON-POST   MID=29196, 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
15:12:36.337 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1186, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-EC336207D99ADC94], CON-POST   MID=29196, Token=EC336207D99ADC94, 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
15:12:36.337 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29196], KeyToken[127.0.0.1:8213-EC336207D99ADC94]]
15:12:36.337 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.338 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,201,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29196, Token=EC336207D99ADC94, 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]
15:12:36.338 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.338 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29196]
15:12:36.338 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.338 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1187, 127.0.0.1:8210] replace CON-POST   MID=29196, Token=EC336207D99ADC94, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29196, Token=EC336207D99ADC94, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.338 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1187, 127.0.0.1:8210] send response NON-2.05   MID=29196, Token=null, OptionSet={}, "server responds hi"
15:12:36.338 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1187, 127.0.0.1:8210, complete]!
15:12:36.338 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1187, 127.0.0.1:8210, complete] completed NON-2.04   MID=29196, Token=EC336207D99ADC94, 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!
15:12:36.338 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.339 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,202,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29196, Token=EC336207D99ADC94, 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]
15:12:36.339 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.339 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29196]
15:12:36.339 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.339 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.339 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1186, 127.0.0.1:8213, complete]!
15:12:36.339 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1186, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-EC336207D99ADC94]
15:12:36.339 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1186, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29196]
15:12:36.339 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1186, 127.0.0.1:8213, complete] completed CON-POST   MID=29196, Token=EC336207D99ADC94, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29196, Token=EC336207D99ADC94, 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!
15:12:36.339 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1188, 127.0.0.1:8213] send request
15:12:36.339 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1188, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.339 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1188, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09CF}, 7C BD 52 96 7A 3A CF 59 F4 67 1C AC 67 30 AF 7B C5 96 5F A0 CB 3B C6 B5
15:12:36.339 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1188, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29197], CON-POST   MID=29197, 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
15:12:36.339 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1188, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-CCA8C7C291EB9624], CON-POST   MID=29197, Token=CCA8C7C291EB9624, 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
15:12:36.339 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29197], KeyToken[127.0.0.1:8213-CCA8C7C291EB9624]]
15:12:36.340 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.340 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,203,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29197, Token=CCA8C7C291EB9624, 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]
15:12:36.340 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.340 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29197]
15:12:36.340 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.340 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1189, 127.0.0.1:8210] replace CON-POST   MID=29197, Token=CCA8C7C291EB9624, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29197, Token=CCA8C7C291EB9624, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.340 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1189, 127.0.0.1:8210] send response NON-2.05   MID=29197, Token=null, OptionSet={}, "server responds hi"
15:12:36.340 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1189, 127.0.0.1:8210, complete]!
15:12:36.340 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1189, 127.0.0.1:8210, complete] completed NON-2.04   MID=29197, Token=CCA8C7C291EB9624, 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!
15:12:36.340 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.340 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,204,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29197, Token=CCA8C7C291EB9624, 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]
15:12:36.341 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.341 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29197]
15:12:36.341 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.341 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.341 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1188, 127.0.0.1:8213, complete]!
15:12:36.341 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1188, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-CCA8C7C291EB9624]
15:12:36.341 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1188, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29197]
15:12:36.341 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1188, 127.0.0.1:8213, complete] completed CON-POST   MID=29197, Token=CCA8C7C291EB9624, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29197, Token=CCA8C7C291EB9624, 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!
15:12:36.341 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1190, 127.0.0.1:8213] send request
15:12:36.341 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1190, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.341 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1190, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09D0}, 27 EC A1 E4 CE EB 66 7A 6A F3 83 AB 1D 67 07 37 F1 92 EC EA 6E 15 69 D5
15:12:36.341 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1190, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29198], CON-POST   MID=29198, 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
15:12:36.341 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1190, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-542F0A515B038946], CON-POST   MID=29198, Token=542F0A515B038946, 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
15:12:36.341 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29198], KeyToken[127.0.0.1:8213-542F0A515B038946]]
15:12:36.341 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.342 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,205,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29198, Token=542F0A515B038946, 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]
15:12:36.342 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.342 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29198]
15:12:36.342 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.342 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1191, 127.0.0.1:8210] replace CON-POST   MID=29198, Token=542F0A515B038946, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29198, Token=542F0A515B038946, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.342 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1191, 127.0.0.1:8210] send response NON-2.05   MID=29198, Token=null, OptionSet={}, "server responds hi"
15:12:36.342 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1191, 127.0.0.1:8210, complete]!
15:12:36.342 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1191, 127.0.0.1:8210, complete] completed NON-2.04   MID=29198, Token=542F0A515B038946, 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!
15:12:36.342 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.342 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,206,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29198, Token=542F0A515B038946, 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]
15:12:36.342 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.342 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29198]
15:12:36.343 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.343 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.343 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1190, 127.0.0.1:8213, complete]!
15:12:36.343 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1190, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-542F0A515B038946]
15:12:36.343 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1190, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29198]
15:12:36.343 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1190, 127.0.0.1:8213, complete] completed CON-POST   MID=29198, Token=542F0A515B038946, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29198, Token=542F0A515B038946, 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!
15:12:36.343 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1192, 127.0.0.1:8213] send request
15:12:36.343 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1192, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.343 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1192, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09D1}, BC 59 96 7C 30 12 03 DD A9 D3 F1 03 FA AE 48 8F 98 61 55 F3 D2 F3 B7 16
15:12:36.343 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1192, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29199], CON-POST   MID=29199, 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
15:12:36.343 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1192, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-8895E32A6355AE59], CON-POST   MID=29199, Token=8895E32A6355AE59, 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
15:12:36.343 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29199], KeyToken[127.0.0.1:8213-8895E32A6355AE59]]
15:12:36.343 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.343 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,207,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29199, Token=8895E32A6355AE59, 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]
15:12:36.343 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.343 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29199]
15:12:36.344 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.344 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1193, 127.0.0.1:8210] replace CON-POST   MID=29199, Token=8895E32A6355AE59, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29199, Token=8895E32A6355AE59, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.344 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1193, 127.0.0.1:8210] send response NON-2.05   MID=29199, Token=null, OptionSet={}, "server responds hi"
15:12:36.344 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1193, 127.0.0.1:8210, complete]!
15:12:36.344 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1193, 127.0.0.1:8210, complete] completed NON-2.04   MID=29199, Token=8895E32A6355AE59, 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!
15:12:36.344 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.344 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,208,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29199, Token=8895E32A6355AE59, 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]
15:12:36.344 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.344 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29199]
15:12:36.344 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.344 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.344 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1192, 127.0.0.1:8213, complete]!
15:12:36.344 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1192, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-8895E32A6355AE59]
15:12:36.344 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1192, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29199]
15:12:36.344 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1192, 127.0.0.1:8213, complete] completed CON-POST   MID=29199, Token=8895E32A6355AE59, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29199, Token=8895E32A6355AE59, 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!
15:12:36.345 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1194, 127.0.0.1:8213] send request
15:12:36.345 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1194, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.345 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1194, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09D2}, 64 03 8D 28 D4 F0 BA B6 13 8E 92 2C F5 D8 0B 7D CB A6 25 10 22 93 CB C1
15:12:36.345 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1194, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29200], CON-POST   MID=29200, 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
15:12:36.345 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1194, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-F03E07885AF841EA], CON-POST   MID=29200, Token=F03E07885AF841EA, 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
15:12:36.345 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29200], KeyToken[127.0.0.1:8213-F03E07885AF841EA]]
15:12:36.345 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.345 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,209,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29200, Token=F03E07885AF841EA, 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]
15:12:36.345 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.345 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29200]
15:12:36.346 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.346 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1195, 127.0.0.1:8210] replace CON-POST   MID=29200, Token=F03E07885AF841EA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29200, Token=F03E07885AF841EA, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.346 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1195, 127.0.0.1:8210] send response NON-2.05   MID=29200, Token=null, OptionSet={}, "server responds hi"
15:12:36.346 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1195, 127.0.0.1:8210, complete]!
15:12:36.346 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1195, 127.0.0.1:8210, complete] completed NON-2.04   MID=29200, Token=F03E07885AF841EA, 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!
15:12:36.346 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.346 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,210,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29200, Token=F03E07885AF841EA, 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]
15:12:36.346 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.346 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29200]
15:12:36.346 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.346 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.346 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1194, 127.0.0.1:8213, complete]!
15:12:36.346 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1194, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-F03E07885AF841EA]
15:12:36.347 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1194, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29200]
15:12:36.347 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1194, 127.0.0.1:8213, complete] completed CON-POST   MID=29200, Token=F03E07885AF841EA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29200, Token=F03E07885AF841EA, 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!
15:12:36.347 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1196, 127.0.0.1:8213] send request
15:12:36.347 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1196, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.347 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1196, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09D3}, 4B CF 96 91 1D 42 C4 EF 16 81 44 9D 12 6F 70 87 98 0B 64 BA B2 0E E4 67
15:12:36.347 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1196, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29201], CON-POST   MID=29201, 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
15:12:36.347 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1196, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-C4E80428DEE74F22], CON-POST   MID=29201, Token=C4E80428DEE74F22, 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
15:12:36.347 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29201], KeyToken[127.0.0.1:8213-C4E80428DEE74F22]]
15:12:36.347 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.347 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,211,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29201, Token=C4E80428DEE74F22, 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]
15:12:36.347 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.347 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29201]
15:12:36.347 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.348 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1197, 127.0.0.1:8210] replace CON-POST   MID=29201, Token=C4E80428DEE74F22, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29201, Token=C4E80428DEE74F22, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.348 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1197, 127.0.0.1:8210] send response NON-2.05   MID=29201, Token=null, OptionSet={}, "server responds hi"
15:12:36.348 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1197, 127.0.0.1:8210, complete]!
15:12:36.348 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1197, 127.0.0.1:8210, complete] completed NON-2.04   MID=29201, Token=C4E80428DEE74F22, 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!
15:12:36.348 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.348 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,212,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29201, Token=C4E80428DEE74F22, 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]
15:12:36.348 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.348 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29201]
15:12:36.348 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.348 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.348 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1196, 127.0.0.1:8213, complete]!
15:12:36.348 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1196, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-C4E80428DEE74F22]
15:12:36.348 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1196, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29201]
15:12:36.348 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1196, 127.0.0.1:8213, complete] completed CON-POST   MID=29201, Token=C4E80428DEE74F22, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29201, Token=C4E80428DEE74F22, 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!
15:12:36.349 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1198, 127.0.0.1:8213] send request
15:12:36.349 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1198, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.349 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1198, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09D4}, 63 C7 B9 1F 61 D2 12 69 1B D6 CD 08 0B 46 2D 15 64 F6 4F 71 5D 8A A5 89
15:12:36.349 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1198, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29202], CON-POST   MID=29202, 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
15:12:36.349 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1198, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-5C5CB6475792492B], CON-POST   MID=29202, Token=5C5CB6475792492B, 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
15:12:36.349 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29202], KeyToken[127.0.0.1:8213-5C5CB6475792492B]]
15:12:36.349 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.349 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,213,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29202, Token=5C5CB6475792492B, 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]
15:12:36.349 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.349 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29202]
15:12:36.349 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.349 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1199, 127.0.0.1:8210] replace CON-POST   MID=29202, Token=5C5CB6475792492B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29202, Token=5C5CB6475792492B, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.350 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1199, 127.0.0.1:8210] send response NON-2.05   MID=29202, Token=null, OptionSet={}, "server responds hi"
15:12:36.350 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1199, 127.0.0.1:8210, complete]!
15:12:36.350 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1199, 127.0.0.1:8210, complete] completed NON-2.04   MID=29202, Token=5C5CB6475792492B, 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!
15:12:36.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:8210
15:12:36.350 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,214,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29202, Token=5C5CB6475792492B, 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]
15:12:36.350 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.350 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29202]
15:12:36.350 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.350 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.350 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1198, 127.0.0.1:8213, complete]!
15:12:36.350 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1198, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-5C5CB6475792492B]
15:12:36.350 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1198, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29202]
15:12:36.350 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1198, 127.0.0.1:8213, complete] completed CON-POST   MID=29202, Token=5C5CB6475792492B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29202, Token=5C5CB6475792492B, 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!
15:12:36.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1200, 127.0.0.1:8213] send request
15:12:36.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1200, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1200, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09D5}, 66 1A C6 9B 46 D9 2C 4D D1 EA ED 08 0E 23 74 6C 46 50 7B 4E 78 90 E8 BE
15:12:36.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1200, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29203], CON-POST   MID=29203, 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
15:12:36.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1200, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-903AFC117D83D8E9], CON-POST   MID=29203, Token=903AFC117D83D8E9, 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
15:12:36.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29203], KeyToken[127.0.0.1:8213-903AFC117D83D8E9]]
15:12:36.351 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.351 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,215,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29203, Token=903AFC117D83D8E9, 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]
15:12:36.351 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.351 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29203]
15:12:36.351 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.351 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1201, 127.0.0.1:8210] replace CON-POST   MID=29203, Token=903AFC117D83D8E9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29203, Token=903AFC117D83D8E9, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.351 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1201, 127.0.0.1:8210] send response NON-2.05   MID=29203, Token=null, OptionSet={}, "server responds hi"
15:12:36.352 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1201, 127.0.0.1:8210, complete]!
15:12:36.352 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1201, 127.0.0.1:8210, complete] completed NON-2.04   MID=29203, Token=903AFC117D83D8E9, 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!
15:12:36.352 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.352 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,216,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29203, Token=903AFC117D83D8E9, 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]
15:12:36.352 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29203]
15:12:36.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.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
15:12:36.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1200, 127.0.0.1:8213, complete]!
15:12:36.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1200, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-903AFC117D83D8E9]
15:12:36.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1200, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29203]
15:12:36.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1200, 127.0.0.1:8213, complete] completed CON-POST   MID=29203, Token=903AFC117D83D8E9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29203, Token=903AFC117D83D8E9, 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!
15:12:36.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1202, 127.0.0.1:8213] send request
15:12:36.352 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1202, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1202, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09D6}, B8 F7 92 9A 33 B8 A5 87 0C 67 98 1D 60 2E E1 19 E1 97 05 B6 DC 84 18 38
15:12:36.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1202, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29204], CON-POST   MID=29204, 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
15:12:36.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1202, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-84D95CA5BE64C6ED], CON-POST   MID=29204, Token=84D95CA5BE64C6ED, 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
15:12:36.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29204], KeyToken[127.0.0.1:8213-84D95CA5BE64C6ED]]
15:12:36.353 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.353 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,217,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29204, Token=84D95CA5BE64C6ED, 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]
15:12:36.353 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.353 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29204]
15:12:36.353 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.353 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1203, 127.0.0.1:8210] replace CON-POST   MID=29204, Token=84D95CA5BE64C6ED, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29204, Token=84D95CA5BE64C6ED, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.353 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1203, 127.0.0.1:8210] send response NON-2.05   MID=29204, Token=null, OptionSet={}, "server responds hi"
15:12:36.354 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1203, 127.0.0.1:8210, complete]!
15:12:36.354 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1203, 127.0.0.1:8210, complete] completed NON-2.04   MID=29204, Token=84D95CA5BE64C6ED, 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!
15:12:36.354 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.354 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,218,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29204, Token=84D95CA5BE64C6ED, 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]
15:12:36.354 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29204]
15:12:36.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.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
15:12:36.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1202, 127.0.0.1:8213, complete]!
15:12:36.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1202, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-84D95CA5BE64C6ED]
15:12:36.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1202, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29204]
15:12:36.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1202, 127.0.0.1:8213, complete] completed CON-POST   MID=29204, Token=84D95CA5BE64C6ED, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29204, Token=84D95CA5BE64C6ED, 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!
15:12:36.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1204, 127.0.0.1:8213] send request
15:12:36.354 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1204, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1204, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09D7}, 6C FA 8F 9C 08 8E 40 1E 62 6E E3 51 2F CC C5 3B 4C 8A 72 78 54 6A 39 F4
15:12:36.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1204, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29205], CON-POST   MID=29205, 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
15:12:36.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1204, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-BC18BF7B742C5C14], CON-POST   MID=29205, Token=BC18BF7B742C5C14, 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
15:12:36.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29205], KeyToken[127.0.0.1:8213-BC18BF7B742C5C14]]
15:12:36.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:8213
15:12:36.355 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,219,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29205, Token=BC18BF7B742C5C14, 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]
15:12:36.355 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.355 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29205]
15:12:36.355 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.355 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1205, 127.0.0.1:8210] replace CON-POST   MID=29205, Token=BC18BF7B742C5C14, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29205, Token=BC18BF7B742C5C14, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.355 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1205, 127.0.0.1:8210] send response NON-2.05   MID=29205, Token=null, OptionSet={}, "server responds hi"
15:12:36.356 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1205, 127.0.0.1:8210, complete]!
15:12:36.356 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1205, 127.0.0.1:8210, complete] completed NON-2.04   MID=29205, Token=BC18BF7B742C5C14, 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!
15:12:36.356 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.356 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,220,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29205, Token=BC18BF7B742C5C14, 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]
15:12:36.356 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29205]
15:12:36.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.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
15:12:36.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1204, 127.0.0.1:8213, complete]!
15:12:36.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1204, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-BC18BF7B742C5C14]
15:12:36.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1204, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29205]
15:12:36.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1204, 127.0.0.1:8213, complete] completed CON-POST   MID=29205, Token=BC18BF7B742C5C14, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29205, Token=BC18BF7B742C5C14, 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!
15:12:36.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1206, 127.0.0.1:8213] send request
15:12:36.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1206, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1206, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09D8}, B2 D5 CD C6 04 E6 2C 72 24 A7 37 98 AE 9B 9E C2 AC B0 CF 7D FF D8 96 2F
15:12:36.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1206, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29206], CON-POST   MID=29206, 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
15:12:36.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1206, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-A48EF48A8D3688B2], CON-POST   MID=29206, Token=A48EF48A8D3688B2, 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
15:12:36.357 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29206], KeyToken[127.0.0.1:8213-A48EF48A8D3688B2]]
15:12:36.357 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.357 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,221,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29206, Token=A48EF48A8D3688B2, 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]
15:12:36.357 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29206]
15:12:36.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1207, 127.0.0.1:8210] replace CON-POST   MID=29206, Token=A48EF48A8D3688B2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29206, Token=A48EF48A8D3688B2, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1207, 127.0.0.1:8210] send response NON-2.05   MID=29206, Token=null, OptionSet={}, "server responds hi"
15:12:36.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1207, 127.0.0.1:8210, complete]!
15:12:36.358 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1207, 127.0.0.1:8210, complete] completed NON-2.04   MID=29206, Token=A48EF48A8D3688B2, 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!
15:12:36.358 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.358 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,222,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29206, Token=A48EF48A8D3688B2, 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]
15:12:36.358 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29206]
15:12:36.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1206, 127.0.0.1:8213, complete]!
15:12:36.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1206, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-A48EF48A8D3688B2]
15:12:36.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1206, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29206]
15:12:36.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1206, 127.0.0.1:8213, complete] completed CON-POST   MID=29206, Token=A48EF48A8D3688B2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29206, Token=A48EF48A8D3688B2, 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!
15:12:36.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1208, 127.0.0.1:8213] send request
15:12:36.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1208, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1208, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09D9}, 5C 43 F4 48 4A FA 19 85 A8 22 1A FE 7A 44 37 59 D6 34 79 DF 5F A7 0C A6
15:12:36.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1208, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29207], CON-POST   MID=29207, 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
15:12:36.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1208, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-DC08CE40430983D8], CON-POST   MID=29207, Token=DC08CE40430983D8, 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
15:12:36.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29207], KeyToken[127.0.0.1:8213-DC08CE40430983D8]]
15:12:36.359 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.359 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,223,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29207, Token=DC08CE40430983D8, 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]
15:12:36.359 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.359 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29207]
15:12:36.359 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.359 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1209, 127.0.0.1:8210] replace CON-POST   MID=29207, Token=DC08CE40430983D8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29207, Token=DC08CE40430983D8, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.359 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1209, 127.0.0.1:8210] send response NON-2.05   MID=29207, Token=null, OptionSet={}, "server responds hi"
15:12:36.359 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1209, 127.0.0.1:8210, complete]!
15:12:36.359 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1209, 127.0.0.1:8210, complete] completed NON-2.04   MID=29207, Token=DC08CE40430983D8, 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!
15:12:36.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:8210
15:12:36.360 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,224,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29207, Token=DC08CE40430983D8, 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]
15:12:36.360 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29207]
15:12:36.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.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
15:12:36.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1208, 127.0.0.1:8213, complete]!
15:12:36.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1208, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-DC08CE40430983D8]
15:12:36.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1208, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29207]
15:12:36.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1208, 127.0.0.1:8213, complete] completed CON-POST   MID=29207, Token=DC08CE40430983D8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29207, Token=DC08CE40430983D8, 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!
15:12:36.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1210, 127.0.0.1:8213] send request
15:12:36.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1210, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1210, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09DA}, B8 D3 0D 1F 44 9E A2 E8 3F BA 5E 18 06 CB EF F9 9A 47 09 05 8E B9 FE 64
15:12:36.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1210, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29208], CON-POST   MID=29208, 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
15:12:36.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1210, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-8070D39AE3816332], CON-POST   MID=29208, Token=8070D39AE3816332, 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
15:12:36.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29208], KeyToken[127.0.0.1:8213-8070D39AE3816332]]
15:12:36.361 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.361 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,225,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29208, Token=8070D39AE3816332, 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]
15:12:36.361 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29208]
15:12:36.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1211, 127.0.0.1:8210] replace CON-POST   MID=29208, Token=8070D39AE3816332, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29208, Token=8070D39AE3816332, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1211, 127.0.0.1:8210] send response NON-2.05   MID=29208, Token=null, OptionSet={}, "server responds hi"
15:12:36.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1211, 127.0.0.1:8210, complete]!
15:12:36.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1211, 127.0.0.1:8210, complete] completed NON-2.04   MID=29208, Token=8070D39AE3816332, 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!
15:12:36.361 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.362 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,226,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29208, Token=8070D39AE3816332, 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]
15:12:36.362 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29208]
15:12:36.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.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
15:12:36.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1210, 127.0.0.1:8213, complete]!
15:12:36.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1210, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-8070D39AE3816332]
15:12:36.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1210, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29208]
15:12:36.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1210, 127.0.0.1:8213, complete] completed CON-POST   MID=29208, Token=8070D39AE3816332, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29208, Token=8070D39AE3816332, 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!
15:12:36.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1212, 127.0.0.1:8213] send request
15:12:36.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1212, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1212, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09DB}, 7E ED 8F B0 F7 CF 7D 2F AF 1B CC 89 43 27 81 2A 03 64 C7 C2 A4 E2 1D F1
15:12:36.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1212, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29209], CON-POST   MID=29209, 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
15:12:36.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1212, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-60DEBC739E1A7AF2], CON-POST   MID=29209, Token=60DEBC739E1A7AF2, 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
15:12:36.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29209], KeyToken[127.0.0.1:8213-60DEBC739E1A7AF2]]
15:12:36.363 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.363 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,227,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29209, Token=60DEBC739E1A7AF2, 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]
15:12:36.363 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29209]
15:12:36.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1213, 127.0.0.1:8210] replace CON-POST   MID=29209, Token=60DEBC739E1A7AF2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29209, Token=60DEBC739E1A7AF2, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1213, 127.0.0.1:8210] send response NON-2.05   MID=29209, Token=null, OptionSet={}, "server responds hi"
15:12:36.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1213, 127.0.0.1:8210, complete]!
15:12:36.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1213, 127.0.0.1:8210, complete] completed NON-2.04   MID=29209, Token=60DEBC739E1A7AF2, 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!
15:12:36.363 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.364 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,228,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29209, Token=60DEBC739E1A7AF2, 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]
15:12:36.364 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29209]
15:12:36.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1212, 127.0.0.1:8213, complete]!
15:12:36.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1212, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-60DEBC739E1A7AF2]
15:12:36.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1212, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29209]
15:12:36.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1212, 127.0.0.1:8213, complete] completed CON-POST   MID=29209, Token=60DEBC739E1A7AF2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29209, Token=60DEBC739E1A7AF2, 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!
15:12:36.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1214, 127.0.0.1:8213] send request
15:12:36.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1214, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1214, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09DC}, D5 68 FA E1 DC 66 5F 69 87 09 E2 74 E7 C9 83 7A 53 39 53 C6 BE 3D 89 C3
15:12:36.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1214, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29210], CON-POST   MID=29210, 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
15:12:36.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1214, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-4C7B370CE1EF351C], CON-POST   MID=29210, Token=4C7B370CE1EF351C, 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
15:12:36.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29210], KeyToken[127.0.0.1:8213-4C7B370CE1EF351C]]
15:12:36.365 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.365 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,229,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29210, Token=4C7B370CE1EF351C, 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]
15:12:36.365 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29210]
15:12:36.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1215, 127.0.0.1:8210] replace CON-POST   MID=29210, Token=4C7B370CE1EF351C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29210, Token=4C7B370CE1EF351C, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1215, 127.0.0.1:8210] send response NON-2.05   MID=29210, Token=null, OptionSet={}, "server responds hi"
15:12:36.425 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1215, 127.0.0.1:8210, complete]!
15:12:36.425 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1215, 127.0.0.1:8210, complete] completed NON-2.04   MID=29210, Token=4C7B370CE1EF351C, 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!
15:12:36.425 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.425 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,230,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29210, Token=4C7B370CE1EF351C, 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]
15:12:36.425 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.426 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29210]
15:12:36.426 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.426 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.426 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1214, 127.0.0.1:8213, complete]!
15:12:36.426 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1214, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-4C7B370CE1EF351C]
15:12:36.426 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1214, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29210]
15:12:36.426 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1214, 127.0.0.1:8213, complete] completed CON-POST   MID=29210, Token=4C7B370CE1EF351C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29210, Token=4C7B370CE1EF351C, 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!
15:12:36.426 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1216, 127.0.0.1:8213] send request
15:12:36.426 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1216, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.426 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1216, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09DD}, F7 B4 77 5F D6 F0 B9 B1 22 51 6D 95 C8 E6 C7 8A F4 FA 72 E4 A0 B3 37 55
15:12:36.426 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1216, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29211], CON-POST   MID=29211, 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
15:12:36.426 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1216, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-1C0BA8E15F393055], CON-POST   MID=29211, Token=1C0BA8E15F393055, 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
15:12:36.426 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29211], KeyToken[127.0.0.1:8213-1C0BA8E15F393055]]
15:12:36.426 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.427 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,231,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29211, Token=1C0BA8E15F393055, 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]
15:12:36.427 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.427 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29211]
15:12:36.427 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.427 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1217, 127.0.0.1:8210] replace CON-POST   MID=29211, Token=1C0BA8E15F393055, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29211, Token=1C0BA8E15F393055, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.427 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1217, 127.0.0.1:8210] send response NON-2.05   MID=29211, Token=null, OptionSet={}, "server responds hi"
15:12:36.427 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1217, 127.0.0.1:8210, complete]!
15:12:36.427 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1217, 127.0.0.1:8210, complete] completed NON-2.04   MID=29211, Token=1C0BA8E15F393055, 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!
15:12:36.427 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.427 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,232,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29211, Token=1C0BA8E15F393055, 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]
15:12:36.427 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.428 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29211]
15:12:36.428 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.428 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.428 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1216, 127.0.0.1:8213, complete]!
15:12:36.428 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1216, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-1C0BA8E15F393055]
15:12:36.428 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1216, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29211]
15:12:36.428 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1216, 127.0.0.1:8213, complete] completed CON-POST   MID=29211, Token=1C0BA8E15F393055, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29211, Token=1C0BA8E15F393055, 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!
15:12:36.428 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1218, 127.0.0.1:8213] send request
15:12:36.428 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1218, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.428 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1218, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09DE}, 67 58 76 B0 70 2F 4E 7F 54 50 19 59 C2 28 03 67 45 26 DB 32 85 04 C1 9A
15:12:36.428 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1218, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29212], CON-POST   MID=29212, 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
15:12:36.428 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1218, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-70B7F18860FF06E9], CON-POST   MID=29212, Token=70B7F18860FF06E9, 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
15:12:36.428 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29212], KeyToken[127.0.0.1:8213-70B7F18860FF06E9]]
15:12:36.428 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.429 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,233,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29212, Token=70B7F18860FF06E9, 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]
15:12:36.429 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.429 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29212]
15:12:36.429 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.429 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1219, 127.0.0.1:8210] replace CON-POST   MID=29212, Token=70B7F18860FF06E9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29212, Token=70B7F18860FF06E9, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.429 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1219, 127.0.0.1:8210] send response NON-2.05   MID=29212, Token=null, OptionSet={}, "server responds hi"
15:12:36.429 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1219, 127.0.0.1:8210, complete]!
15:12:36.429 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1219, 127.0.0.1:8210, complete] completed NON-2.04   MID=29212, Token=70B7F18860FF06E9, 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!
15:12:36.429 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.429 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,234,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29212, Token=70B7F18860FF06E9, 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]
15:12:36.429 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.430 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29212]
15:12:36.430 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.430 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.430 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1218, 127.0.0.1:8213, complete]!
15:12:36.430 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1218, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-70B7F18860FF06E9]
15:12:36.430 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1218, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29212]
15:12:36.430 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1218, 127.0.0.1:8213, complete] completed CON-POST   MID=29212, Token=70B7F18860FF06E9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29212, Token=70B7F18860FF06E9, 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!
15:12:36.430 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1220, 127.0.0.1:8213] send request
15:12:36.430 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1220, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.430 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1220, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09DF}, B4 C2 48 DD 70 AA 5C BD 32 C3 4B 8C 10 F5 8C 3C B7 8A 4C C6 14 80 0B D7
15:12:36.430 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1220, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29213], CON-POST   MID=29213, 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
15:12:36.430 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1220, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-E8A82D120A135A88], CON-POST   MID=29213, Token=E8A82D120A135A88, 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
15:12:36.430 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29213], KeyToken[127.0.0.1:8213-E8A82D120A135A88]]
15:12:36.430 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.431 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,235,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29213, Token=E8A82D120A135A88, 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]
15:12:36.431 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.431 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29213]
15:12:36.431 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.431 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1221, 127.0.0.1:8210] replace CON-POST   MID=29213, Token=E8A82D120A135A88, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29213, Token=E8A82D120A135A88, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.431 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1221, 127.0.0.1:8210] send response NON-2.05   MID=29213, Token=null, OptionSet={}, "server responds hi"
15:12:36.431 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1221, 127.0.0.1:8210, complete]!
15:12:36.431 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1221, 127.0.0.1:8210, complete] completed NON-2.04   MID=29213, Token=E8A82D120A135A88, 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!
15:12:36.431 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.431 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,236,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29213, Token=E8A82D120A135A88, 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]
15:12:36.431 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.432 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29213]
15:12:36.432 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.432 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.432 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1220, 127.0.0.1:8213, complete]!
15:12:36.432 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1220, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-E8A82D120A135A88]
15:12:36.432 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1220, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29213]
15:12:36.432 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1220, 127.0.0.1:8213, complete] completed CON-POST   MID=29213, Token=E8A82D120A135A88, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29213, Token=E8A82D120A135A88, 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!
15:12:36.432 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1222, 127.0.0.1:8213] send request
15:12:36.432 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1222, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.432 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1222, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09E0}, D7 63 57 BD F4 80 80 5C B0 D4 C5 13 88 25 8F 0E 4D 83 A8 10 2F FA AF 8C
15:12:36.432 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1222, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29214], CON-POST   MID=29214, 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
15:12:36.432 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1222, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-1CCDC8F857BC9551], CON-POST   MID=29214, Token=1CCDC8F857BC9551, 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
15:12:36.432 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29214], KeyToken[127.0.0.1:8213-1CCDC8F857BC9551]]
15:12:36.432 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.433 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,237,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29214, Token=1CCDC8F857BC9551, 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]
15:12:36.433 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.433 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29214]
15:12:36.433 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.433 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1223, 127.0.0.1:8210] replace CON-POST   MID=29214, Token=1CCDC8F857BC9551, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29214, Token=1CCDC8F857BC9551, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.433 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1223, 127.0.0.1:8210] send response NON-2.05   MID=29214, Token=null, OptionSet={}, "server responds hi"
15:12:36.433 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1223, 127.0.0.1:8210, complete]!
15:12:36.433 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1223, 127.0.0.1:8210, complete] completed NON-2.04   MID=29214, Token=1CCDC8F857BC9551, 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!
15:12:36.433 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.434 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,238,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29214, Token=1CCDC8F857BC9551, 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]
15:12:36.434 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.434 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29214]
15:12:36.434 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.434 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.434 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1222, 127.0.0.1:8213, complete]!
15:12:36.434 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1222, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-1CCDC8F857BC9551]
15:12:36.434 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1222, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29214]
15:12:36.434 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1222, 127.0.0.1:8213, complete] completed CON-POST   MID=29214, Token=1CCDC8F857BC9551, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29214, Token=1CCDC8F857BC9551, 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!
15:12:36.434 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1224, 127.0.0.1:8213] send request
15:12:36.434 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1224, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.434 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1224, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09E1}, 52 03 AB 37 58 F4 BD B6 7B 73 32 71 29 1B 7C CF 7A 53 B8 3C 9B 67 B1 02
15:12:36.434 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1224, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29215], CON-POST   MID=29215, 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
15:12:36.435 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1224, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-246968BEF88C8D93], CON-POST   MID=29215, Token=246968BEF88C8D93, 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
15:12:36.435 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29215], KeyToken[127.0.0.1:8213-246968BEF88C8D93]]
15:12:36.435 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.435 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,239,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29215, Token=246968BEF88C8D93, 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]
15:12:36.435 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.435 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29215]
15:12:36.435 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.435 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1225, 127.0.0.1:8210] replace CON-POST   MID=29215, Token=246968BEF88C8D93, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29215, Token=246968BEF88C8D93, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.435 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1225, 127.0.0.1:8210] send response NON-2.05   MID=29215, Token=null, OptionSet={}, "server responds hi"
15:12:36.435 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1225, 127.0.0.1:8210, complete]!
15:12:36.435 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1225, 127.0.0.1:8210, complete] completed NON-2.04   MID=29215, Token=246968BEF88C8D93, 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!
15:12:36.436 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.436 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,240,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29215, Token=246968BEF88C8D93, 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]
15:12:36.436 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.436 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29215]
15:12:36.436 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.436 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.436 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1224, 127.0.0.1:8213, complete]!
15:12:36.436 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1224, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-246968BEF88C8D93]
15:12:36.436 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1224, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29215]
15:12:36.436 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1224, 127.0.0.1:8213, complete] completed CON-POST   MID=29215, Token=246968BEF88C8D93, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29215, Token=246968BEF88C8D93, 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!
15:12:36.436 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1226, 127.0.0.1:8213] send request
15:12:36.436 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1226, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.436 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1226, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09E2}, 9F 53 C0 67 9C 71 86 21 27 5F E7 75 13 30 6C E9 FB 1B 3C 96 85 03 BD 9E
15:12:36.437 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1226, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29216], CON-POST   MID=29216, 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
15:12:36.437 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1226, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-08B6CECBBA2B2DD4], CON-POST   MID=29216, Token=08B6CECBBA2B2DD4, 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
15:12:36.437 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29216], KeyToken[127.0.0.1:8213-08B6CECBBA2B2DD4]]
15:12:36.437 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.437 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,241,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29216, Token=08B6CECBBA2B2DD4, 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]
15:12:36.437 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.437 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29216]
15:12:36.437 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.437 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1227, 127.0.0.1:8210] replace CON-POST   MID=29216, Token=08B6CECBBA2B2DD4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29216, Token=08B6CECBBA2B2DD4, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.437 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1227, 127.0.0.1:8210] send response NON-2.05   MID=29216, Token=null, OptionSet={}, "server responds hi"
15:12:36.437 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1227, 127.0.0.1:8210, complete]!
15:12:36.437 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1227, 127.0.0.1:8210, complete] completed NON-2.04   MID=29216, Token=08B6CECBBA2B2DD4, 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!
15:12:36.438 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.438 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,242,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29216, Token=08B6CECBBA2B2DD4, 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]
15:12:36.438 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.438 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29216]
15:12:36.438 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.438 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.438 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1226, 127.0.0.1:8213, complete]!
15:12:36.438 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1226, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-08B6CECBBA2B2DD4]
15:12:36.438 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1226, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29216]
15:12:36.438 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1226, 127.0.0.1:8213, complete] completed CON-POST   MID=29216, Token=08B6CECBBA2B2DD4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29216, Token=08B6CECBBA2B2DD4, 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!
15:12:36.438 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1228, 127.0.0.1:8213] send request
15:12:36.438 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1228, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.438 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1228, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09E3}, E1 E5 70 07 3E B1 FE 99 DF 49 0B 6B 30 C6 F9 E2 FD 26 0C 80 74 11 81 6D
15:12:36.438 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1228, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29217], CON-POST   MID=29217, 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
15:12:36.439 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1228, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-6439469590CF48F4], CON-POST   MID=29217, Token=6439469590CF48F4, 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
15:12:36.439 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29217], KeyToken[127.0.0.1:8213-6439469590CF48F4]]
15:12:36.439 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.439 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,243,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29217, Token=6439469590CF48F4, 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]
15:12:36.439 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.439 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29217]
15:12:36.439 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.439 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1229, 127.0.0.1:8210] replace CON-POST   MID=29217, Token=6439469590CF48F4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29217, Token=6439469590CF48F4, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.439 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1229, 127.0.0.1:8210] send response NON-2.05   MID=29217, Token=null, OptionSet={}, "server responds hi"
15:12:36.439 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1229, 127.0.0.1:8210, complete]!
15:12:36.439 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1229, 127.0.0.1:8210, complete] completed NON-2.04   MID=29217, Token=6439469590CF48F4, 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!
15:12:36.440 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.440 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,244,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29217, Token=6439469590CF48F4, 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]
15:12:36.440 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.440 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29217]
15:12:36.440 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.440 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.440 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1228, 127.0.0.1:8213, complete]!
15:12:36.440 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1228, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-6439469590CF48F4]
15:12:36.440 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1228, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29217]
15:12:36.440 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1228, 127.0.0.1:8213, complete] completed CON-POST   MID=29217, Token=6439469590CF48F4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29217, Token=6439469590CF48F4, 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!
15:12:36.440 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1230, 127.0.0.1:8213] send request
15:12:36.440 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1230, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.440 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1230, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09E4}, D7 1B DD EF 09 A7 A1 66 13 29 0F 59 76 B4 1E 13 3A 71 D5 B9 9A 5D 85 D5
15:12:36.440 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1230, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29218], CON-POST   MID=29218, 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
15:12:36.440 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1230, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-6472E10465819F71], CON-POST   MID=29218, Token=6472E10465819F71, 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
15:12:36.440 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29218], KeyToken[127.0.0.1:8213-6472E10465819F71]]
15:12:36.441 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.441 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,245,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29218, Token=6472E10465819F71, 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]
15:12:36.441 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.441 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29218]
15:12:36.441 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.441 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1231, 127.0.0.1:8210] replace CON-POST   MID=29218, Token=6472E10465819F71, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29218, Token=6472E10465819F71, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.441 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1231, 127.0.0.1:8210] send response NON-2.05   MID=29218, Token=null, OptionSet={}, "server responds hi"
15:12:36.441 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1231, 127.0.0.1:8210, complete]!
15:12:36.441 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1231, 127.0.0.1:8210, complete] completed NON-2.04   MID=29218, Token=6472E10465819F71, 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!
15:12:36.441 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.442 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,246,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29218, Token=6472E10465819F71, 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]
15:12:36.442 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.442 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29218]
15:12:36.442 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.442 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.442 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1230, 127.0.0.1:8213, complete]!
15:12:36.442 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1230, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-6472E10465819F71]
15:12:36.442 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1230, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29218]
15:12:36.442 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1230, 127.0.0.1:8213, complete] completed CON-POST   MID=29218, Token=6472E10465819F71, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29218, Token=6472E10465819F71, 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!
15:12:36.442 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1232, 127.0.0.1:8213] send request
15:12:36.442 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1232, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.442 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1232, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09E5}, 71 A0 57 58 CA 31 1C 2C 01 9F 2F E5 04 21 3E 34 E3 EF 46 74 76 CD 06 38
15:12:36.442 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1232, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29219], CON-POST   MID=29219, 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
15:12:36.442 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1232, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-9455ACA9A31C306E], CON-POST   MID=29219, Token=9455ACA9A31C306E, 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
15:12:36.442 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29219], KeyToken[127.0.0.1:8213-9455ACA9A31C306E]]
15:12:36.443 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.443 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,247,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29219, Token=9455ACA9A31C306E, 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]
15:12:36.443 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.443 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29219]
15:12:36.443 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.443 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1233, 127.0.0.1:8210] replace CON-POST   MID=29219, Token=9455ACA9A31C306E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29219, Token=9455ACA9A31C306E, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.443 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1233, 127.0.0.1:8210] send response NON-2.05   MID=29219, Token=null, OptionSet={}, "server responds hi"
15:12:36.443 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1233, 127.0.0.1:8210, complete]!
15:12:36.443 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1233, 127.0.0.1:8210, complete] completed NON-2.04   MID=29219, Token=9455ACA9A31C306E, 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!
15:12:36.443 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.444 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,248,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29219, Token=9455ACA9A31C306E, 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]
15:12:36.444 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.444 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29219]
15:12:36.444 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.444 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.444 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1232, 127.0.0.1:8213, complete]!
15:12:36.444 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1232, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-9455ACA9A31C306E]
15:12:36.444 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1232, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29219]
15:12:36.444 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1232, 127.0.0.1:8213, complete] completed CON-POST   MID=29219, Token=9455ACA9A31C306E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29219, Token=9455ACA9A31C306E, 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!
15:12:36.444 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1234, 127.0.0.1:8213] send request
15:12:36.444 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1234, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.444 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1234, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09E6}, 52 A4 5E 6F 2F 85 8C 39 6F 59 F7 91 A5 58 41 59 34 9D B5 51 A0 1A 56 98
15:12:36.444 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1234, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29220], CON-POST   MID=29220, 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
15:12:36.444 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1234, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-5C93CC09B0AB5940], CON-POST   MID=29220, Token=5C93CC09B0AB5940, 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
15:12:36.444 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29220], KeyToken[127.0.0.1:8213-5C93CC09B0AB5940]]
15:12:36.445 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.445 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,249,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29220, Token=5C93CC09B0AB5940, 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]
15:12:36.445 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.445 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29220]
15:12:36.445 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.445 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1235, 127.0.0.1:8210] replace CON-POST   MID=29220, Token=5C93CC09B0AB5940, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29220, Token=5C93CC09B0AB5940, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.445 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1235, 127.0.0.1:8210] send response NON-2.05   MID=29220, Token=null, OptionSet={}, "server responds hi"
15:12:36.445 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1235, 127.0.0.1:8210, complete]!
15:12:36.445 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1235, 127.0.0.1:8210, complete] completed NON-2.04   MID=29220, Token=5C93CC09B0AB5940, 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!
15:12:36.445 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.445 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,250,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29220, Token=5C93CC09B0AB5940, 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]
15:12:36.446 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.446 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29220]
15:12:36.446 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.446 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.446 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1234, 127.0.0.1:8213, complete]!
15:12:36.446 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1234, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-5C93CC09B0AB5940]
15:12:36.446 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1234, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29220]
15:12:36.446 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1234, 127.0.0.1:8213, complete] completed CON-POST   MID=29220, Token=5C93CC09B0AB5940, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29220, Token=5C93CC09B0AB5940, 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!
15:12:36.446 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1236, 127.0.0.1:8213] send request
15:12:36.446 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1236, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.446 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1236, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09E7}, 9E C7 60 D3 F6 9E 7E 34 9C 71 70 F8 02 D1 37 99 C9 14 D0 29 74 8F A5 E3
15:12:36.446 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1236, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29221], CON-POST   MID=29221, 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
15:12:36.446 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1236, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-EC4E2FC1B6FCB2E8], CON-POST   MID=29221, Token=EC4E2FC1B6FCB2E8, 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
15:12:36.446 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29221], KeyToken[127.0.0.1:8213-EC4E2FC1B6FCB2E8]]
15:12:36.446 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.447 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,251,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29221, Token=EC4E2FC1B6FCB2E8, 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]
15:12:36.447 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.447 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29221]
15:12:36.447 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.447 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1237, 127.0.0.1:8210] replace CON-POST   MID=29221, Token=EC4E2FC1B6FCB2E8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29221, Token=EC4E2FC1B6FCB2E8, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.447 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1237, 127.0.0.1:8210] send response NON-2.05   MID=29221, Token=null, OptionSet={}, "server responds hi"
15:12:36.447 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1237, 127.0.0.1:8210, complete]!
15:12:36.447 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1237, 127.0.0.1:8210, complete] completed NON-2.04   MID=29221, Token=EC4E2FC1B6FCB2E8, 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!
15:12:36.447 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.447 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,252,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29221, Token=EC4E2FC1B6FCB2E8, 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]
15:12:36.447 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.448 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29221]
15:12:36.448 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.448 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.448 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1236, 127.0.0.1:8213, complete]!
15:12:36.448 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1236, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-EC4E2FC1B6FCB2E8]
15:12:36.448 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1236, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29221]
15:12:36.448 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1236, 127.0.0.1:8213, complete] completed CON-POST   MID=29221, Token=EC4E2FC1B6FCB2E8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29221, Token=EC4E2FC1B6FCB2E8, 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!
15:12:36.448 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1238, 127.0.0.1:8213] send request
15:12:36.448 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1238, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.448 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1238, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09E8}, 98 5A 48 1F DC 9D A3 EF D4 C7 6F 95 BE 7B C1 11 BF 44 70 E1 BD 2B 00 03
15:12:36.448 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1238, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29222], CON-POST   MID=29222, 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
15:12:36.448 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1238, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-9C07C6F24E5DE0B7], CON-POST   MID=29222, Token=9C07C6F24E5DE0B7, 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
15:12:36.448 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29222], KeyToken[127.0.0.1:8213-9C07C6F24E5DE0B7]]
15:12:36.448 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.449 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,253,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29222, Token=9C07C6F24E5DE0B7, 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]
15:12:36.449 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.449 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29222]
15:12:36.449 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.449 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1239, 127.0.0.1:8210] replace CON-POST   MID=29222, Token=9C07C6F24E5DE0B7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29222, Token=9C07C6F24E5DE0B7, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.449 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1239, 127.0.0.1:8210] send response NON-2.05   MID=29222, Token=null, OptionSet={}, "server responds hi"
15:12:36.449 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1239, 127.0.0.1:8210, complete]!
15:12:36.449 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1239, 127.0.0.1:8210, complete] completed NON-2.04   MID=29222, Token=9C07C6F24E5DE0B7, 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!
15:12:36.449 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.449 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,254,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29222, Token=9C07C6F24E5DE0B7, 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]
15:12:36.449 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.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:8213-29222]
15:12:36.450 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.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
15:12:36.450 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1238, 127.0.0.1:8213, complete]!
15:12:36.450 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1238, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-9C07C6F24E5DE0B7]
15:12:36.450 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1238, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29222]
15:12:36.450 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1238, 127.0.0.1:8213, complete] completed CON-POST   MID=29222, Token=9C07C6F24E5DE0B7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29222, Token=9C07C6F24E5DE0B7, 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!
15:12:36.450 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1240, 127.0.0.1:8213] send request
15:12:36.450 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1240, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.450 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1240, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09E9}, E4 8F 18 EC AC 1C ED D7 1C 07 CC 36 CC 79 D9 35 44 49 26 C0 43 6F 0F 66
15:12:36.450 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1240, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29223], CON-POST   MID=29223, 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
15:12:36.450 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1240, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-5C3BBB54A16BD1D4], CON-POST   MID=29223, Token=5C3BBB54A16BD1D4, 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
15:12:36.450 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29223], KeyToken[127.0.0.1:8213-5C3BBB54A16BD1D4]]
15:12:36.450 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.450 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,255,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29223, Token=5C3BBB54A16BD1D4, 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]
15:12:36.451 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29223]
15:12:36.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1241, 127.0.0.1:8210] replace CON-POST   MID=29223, Token=5C3BBB54A16BD1D4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29223, Token=5C3BBB54A16BD1D4, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1241, 127.0.0.1:8210] send response NON-2.05   MID=29223, Token=null, OptionSet={}, "server responds hi"
15:12:36.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1241, 127.0.0.1:8210, complete]!
15:12:36.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1241, 127.0.0.1:8210, complete] completed NON-2.04   MID=29223, Token=5C3BBB54A16BD1D4, 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!
15:12:36.451 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.451 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,256,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29223, Token=5C3BBB54A16BD1D4, 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]
15:12:36.451 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29223]
15:12:36.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.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
15:12:36.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1240, 127.0.0.1:8213, complete]!
15:12:36.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1240, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-5C3BBB54A16BD1D4]
15:12:36.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1240, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29223]
15:12:36.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1240, 127.0.0.1:8213, complete] completed CON-POST   MID=29223, Token=5C3BBB54A16BD1D4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29223, Token=5C3BBB54A16BD1D4, 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!
15:12:36.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1242, 127.0.0.1:8213] send request
15:12:36.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1242, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1242, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09EA}, A1 94 FD D3 79 4B B8 4F 6A 06 92 3A DC C6 A1 0C 95 E0 9B 77 CE 0A 57 2F
15:12:36.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1242, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29224], CON-POST   MID=29224, 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
15:12:36.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1242, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-F4E2951CFBF4D495], CON-POST   MID=29224, Token=F4E2951CFBF4D495, 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
15:12:36.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29224], KeyToken[127.0.0.1:8213-F4E2951CFBF4D495]]
15:12:36.452 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.452 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,257,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29224, Token=F4E2951CFBF4D495, 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]
15:12:36.452 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.452 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29224]
15:12:36.452 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.453 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1243, 127.0.0.1:8210] replace CON-POST   MID=29224, Token=F4E2951CFBF4D495, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29224, Token=F4E2951CFBF4D495, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.453 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1243, 127.0.0.1:8210] send response NON-2.05   MID=29224, Token=null, OptionSet={}, "server responds hi"
15:12:36.453 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1243, 127.0.0.1:8210, complete]!
15:12:36.453 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1243, 127.0.0.1:8210, complete] completed NON-2.04   MID=29224, Token=F4E2951CFBF4D495, 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!
15:12:36.453 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.453 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,258,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29224, Token=F4E2951CFBF4D495, 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]
15:12:36.453 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29224]
15:12:36.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.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
15:12:36.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1242, 127.0.0.1:8213, complete]!
15:12:36.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1242, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-F4E2951CFBF4D495]
15:12:36.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1242, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29224]
15:12:36.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1242, 127.0.0.1:8213, complete] completed CON-POST   MID=29224, Token=F4E2951CFBF4D495, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29224, Token=F4E2951CFBF4D495, 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!
15:12:36.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1244, 127.0.0.1:8213] send request
15:12:36.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1244, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1244, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09EB}, FB AD 13 A8 03 D0 A4 DA 7D D4 71 C4 7C 7B A8 56 9E 3C B4 5A 10 B0 B7 36
15:12:36.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1244, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29225], CON-POST   MID=29225, 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
15:12:36.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1244, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-40B5E319EB2E8393], CON-POST   MID=29225, Token=40B5E319EB2E8393, 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
15:12:36.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29225], KeyToken[127.0.0.1:8213-40B5E319EB2E8393]]
15:12:36.454 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.454 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,259,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29225, Token=40B5E319EB2E8393, 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]
15:12:36.454 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29225]
15:12:36.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1245, 127.0.0.1:8210] replace CON-POST   MID=29225, Token=40B5E319EB2E8393, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29225, Token=40B5E319EB2E8393, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1245, 127.0.0.1:8210] send response NON-2.05   MID=29225, Token=null, OptionSet={}, "server responds hi"
15:12:36.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1245, 127.0.0.1:8210, complete]!
15:12:36.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1245, 127.0.0.1:8210, complete] completed NON-2.04   MID=29225, Token=40B5E319EB2E8393, 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!
15:12:36.455 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.455 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,260,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29225, Token=40B5E319EB2E8393, 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]
15:12:36.455 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29225]
15:12:36.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.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
15:12:36.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1244, 127.0.0.1:8213, complete]!
15:12:36.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1244, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-40B5E319EB2E8393]
15:12:36.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1244, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29225]
15:12:36.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1244, 127.0.0.1:8213, complete] completed CON-POST   MID=29225, Token=40B5E319EB2E8393, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29225, Token=40B5E319EB2E8393, 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!
15:12:36.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1246, 127.0.0.1:8213] send request
15:12:36.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1246, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1246, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09EC}, 84 F5 2F B2 0A 34 30 10 C8 C9 64 0E D3 BE 85 B4 61 05 8C 28 95 CD A2 14
15:12:36.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1246, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29226], CON-POST   MID=29226, 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
15:12:36.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1246, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-6C8B5ED174F016C2], CON-POST   MID=29226, Token=6C8B5ED174F016C2, 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
15:12:36.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29226], KeyToken[127.0.0.1:8213-6C8B5ED174F016C2]]
15:12:36.456 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.456 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,261,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29226, Token=6C8B5ED174F016C2, 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]
15:12:36.456 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.456 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29226]
15:12:36.456 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.457 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1247, 127.0.0.1:8210] replace CON-POST   MID=29226, Token=6C8B5ED174F016C2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29226, Token=6C8B5ED174F016C2, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.457 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1247, 127.0.0.1:8210] send response NON-2.05   MID=29226, Token=null, OptionSet={}, "server responds hi"
15:12:36.457 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1247, 127.0.0.1:8210, complete]!
15:12:36.457 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1247, 127.0.0.1:8210, complete] completed NON-2.04   MID=29226, Token=6C8B5ED174F016C2, 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!
15:12:36.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:8210
15:12:36.457 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,262,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29226, Token=6C8B5ED174F016C2, 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]
15:12:36.457 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.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:8213-29226]
15:12:36.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.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
15:12:36.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1246, 127.0.0.1:8213, complete]!
15:12:36.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1246, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-6C8B5ED174F016C2]
15:12:36.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1246, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29226]
15:12:36.457 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1246, 127.0.0.1:8213, complete] completed CON-POST   MID=29226, Token=6C8B5ED174F016C2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29226, Token=6C8B5ED174F016C2, 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!
15:12:36.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1248, 127.0.0.1:8213] send request
15:12:36.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1248, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1248, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09ED}, A7 AC C7 6A B8 32 BC 51 A9 0E E6 A1 C1 AD 09 8A BD 84 26 FE 63 2D 02 7F
15:12:36.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1248, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29227], CON-POST   MID=29227, 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
15:12:36.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1248, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-20507E1B17E4CECC], CON-POST   MID=29227, Token=20507E1B17E4CECC, 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
15:12:36.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29227], KeyToken[127.0.0.1:8213-20507E1B17E4CECC]]
15:12:36.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:8213
15:12:36.458 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,263,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29227, Token=20507E1B17E4CECC, 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]
15:12:36.458 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.458 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29227]
15:12:36.458 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.458 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1249, 127.0.0.1:8210] replace CON-POST   MID=29227, Token=20507E1B17E4CECC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29227, Token=20507E1B17E4CECC, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.458 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1249, 127.0.0.1:8210] send response NON-2.05   MID=29227, Token=null, OptionSet={}, "server responds hi"
15:12:36.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1249, 127.0.0.1:8210, complete]!
15:12:36.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1249, 127.0.0.1:8210, complete] completed NON-2.04   MID=29227, Token=20507E1B17E4CECC, 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!
15:12:36.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:8210
15:12:36.459 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,264,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29227, Token=20507E1B17E4CECC, 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]
15:12:36.459 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.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:8213-29227]
15:12:36.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.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
15:12:36.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1248, 127.0.0.1:8213, complete]!
15:12:36.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1248, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-20507E1B17E4CECC]
15:12:36.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1248, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29227]
15:12:36.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1248, 127.0.0.1:8213, complete] completed CON-POST   MID=29227, Token=20507E1B17E4CECC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29227, Token=20507E1B17E4CECC, 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!
15:12:36.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1250, 127.0.0.1:8213] send request
15:12:36.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1250, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1250, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09EE}, 27 D3 C7 80 6C 43 34 16 A6 BB 6E C2 35 75 9E 31 00 8E CF A1 28 DC 8D C0
15:12:36.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1250, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29228], CON-POST   MID=29228, 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
15:12:36.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1250, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-B8756B905ACE0E8C], CON-POST   MID=29228, Token=B8756B905ACE0E8C, 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
15:12:36.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29228], KeyToken[127.0.0.1:8213-B8756B905ACE0E8C]]
15:12:36.460 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.460 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,265,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29228, Token=B8756B905ACE0E8C, 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]
15:12:36.460 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.460 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29228]
15:12:36.460 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.460 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1251, 127.0.0.1:8210] replace CON-POST   MID=29228, Token=B8756B905ACE0E8C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29228, Token=B8756B905ACE0E8C, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.460 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1251, 127.0.0.1:8210] send response NON-2.05   MID=29228, Token=null, OptionSet={}, "server responds hi"
15:12:36.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1251, 127.0.0.1:8210, complete]!
15:12:36.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1251, 127.0.0.1:8210, complete] completed NON-2.04   MID=29228, Token=B8756B905ACE0E8C, 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!
15:12:36.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:8210
15:12:36.461 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,266,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29228, Token=B8756B905ACE0E8C, 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]
15:12:36.461 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29228]
15:12:36.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1250, 127.0.0.1:8213, complete]!
15:12:36.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1250, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-B8756B905ACE0E8C]
15:12:36.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1250, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29228]
15:12:36.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1250, 127.0.0.1:8213, complete] completed CON-POST   MID=29228, Token=B8756B905ACE0E8C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29228, Token=B8756B905ACE0E8C, 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!
15:12:36.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1252, 127.0.0.1:8213] send request
15:12:36.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1252, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1252, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09EF}, 63 33 8C 8E 23 41 E4 E0 48 23 84 76 53 B3 FA 8E 2E 61 4F CA 59 3D 4F A3
15:12:36.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1252, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29229], CON-POST   MID=29229, 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
15:12:36.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1252, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-D4BE8412E47095D9], CON-POST   MID=29229, Token=D4BE8412E47095D9, 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
15:12:36.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29229], KeyToken[127.0.0.1:8213-D4BE8412E47095D9]]
15:12:36.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:8213
15:12:36.462 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,267,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29229, Token=D4BE8412E47095D9, 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]
15:12:36.462 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.462 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29229]
15:12:36.462 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.462 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1253, 127.0.0.1:8210] replace CON-POST   MID=29229, Token=D4BE8412E47095D9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29229, Token=D4BE8412E47095D9, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.462 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1253, 127.0.0.1:8210] send response NON-2.05   MID=29229, Token=null, OptionSet={}, "server responds hi"
15:12:36.463 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1253, 127.0.0.1:8210, complete]!
15:12:36.463 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1253, 127.0.0.1:8210, complete] completed NON-2.04   MID=29229, Token=D4BE8412E47095D9, 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!
15:12:36.463 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.463 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,268,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29229, Token=D4BE8412E47095D9, 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]
15:12:36.463 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29229]
15:12:36.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.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
15:12:36.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1252, 127.0.0.1:8213, complete]!
15:12:36.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1252, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-D4BE8412E47095D9]
15:12:36.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1252, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29229]
15:12:36.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1252, 127.0.0.1:8213, complete] completed CON-POST   MID=29229, Token=D4BE8412E47095D9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29229, Token=D4BE8412E47095D9, 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!
15:12:36.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1254, 127.0.0.1:8213] send request
15:12:36.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1254, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1254, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09F0}, 65 CD 6A E4 F4 04 D8 44 C6 21 26 66 8F FC 5A 2A 96 58 26 65 E7 01 D1 A7
15:12:36.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1254, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29230], CON-POST   MID=29230, 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
15:12:36.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1254, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-5C6028248793BAA2], CON-POST   MID=29230, Token=5C6028248793BAA2, 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
15:12:36.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29230], KeyToken[127.0.0.1:8213-5C6028248793BAA2]]
15:12:36.464 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.464 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,269,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29230, Token=5C6028248793BAA2, 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]
15:12:36.464 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.464 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29230]
15:12:36.464 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.464 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1255, 127.0.0.1:8210] replace CON-POST   MID=29230, Token=5C6028248793BAA2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29230, Token=5C6028248793BAA2, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.464 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1255, 127.0.0.1:8210] send response NON-2.05   MID=29230, Token=null, OptionSet={}, "server responds hi"
15:12:36.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1255, 127.0.0.1:8210, complete]!
15:12:36.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1255, 127.0.0.1:8210, complete] completed NON-2.04   MID=29230, Token=5C6028248793BAA2, 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!
15:12:36.465 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.465 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,270,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29230, Token=5C6028248793BAA2, 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]
15:12:36.465 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29230]
15:12:36.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.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
15:12:36.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1254, 127.0.0.1:8213, complete]!
15:12:36.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1254, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-5C6028248793BAA2]
15:12:36.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1254, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29230]
15:12:36.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1254, 127.0.0.1:8213, complete] completed CON-POST   MID=29230, Token=5C6028248793BAA2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29230, Token=5C6028248793BAA2, 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!
15:12:36.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1256, 127.0.0.1:8213] send request
15:12:36.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1256, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.465 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1256, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09F1}, 64 C4 D9 21 17 AE D4 90 ED 96 8D B0 B6 80 72 AA 8F 3B 31 59 BF C1 68 6B
15:12:36.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1256, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29231], CON-POST   MID=29231, 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
15:12:36.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1256, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-78FC883A284E8D9C], CON-POST   MID=29231, Token=78FC883A284E8D9C, 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
15:12:36.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29231], KeyToken[127.0.0.1:8213-78FC883A284E8D9C]]
15:12:36.466 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.466 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,271,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29231, Token=78FC883A284E8D9C, 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]
15:12:36.466 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.466 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29231]
15:12:36.466 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.466 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1257, 127.0.0.1:8210] replace CON-POST   MID=29231, Token=78FC883A284E8D9C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29231, Token=78FC883A284E8D9C, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.466 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1257, 127.0.0.1:8210] send response NON-2.05   MID=29231, Token=null, OptionSet={}, "server responds hi"
15:12:36.466 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1257, 127.0.0.1:8210, complete]!
15:12:36.466 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1257, 127.0.0.1:8210, complete] completed NON-2.04   MID=29231, Token=78FC883A284E8D9C, 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!
15:12:36.467 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.467 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,272,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29231, Token=78FC883A284E8D9C, 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]
15:12:36.467 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29231]
15:12:36.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.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
15:12:36.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1256, 127.0.0.1:8213, complete]!
15:12:36.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1256, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-78FC883A284E8D9C]
15:12:36.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1256, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29231]
15:12:36.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1256, 127.0.0.1:8213, complete] completed CON-POST   MID=29231, Token=78FC883A284E8D9C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29231, Token=78FC883A284E8D9C, 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!
15:12:36.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1258, 127.0.0.1:8213] send request
15:12:36.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1258, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1258, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09F2}, 69 FD 96 16 05 CF 55 3B 28 82 8C 6C 9E 43 40 FE 82 13 D1 BB 42 FF 71 A9
15:12:36.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1258, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29232], CON-POST   MID=29232, 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
15:12:36.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1258, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-F08A24C129AEFC08], CON-POST   MID=29232, Token=F08A24C129AEFC08, 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
15:12:36.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29232], KeyToken[127.0.0.1:8213-F08A24C129AEFC08]]
15:12:36.468 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.468 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,273,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29232, Token=F08A24C129AEFC08, 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]
15:12:36.468 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.468 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29232]
15:12:36.468 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.468 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1259, 127.0.0.1:8210] replace CON-POST   MID=29232, Token=F08A24C129AEFC08, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29232, Token=F08A24C129AEFC08, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.468 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1259, 127.0.0.1:8210] send response NON-2.05   MID=29232, Token=null, OptionSet={}, "server responds hi"
15:12:36.468 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1259, 127.0.0.1:8210, complete]!
15:12:36.468 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1259, 127.0.0.1:8210, complete] completed NON-2.04   MID=29232, Token=F08A24C129AEFC08, 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!
15:12:36.468 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.469 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,274,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29232, Token=F08A24C129AEFC08, 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]
15:12:36.469 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29232]
15:12:36.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.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
15:12:36.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1258, 127.0.0.1:8213, complete]!
15:12:36.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1258, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-F08A24C129AEFC08]
15:12:36.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1258, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29232]
15:12:36.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1258, 127.0.0.1:8213, complete] completed CON-POST   MID=29232, Token=F08A24C129AEFC08, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29232, Token=F08A24C129AEFC08, 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!
15:12:36.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1260, 127.0.0.1:8213] send request
15:12:36.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1260, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1260, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09F3}, B6 28 F4 B7 3B 4D 73 58 0E 6E 91 00 E6 5F 4F 6B D0 B1 A3 38 47 23 EB B9
15:12:36.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1260, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29233], CON-POST   MID=29233, 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
15:12:36.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1260, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-1C5021F22E8F1C8C], CON-POST   MID=29233, Token=1C5021F22E8F1C8C, 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
15:12:36.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29233], KeyToken[127.0.0.1:8213-1C5021F22E8F1C8C]]
15:12:36.469 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.470 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,275,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29233, Token=1C5021F22E8F1C8C, 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]
15:12:36.470 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.470 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29233]
15:12:36.470 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.470 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1261, 127.0.0.1:8210] replace CON-POST   MID=29233, Token=1C5021F22E8F1C8C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29233, Token=1C5021F22E8F1C8C, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.470 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1261, 127.0.0.1:8210] send response NON-2.05   MID=29233, Token=null, OptionSet={}, "server responds hi"
15:12:36.470 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1261, 127.0.0.1:8210, complete]!
15:12:36.470 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1261, 127.0.0.1:8210, complete] completed NON-2.04   MID=29233, Token=1C5021F22E8F1C8C, 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!
15:12:36.470 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.470 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,276,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29233, Token=1C5021F22E8F1C8C, 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]
15:12:36.470 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29233]
15:12:36.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.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
15:12:36.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1260, 127.0.0.1:8213, complete]!
15:12:36.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1260, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-1C5021F22E8F1C8C]
15:12:36.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1260, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29233]
15:12:36.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1260, 127.0.0.1:8213, complete] completed CON-POST   MID=29233, Token=1C5021F22E8F1C8C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29233, Token=1C5021F22E8F1C8C, 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!
15:12:36.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1262, 127.0.0.1:8213] send request
15:12:36.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1262, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1262, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09F4}, 36 43 D7 24 1E 94 74 16 D3 5B C7 F8 D4 B5 6E BD 21 1F EF 82 70 61 96 98
15:12:36.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1262, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29234], CON-POST   MID=29234, 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
15:12:36.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1262, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-A0732DBBF4414EF8], CON-POST   MID=29234, Token=A0732DBBF4414EF8, 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
15:12:36.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29234], KeyToken[127.0.0.1:8213-A0732DBBF4414EF8]]
15:12:36.471 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.471 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,277,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29234, Token=A0732DBBF4414EF8, 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]
15:12:36.471 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.471 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29234]
15:12:36.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1263, 127.0.0.1:8210] replace CON-POST   MID=29234, Token=A0732DBBF4414EF8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29234, Token=A0732DBBF4414EF8, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1263, 127.0.0.1:8210] send response NON-2.05   MID=29234, Token=null, OptionSet={}, "server responds hi"
15:12:36.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1263, 127.0.0.1:8210, complete]!
15:12:36.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1263, 127.0.0.1:8210, complete] completed NON-2.04   MID=29234, Token=A0732DBBF4414EF8, 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!
15:12:36.525 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.525 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,278,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29234, Token=A0732DBBF4414EF8, 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]
15:12:36.525 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.525 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29234]
15:12:36.525 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.525 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.525 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1262, 127.0.0.1:8213, complete]!
15:12:36.525 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1262, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-A0732DBBF4414EF8]
15:12:36.525 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1262, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29234]
15:12:36.525 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1262, 127.0.0.1:8213, complete] completed CON-POST   MID=29234, Token=A0732DBBF4414EF8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29234, Token=A0732DBBF4414EF8, 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!
15:12:36.526 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1264, 127.0.0.1:8213] send request
15:12:36.526 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1264, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.526 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1264, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09F5}, C1 69 77 52 2A 4E BB 77 44 C5 E2 E3 EB DF 03 12 FA C7 A9 94 60 44 87 43
15:12:36.526 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1264, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29235], CON-POST   MID=29235, 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
15:12:36.526 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1264, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-C4B336ECDDA33A41], CON-POST   MID=29235, Token=C4B336ECDDA33A41, 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
15:12:36.526 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29235], KeyToken[127.0.0.1:8213-C4B336ECDDA33A41]]
15:12:36.526 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.526 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,279,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29235, Token=C4B336ECDDA33A41, 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]
15:12:36.526 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.526 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29235]
15:12:36.526 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.527 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1265, 127.0.0.1:8210] replace CON-POST   MID=29235, Token=C4B336ECDDA33A41, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29235, Token=C4B336ECDDA33A41, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.527 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1265, 127.0.0.1:8210] send response NON-2.05   MID=29235, Token=null, OptionSet={}, "server responds hi"
15:12:36.527 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1265, 127.0.0.1:8210, complete]!
15:12:36.527 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1265, 127.0.0.1:8210, complete] completed NON-2.04   MID=29235, Token=C4B336ECDDA33A41, 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!
15:12:36.527 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.527 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,280,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29235, Token=C4B336ECDDA33A41, 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]
15:12:36.527 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.527 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29235]
15:12:36.527 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.527 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.527 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1264, 127.0.0.1:8213, complete]!
15:12:36.527 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1264, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-C4B336ECDDA33A41]
15:12:36.527 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1264, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29235]
15:12:36.527 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1264, 127.0.0.1:8213, complete] completed CON-POST   MID=29235, Token=C4B336ECDDA33A41, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29235, Token=C4B336ECDDA33A41, 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!
15:12:36.528 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1266, 127.0.0.1:8213] send request
15:12:36.528 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1266, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.528 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1266, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09F6}, 67 92 43 1F 6C 15 A4 23 EC 80 D1 0A AF 92 26 98 50 E6 A7 46 55 32 2B F0
15:12:36.528 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1266, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29236], CON-POST   MID=29236, 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
15:12:36.528 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1266, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-5C8C5116EA2124AA], CON-POST   MID=29236, Token=5C8C5116EA2124AA, 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
15:12:36.528 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29236], KeyToken[127.0.0.1:8213-5C8C5116EA2124AA]]
15:12:36.528 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.528 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,281,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29236, Token=5C8C5116EA2124AA, 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]
15:12:36.528 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.528 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29236]
15:12:36.528 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.529 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1267, 127.0.0.1:8210] replace CON-POST   MID=29236, Token=5C8C5116EA2124AA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29236, Token=5C8C5116EA2124AA, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.529 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1267, 127.0.0.1:8210] send response NON-2.05   MID=29236, Token=null, OptionSet={}, "server responds hi"
15:12:36.529 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1267, 127.0.0.1:8210, complete]!
15:12:36.529 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1267, 127.0.0.1:8210, complete] completed NON-2.04   MID=29236, Token=5C8C5116EA2124AA, 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!
15:12:36.529 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.529 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,282,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29236, Token=5C8C5116EA2124AA, 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]
15:12:36.529 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.529 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29236]
15:12:36.529 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.529 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.529 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1266, 127.0.0.1:8213, complete]!
15:12:36.529 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1266, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-5C8C5116EA2124AA]
15:12:36.529 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1266, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29236]
15:12:36.529 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1266, 127.0.0.1:8213, complete] completed CON-POST   MID=29236, Token=5C8C5116EA2124AA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29236, Token=5C8C5116EA2124AA, 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!
15:12:36.530 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1268, 127.0.0.1:8213] send request
15:12:36.530 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1268, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.530 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1268, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09F7}, 4E 2F 4D 09 D4 9D AC 99 4B 3C 7D 45 91 BF 65 26 C6 88 51 25 90 18 B7 A3
15:12:36.530 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1268, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29237], CON-POST   MID=29237, 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
15:12:36.530 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1268, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-6C64C5C10ACB694C], CON-POST   MID=29237, Token=6C64C5C10ACB694C, 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
15:12:36.530 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29237], KeyToken[127.0.0.1:8213-6C64C5C10ACB694C]]
15:12:36.530 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.530 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,283,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29237, Token=6C64C5C10ACB694C, 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]
15:12:36.530 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.530 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29237]
15:12:36.530 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.530 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1269, 127.0.0.1:8210] replace CON-POST   MID=29237, Token=6C64C5C10ACB694C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29237, Token=6C64C5C10ACB694C, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.531 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1269, 127.0.0.1:8210] send response NON-2.05   MID=29237, Token=null, OptionSet={}, "server responds hi"
15:12:36.531 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1269, 127.0.0.1:8210, complete]!
15:12:36.531 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1269, 127.0.0.1:8210, complete] completed NON-2.04   MID=29237, Token=6C64C5C10ACB694C, 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!
15:12:36.531 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.531 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,284,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29237, Token=6C64C5C10ACB694C, 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]
15:12:36.531 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.531 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29237]
15:12:36.531 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.531 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.531 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1268, 127.0.0.1:8213, complete]!
15:12:36.531 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1268, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-6C64C5C10ACB694C]
15:12:36.531 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1268, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29237]
15:12:36.531 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1268, 127.0.0.1:8213, complete] completed CON-POST   MID=29237, Token=6C64C5C10ACB694C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29237, Token=6C64C5C10ACB694C, 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!
15:12:36.531 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1270, 127.0.0.1:8213] send request
15:12:36.532 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1270, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.532 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1270, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09F8}, 91 BA C7 70 98 54 C9 9E 83 A0 19 23 B6 49 37 42 5B E5 5D 0C 9E B7 CE 42
15:12:36.532 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1270, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29238], CON-POST   MID=29238, 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
15:12:36.532 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1270, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-CC29FF014777B119], CON-POST   MID=29238, Token=CC29FF014777B119, 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
15:12:36.532 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29238], KeyToken[127.0.0.1:8213-CC29FF014777B119]]
15:12:36.532 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.532 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,285,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29238, Token=CC29FF014777B119, 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]
15:12:36.532 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.532 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29238]
15:12:36.532 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.532 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1271, 127.0.0.1:8210] replace CON-POST   MID=29238, Token=CC29FF014777B119, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29238, Token=CC29FF014777B119, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.532 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1271, 127.0.0.1:8210] send response NON-2.05   MID=29238, Token=null, OptionSet={}, "server responds hi"
15:12:36.533 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1271, 127.0.0.1:8210, complete]!
15:12:36.533 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1271, 127.0.0.1:8210, complete] completed NON-2.04   MID=29238, Token=CC29FF014777B119, 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!
15:12:36.533 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.533 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,286,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29238, Token=CC29FF014777B119, 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]
15:12:36.533 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.533 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29238]
15:12:36.533 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.533 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.533 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1270, 127.0.0.1:8213, complete]!
15:12:36.533 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1270, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-CC29FF014777B119]
15:12:36.533 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1270, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29238]
15:12:36.533 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1270, 127.0.0.1:8213, complete] completed CON-POST   MID=29238, Token=CC29FF014777B119, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29238, Token=CC29FF014777B119, 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!
15:12:36.533 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1272, 127.0.0.1:8213] send request
15:12:36.533 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1272, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.534 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1272, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09F9}, 04 E2 B3 A1 B5 4C 6E 8A 74 EE D6 FD A7 FE 1C 5F 98 C9 44 85 CC 3A EB 61
15:12:36.534 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1272, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29239], CON-POST   MID=29239, 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
15:12:36.534 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1272, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-1078EC68ED68F92C], CON-POST   MID=29239, Token=1078EC68ED68F92C, 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
15:12:36.534 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29239], KeyToken[127.0.0.1:8213-1078EC68ED68F92C]]
15:12:36.534 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.534 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,287,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29239, Token=1078EC68ED68F92C, 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]
15:12:36.534 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.534 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29239]
15:12:36.534 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.534 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1273, 127.0.0.1:8210] replace CON-POST   MID=29239, Token=1078EC68ED68F92C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29239, Token=1078EC68ED68F92C, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.534 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1273, 127.0.0.1:8210] send response NON-2.05   MID=29239, Token=null, OptionSet={}, "server responds hi"
15:12:36.534 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1273, 127.0.0.1:8210, complete]!
15:12:36.534 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1273, 127.0.0.1:8210, complete] completed NON-2.04   MID=29239, Token=1078EC68ED68F92C, 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!
15:12:36.535 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.535 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,288,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29239, Token=1078EC68ED68F92C, 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]
15:12:36.535 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.535 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29239]
15:12:36.535 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.535 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.535 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1272, 127.0.0.1:8213, complete]!
15:12:36.535 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1272, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-1078EC68ED68F92C]
15:12:36.535 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1272, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29239]
15:12:36.535 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1272, 127.0.0.1:8213, complete] completed CON-POST   MID=29239, Token=1078EC68ED68F92C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29239, Token=1078EC68ED68F92C, 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!
15:12:36.535 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1274, 127.0.0.1:8213] send request
15:12:36.535 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1274, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.535 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1274, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09FA}, A9 84 D9 04 FB 6D 49 52 E0 E8 35 A7 DD F2 64 33 C2 38 51 A4 68 05 76 73
15:12:36.536 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1274, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29240], CON-POST   MID=29240, 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
15:12:36.536 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1274, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-A84B24414F812560], CON-POST   MID=29240, Token=A84B24414F812560, 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
15:12:36.536 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29240], KeyToken[127.0.0.1:8213-A84B24414F812560]]
15:12:36.536 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.536 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,289,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29240, Token=A84B24414F812560, 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]
15:12:36.536 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.536 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29240]
15:12:36.536 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.536 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1275, 127.0.0.1:8210] replace CON-POST   MID=29240, Token=A84B24414F812560, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29240, Token=A84B24414F812560, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.536 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1275, 127.0.0.1:8210] send response NON-2.05   MID=29240, Token=null, OptionSet={}, "server responds hi"
15:12:36.536 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1275, 127.0.0.1:8210, complete]!
15:12:36.536 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1275, 127.0.0.1:8210, complete] completed NON-2.04   MID=29240, Token=A84B24414F812560, 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!
15:12:36.537 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.537 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,290,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29240, Token=A84B24414F812560, 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]
15:12:36.537 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.537 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29240]
15:12:36.537 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.537 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.537 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1274, 127.0.0.1:8213, complete]!
15:12:36.537 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1274, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-A84B24414F812560]
15:12:36.537 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1274, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29240]
15:12:36.537 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1274, 127.0.0.1:8213, complete] completed CON-POST   MID=29240, Token=A84B24414F812560, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29240, Token=A84B24414F812560, 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!
15:12:36.537 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1276, 127.0.0.1:8213] send request
15:12:36.537 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1276, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.537 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1276, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09FB}, 00 CF 79 68 6B 62 49 27 C1 EC 98 34 20 DC 04 27 CC 18 47 BF 29 20 E8 13
15:12:36.537 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1276, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29241], CON-POST   MID=29241, 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
15:12:36.537 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1276, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-D03903CED1730384], CON-POST   MID=29241, Token=D03903CED1730384, 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
15:12:36.538 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29241], KeyToken[127.0.0.1:8213-D03903CED1730384]]
15:12:36.538 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.538 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,291,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29241, Token=D03903CED1730384, 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]
15:12:36.538 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.538 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29241]
15:12:36.538 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.538 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1277, 127.0.0.1:8210] replace CON-POST   MID=29241, Token=D03903CED1730384, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29241, Token=D03903CED1730384, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.538 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1277, 127.0.0.1:8210] send response NON-2.05   MID=29241, Token=null, OptionSet={}, "server responds hi"
15:12:36.538 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1277, 127.0.0.1:8210, complete]!
15:12:36.538 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1277, 127.0.0.1:8210, complete] completed NON-2.04   MID=29241, Token=D03903CED1730384, 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!
15:12:36.538 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.539 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,292,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29241, Token=D03903CED1730384, 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]
15:12:36.539 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.539 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29241]
15:12:36.539 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.539 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.539 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1276, 127.0.0.1:8213, complete]!
15:12:36.539 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1276, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-D03903CED1730384]
15:12:36.539 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1276, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29241]
15:12:36.539 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1276, 127.0.0.1:8213, complete] completed CON-POST   MID=29241, Token=D03903CED1730384, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29241, Token=D03903CED1730384, 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!
15:12:36.539 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1278, 127.0.0.1:8213] send request
15:12:36.539 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1278, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.539 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1278, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09FC}, 62 DB 8A 4F AF DC 10 EC 34 32 56 A0 8A E3 9D B3 E6 7D FF 14 F8 CF 2F 0F
15:12:36.539 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1278, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29242], CON-POST   MID=29242, 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
15:12:36.539 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1278, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-D800B52783DFFDA2], CON-POST   MID=29242, Token=D800B52783DFFDA2, 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
15:12:36.539 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29242], KeyToken[127.0.0.1:8213-D800B52783DFFDA2]]
15:12:36.540 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.540 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,293,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29242, Token=D800B52783DFFDA2, 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]
15:12:36.540 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.540 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29242]
15:12:36.540 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.540 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1279, 127.0.0.1:8210] replace CON-POST   MID=29242, Token=D800B52783DFFDA2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29242, Token=D800B52783DFFDA2, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.540 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1279, 127.0.0.1:8210] send response NON-2.05   MID=29242, Token=null, OptionSet={}, "server responds hi"
15:12:36.540 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1279, 127.0.0.1:8210, complete]!
15:12:36.540 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1279, 127.0.0.1:8210, complete] completed NON-2.04   MID=29242, Token=D800B52783DFFDA2, 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!
15:12:36.540 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.541 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,294,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29242, Token=D800B52783DFFDA2, 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]
15:12:36.541 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.541 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29242]
15:12:36.541 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.541 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.541 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1278, 127.0.0.1:8213, complete]!
15:12:36.541 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1278, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-D800B52783DFFDA2]
15:12:36.541 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1278, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29242]
15:12:36.541 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1278, 127.0.0.1:8213, complete] completed CON-POST   MID=29242, Token=D800B52783DFFDA2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29242, Token=D800B52783DFFDA2, 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!
15:12:36.541 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1280, 127.0.0.1:8213] send request
15:12:36.541 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1280, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.541 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1280, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09FD}, A6 D2 E2 17 68 97 04 38 34 40 97 E2 EE CA 8F C3 A5 CE 3D AA D0 15 84 E5
15:12:36.541 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1280, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29243], CON-POST   MID=29243, 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
15:12:36.541 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1280, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-ACB5E07B6FABD526], CON-POST   MID=29243, Token=ACB5E07B6FABD526, 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
15:12:36.541 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29243], KeyToken[127.0.0.1:8213-ACB5E07B6FABD526]]
15:12:36.542 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.542 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,295,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29243, Token=ACB5E07B6FABD526, 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]
15:12:36.542 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.542 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29243]
15:12:36.542 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.542 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1281, 127.0.0.1:8210] replace CON-POST   MID=29243, Token=ACB5E07B6FABD526, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29243, Token=ACB5E07B6FABD526, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.542 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1281, 127.0.0.1:8210] send response NON-2.05   MID=29243, Token=null, OptionSet={}, "server responds hi"
15:12:36.542 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1281, 127.0.0.1:8210, complete]!
15:12:36.542 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1281, 127.0.0.1:8210, complete] completed NON-2.04   MID=29243, Token=ACB5E07B6FABD526, 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!
15:12:36.542 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.542 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,296,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29243, Token=ACB5E07B6FABD526, 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]
15:12:36.542 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.543 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29243]
15:12:36.543 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.543 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.543 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1280, 127.0.0.1:8213, complete]!
15:12:36.543 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1280, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-ACB5E07B6FABD526]
15:12:36.543 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1280, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29243]
15:12:36.543 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1280, 127.0.0.1:8213, complete] completed CON-POST   MID=29243, Token=ACB5E07B6FABD526, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29243, Token=ACB5E07B6FABD526, 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!
15:12:36.543 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1282, 127.0.0.1:8213] send request
15:12:36.543 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1282, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.543 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1282, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09FE}, AF 2C 88 C0 75 D3 7E FD 1A 56 A9 F1 75 9B 4A F9 00 20 2B 6F DA A3 92 3E
15:12:36.543 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1282, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29244], CON-POST   MID=29244, 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
15:12:36.543 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1282, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-7CCF6AD595CCED68], CON-POST   MID=29244, Token=7CCF6AD595CCED68, 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
15:12:36.543 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29244], KeyToken[127.0.0.1:8213-7CCF6AD595CCED68]]
15:12:36.543 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.543 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,297,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29244, Token=7CCF6AD595CCED68, 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]
15:12:36.543 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.544 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29244]
15:12:36.544 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.544 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1283, 127.0.0.1:8210] replace CON-POST   MID=29244, Token=7CCF6AD595CCED68, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29244, Token=7CCF6AD595CCED68, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.544 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1283, 127.0.0.1:8210] send response NON-2.05   MID=29244, Token=null, OptionSet={}, "server responds hi"
15:12:36.544 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1283, 127.0.0.1:8210, complete]!
15:12:36.544 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1283, 127.0.0.1:8210, complete] completed NON-2.04   MID=29244, Token=7CCF6AD595CCED68, 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!
15:12:36.544 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.544 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,298,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29244, Token=7CCF6AD595CCED68, 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]
15:12:36.544 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.544 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29244]
15:12:36.544 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.544 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.545 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1282, 127.0.0.1:8213, complete]!
15:12:36.545 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1282, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-7CCF6AD595CCED68]
15:12:36.545 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1282, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29244]
15:12:36.545 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1282, 127.0.0.1:8213, complete] completed CON-POST   MID=29244, Token=7CCF6AD595CCED68, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29244, Token=7CCF6AD595CCED68, 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!
15:12:36.545 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1284, 127.0.0.1:8213] send request
15:12:36.545 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1284, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.545 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1284, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x09FF}, 99 F6 46 D6 DE BC A5 FA 3E A0 66 92 36 C5 80 DA E6 3D 91 27 B4 DC 59 07
15:12:36.545 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1284, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29245], CON-POST   MID=29245, 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
15:12:36.545 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1284, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-F48329C1803AD7A6], CON-POST   MID=29245, Token=F48329C1803AD7A6, 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
15:12:36.545 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29245], KeyToken[127.0.0.1:8213-F48329C1803AD7A6]]
15:12:36.545 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8213
15:12:36.545 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,299,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29245, Token=F48329C1803AD7A6, 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]
15:12:36.545 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 40 bytes from 127.0.0.1:8210
15:12:36.545 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29245]
15:12:36.545 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.546 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1285, 127.0.0.1:8210] replace CON-POST   MID=29245, Token=F48329C1803AD7A6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29245, Token=F48329C1803AD7A6, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.546 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1285, 127.0.0.1:8210] send response NON-2.05   MID=29245, Token=null, OptionSet={}, "server responds hi"
15:12:36.546 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1285, 127.0.0.1:8210, complete]!
15:12:36.546 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1285, 127.0.0.1:8210, complete] completed NON-2.04   MID=29245, Token=F48329C1803AD7A6, 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!
15:12:36.546 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.546 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,300,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29245, Token=F48329C1803AD7A6, 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]
15:12:36.546 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.546 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29245]
15:12:36.546 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.546 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.546 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1284, 127.0.0.1:8213, complete]!
15:12:36.546 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1284, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-F48329C1803AD7A6]
15:12:36.546 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1284, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29245]
15:12:36.546 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1284, 127.0.0.1:8213, complete] completed CON-POST   MID=29245, Token=F48329C1803AD7A6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29245, Token=F48329C1803AD7A6, 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!
15:12:36.547 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1286, 127.0.0.1:8213] send request
15:12:36.547 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1286, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.547 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1286, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0100}, 3E 25 69 E2 60 2F 9C 8C 29 82 60 98 19 EB FE 43 21 1A AA C6 01 6B FE 66
15:12:36.547 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1286, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29246], CON-POST   MID=29246, 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
15:12:36.547 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1286, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-F4157635EB6869A6], CON-POST   MID=29246, Token=F4157635EB6869A6, 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
15:12:36.547 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29246], KeyToken[127.0.0.1:8213-F4157635EB6869A6]]
15:12:36.547 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8213
15:12:36.547 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,301,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29246, Token=F4157635EB6869A6, 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]
15:12:36.547 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210
15:12:36.547 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29246]
15:12:36.547 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.547 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1287, 127.0.0.1:8210] replace CON-POST   MID=29246, Token=F4157635EB6869A6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29246, Token=F4157635EB6869A6, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.547 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1287, 127.0.0.1:8210] send response NON-2.05   MID=29246, Token=null, OptionSet={}, "server responds hi"
15:12:36.548 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1287, 127.0.0.1:8210, complete]!
15:12:36.548 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1287, 127.0.0.1:8210, complete] completed NON-2.04   MID=29246, Token=F4157635EB6869A6, 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!
15:12:36.548 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.548 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,302,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29246, Token=F4157635EB6869A6, 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]
15:12:36.548 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.548 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29246]
15:12:36.548 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.548 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.548 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1286, 127.0.0.1:8213, complete]!
15:12:36.548 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1286, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-F4157635EB6869A6]
15:12:36.548 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1286, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29246]
15:12:36.548 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1286, 127.0.0.1:8213, complete] completed CON-POST   MID=29246, Token=F4157635EB6869A6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29246, Token=F4157635EB6869A6, 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!
15:12:36.548 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1288, 127.0.0.1:8213] send request
15:12:36.548 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1288, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.549 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1288, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0101}, A5 C8 00 25 D8 08 75 88 15 06 EE 6E 31 E1 E1 70 66 5B E5 BB 1C FA E2 1E
15:12:36.549 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1288, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29247], CON-POST   MID=29247, 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
15:12:36.549 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1288, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-246091DC03972F83], CON-POST   MID=29247, Token=246091DC03972F83, 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
15:12:36.549 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29247], KeyToken[127.0.0.1:8213-246091DC03972F83]]
15:12:36.549 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8213
15:12:36.549 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,303,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29247, Token=246091DC03972F83, 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]
15:12:36.549 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210
15:12:36.549 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29247]
15:12:36.549 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.549 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1289, 127.0.0.1:8210] replace CON-POST   MID=29247, Token=246091DC03972F83, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29247, Token=246091DC03972F83, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.549 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1289, 127.0.0.1:8210] send response NON-2.05   MID=29247, Token=null, OptionSet={}, "server responds hi"
15:12:36.549 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1289, 127.0.0.1:8210, complete]!
15:12:36.549 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1289, 127.0.0.1:8210, complete] completed NON-2.04   MID=29247, Token=246091DC03972F83, 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!
15:12:36.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:8210
15:12:36.550 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,304,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29247, Token=246091DC03972F83, 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]
15:12:36.550 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.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:8213-29247]
15:12:36.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.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
15:12:36.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1288, 127.0.0.1:8213, complete]!
15:12:36.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1288, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-246091DC03972F83]
15:12:36.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1288, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29247]
15:12:36.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1288, 127.0.0.1:8213, complete] completed CON-POST   MID=29247, Token=246091DC03972F83, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29247, Token=246091DC03972F83, 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!
15:12:36.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1290, 127.0.0.1:8213] send request
15:12:36.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1290, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1290, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0102}, E9 AD 90 3F 27 B7 0D 3E 0B FF D9 F8 A0 8F FC 27 F9 E9 08 5B CC BD B4 FA
15:12:36.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1290, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29248], CON-POST   MID=29248, 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
15:12:36.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1290, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-EC936C3FDC8AEBDF], CON-POST   MID=29248, Token=EC936C3FDC8AEBDF, 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
15:12:36.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29248], KeyToken[127.0.0.1:8213-EC936C3FDC8AEBDF]]
15:12:36.551 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8213
15:12:36.551 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,305,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29248, Token=EC936C3FDC8AEBDF, 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]
15:12:36.551 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210
15:12:36.551 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29248]
15:12:36.551 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.551 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1291, 127.0.0.1:8210] replace CON-POST   MID=29248, Token=EC936C3FDC8AEBDF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29248, Token=EC936C3FDC8AEBDF, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.551 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1291, 127.0.0.1:8210] send response NON-2.05   MID=29248, Token=null, OptionSet={}, "server responds hi"
15:12:36.551 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1291, 127.0.0.1:8210, complete]!
15:12:36.551 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1291, 127.0.0.1:8210, complete] completed NON-2.04   MID=29248, Token=EC936C3FDC8AEBDF, 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!
15:12:36.551 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.551 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,306,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29248, Token=EC936C3FDC8AEBDF, 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]
15:12:36.551 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.551 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29248]
15:12:36.551 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.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
15:12:36.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1290, 127.0.0.1:8213, complete]!
15:12:36.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1290, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-EC936C3FDC8AEBDF]
15:12:36.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1290, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29248]
15:12:36.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1290, 127.0.0.1:8213, complete] completed CON-POST   MID=29248, Token=EC936C3FDC8AEBDF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29248, Token=EC936C3FDC8AEBDF, 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!
15:12:36.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1292, 127.0.0.1:8213] send request
15:12:36.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1292, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1292, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0103}, 05 5C 97 46 C8 6C 90 D4 A1 36 1F F9 D3 7D CB FE C4 BB D3 84 EE 05 F9 34
15:12:36.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1292, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29249], CON-POST   MID=29249, 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
15:12:36.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1292, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-B8C5C72BD2BFF4E9], CON-POST   MID=29249, Token=B8C5C72BD2BFF4E9, 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
15:12:36.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29249], KeyToken[127.0.0.1:8213-B8C5C72BD2BFF4E9]]
15:12:36.558 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8213
15:12:36.558 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,307,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29249, Token=B8C5C72BD2BFF4E9, 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]
15:12:36.558 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210
15:12:36.558 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29249]
15:12:36.558 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.558 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1293, 127.0.0.1:8210] replace CON-POST   MID=29249, Token=B8C5C72BD2BFF4E9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29249, Token=B8C5C72BD2BFF4E9, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.558 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1293, 127.0.0.1:8210] send response NON-2.05   MID=29249, Token=null, OptionSet={}, "server responds hi"
15:12:36.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1293, 127.0.0.1:8210, complete]!
15:12:36.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1293, 127.0.0.1:8210, complete] completed NON-2.04   MID=29249, Token=B8C5C72BD2BFF4E9, 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!
15:12:36.559 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.559 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,308,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29249, Token=B8C5C72BD2BFF4E9, 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]
15:12:36.559 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29249]
15:12:36.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.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
15:12:36.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1292, 127.0.0.1:8213, complete]!
15:12:36.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1292, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-B8C5C72BD2BFF4E9]
15:12:36.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1292, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29249]
15:12:36.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1292, 127.0.0.1:8213, complete] completed CON-POST   MID=29249, Token=B8C5C72BD2BFF4E9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29249, Token=B8C5C72BD2BFF4E9, 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!
15:12:36.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1294, 127.0.0.1:8213] send request
15:12:36.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1294, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1294, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0104}, 88 4B 0B 75 B5 9A 06 0A 07 E4 34 23 16 62 B3 A0 FC D1 27 C7 B9 58 E2 13
15:12:36.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1294, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29250], CON-POST   MID=29250, 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
15:12:36.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1294, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-A05B0505D279DE68], CON-POST   MID=29250, Token=A05B0505D279DE68, 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
15:12:36.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29250], KeyToken[127.0.0.1:8213-A05B0505D279DE68]]
15:12:36.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 41 bytes to 127.0.0.1:8213
15:12:36.560 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,309,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29250, Token=A05B0505D279DE68, 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]
15:12:36.560 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210
15:12:36.560 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29250]
15:12:36.560 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.560 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1295, 127.0.0.1:8210] replace CON-POST   MID=29250, Token=A05B0505D279DE68, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29250, Token=A05B0505D279DE68, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1295, 127.0.0.1:8210] send response NON-2.05   MID=29250, Token=null, OptionSet={}, "server responds hi"
15:12:36.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1295, 127.0.0.1:8210, complete]!
15:12:36.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1295, 127.0.0.1:8210, complete] completed NON-2.04   MID=29250, Token=A05B0505D279DE68, 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!
15:12:36.561 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.561 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,310,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29250, Token=A05B0505D279DE68, 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]
15:12:36.561 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29250]
15:12:36.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.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
15:12:36.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1294, 127.0.0.1:8213, complete]!
15:12:36.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1294, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-A05B0505D279DE68]
15:12:36.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1294, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29250]
15:12:36.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1294, 127.0.0.1:8213, complete] completed CON-POST   MID=29250, Token=A05B0505D279DE68, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29250, Token=A05B0505D279DE68, 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!
15:12:36.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1296, 127.0.0.1:8213] send request
15:12:36.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1296, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1296, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0105}, 8E 52 EA 93 D2 0B B1 E1 2A 92 D9 39 73 CC D3 D5 27 C7 74 28 CF 14 26 16
15:12:36.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1296, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29251], CON-POST   MID=29251, 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
15:12:36.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1296, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-D0DF0C9431D22DF6], CON-POST   MID=29251, Token=D0DF0C9431D22DF6, 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
15:12:36.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29251], KeyToken[127.0.0.1:8213-D0DF0C9431D22DF6]]
15:12:36.562 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8213
15:12:36.562 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,311,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29251, Token=D0DF0C9431D22DF6, 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]
15:12:36.562 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210
15:12:36.562 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29251]
15:12:36.562 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.562 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1297, 127.0.0.1:8210] replace CON-POST   MID=29251, Token=D0DF0C9431D22DF6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29251, Token=D0DF0C9431D22DF6, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.562 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1297, 127.0.0.1:8210] send response NON-2.05   MID=29251, Token=null, OptionSet={}, "server responds hi"
15:12:36.563 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1297, 127.0.0.1:8210, complete]!
15:12:36.563 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1297, 127.0.0.1:8210, complete] completed NON-2.04   MID=29251, Token=D0DF0C9431D22DF6, 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!
15:12:36.563 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.563 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,312,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29251, Token=D0DF0C9431D22DF6, 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]
15:12:36.563 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29251]
15:12:36.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.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
15:12:36.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1296, 127.0.0.1:8213, complete]!
15:12:36.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1296, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-D0DF0C9431D22DF6]
15:12:36.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1296, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29251]
15:12:36.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1296, 127.0.0.1:8213, complete] completed CON-POST   MID=29251, Token=D0DF0C9431D22DF6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29251, Token=D0DF0C9431D22DF6, 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!
15:12:36.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1298, 127.0.0.1:8213] send request
15:12:36.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1298, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1298, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0106}, 21 F1 FC 13 40 43 6C 9F BB 93 23 1D 92 96 FC EC 52 FF E5 D2 E8 67 1E D0
15:12:36.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1298, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29252], CON-POST   MID=29252, 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
15:12:36.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1298, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-5458D5BCB289A55F], CON-POST   MID=29252, Token=5458D5BCB289A55F, 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
15:12:36.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29252], KeyToken[127.0.0.1:8213-5458D5BCB289A55F]]
15:12:36.564 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8213
15:12:36.564 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,313,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29252, Token=5458D5BCB289A55F, 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]
15:12:36.564 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210
15:12:36.564 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29252]
15:12:36.564 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.564 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1299, 127.0.0.1:8210] replace CON-POST   MID=29252, Token=5458D5BCB289A55F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29252, Token=5458D5BCB289A55F, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.564 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1299, 127.0.0.1:8210] send response NON-2.05   MID=29252, Token=null, OptionSet={}, "server responds hi"
15:12:36.564 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1299, 127.0.0.1:8210, complete]!
15:12:36.564 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1299, 127.0.0.1:8210, complete] completed NON-2.04   MID=29252, Token=5458D5BCB289A55F, 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!
15:12:36.565 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.565 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,314,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29252, Token=5458D5BCB289A55F, 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]
15:12:36.565 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29252]
15:12:36.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.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
15:12:36.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1298, 127.0.0.1:8213, complete]!
15:12:36.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1298, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-5458D5BCB289A55F]
15:12:36.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1298, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29252]
15:12:36.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1298, 127.0.0.1:8213, complete] completed CON-POST   MID=29252, Token=5458D5BCB289A55F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29252, Token=5458D5BCB289A55F, 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!
15:12:36.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1300, 127.0.0.1:8213] send request
15:12:36.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1300, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1300, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0107}, F7 4B ED ED 13 1E 80 7A AD A5 3F 12 0E 67 A7 1D 00 DA ED EB D2 01 3C F9
15:12:36.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1300, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29253], CON-POST   MID=29253, 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
15:12:36.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1300, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-988E09894C97AE30], CON-POST   MID=29253, Token=988E09894C97AE30, 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
15:12:36.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29253], KeyToken[127.0.0.1:8213-988E09894C97AE30]]
15:12:36.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 41 bytes to 127.0.0.1:8213
15:12:36.566 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,315,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29253, Token=988E09894C97AE30, 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]
15:12:36.566 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210
15:12:36.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29253]
15:12:36.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1301, 127.0.0.1:8210] replace CON-POST   MID=29253, Token=988E09894C97AE30, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29253, Token=988E09894C97AE30, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1301, 127.0.0.1:8210] send response NON-2.05   MID=29253, Token=null, OptionSet={}, "server responds hi"
15:12:36.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1301, 127.0.0.1:8210, complete]!
15:12:36.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1301, 127.0.0.1:8210, complete] completed NON-2.04   MID=29253, Token=988E09894C97AE30, 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!
15:12:36.566 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.566 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,316,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29253, Token=988E09894C97AE30, 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]
15:12:36.566 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29253]
15:12:36.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.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
15:12:36.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1300, 127.0.0.1:8213, complete]!
15:12:36.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1300, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-988E09894C97AE30]
15:12:36.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1300, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29253]
15:12:36.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1300, 127.0.0.1:8213, complete] completed CON-POST   MID=29253, Token=988E09894C97AE30, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29253, Token=988E09894C97AE30, 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!
15:12:36.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1302, 127.0.0.1:8213] send request
15:12:36.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1302, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1302, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0108}, 20 AC 0A CE F6 36 73 CF 86 37 3B 22 70 C3 85 1F 39 12 56 44 B4 BB 5C F1
15:12:36.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1302, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29254], CON-POST   MID=29254, 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
15:12:36.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1302, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-046F8AB32DAFAD26], CON-POST   MID=29254, Token=046F8AB32DAFAD26, 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
15:12:36.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29254], KeyToken[127.0.0.1:8213-046F8AB32DAFAD26]]
15:12:36.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 41 bytes to 127.0.0.1:8213
15:12:36.568 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,317,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29254, Token=046F8AB32DAFAD26, 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]
15:12:36.568 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210
15:12:36.568 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29254]
15:12:36.568 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.568 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1303, 127.0.0.1:8210] replace CON-POST   MID=29254, Token=046F8AB32DAFAD26, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29254, Token=046F8AB32DAFAD26, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.568 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1303, 127.0.0.1:8210] send response NON-2.05   MID=29254, Token=null, OptionSet={}, "server responds hi"
15:12:36.568 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1303, 127.0.0.1:8210, complete]!
15:12:36.568 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1303, 127.0.0.1:8210, complete] completed NON-2.04   MID=29254, Token=046F8AB32DAFAD26, 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!
15:12:36.568 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.568 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,318,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29254, Token=046F8AB32DAFAD26, 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]
15:12:36.568 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29254]
15:12:36.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.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
15:12:36.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1302, 127.0.0.1:8213, complete]!
15:12:36.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1302, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-046F8AB32DAFAD26]
15:12:36.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1302, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29254]
15:12:36.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1302, 127.0.0.1:8213, complete] completed CON-POST   MID=29254, Token=046F8AB32DAFAD26, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29254, Token=046F8AB32DAFAD26, 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!
15:12:36.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1304, 127.0.0.1:8213] send request
15:12:36.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1304, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1304, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0109}, 96 B9 BA 37 08 6C 26 DA 2F BF 85 E0 65 7F CE 5F C0 A9 30 66 7D 26 D5 CA
15:12:36.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1304, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29255], CON-POST   MID=29255, 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
15:12:36.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1304, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-E04EB37A753C0D99], CON-POST   MID=29255, Token=E04EB37A753C0D99, 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
15:12:36.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29255], KeyToken[127.0.0.1:8213-E04EB37A753C0D99]]
15:12:36.569 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8213
15:12:36.569 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,319,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29255, Token=E04EB37A753C0D99, 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]
15:12:36.569 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210
15:12:36.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29255]
15:12:36.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1305, 127.0.0.1:8210] replace CON-POST   MID=29255, Token=E04EB37A753C0D99, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29255, Token=E04EB37A753C0D99, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1305, 127.0.0.1:8210] send response NON-2.05   MID=29255, Token=null, OptionSet={}, "server responds hi"
15:12:36.570 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1305, 127.0.0.1:8210, complete]!
15:12:36.570 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1305, 127.0.0.1:8210, complete] completed NON-2.04   MID=29255, Token=E04EB37A753C0D99, 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!
15:12:36.570 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.625 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,320,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29255, Token=E04EB37A753C0D99, 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]
15:12:36.625 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.625 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29255]
15:12:36.625 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.625 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.625 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1304, 127.0.0.1:8213, complete]!
15:12:36.625 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1304, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-E04EB37A753C0D99]
15:12:36.625 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1304, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29255]
15:12:36.625 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1304, 127.0.0.1:8213, complete] completed CON-POST   MID=29255, Token=E04EB37A753C0D99, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29255, Token=E04EB37A753C0D99, 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!
15:12:36.625 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1306, 127.0.0.1:8213] send request
15:12:36.626 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1306, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.626 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1306, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A010A}, 76 56 4A D1 2B DC 85 08 31 7F FF B7 2D 3B 8A 85 7B 32 AA 53 F9 E7 0C 9F
15:12:36.626 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1306, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29256], CON-POST   MID=29256, 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
15:12:36.626 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1306, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-9CDE2535CF854BBE], CON-POST   MID=29256, Token=9CDE2535CF854BBE, 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
15:12:36.626 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29256], KeyToken[127.0.0.1:8213-9CDE2535CF854BBE]]
15:12:36.626 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8213
15:12:36.626 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,321,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29256, Token=9CDE2535CF854BBE, 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]
15:12:36.626 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210
15:12:36.626 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29256]
15:12:36.626 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.626 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1307, 127.0.0.1:8210] replace CON-POST   MID=29256, Token=9CDE2535CF854BBE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29256, Token=9CDE2535CF854BBE, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.627 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1307, 127.0.0.1:8210] send response NON-2.05   MID=29256, Token=null, OptionSet={}, "server responds hi"
15:12:36.627 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1307, 127.0.0.1:8210, complete]!
15:12:36.627 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1307, 127.0.0.1:8210, complete] completed NON-2.04   MID=29256, Token=9CDE2535CF854BBE, 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!
15:12:36.627 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.627 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,322,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29256, Token=9CDE2535CF854BBE, 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]
15:12:36.627 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.627 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29256]
15:12:36.627 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.627 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.627 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1306, 127.0.0.1:8213, complete]!
15:12:36.627 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1306, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-9CDE2535CF854BBE]
15:12:36.627 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1306, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29256]
15:12:36.627 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1306, 127.0.0.1:8213, complete] completed CON-POST   MID=29256, Token=9CDE2535CF854BBE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29256, Token=9CDE2535CF854BBE, 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!
15:12:36.627 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1308, 127.0.0.1:8213] send request
15:12:36.627 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1308, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.628 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1308, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A010B}, 54 CB 1E 1E 97 45 56 22 6A A7 63 67 20 E4 E1 1C 84 48 DB 0A 04 5C 66 8B
15:12:36.628 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1308, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29257], CON-POST   MID=29257, 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
15:12:36.628 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1308, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-BC93029A23F2BF2A], CON-POST   MID=29257, Token=BC93029A23F2BF2A, 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
15:12:36.628 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29257], KeyToken[127.0.0.1:8213-BC93029A23F2BF2A]]
15:12:36.628 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8213
15:12:36.628 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,323,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29257, Token=BC93029A23F2BF2A, 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]
15:12:36.628 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210
15:12:36.628 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29257]
15:12:36.628 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.628 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1309, 127.0.0.1:8210] replace CON-POST   MID=29257, Token=BC93029A23F2BF2A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29257, Token=BC93029A23F2BF2A, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.628 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1309, 127.0.0.1:8210] send response NON-2.05   MID=29257, Token=null, OptionSet={}, "server responds hi"
15:12:36.629 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1309, 127.0.0.1:8210, complete]!
15:12:36.629 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1309, 127.0.0.1:8210, complete] completed NON-2.04   MID=29257, Token=BC93029A23F2BF2A, 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!
15:12:36.629 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.629 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,324,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29257, Token=BC93029A23F2BF2A, 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]
15:12:36.629 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.629 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29257]
15:12:36.629 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.629 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.629 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1308, 127.0.0.1:8213, complete]!
15:12:36.629 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1308, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-BC93029A23F2BF2A]
15:12:36.629 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1308, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29257]
15:12:36.629 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1308, 127.0.0.1:8213, complete] completed CON-POST   MID=29257, Token=BC93029A23F2BF2A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29257, Token=BC93029A23F2BF2A, 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!
15:12:36.629 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1310, 127.0.0.1:8213] send request
15:12:36.629 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1310, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.630 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1310, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A010C}, 9E F0 BE AC 0F 90 81 B5 8E 02 B2 C7 E9 8A 67 A0 0A 88 DC 6F 32 B1 F8 F5
15:12:36.630 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1310, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29258], CON-POST   MID=29258, 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
15:12:36.630 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1310, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-C8497EA3BCD3A542], CON-POST   MID=29258, Token=C8497EA3BCD3A542, 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
15:12:36.630 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29258], KeyToken[127.0.0.1:8213-C8497EA3BCD3A542]]
15:12:36.630 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8213
15:12:36.630 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,325,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29258, Token=C8497EA3BCD3A542, 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]
15:12:36.630 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210
15:12:36.630 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29258]
15:12:36.630 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.630 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1311, 127.0.0.1:8210] replace CON-POST   MID=29258, Token=C8497EA3BCD3A542, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29258, Token=C8497EA3BCD3A542, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.630 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1311, 127.0.0.1:8210] send response NON-2.05   MID=29258, Token=null, OptionSet={}, "server responds hi"
15:12:36.631 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1311, 127.0.0.1:8210, complete]!
15:12:36.631 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1311, 127.0.0.1:8210, complete] completed NON-2.04   MID=29258, Token=C8497EA3BCD3A542, 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!
15:12:36.631 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.631 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,326,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29258, Token=C8497EA3BCD3A542, 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]
15:12:36.631 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.631 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29258]
15:12:36.631 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.631 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.631 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1310, 127.0.0.1:8213, complete]!
15:12:36.631 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1310, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-C8497EA3BCD3A542]
15:12:36.631 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1310, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29258]
15:12:36.631 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1310, 127.0.0.1:8213, complete] completed CON-POST   MID=29258, Token=C8497EA3BCD3A542, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29258, Token=C8497EA3BCD3A542, 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!
15:12:36.631 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1312, 127.0.0.1:8213] send request
15:12:36.631 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1312, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.632 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1312, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A010D}, 33 7F AB 9D 22 FF CD 4B B9 03 71 52 91 C4 F9 DB EF 49 1A 62 A1 12 22 D4
15:12:36.632 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1312, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29259], CON-POST   MID=29259, 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
15:12:36.632 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1312, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-E8BCB8345AA6A626], CON-POST   MID=29259, Token=E8BCB8345AA6A626, 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
15:12:36.632 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29259], KeyToken[127.0.0.1:8213-E8BCB8345AA6A626]]
15:12:36.632 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8213
15:12:36.632 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,327,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29259, Token=E8BCB8345AA6A626, 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]
15:12:36.632 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210
15:12:36.632 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29259]
15:12:36.632 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.632 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1313, 127.0.0.1:8210] replace CON-POST   MID=29259, Token=E8BCB8345AA6A626, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29259, Token=E8BCB8345AA6A626, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.632 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1313, 127.0.0.1:8210] send response NON-2.05   MID=29259, Token=null, OptionSet={}, "server responds hi"
15:12:36.633 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1313, 127.0.0.1:8210, complete]!
15:12:36.633 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1313, 127.0.0.1:8210, complete] completed NON-2.04   MID=29259, Token=E8BCB8345AA6A626, 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!
15:12:36.633 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.633 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,328,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29259, Token=E8BCB8345AA6A626, 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]
15:12:36.633 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.633 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29259]
15:12:36.633 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.633 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.633 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1312, 127.0.0.1:8213, complete]!
15:12:36.633 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1312, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-E8BCB8345AA6A626]
15:12:36.633 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1312, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29259]
15:12:36.633 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1312, 127.0.0.1:8213, complete] completed CON-POST   MID=29259, Token=E8BCB8345AA6A626, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29259, Token=E8BCB8345AA6A626, 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!
15:12:36.633 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1314, 127.0.0.1:8213] send request
15:12:36.633 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1314, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.634 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1314, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A010E}, 50 42 CB C7 EC FD FC 11 AF A2 A8 99 58 1D A2 40 2C 0F 9F C3 95 BF 81 F2
15:12:36.634 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1314, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29260], CON-POST   MID=29260, 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
15:12:36.634 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1314, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-3026E139070CA055], CON-POST   MID=29260, Token=3026E139070CA055, 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
15:12:36.634 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29260], KeyToken[127.0.0.1:8213-3026E139070CA055]]
15:12:36.634 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8213
15:12:36.634 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,329,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29260, Token=3026E139070CA055, 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]
15:12:36.634 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210
15:12:36.634 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29260]
15:12:36.634 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.634 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1315, 127.0.0.1:8210] replace CON-POST   MID=29260, Token=3026E139070CA055, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29260, Token=3026E139070CA055, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.634 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1315, 127.0.0.1:8210] send response NON-2.05   MID=29260, Token=null, OptionSet={}, "server responds hi"
15:12:36.635 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1315, 127.0.0.1:8210, complete]!
15:12:36.635 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1315, 127.0.0.1:8210, complete] completed NON-2.04   MID=29260, Token=3026E139070CA055, 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!
15:12:36.635 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.635 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,330,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29260, Token=3026E139070CA055, 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]
15:12:36.635 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.635 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29260]
15:12:36.635 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.635 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.635 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1314, 127.0.0.1:8213, complete]!
15:12:36.635 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1314, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-3026E139070CA055]
15:12:36.635 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1314, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29260]
15:12:36.635 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1314, 127.0.0.1:8213, complete] completed CON-POST   MID=29260, Token=3026E139070CA055, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29260, Token=3026E139070CA055, 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!
15:12:36.635 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1316, 127.0.0.1:8213] send request
15:12:36.635 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1316, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.635 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1316, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A010F}, 2D 24 7D EB C9 E8 69 99 FB 07 24 31 E5 83 8D BE 85 C3 49 C2 11 32 B5 2A
15:12:36.636 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1316, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29261], CON-POST   MID=29261, 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
15:12:36.636 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1316, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-D03F0160D7808B5F], CON-POST   MID=29261, Token=D03F0160D7808B5F, 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
15:12:36.636 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29261], KeyToken[127.0.0.1:8213-D03F0160D7808B5F]]
15:12:36.636 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8213
15:12:36.636 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,331,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29261, Token=D03F0160D7808B5F, 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]
15:12:36.636 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210
15:12:36.636 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29261]
15:12:36.636 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.636 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1317, 127.0.0.1:8210] replace CON-POST   MID=29261, Token=D03F0160D7808B5F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29261, Token=D03F0160D7808B5F, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.636 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1317, 127.0.0.1:8210] send response NON-2.05   MID=29261, Token=null, OptionSet={}, "server responds hi"
15:12:36.636 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1317, 127.0.0.1:8210, complete]!
15:12:36.636 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1317, 127.0.0.1:8210, complete] completed NON-2.04   MID=29261, Token=D03F0160D7808B5F, 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!
15:12:36.636 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.637 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,332,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29261, Token=D03F0160D7808B5F, 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]
15:12:36.637 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.637 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29261]
15:12:36.637 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.637 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.637 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1316, 127.0.0.1:8213, complete]!
15:12:36.637 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1316, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-D03F0160D7808B5F]
15:12:36.637 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1316, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29261]
15:12:36.637 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1316, 127.0.0.1:8213, complete] completed CON-POST   MID=29261, Token=D03F0160D7808B5F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29261, Token=D03F0160D7808B5F, 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!
15:12:36.637 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1318, 127.0.0.1:8213] send request
15:12:36.637 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1318, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.637 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1318, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0110}, CD A8 56 43 36 B0 0E 7D 64 1B 74 2E 38 F7 FC B3 23 3B 7F AB 2D 40 BC 47
15:12:36.637 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1318, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29262], CON-POST   MID=29262, 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
15:12:36.637 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1318, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-8011571B36A097C7], CON-POST   MID=29262, Token=8011571B36A097C7, 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
15:12:36.637 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29262], KeyToken[127.0.0.1:8213-8011571B36A097C7]]
15:12:36.637 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8213
15:12:36.638 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,333,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29262, Token=8011571B36A097C7, 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]
15:12:36.638 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210
15:12:36.638 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29262]
15:12:36.638 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.638 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1319, 127.0.0.1:8210] replace CON-POST   MID=29262, Token=8011571B36A097C7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29262, Token=8011571B36A097C7, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.638 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1319, 127.0.0.1:8210] send response NON-2.05   MID=29262, Token=null, OptionSet={}, "server responds hi"
15:12:36.638 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1319, 127.0.0.1:8210, complete]!
15:12:36.638 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1319, 127.0.0.1:8210, complete] completed NON-2.04   MID=29262, Token=8011571B36A097C7, 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!
15:12:36.638 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.638 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,334,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29262, Token=8011571B36A097C7, 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]
15:12:36.638 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.638 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29262]
15:12:36.639 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.639 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.639 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1318, 127.0.0.1:8213, complete]!
15:12:36.639 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1318, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-8011571B36A097C7]
15:12:36.639 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1318, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29262]
15:12:36.639 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1318, 127.0.0.1:8213, complete] completed CON-POST   MID=29262, Token=8011571B36A097C7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29262, Token=8011571B36A097C7, 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!
15:12:36.639 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1320, 127.0.0.1:8213] send request
15:12:36.639 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1320, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.639 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1320, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0111}, D4 57 CC 03 ED 34 F2 ED 59 37 D4 BC C8 4B 0C CB 2A 5D 29 23 C4 77 AE 53
15:12:36.639 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1320, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29263], CON-POST   MID=29263, 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
15:12:36.639 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1320, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-64159576C44176B5], CON-POST   MID=29263, Token=64159576C44176B5, 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
15:12:36.639 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29263], KeyToken[127.0.0.1:8213-64159576C44176B5]]
15:12:36.639 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8213
15:12:36.639 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,335,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29263, Token=64159576C44176B5, 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]
15:12:36.639 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210
15:12:36.639 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29263]
15:12:36.640 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.640 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1321, 127.0.0.1:8210] replace CON-POST   MID=29263, Token=64159576C44176B5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29263, Token=64159576C44176B5, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.640 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1321, 127.0.0.1:8210] send response NON-2.05   MID=29263, Token=null, OptionSet={}, "server responds hi"
15:12:36.640 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1321, 127.0.0.1:8210, complete]!
15:12:36.640 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1321, 127.0.0.1:8210, complete] completed NON-2.04   MID=29263, Token=64159576C44176B5, 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!
15:12:36.640 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.640 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,336,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29263, Token=64159576C44176B5, 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]
15:12:36.640 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.640 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29263]
15:12:36.640 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.640 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.640 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1320, 127.0.0.1:8213, complete]!
15:12:36.640 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1320, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-64159576C44176B5]
15:12:36.640 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1320, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29263]
15:12:36.640 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1320, 127.0.0.1:8213, complete] completed CON-POST   MID=29263, Token=64159576C44176B5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29263, Token=64159576C44176B5, 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!
15:12:36.641 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1322, 127.0.0.1:8213] send request
15:12:36.641 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1322, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.641 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1322, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0112}, D6 10 38 4D 90 1E 77 F7 25 AD D1 79 B0 2F 0E 74 7E 50 24 1C 3A AD 8F B7
15:12:36.641 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1322, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29264], CON-POST   MID=29264, 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
15:12:36.641 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1322, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-C4A054B04B98BCE6], CON-POST   MID=29264, Token=C4A054B04B98BCE6, 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
15:12:36.641 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29264], KeyToken[127.0.0.1:8213-C4A054B04B98BCE6]]
15:12:36.641 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8213
15:12:36.641 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,337,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29264, Token=C4A054B04B98BCE6, 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]
15:12:36.641 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210
15:12:36.641 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29264]
15:12:36.641 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.641 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1323, 127.0.0.1:8210] replace CON-POST   MID=29264, Token=C4A054B04B98BCE6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29264, Token=C4A054B04B98BCE6, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.642 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1323, 127.0.0.1:8210] send response NON-2.05   MID=29264, Token=null, OptionSet={}, "server responds hi"
15:12:36.642 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1323, 127.0.0.1:8210, complete]!
15:12:36.642 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1323, 127.0.0.1:8210, complete] completed NON-2.04   MID=29264, Token=C4A054B04B98BCE6, 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!
15:12:36.642 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.642 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,338,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29264, Token=C4A054B04B98BCE6, 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]
15:12:36.642 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.642 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29264]
15:12:36.642 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.642 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.642 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1322, 127.0.0.1:8213, complete]!
15:12:36.642 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1322, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-C4A054B04B98BCE6]
15:12:36.642 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1322, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29264]
15:12:36.642 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1322, 127.0.0.1:8213, complete] completed CON-POST   MID=29264, Token=C4A054B04B98BCE6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29264, Token=C4A054B04B98BCE6, 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!
15:12:36.642 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1324, 127.0.0.1:8213] send request
15:12:36.642 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1324, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.643 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1324, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0113}, 0C CD 2F ED 72 2D 9F EE 3E DB 23 99 69 3F 82 B5 FF 3A B1 72 06 F9 C2 3A
15:12:36.643 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1324, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29265], CON-POST   MID=29265, 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
15:12:36.643 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1324, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-244D9671B248D40B], CON-POST   MID=29265, Token=244D9671B248D40B, 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
15:12:36.643 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29265], KeyToken[127.0.0.1:8213-244D9671B248D40B]]
15:12:36.643 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8213
15:12:36.643 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,339,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29265, Token=244D9671B248D40B, 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]
15:12:36.643 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210
15:12:36.643 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29265]
15:12:36.643 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.643 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1325, 127.0.0.1:8210] replace CON-POST   MID=29265, Token=244D9671B248D40B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29265, Token=244D9671B248D40B, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.643 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1325, 127.0.0.1:8210] send response NON-2.05   MID=29265, Token=null, OptionSet={}, "server responds hi"
15:12:36.644 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1325, 127.0.0.1:8210, complete]!
15:12:36.644 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1325, 127.0.0.1:8210, complete] completed NON-2.04   MID=29265, Token=244D9671B248D40B, 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!
15:12:36.644 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.644 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,340,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29265, Token=244D9671B248D40B, 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]
15:12:36.644 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.644 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29265]
15:12:36.644 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.644 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.644 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1324, 127.0.0.1:8213, complete]!
15:12:36.644 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1324, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-244D9671B248D40B]
15:12:36.644 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1324, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29265]
15:12:36.644 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1324, 127.0.0.1:8213, complete] completed CON-POST   MID=29265, Token=244D9671B248D40B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29265, Token=244D9671B248D40B, 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!
15:12:36.644 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1326, 127.0.0.1:8213] send request
15:12:36.644 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1326, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.644 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1326, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0114}, 3C B5 48 F3 FF F5 CE 5B 58 39 9C 97 72 89 11 C5 45 C3 31 C9 92 E0 7A 7E
15:12:36.644 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1326, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29266], CON-POST   MID=29266, 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
15:12:36.645 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1326, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-44BA9F5830A7C8F1], CON-POST   MID=29266, Token=44BA9F5830A7C8F1, 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
15:12:36.645 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29266], KeyToken[127.0.0.1:8213-44BA9F5830A7C8F1]]
15:12:36.645 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8213
15:12:36.645 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,341,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29266, Token=44BA9F5830A7C8F1, 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]
15:12:36.645 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210
15:12:36.645 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29266]
15:12:36.645 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.645 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1327, 127.0.0.1:8210] replace CON-POST   MID=29266, Token=44BA9F5830A7C8F1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29266, Token=44BA9F5830A7C8F1, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.645 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1327, 127.0.0.1:8210] send response NON-2.05   MID=29266, Token=null, OptionSet={}, "server responds hi"
15:12:36.645 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1327, 127.0.0.1:8210, complete]!
15:12:36.645 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1327, 127.0.0.1:8210, complete] completed NON-2.04   MID=29266, Token=44BA9F5830A7C8F1, 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!
15:12:36.645 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.646 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,342,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29266, Token=44BA9F5830A7C8F1, 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]
15:12:36.646 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.646 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29266]
15:12:36.646 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.646 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.646 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1326, 127.0.0.1:8213, complete]!
15:12:36.646 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1326, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-44BA9F5830A7C8F1]
15:12:36.646 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1326, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29266]
15:12:36.646 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1326, 127.0.0.1:8213, complete] completed CON-POST   MID=29266, Token=44BA9F5830A7C8F1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29266, Token=44BA9F5830A7C8F1, 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!
15:12:36.646 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1328, 127.0.0.1:8213] send request
15:12:36.646 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1328, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.646 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1328, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0115}, 5E 1A 67 01 61 C2 CF C1 D7 14 D9 73 07 A2 44 27 03 18 22 45 E1 A0 B9 BF
15:12:36.646 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1328, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29267], CON-POST   MID=29267, 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
15:12:36.646 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1328, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-E868B1176B16F262], CON-POST   MID=29267, Token=E868B1176B16F262, 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
15:12:36.646 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29267], KeyToken[127.0.0.1:8213-E868B1176B16F262]]
15:12:36.647 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8213
15:12:36.647 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,343,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29267, Token=E868B1176B16F262, 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]
15:12:36.647 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210
15:12:36.647 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29267]
15:12:36.647 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.647 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1329, 127.0.0.1:8210] replace CON-POST   MID=29267, Token=E868B1176B16F262, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29267, Token=E868B1176B16F262, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.647 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1329, 127.0.0.1:8210] send response NON-2.05   MID=29267, Token=null, OptionSet={}, "server responds hi"
15:12:36.647 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1329, 127.0.0.1:8210, complete]!
15:12:36.647 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1329, 127.0.0.1:8210, complete] completed NON-2.04   MID=29267, Token=E868B1176B16F262, 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!
15:12:36.647 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.647 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,344,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29267, Token=E868B1176B16F262, 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]
15:12:36.647 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.647 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29267]
15:12:36.647 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.647 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.648 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1328, 127.0.0.1:8213, complete]!
15:12:36.648 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1328, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-E868B1176B16F262]
15:12:36.648 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1328, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29267]
15:12:36.648 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1328, 127.0.0.1:8213, complete] completed CON-POST   MID=29267, Token=E868B1176B16F262, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29267, Token=E868B1176B16F262, 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!
15:12:36.648 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1330, 127.0.0.1:8213] send request
15:12:36.648 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1330, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.648 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1330, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0116}, D3 CA DC C6 30 AE 39 11 0F 86 E8 46 F0 00 C4 4C 34 70 DA 0F C2 AF 57 50
15:12:36.648 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1330, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29268], CON-POST   MID=29268, 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
15:12:36.648 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1330, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-9C4AC87BA9677793], CON-POST   MID=29268, Token=9C4AC87BA9677793, 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
15:12:36.648 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29268], KeyToken[127.0.0.1:8213-9C4AC87BA9677793]]
15:12:36.648 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8213
15:12:36.648 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,345,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29268, Token=9C4AC87BA9677793, 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]
15:12:36.648 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210
15:12:36.648 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29268]
15:12:36.648 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.649 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1331, 127.0.0.1:8210] replace CON-POST   MID=29268, Token=9C4AC87BA9677793, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29268, Token=9C4AC87BA9677793, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.649 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1331, 127.0.0.1:8210] send response NON-2.05   MID=29268, Token=null, OptionSet={}, "server responds hi"
15:12:36.649 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1331, 127.0.0.1:8210, complete]!
15:12:36.649 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1331, 127.0.0.1:8210, complete] completed NON-2.04   MID=29268, Token=9C4AC87BA9677793, 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!
15:12:36.649 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.649 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,346,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29268, Token=9C4AC87BA9677793, 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]
15:12:36.649 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.649 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29268]
15:12:36.649 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.649 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.649 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1330, 127.0.0.1:8213, complete]!
15:12:36.649 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1330, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-9C4AC87BA9677793]
15:12:36.649 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1330, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29268]
15:12:36.649 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1330, 127.0.0.1:8213, complete] completed CON-POST   MID=29268, Token=9C4AC87BA9677793, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29268, Token=9C4AC87BA9677793, 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!
15:12:36.650 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1332, 127.0.0.1:8213] send request
15:12:36.650 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1332, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.650 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1332, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0117}, 1F 32 8B E2 C0 23 3D E9 A7 AA 12 42 61 04 6A 8E CB 2A 85 43 33 1C 8B 0A
15:12:36.650 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1332, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29269], CON-POST   MID=29269, 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
15:12:36.650 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1332, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-9C71C05FB4A50296], CON-POST   MID=29269, Token=9C71C05FB4A50296, 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
15:12:36.650 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29269], KeyToken[127.0.0.1:8213-9C71C05FB4A50296]]
15:12:36.650 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8213
15:12:36.650 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,347,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29269, Token=9C71C05FB4A50296, 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]
15:12:36.650 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210
15:12:36.650 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29269]
15:12:36.650 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.650 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1333, 127.0.0.1:8210] replace CON-POST   MID=29269, Token=9C71C05FB4A50296, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29269, Token=9C71C05FB4A50296, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.650 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1333, 127.0.0.1:8210] send response NON-2.05   MID=29269, Token=null, OptionSet={}, "server responds hi"
15:12:36.651 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1333, 127.0.0.1:8210, complete]!
15:12:36.651 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1333, 127.0.0.1:8210, complete] completed NON-2.04   MID=29269, Token=9C71C05FB4A50296, 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!
15:12:36.651 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.651 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,348,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29269, Token=9C71C05FB4A50296, 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]
15:12:36.651 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.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:8213-29269]
15:12:36.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.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
15:12:36.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1332, 127.0.0.1:8213, complete]!
15:12:36.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1332, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-9C71C05FB4A50296]
15:12:36.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1332, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29269]
15:12:36.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1332, 127.0.0.1:8213, complete] completed CON-POST   MID=29269, Token=9C71C05FB4A50296, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29269, Token=9C71C05FB4A50296, 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!
15:12:36.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1334, 127.0.0.1:8213] send request
15:12:36.651 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1334, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1334, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0118}, 4B 75 23 D1 D7 D0 33 32 77 B6 1F 05 D9 74 DD 9D AD 31 27 E4 6F 5B E3 D0
15:12:36.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1334, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29270], CON-POST   MID=29270, 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
15:12:36.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1334, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-682D652465D9BD6B], CON-POST   MID=29270, Token=682D652465D9BD6B, 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
15:12:36.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29270], KeyToken[127.0.0.1:8213-682D652465D9BD6B]]
15:12:36.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:8213
15:12:36.652 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,349,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29270, Token=682D652465D9BD6B, 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]
15:12:36.652 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210
15:12:36.652 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29270]
15:12:36.652 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.652 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1335, 127.0.0.1:8210] replace CON-POST   MID=29270, Token=682D652465D9BD6B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29270, Token=682D652465D9BD6B, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.652 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1335, 127.0.0.1:8210] send response NON-2.05   MID=29270, Token=null, OptionSet={}, "server responds hi"
15:12:36.652 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1335, 127.0.0.1:8210, complete]!
15:12:36.652 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1335, 127.0.0.1:8210, complete] completed NON-2.04   MID=29270, Token=682D652465D9BD6B, 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!
15:12:36.653 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.653 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,350,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29270, Token=682D652465D9BD6B, 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]
15:12:36.653 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29270]
15:12:36.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.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
15:12:36.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1334, 127.0.0.1:8213, complete]!
15:12:36.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1334, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-682D652465D9BD6B]
15:12:36.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1334, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29270]
15:12:36.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1334, 127.0.0.1:8213, complete] completed CON-POST   MID=29270, Token=682D652465D9BD6B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29270, Token=682D652465D9BD6B, 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!
15:12:36.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1336, 127.0.0.1:8213] send request
15:12:36.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1336, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1336, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0119}, 8A 5F 29 AA 1E DA F4 17 44 1B DF 1C 54 B3 89 34 C4 BE ED 1E 28 B9 1C 33
15:12:36.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1336, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29271], CON-POST   MID=29271, 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
15:12:36.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1336, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-8CCC0A71CB7E709E], CON-POST   MID=29271, Token=8CCC0A71CB7E709E, 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
15:12:36.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29271], KeyToken[127.0.0.1:8213-8CCC0A71CB7E709E]]
15:12:36.654 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8213
15:12:36.654 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,351,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29271, Token=8CCC0A71CB7E709E, 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]
15:12:36.654 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210
15:12:36.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29271]
15:12:36.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1337, 127.0.0.1:8210] replace CON-POST   MID=29271, Token=8CCC0A71CB7E709E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29271, Token=8CCC0A71CB7E709E, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1337, 127.0.0.1:8210] send response NON-2.05   MID=29271, Token=null, OptionSet={}, "server responds hi"
15:12:36.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1337, 127.0.0.1:8210, complete]!
15:12:36.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1337, 127.0.0.1:8210, complete] completed NON-2.04   MID=29271, Token=8CCC0A71CB7E709E, 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!
15:12:36.654 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.654 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,352,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29271, Token=8CCC0A71CB7E709E, 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]
15:12:36.654 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29271]
15:12:36.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1336, 127.0.0.1:8213, complete]!
15:12:36.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1336, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-8CCC0A71CB7E709E]
15:12:36.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1336, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29271]
15:12:36.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1336, 127.0.0.1:8213, complete] completed CON-POST   MID=29271, Token=8CCC0A71CB7E709E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29271, Token=8CCC0A71CB7E709E, 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!
15:12:36.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1338, 127.0.0.1:8213] send request
15:12:36.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1338, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1338, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A011A}, 6D 51 2E 16 1E 4D 2D A4 7B 25 22 C0 FC 4F DA B4 3F F7 20 4C 8D 23 B5 6F
15:12:36.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1338, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29272], CON-POST   MID=29272, 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
15:12:36.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1338, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-288896D420CF7EF5], CON-POST   MID=29272, Token=288896D420CF7EF5, 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
15:12:36.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29272], KeyToken[127.0.0.1:8213-288896D420CF7EF5]]
15:12:36.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:8213
15:12:36.656 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,353,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29272, Token=288896D420CF7EF5, 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]
15:12:36.656 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210
15:12:36.656 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29272]
15:12:36.656 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.656 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1339, 127.0.0.1:8210] replace CON-POST   MID=29272, Token=288896D420CF7EF5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29272, Token=288896D420CF7EF5, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.656 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1339, 127.0.0.1:8210] send response NON-2.05   MID=29272, Token=null, OptionSet={}, "server responds hi"
15:12:36.656 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1339, 127.0.0.1:8210, complete]!
15:12:36.656 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1339, 127.0.0.1:8210, complete] completed NON-2.04   MID=29272, Token=288896D420CF7EF5, 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!
15:12:36.656 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.656 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,354,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29272, Token=288896D420CF7EF5, 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]
15:12:36.656 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.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:8213-29272]
15:12:36.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.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
15:12:36.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1338, 127.0.0.1:8213, complete]!
15:12:36.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1338, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-288896D420CF7EF5]
15:12:36.656 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1338, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29272]
15:12:36.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1338, 127.0.0.1:8213, complete] completed CON-POST   MID=29272, Token=288896D420CF7EF5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29272, Token=288896D420CF7EF5, 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!
15:12:36.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1340, 127.0.0.1:8213] send request
15:12:36.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1340, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1340, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A011B}, ED 3C 71 1D D4 0A 35 23 3D 0B 37 A4 65 C3 0A 92 54 16 91 07 07 B1 68 1F
15:12:36.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1340, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29273], CON-POST   MID=29273, 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
15:12:36.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1340, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-FC9F29D92962D4F8], CON-POST   MID=29273, Token=FC9F29D92962D4F8, 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
15:12:36.657 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29273], KeyToken[127.0.0.1:8213-FC9F29D92962D4F8]]
15:12:36.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 41 bytes to 127.0.0.1:8213
15:12:36.657 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,355,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29273, Token=FC9F29D92962D4F8, 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]
15:12:36.657 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210
15:12:36.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29273]
15:12:36.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1341, 127.0.0.1:8210] replace CON-POST   MID=29273, Token=FC9F29D92962D4F8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29273, Token=FC9F29D92962D4F8, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.658 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1341, 127.0.0.1:8210] send response NON-2.05   MID=29273, Token=null, OptionSet={}, "server responds hi"
15:12:36.658 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1341, 127.0.0.1:8210, complete]!
15:12:36.658 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1341, 127.0.0.1:8210, complete] completed NON-2.04   MID=29273, Token=FC9F29D92962D4F8, 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!
15:12:36.658 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.658 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,356,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29273, Token=FC9F29D92962D4F8, 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]
15:12:36.658 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29273]
15:12:36.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1340, 127.0.0.1:8213, complete]!
15:12:36.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1340, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-FC9F29D92962D4F8]
15:12:36.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1340, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29273]
15:12:36.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1340, 127.0.0.1:8213, complete] completed CON-POST   MID=29273, Token=FC9F29D92962D4F8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29273, Token=FC9F29D92962D4F8, 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!
15:12:36.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1342, 127.0.0.1:8213] send request
15:12:36.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1342, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1342, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A011C}, 35 6C E5 80 49 49 F5 57 A0 E1 8E A4 C7 70 2D CB 93 D9 44 8E BB 7F 96 E2
15:12:36.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1342, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29274], CON-POST   MID=29274, 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
15:12:36.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1342, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-0C2AC818EA776C3C], CON-POST   MID=29274, Token=0C2AC818EA776C3C, 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
15:12:36.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29274], KeyToken[127.0.0.1:8213-0C2AC818EA776C3C]]
15:12:36.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:8213
15:12:36.659 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,357,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29274, Token=0C2AC818EA776C3C, 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]
15:12:36.659 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210
15:12:36.659 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29274]
15:12:36.659 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.659 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1343, 127.0.0.1:8210] replace CON-POST   MID=29274, Token=0C2AC818EA776C3C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29274, Token=0C2AC818EA776C3C, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.659 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1343, 127.0.0.1:8210] send response NON-2.05   MID=29274, Token=null, OptionSet={}, "server responds hi"
15:12:36.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1343, 127.0.0.1:8210, complete]!
15:12:36.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1343, 127.0.0.1:8210, complete] completed NON-2.04   MID=29274, Token=0C2AC818EA776C3C, 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!
15:12:36.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:8210
15:12:36.660 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,358,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29274, Token=0C2AC818EA776C3C, 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]
15:12:36.660 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.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:8213-29274]
15:12:36.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.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
15:12:36.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1342, 127.0.0.1:8213, complete]!
15:12:36.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1342, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-0C2AC818EA776C3C]
15:12:36.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1342, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29274]
15:12:36.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1342, 127.0.0.1:8213, complete] completed CON-POST   MID=29274, Token=0C2AC818EA776C3C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29274, Token=0C2AC818EA776C3C, 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!
15:12:36.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1344, 127.0.0.1:8213] send request
15:12:36.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1344, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1344, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A011D}, 91 64 15 8C 8B C9 5D 5B 74 89 D7 67 8A 66 41 C8 DA 20 14 9C AD 77 7C 63
15:12:36.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1344, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29275], CON-POST   MID=29275, 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
15:12:36.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1344, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-00865AE0511CD838], CON-POST   MID=29275, Token=00865AE0511CD838, 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
15:12:36.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29275], KeyToken[127.0.0.1:8213-00865AE0511CD838]]
15:12:36.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:8213
15:12:36.661 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,359,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29275, Token=00865AE0511CD838, 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]
15:12:36.661 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210
15:12:36.661 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29275]
15:12:36.661 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.661 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1345, 127.0.0.1:8210] replace CON-POST   MID=29275, Token=00865AE0511CD838, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29275, Token=00865AE0511CD838, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.661 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1345, 127.0.0.1:8210] send response NON-2.05   MID=29275, Token=null, OptionSet={}, "server responds hi"
15:12:36.661 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1345, 127.0.0.1:8210, complete]!
15:12:36.661 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1345, 127.0.0.1:8210, complete] completed NON-2.04   MID=29275, Token=00865AE0511CD838, 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!
15:12:36.662 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.662 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,360,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29275, Token=00865AE0511CD838, 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]
15:12:36.662 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29275]
15:12:36.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.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
15:12:36.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1344, 127.0.0.1:8213, complete]!
15:12:36.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1344, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-00865AE0511CD838]
15:12:36.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1344, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29275]
15:12:36.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1344, 127.0.0.1:8213, complete] completed CON-POST   MID=29275, Token=00865AE0511CD838, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29275, Token=00865AE0511CD838, 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!
15:12:36.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1346, 127.0.0.1:8213] send request
15:12:36.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1346, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1346, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A011E}, F0 41 3D B3 64 C4 43 0A 65 19 76 AB 55 2E 75 48 FB D4 8A EA AB 4C 3E 4E
15:12:36.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1346, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29276], CON-POST   MID=29276, 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
15:12:36.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1346, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-7CD1494D2D8D70BD], CON-POST   MID=29276, Token=7CD1494D2D8D70BD, 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
15:12:36.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29276], KeyToken[127.0.0.1:8213-7CD1494D2D8D70BD]]
15:12:36.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:8213
15:12:36.663 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,361,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29276, Token=7CD1494D2D8D70BD, 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]
15:12:36.663 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210
15:12:36.663 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29276]
15:12:36.663 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.663 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1347, 127.0.0.1:8210] replace CON-POST   MID=29276, Token=7CD1494D2D8D70BD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29276, Token=7CD1494D2D8D70BD, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.663 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1347, 127.0.0.1:8210] send response NON-2.05   MID=29276, Token=null, OptionSet={}, "server responds hi"
15:12:36.663 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1347, 127.0.0.1:8210, complete]!
15:12:36.663 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1347, 127.0.0.1:8210, complete] completed NON-2.04   MID=29276, Token=7CD1494D2D8D70BD, 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!
15:12:36.663 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.663 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,362,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29276, Token=7CD1494D2D8D70BD, 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]
15:12:36.663 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29276]
15:12:36.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.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
15:12:36.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1346, 127.0.0.1:8213, complete]!
15:12:36.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1346, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-7CD1494D2D8D70BD]
15:12:36.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1346, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29276]
15:12:36.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1346, 127.0.0.1:8213, complete] completed CON-POST   MID=29276, Token=7CD1494D2D8D70BD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29276, Token=7CD1494D2D8D70BD, 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!
15:12:36.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1348, 127.0.0.1:8213] send request
15:12:36.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1348, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1348, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A011F}, CC F3 95 05 C9 52 CC 9B 3F D1 45 84 19 EC B0 0A 92 2D 30 C2 92 2B 32 AA
15:12:36.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1348, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29277], CON-POST   MID=29277, 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
15:12:36.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1348, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-3CBB7836BD30D9DE], CON-POST   MID=29277, Token=3CBB7836BD30D9DE, 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
15:12:36.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29277], KeyToken[127.0.0.1:8213-3CBB7836BD30D9DE]]
15:12:36.664 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8213
15:12:36.665 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,363,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29277, Token=3CBB7836BD30D9DE, 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]
15:12:36.665 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210
15:12:36.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29277]
15:12:36.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1349, 127.0.0.1:8210] replace CON-POST   MID=29277, Token=3CBB7836BD30D9DE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29277, Token=3CBB7836BD30D9DE, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1349, 127.0.0.1:8210] send response NON-2.05   MID=29277, Token=null, OptionSet={}, "server responds hi"
15:12:36.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1349, 127.0.0.1:8210, complete]!
15:12:36.665 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1349, 127.0.0.1:8210, complete] completed NON-2.04   MID=29277, Token=3CBB7836BD30D9DE, 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!
15:12:36.665 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.665 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,364,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29277, Token=3CBB7836BD30D9DE, 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]
15:12:36.665 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29277]
15:12:36.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1348, 127.0.0.1:8213, complete]!
15:12:36.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1348, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-3CBB7836BD30D9DE]
15:12:36.665 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1348, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29277]
15:12:36.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1348, 127.0.0.1:8213, complete] completed CON-POST   MID=29277, Token=3CBB7836BD30D9DE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29277, Token=3CBB7836BD30D9DE, 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!
15:12:36.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1350, 127.0.0.1:8213] send request
15:12:36.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1350, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1350, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0120}, 4B DC 4B B5 49 A2 EA 2E CD AD CD 4B 3D 09 34 3B 96 DB F5 AE 0C F2 F6 F1
15:12:36.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1350, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29278], CON-POST   MID=29278, 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
15:12:36.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1350, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-C0925DCC7F527AB7], CON-POST   MID=29278, Token=C0925DCC7F527AB7, 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
15:12:36.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29278], KeyToken[127.0.0.1:8213-C0925DCC7F527AB7]]
15:12:36.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:8213
15:12:36.666 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,365,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29278, Token=C0925DCC7F527AB7, 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]
15:12:36.666 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210
15:12:36.666 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29278]
15:12:36.666 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.667 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1351, 127.0.0.1:8210] replace CON-POST   MID=29278, Token=C0925DCC7F527AB7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29278, Token=C0925DCC7F527AB7, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.667 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1351, 127.0.0.1:8210] send response NON-2.05   MID=29278, Token=null, OptionSet={}, "server responds hi"
15:12:36.667 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1351, 127.0.0.1:8210, complete]!
15:12:36.667 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1351, 127.0.0.1:8210, complete] completed NON-2.04   MID=29278, Token=C0925DCC7F527AB7, 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!
15:12:36.667 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.667 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,366,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29278, Token=C0925DCC7F527AB7, 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]
15:12:36.667 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29278]
15:12:36.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.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
15:12:36.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1350, 127.0.0.1:8213, complete]!
15:12:36.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1350, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-C0925DCC7F527AB7]
15:12:36.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1350, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29278]
15:12:36.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1350, 127.0.0.1:8213, complete] completed CON-POST   MID=29278, Token=C0925DCC7F527AB7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29278, Token=C0925DCC7F527AB7, 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!
15:12:36.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1352, 127.0.0.1:8213] send request
15:12:36.667 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1352, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1352, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0121}, BE 02 32 46 93 0F 28 18 C2 E5 37 8A 03 04 BD 3E 34 41 F7 4A 53 42 CE 42
15:12:36.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1352, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29279], CON-POST   MID=29279, 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
15:12:36.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1352, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-000834877B96534E], CON-POST   MID=29279, Token=000834877B96534E, 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
15:12:36.668 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29279], KeyToken[127.0.0.1:8213-000834877B96534E]]
15:12:36.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:8213
15:12:36.668 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,367,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29279, Token=000834877B96534E, 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]
15:12:36.668 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210
15:12:36.668 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29279]
15:12:36.668 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.668 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1353, 127.0.0.1:8210] replace CON-POST   MID=29279, Token=000834877B96534E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29279, Token=000834877B96534E, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.668 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1353, 127.0.0.1:8210] send response NON-2.05   MID=29279, Token=null, OptionSet={}, "server responds hi"
15:12:36.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1353, 127.0.0.1:8210, complete]!
15:12:36.669 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1353, 127.0.0.1:8210, complete] completed NON-2.04   MID=29279, Token=000834877B96534E, 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!
15:12:36.669 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.669 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,368,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29279, Token=000834877B96534E, 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]
15:12:36.669 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29279]
15:12:36.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.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
15:12:36.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1352, 127.0.0.1:8213, complete]!
15:12:36.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1352, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-000834877B96534E]
15:12:36.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1352, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29279]
15:12:36.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1352, 127.0.0.1:8213, complete] completed CON-POST   MID=29279, Token=000834877B96534E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29279, Token=000834877B96534E, 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!
15:12:36.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1354, 127.0.0.1:8213] send request
15:12:36.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1354, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1354, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0122}, A8 59 F6 06 D1 B5 C8 C8 62 82 97 74 E6 5A F8 83 5B F0 F4 90 D6 BB 06 17
15:12:36.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1354, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29280], CON-POST   MID=29280, 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
15:12:36.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1354, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-08B30693D6691902], CON-POST   MID=29280, Token=08B30693D6691902, 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
15:12:36.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29280], KeyToken[127.0.0.1:8213-08B30693D6691902]]
15:12:36.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:8213
15:12:36.670 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,369,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29280, Token=08B30693D6691902, 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]
15:12:36.670 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210
15:12:36.670 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29280]
15:12:36.670 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.670 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1355, 127.0.0.1:8210] replace CON-POST   MID=29280, Token=08B30693D6691902, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29280, Token=08B30693D6691902, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.670 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1355, 127.0.0.1:8210] send response NON-2.05   MID=29280, Token=null, OptionSet={}, "server responds hi"
15:12:36.670 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1355, 127.0.0.1:8210, complete]!
15:12:36.670 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1355, 127.0.0.1:8210, complete] completed NON-2.04   MID=29280, Token=08B30693D6691902, 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!
15:12:36.670 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.671 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,370,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29280, Token=08B30693D6691902, 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]
15:12:36.671 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.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:8213-29280]
15:12:36.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.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
15:12:36.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1354, 127.0.0.1:8213, complete]!
15:12:36.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1354, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-08B30693D6691902]
15:12:36.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1354, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29280]
15:12:36.671 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1354, 127.0.0.1:8213, complete] completed CON-POST   MID=29280, Token=08B30693D6691902, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29280, Token=08B30693D6691902, 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!
15:12:36.725 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1356, 127.0.0.1:8213] send request
15:12:36.725 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1356, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.725 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1356, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0123}, 6B C2 1C CE 1E DD 60 61 5A 88 40 C3 F4 68 E5 0D EB BD 9A 18 F4 FC 28 5D
15:12:36.725 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1356, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29281], CON-POST   MID=29281, 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
15:12:36.725 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1356, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-280AD0772D853675], CON-POST   MID=29281, Token=280AD0772D853675, 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
15:12:36.725 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29281], KeyToken[127.0.0.1:8213-280AD0772D853675]]
15:12:36.726 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8213
15:12:36.726 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,371,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29281, Token=280AD0772D853675, 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]
15:12:36.726 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210
15:12:36.726 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29281]
15:12:36.726 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.726 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1357, 127.0.0.1:8210] replace CON-POST   MID=29281, Token=280AD0772D853675, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29281, Token=280AD0772D853675, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.726 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1357, 127.0.0.1:8210] send response NON-2.05   MID=29281, Token=null, OptionSet={}, "server responds hi"
15:12:36.726 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1357, 127.0.0.1:8210, complete]!
15:12:36.726 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1357, 127.0.0.1:8210, complete] completed NON-2.04   MID=29281, Token=280AD0772D853675, 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!
15:12:36.726 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.726 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,372,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29281, Token=280AD0772D853675, 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]
15:12:36.726 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.727 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29281]
15:12:36.727 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.727 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.727 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1356, 127.0.0.1:8213, complete]!
15:12:36.727 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1356, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-280AD0772D853675]
15:12:36.727 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1356, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29281]
15:12:36.727 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1356, 127.0.0.1:8213, complete] completed CON-POST   MID=29281, Token=280AD0772D853675, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29281, Token=280AD0772D853675, 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!
15:12:36.727 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1358, 127.0.0.1:8213] send request
15:12:36.727 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1358, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.727 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1358, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0124}, 03 32 C3 68 49 D5 C1 A9 66 3A 4E 69 A2 25 48 7E E7 2A EE 4D 5F 6A 78 00
15:12:36.727 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1358, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29282], CON-POST   MID=29282, 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
15:12:36.727 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1358, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-40314C73FA364DBF], CON-POST   MID=29282, Token=40314C73FA364DBF, 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
15:12:36.727 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29282], KeyToken[127.0.0.1:8213-40314C73FA364DBF]]
15:12:36.727 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8213
15:12:36.728 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,373,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29282, Token=40314C73FA364DBF, 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]
15:12:36.728 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210
15:12:36.728 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29282]
15:12:36.728 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.728 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1359, 127.0.0.1:8210] replace CON-POST   MID=29282, Token=40314C73FA364DBF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29282, Token=40314C73FA364DBF, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.728 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1359, 127.0.0.1:8210] send response NON-2.05   MID=29282, Token=null, OptionSet={}, "server responds hi"
15:12:36.728 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1359, 127.0.0.1:8210, complete]!
15:12:36.728 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1359, 127.0.0.1:8210, complete] completed NON-2.04   MID=29282, Token=40314C73FA364DBF, 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!
15:12:36.728 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.728 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,374,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29282, Token=40314C73FA364DBF, 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]
15:12:36.728 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.728 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29282]
15:12:36.728 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.729 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.729 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1358, 127.0.0.1:8213, complete]!
15:12:36.729 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1358, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-40314C73FA364DBF]
15:12:36.729 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1358, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29282]
15:12:36.729 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1358, 127.0.0.1:8213, complete] completed CON-POST   MID=29282, Token=40314C73FA364DBF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29282, Token=40314C73FA364DBF, 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!
15:12:36.729 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1360, 127.0.0.1:8213] send request
15:12:36.729 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1360, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.729 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1360, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0125}, 0F C8 D9 4E F4 C2 70 CD 97 19 00 E9 80 E2 8E CA DF DC 4E F3 1F 7E 7E 53
15:12:36.729 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1360, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29283], CON-POST   MID=29283, 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
15:12:36.729 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1360, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-78FA63AB07144249], CON-POST   MID=29283, Token=78FA63AB07144249, 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
15:12:36.729 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29283], KeyToken[127.0.0.1:8213-78FA63AB07144249]]
15:12:36.729 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8213
15:12:36.729 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,375,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29283, Token=78FA63AB07144249, 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]
15:12:36.729 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210
15:12:36.729 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29283]
15:12:36.730 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.730 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1361, 127.0.0.1:8210] replace CON-POST   MID=29283, Token=78FA63AB07144249, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29283, Token=78FA63AB07144249, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.730 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1361, 127.0.0.1:8210] send response NON-2.05   MID=29283, Token=null, OptionSet={}, "server responds hi"
15:12:36.730 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1361, 127.0.0.1:8210, complete]!
15:12:36.730 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1361, 127.0.0.1:8210, complete] completed NON-2.04   MID=29283, Token=78FA63AB07144249, 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!
15:12:36.730 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.730 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,376,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29283, Token=78FA63AB07144249, 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]
15:12:36.730 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.730 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29283]
15:12:36.730 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.730 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.730 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1360, 127.0.0.1:8213, complete]!
15:12:36.730 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1360, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-78FA63AB07144249]
15:12:36.730 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1360, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29283]
15:12:36.730 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1360, 127.0.0.1:8213, complete] completed CON-POST   MID=29283, Token=78FA63AB07144249, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29283, Token=78FA63AB07144249, 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!
15:12:36.731 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1362, 127.0.0.1:8213] send request
15:12:36.731 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1362, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.731 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1362, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0126}, 83 D4 3D 9F 6E B2 B8 69 3E 82 D2 09 98 46 D3 4C A8 6C 44 B6 2D 90 9E 2C
15:12:36.731 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1362, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29284], CON-POST   MID=29284, 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
15:12:36.731 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1362, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-ECF62788BFAD3BAD], CON-POST   MID=29284, Token=ECF62788BFAD3BAD, 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
15:12:36.731 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29284], KeyToken[127.0.0.1:8213-ECF62788BFAD3BAD]]
15:12:36.731 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8213
15:12:36.731 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,377,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29284, Token=ECF62788BFAD3BAD, 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]
15:12:36.731 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210
15:12:36.731 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29284]
15:12:36.731 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.731 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1363, 127.0.0.1:8210] replace CON-POST   MID=29284, Token=ECF62788BFAD3BAD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29284, Token=ECF62788BFAD3BAD, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.731 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1363, 127.0.0.1:8210] send response NON-2.05   MID=29284, Token=null, OptionSet={}, "server responds hi"
15:12:36.732 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1363, 127.0.0.1:8210, complete]!
15:12:36.732 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1363, 127.0.0.1:8210, complete] completed NON-2.04   MID=29284, Token=ECF62788BFAD3BAD, 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!
15:12:36.732 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.732 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,378,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29284, Token=ECF62788BFAD3BAD, 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]
15:12:36.732 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.732 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29284]
15:12:36.732 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.732 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.732 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1362, 127.0.0.1:8213, complete]!
15:12:36.732 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1362, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-ECF62788BFAD3BAD]
15:12:36.732 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1362, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29284]
15:12:36.732 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1362, 127.0.0.1:8213, complete] completed CON-POST   MID=29284, Token=ECF62788BFAD3BAD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29284, Token=ECF62788BFAD3BAD, 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!
15:12:36.732 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1364, 127.0.0.1:8213] send request
15:12:36.732 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1364, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.733 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1364, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0127}, 60 8C FA BE BF A3 E8 3E 35 8F 75 B9 D1 FE 80 6C 9E 8D E1 12 F4 03 6F FF
15:12:36.733 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1364, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29285], CON-POST   MID=29285, 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
15:12:36.733 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1364, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-7C7CEE82A43E4584], CON-POST   MID=29285, Token=7C7CEE82A43E4584, 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
15:12:36.733 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29285], KeyToken[127.0.0.1:8213-7C7CEE82A43E4584]]
15:12:36.733 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8213
15:12:36.733 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,379,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29285, Token=7C7CEE82A43E4584, 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]
15:12:36.733 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210
15:12:36.733 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29285]
15:12:36.733 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.733 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1365, 127.0.0.1:8210] replace CON-POST   MID=29285, Token=7C7CEE82A43E4584, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29285, Token=7C7CEE82A43E4584, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.733 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1365, 127.0.0.1:8210] send response NON-2.05   MID=29285, Token=null, OptionSet={}, "server responds hi"
15:12:36.733 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1365, 127.0.0.1:8210, complete]!
15:12:36.733 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1365, 127.0.0.1:8210, complete] completed NON-2.04   MID=29285, Token=7C7CEE82A43E4584, 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!
15:12:36.733 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.734 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,380,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29285, Token=7C7CEE82A43E4584, 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]
15:12:36.734 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.734 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29285]
15:12:36.734 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.734 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.734 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1364, 127.0.0.1:8213, complete]!
15:12:36.734 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1364, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-7C7CEE82A43E4584]
15:12:36.734 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1364, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29285]
15:12:36.734 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1364, 127.0.0.1:8213, complete] completed CON-POST   MID=29285, Token=7C7CEE82A43E4584, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29285, Token=7C7CEE82A43E4584, 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!
15:12:36.734 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1366, 127.0.0.1:8213] send request
15:12:36.734 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1366, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.734 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1366, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0128}, 41 48 B2 26 32 B2 B0 0C 4D 24 19 05 ED 32 E3 BE 9E 2E CF 78 38 0C 82 ED
15:12:36.734 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1366, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29286], CON-POST   MID=29286, 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
15:12:36.734 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1366, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-E0DB63C54A788C6E], CON-POST   MID=29286, Token=E0DB63C54A788C6E, 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
15:12:36.734 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29286], KeyToken[127.0.0.1:8213-E0DB63C54A788C6E]]
15:12:36.734 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8213
15:12:36.735 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,381,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29286, Token=E0DB63C54A788C6E, 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]
15:12:36.735 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210
15:12:36.735 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29286]
15:12:36.735 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.735 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1367, 127.0.0.1:8210] replace CON-POST   MID=29286, Token=E0DB63C54A788C6E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29286, Token=E0DB63C54A788C6E, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.735 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1367, 127.0.0.1:8210] send response NON-2.05   MID=29286, Token=null, OptionSet={}, "server responds hi"
15:12:36.735 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1367, 127.0.0.1:8210, complete]!
15:12:36.735 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1367, 127.0.0.1:8210, complete] completed NON-2.04   MID=29286, Token=E0DB63C54A788C6E, 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!
15:12:36.735 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.735 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,382,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29286, Token=E0DB63C54A788C6E, 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]
15:12:36.735 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.735 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29286]
15:12:36.735 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.735 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.736 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1366, 127.0.0.1:8213, complete]!
15:12:36.736 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1366, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-E0DB63C54A788C6E]
15:12:36.736 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1366, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29286]
15:12:36.736 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1366, 127.0.0.1:8213, complete] completed CON-POST   MID=29286, Token=E0DB63C54A788C6E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29286, Token=E0DB63C54A788C6E, 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!
15:12:36.736 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1368, 127.0.0.1:8213] send request
15:12:36.736 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1368, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.736 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1368, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A0129}, 75 C7 39 19 E3 CD EC AB 64 23 9E 79 44 A1 76 5C 25 B3 84 43 A9 75 30 5D
15:12:36.736 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1368, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29287], CON-POST   MID=29287, 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
15:12:36.736 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1368, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-50562C5611C2342C], CON-POST   MID=29287, Token=50562C5611C2342C, 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
15:12:36.736 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29287], KeyToken[127.0.0.1:8213-50562C5611C2342C]]
15:12:36.736 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8213
15:12:36.736 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,383,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29287, Token=50562C5611C2342C, 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]
15:12:36.736 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210
15:12:36.736 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29287]
15:12:36.736 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.737 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1369, 127.0.0.1:8210] replace CON-POST   MID=29287, Token=50562C5611C2342C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29287, Token=50562C5611C2342C, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.737 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1369, 127.0.0.1:8210] send response NON-2.05   MID=29287, Token=null, OptionSet={}, "server responds hi"
15:12:36.737 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1369, 127.0.0.1:8210, complete]!
15:12:36.737 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1369, 127.0.0.1:8210, complete] completed NON-2.04   MID=29287, Token=50562C5611C2342C, 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!
15:12:36.737 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.737 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,384,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29287, Token=50562C5611C2342C, 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]
15:12:36.737 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.737 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29287]
15:12:36.737 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.737 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.737 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1368, 127.0.0.1:8213, complete]!
15:12:36.737 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1368, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-50562C5611C2342C]
15:12:36.737 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1368, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29287]
15:12:36.737 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1368, 127.0.0.1:8213, complete] completed CON-POST   MID=29287, Token=50562C5611C2342C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29287, Token=50562C5611C2342C, 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!
15:12:36.737 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1370, 127.0.0.1:8213] send request
15:12:36.737 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1370, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.738 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1370, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A012A}, AF 34 D5 86 D8 00 96 DB 3F F0 E7 E7 92 9F 94 5A 2E 8A 28 D0 7F B2 DA E6
15:12:36.738 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1370, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29288], CON-POST   MID=29288, 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
15:12:36.738 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1370, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-20FDC20C899DCDB5], CON-POST   MID=29288, Token=20FDC20C899DCDB5, 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
15:12:36.738 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29288], KeyToken[127.0.0.1:8213-20FDC20C899DCDB5]]
15:12:36.738 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8213
15:12:36.738 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,385,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29288, Token=20FDC20C899DCDB5, 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]
15:12:36.738 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210
15:12:36.738 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29288]
15:12:36.738 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.738 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1371, 127.0.0.1:8210] replace CON-POST   MID=29288, Token=20FDC20C899DCDB5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29288, Token=20FDC20C899DCDB5, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.738 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1371, 127.0.0.1:8210] send response NON-2.05   MID=29288, Token=null, OptionSet={}, "server responds hi"
15:12:36.738 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1371, 127.0.0.1:8210, complete]!
15:12:36.738 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1371, 127.0.0.1:8210, complete] completed NON-2.04   MID=29288, Token=20FDC20C899DCDB5, 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!
15:12:36.739 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.739 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,386,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29288, Token=20FDC20C899DCDB5, 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]
15:12:36.739 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.739 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29288]
15:12:36.739 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.739 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.739 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1370, 127.0.0.1:8213, complete]!
15:12:36.739 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1370, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-20FDC20C899DCDB5]
15:12:36.739 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1370, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29288]
15:12:36.739 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1370, 127.0.0.1:8213, complete] completed CON-POST   MID=29288, Token=20FDC20C899DCDB5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29288, Token=20FDC20C899DCDB5, 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!
15:12:36.739 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1372, 127.0.0.1:8213] send request
15:12:36.739 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1372, 127.0.0.1:8213] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.739 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1372, 127.0.0.1:8213] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0A012B}, 94 F7 6D B4 0F 42 91 1F 96 70 95 F1 F5 4C 6B A6 42 42 C6 6F 6F 20 6B 46
15:12:36.739 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1372, 127.0.0.1:8213] added with generated mid KeyMID[127.0.0.1:8213-29289], CON-POST   MID=29289, 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
15:12:36.739 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1372, 127.0.0.1:8213] added with generated token KeyToken[127.0.0.1:8213-D003C952F4FC018F], CON-POST   MID=29289, Token=D003C952F4FC018F, 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
15:12:36.740 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-29289], KeyToken[127.0.0.1:8213-D003C952F4FC018F]]
15:12:36.740 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8213
15:12:36.740 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,387,T110) 127.0.0.1:8,210 ==> :8,213 [CON-POST   MID=29289, Token=D003C952F4FC018F, 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]
15:12:36.740 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8213) received 41 bytes from 127.0.0.1:8210
15:12:36.740 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-29289]
15:12:36.740 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.740 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1373, 127.0.0.1:8210] replace CON-POST   MID=29289, Token=D003C952F4FC018F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=29289, Token=D003C952F4FC018F, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.740 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1373, 127.0.0.1:8210] send response NON-2.05   MID=29289, Token=null, OptionSet={}, "server responds hi"
15:12:36.740 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1373, 127.0.0.1:8210, complete]!
15:12:36.740 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1373, 127.0.0.1:8210, complete] completed NON-2.04   MID=29289, Token=D003C952F4FC018F, 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!
15:12:36.740 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.740 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,388,T95) 127.0.0.1:8,213 ==> :8,210 [NON-2.04   MID=29289, Token=D003C952F4FC018F, 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]
15:12:36.740 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8213
15:12:36.741 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-29289]
15:12:36.741 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.741 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.741 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1372, 127.0.0.1:8213, complete]!
15:12:36.741 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1372, 127.0.0.1:8213, complete] for token KeyToken[127.0.0.1:8213-D003C952F4FC018F]
15:12:36.741 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1372, 127.0.0.1:8213, complete] for MID KeyMID[127.0.0.1:8213-29289]
15:12:36.741 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1372, 127.0.0.1:8213, complete] completed CON-POST   MID=29289, Token=D003C952F4FC018F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29289, Token=D003C952F4FC018F, 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!
15:12:36.741 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
15:12:36.741 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8213
15:12:36.741 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8213
15:12:36.741 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8213] stopping ...
15:12:36.741 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8213, address /127.0.0.1
15:12:36.741 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8213] has stopped.
15:12:36.741 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8213
15:12:36.741 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End OSCoreServerClientTest

Start OSCoreServerClientTest
15:12:36.742 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:36.742 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:36.742 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:36.742 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
15:12:36.743 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
15:12:36.743 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
15:12:36.743 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:36.743 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:36.743 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
15:12:36.743 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8214
15:12:36.743 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:36.744 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8214, recv buf = 0, send buf = 0, recv packet size = 2048
15:12:36.744 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
15:12:36.744 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8214
15:12:36.744 [UDP-Sender-localhost/127.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
15:12:36.744 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1374, 127.0.0.1:8214] send request
15:12:36.744 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1374, 127.0.0.1:8214] prepare retransmission for CON-POST   MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.744 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1374, 127.0.0.1:8214] replace CON-POST   MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=10000, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85
15:12:36.744 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1374, 127.0.0.1:8214] added with KeyMID[127.0.0.1:8214-10000], CON-POST   MID=10000, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85
15:12:36.745 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1374, 127.0.0.1:8214] added with generated token KeyToken[127.0.0.1:8214-58649805B91CCAC8], CON-POST   MID=10000, Token=58649805B91CCAC8, 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
15:12:36.745 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8214-10000], KeyToken[127.0.0.1:8214-58649805B91CCAC8]]
15:12:36.745 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8214
15:12:36.745 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,389,T115) 127.0.0.1:8,210 ==> :8,214 [CON-POST   MID=10000, Token=58649805B91CCAC8, 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]
15:12:36.745 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8214) received 40 bytes from 127.0.0.1:8210
15:12:36.745 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-10000]
15:12:36.745 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.745 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1375, 127.0.0.1:8210] replace CON-POST   MID=10000, Token=58649805B91CCAC8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=10000, Token=58649805B91CCAC8, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.745 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1375, 127.0.0.1:8210] send response NON-2.05   MID=10000, Token=null, OptionSet={}, "server responds hi"
15:12:36.746 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1375, 127.0.0.1:8210, complete]!
15:12:36.746 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1375, 127.0.0.1:8210, complete] completed NON-2.04   MID=10000, Token=58649805B91CCAC8, 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!
15:12:36.746 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.746 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,390,T95) 127.0.0.1:8,214 ==> :8,210 [NON-2.04   MID=10000, Token=58649805B91CCAC8, 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]
15:12:36.746 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8214
15:12:36.746 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8214-10000]
15:12:36.746 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.746 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.746 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1374, 127.0.0.1:8214, complete]!
15:12:36.746 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1374, 127.0.0.1:8214, complete] for token KeyToken[127.0.0.1:8214-58649805B91CCAC8]
15:12:36.746 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1374, 127.0.0.1:8214, complete] for MID KeyMID[127.0.0.1:8214-10000]
15:12:36.746 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1374, 127.0.0.1:8214, complete] completed CON-POST   MID=10000, Token=58649805B91CCAC8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=10000, Token=58649805B91CCAC8, 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
15:12:36.746 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
15:12:36.747 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8214
15:12:36.747 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8214
15:12:36.747 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8214] stopping ...
15:12:36.747 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8214, address /127.0.0.1
15:12:36.747 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8214] has stopped.
15:12:36.747 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8214
15:12:36.747 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End OSCoreServerClientTest

Start OSCoreServerClientTest
15:12:36.748 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:36.748 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:36.748 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:36.748 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
15:12:36.748 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
15:12:36.748 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
15:12:36.748 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:36.748 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:36.748 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
15:12:36.748 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8215
15:12:36.748 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:36.749 [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
15:12:36.749 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
15:12:36.749 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8215
15:12:36.749 [UDP-Sender-localhost/127.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
15:12:36.749 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1376, 127.0.0.1:8215] send request
15:12:36.749 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1376, 127.0.0.1:8215] prepare retransmission for CON-POST   MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.749 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1376, 127.0.0.1:8215] replace CON-POST   MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=10000, Token=null, OptionSet={"Object-Security":0x090077}, 5E 5D B6 CF 0C B0 66 2F 4A 67 7B DC AE 8B F0 FB E0 E5 F9 4B 44 13 C8 41
15:12:36.750 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1376, 127.0.0.1:8215] added with KeyMID[127.0.0.1:8215-10000], CON-POST   MID=10000, Token=null, OptionSet={"Object-Security":0x090077}, 5E 5D B6 CF 0C B0 66 2F 4A 67 7B DC AE 8B F0 FB E0 E5 F9 4B 44 13 C8 41
15:12:36.750 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1376, 127.0.0.1:8215] added with generated token KeyToken[127.0.0.1:8215-049D49CD549CA4BD], CON-POST   MID=10000, Token=049D49CD549CA4BD, 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
15:12:36.750 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8215-10000], KeyToken[127.0.0.1:8215-049D49CD549CA4BD]]
15:12:36.750 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8215
15:12:36.750 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,391,T120) 127.0.0.1:8,210 ==> :8,215 [CON-POST   MID=10000, Token=049D49CD549CA4BD, 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]
15:12:36.750 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8215) received 41 bytes from 127.0.0.1:8210
15:12:36.750 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-10000]
15:12:36.750 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.RequestDecryptor - Security context not found
15:12:36.750 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.ObjectSecurityLayer - Error while receiving OSCore request: Security context not found
15:12:36.750 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1377, 127.0.0.1:8210, complete]!
15:12:36.750 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1377, 127.0.0.1:8210, complete] completed ACK-4.01   MID=10000, Token=049D49CD549CA4BD, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found"!
15:12:36.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 41 bytes to 127.0.0.1:8210
15:12:36.751 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,392,T95) 127.0.0.1:8,215 ==> :8,210 [ACK-4.01   MID=10000, Token=049D49CD549CA4BD, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found"]
15:12:36.751 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 41 bytes from 127.0.0.1:8215
15:12:36.751 [: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!
15:12:36.751 [: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=049D49CD549CA4BD, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found":
15:12:36.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1376, 127.0.0.1:8215, complete]!
15:12:36.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1376, 127.0.0.1:8215, complete] for token KeyToken[127.0.0.1:8215-049D49CD549CA4BD]
15:12:36.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1376, 127.0.0.1:8215, complete] for MID KeyMID[127.0.0.1:8215-10000]
15:12:36.751 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1376, 127.0.0.1:8215, complete] completed CON-POST   MID=10000, Token=049D49CD549CA4BD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=10000, Token=049D49CD549CA4BD, 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
15:12:36.751 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
15:12:36.751 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8215
15:12:36.751 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8215
15:12:36.751 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8215] stopping ...
15:12:36.751 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8215, address /127.0.0.1
15:12:36.751 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8215] has stopped.
15:12:36.751 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8215
15:12:36.751 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End OSCoreServerClientTest

Start OSCoreServerClientTest
15:12:36.752 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:36.752 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:36.752 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:36.752 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
15:12:36.752 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
15:12:36.753 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
15:12:36.753 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:36.753 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:36.753 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
15:12:36.753 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8216
15:12:36.753 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:36.753 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8216, recv buf = 0, send buf = 0, recv packet size = 2048
15:12:36.753 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
15:12:36.753 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8216
15:12:36.753 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
15:12:36.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1378, 127.0.0.1:8216] send request
15:12:36.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1378, 127.0.0.1:8216] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1378, 127.0.0.1:8216] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85
15:12:36.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1378, 127.0.0.1:8216] added with generated mid KeyMID[127.0.0.1:8216-14072], CON-POST   MID=14072, 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
15:12:36.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1378, 127.0.0.1:8216] added with generated token KeyToken[127.0.0.1:8216-34A73E86F358EBDC], CON-POST   MID=14072, Token=34A73E86F358EBDC, 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
15:12:36.754 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8216-14072], KeyToken[127.0.0.1:8216-34A73E86F358EBDC]]
15:12:36.754 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8216
15:12:36.754 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,393,T125) 127.0.0.1:8,210 ==> :8,216 [CON-POST   MID=14072, Token=34A73E86F358EBDC, 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]
15:12:36.754 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8216) received 40 bytes from 127.0.0.1:8210
15:12:36.754 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-14072]
15:12:36.755 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.755 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1379, 127.0.0.1:8210] replace CON-POST   MID=14072, Token=34A73E86F358EBDC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=14072, Token=34A73E86F358EBDC, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.755 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1379, 127.0.0.1:8210] send response NON-2.05   MID=14072, Token=null, OptionSet={}, "server responds hi"
15:12:36.755 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1379, 127.0.0.1:8210, complete]!
15:12:36.755 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1379, 127.0.0.1:8210, complete] completed NON-2.04   MID=14072, Token=34A73E86F358EBDC, 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!
15:12:36.755 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.755 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,394,T95) 127.0.0.1:8,216 ==> :8,210 [NON-2.04   MID=14072, Token=34A73E86F358EBDC, 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]
15:12:36.755 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8216
15:12:36.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:8216-14072]
15:12:36.755 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.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
15:12:36.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1378, 127.0.0.1:8216, complete]!
15:12:36.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1378, 127.0.0.1:8216, complete] for token KeyToken[127.0.0.1:8216-34A73E86F358EBDC]
15:12:36.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1378, 127.0.0.1:8216, complete] for MID KeyMID[127.0.0.1:8216-14072]
15:12:36.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1378, 127.0.0.1:8216, complete] completed CON-POST   MID=14072, Token=34A73E86F358EBDC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=14072, Token=34A73E86F358EBDC, 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!
15:12:36.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1380, 127.0.0.1:8216] send request
15:12:36.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1380, 127.0.0.1:8216] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1380, 127.0.0.1:8216] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0901}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A
15:12:36.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1380, 127.0.0.1:8216] added with generated mid KeyMID[127.0.0.1:8216-14073], CON-POST   MID=14073, 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
15:12:36.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1380, 127.0.0.1:8216] added with generated token KeyToken[127.0.0.1:8216-F8C6832DFA3B527A], CON-POST   MID=14073, Token=F8C6832DFA3B527A, 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
15:12:36.756 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8216-14073], KeyToken[127.0.0.1:8216-F8C6832DFA3B527A]]
15:12:36.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:8216
15:12:36.756 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,395,T125) 127.0.0.1:8,210 ==> :8,216 [CON-POST   MID=14073, Token=F8C6832DFA3B527A, 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]
15:12:36.756 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8216) received 40 bytes from 127.0.0.1:8210
15:12:36.757 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-14073]
15:12:36.757 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.757 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1381, 127.0.0.1:8210] replace CON-POST   MID=14073, Token=F8C6832DFA3B527A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=14073, Token=F8C6832DFA3B527A, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.757 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1381, 127.0.0.1:8210] send response NON-2.05   MID=14073, Token=null, OptionSet={}, "server responds hi"
15:12:36.757 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1381, 127.0.0.1:8210, complete]!
15:12:36.757 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1381, 127.0.0.1:8210, complete] completed NON-2.04   MID=14073, Token=F8C6832DFA3B527A, 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!
15:12:36.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:8210
15:12:36.757 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,396,T95) 127.0.0.1:8,216 ==> :8,210 [NON-2.04   MID=14073, Token=F8C6832DFA3B527A, 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]
15:12:36.757 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8216
15:12:36.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8216-14073]
15:12:36.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.757 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1380, 127.0.0.1:8216, complete]!
15:12:36.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1380, 127.0.0.1:8216, complete] for token KeyToken[127.0.0.1:8216-F8C6832DFA3B527A]
15:12:36.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1380, 127.0.0.1:8216, complete] for MID KeyMID[127.0.0.1:8216-14073]
15:12:36.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1380, 127.0.0.1:8216, complete] completed CON-POST   MID=14073, Token=F8C6832DFA3B527A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=14073, Token=F8C6832DFA3B527A, 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!
15:12:36.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1382, 127.0.0.1:8216] send request
15:12:36.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1382, 127.0.0.1:8216] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1382, 127.0.0.1:8216] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85
15:12:36.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1382, 127.0.0.1:8216] added with generated mid KeyMID[127.0.0.1:8216-14074], CON-POST   MID=14074, 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
15:12:36.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1382, 127.0.0.1:8216] added with generated token KeyToken[127.0.0.1:8216-00A3D797A7684A2A], CON-POST   MID=14074, Token=00A3D797A7684A2A, 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
15:12:36.758 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8216-14074], KeyToken[127.0.0.1:8216-00A3D797A7684A2A]]
15:12:36.758 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8216
15:12:36.758 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,397,T125) 127.0.0.1:8,210 ==> :8,216 [CON-POST   MID=14074, Token=00A3D797A7684A2A, 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]
15:12:36.758 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8216) received 40 bytes from 127.0.0.1:8210
15:12:36.758 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-14074]
15:12:36.758 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.758 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.OSCoreCtx - Replayed message detected
15:12:36.759 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.RequestDecryptor - Replay detected
15:12:36.759 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.ObjectSecurityLayer - Error while receiving OSCore request: Replay detected
15:12:36.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1383, 127.0.0.1:8210, complete]!
15:12:36.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1383, 127.0.0.1:8210, complete] completed ACK-4.01   MID=14074, Token=00A3D797A7684A2A, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected"!
15:12:36.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 30 bytes to 127.0.0.1:8210
15:12:36.759 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,398,T95) 127.0.0.1:8,216 ==> :8,210 [ACK-4.01   MID=14074, Token=00A3D797A7684A2A, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected"]
15:12:36.759 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 30 bytes from 127.0.0.1:8216
15:12:36.759 [: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!
15:12:36.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap  received error ACK-4.01   MID=14074, Token=00A3D797A7684A2A, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected":
15:12:36.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1382, 127.0.0.1:8216, complete]!
15:12:36.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1382, 127.0.0.1:8216, complete] for token KeyToken[127.0.0.1:8216-00A3D797A7684A2A]
15:12:36.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1382, 127.0.0.1:8216, complete] for MID KeyMID[127.0.0.1:8216-14074]
15:12:36.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1382, 127.0.0.1:8216, complete] completed CON-POST   MID=14074, Token=00A3D797A7684A2A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=14074, Token=00A3D797A7684A2A, 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!
15:12:36.759 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
15:12:36.760 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8216
15:12:36.760 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8216
15:12:36.760 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8216] stopping ...
15:12:36.760 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8216, address /127.0.0.1
15:12:36.760 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8216] has stopped.
15:12:36.760 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8216
15:12:36.760 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End OSCoreServerClientTest

Start OSCoreServerClientTest
15:12:36.762 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:36.762 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:36.762 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:36.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
15:12:36.762 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
15:12:36.762 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
15:12:36.763 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:36.763 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:36.763 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
15:12:36.763 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8217
15:12:36.763 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:36.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]]
15:12:36.763 [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
15:12:36.763 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8217
15:12:36.763 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
client sent request
15:12:36.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1384, 127.0.0.1:8217] send request
15:12:36.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1384, 127.0.0.1:8217] prepare retransmission for CON-POST   MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1384, 127.0.0.1:8217] replace CON-POST   MID=10000, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=10000, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85
15:12:36.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1384, 127.0.0.1:8217] added with KeyMID[127.0.0.1:8217-10000], CON-POST   MID=10000, Token=null, OptionSet={"Object-Security":0x0900}, FE A4 F9 3E 93 68 A0 1F 0C 85 30 2B 44 F3 D2 FE 86 8A 22 9C C3 6D 28 85
15:12:36.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1384, 127.0.0.1:8217] added with generated token KeyToken[127.0.0.1:8217-98EA50887D92A4F3], CON-POST   MID=10000, Token=98EA50887D92A4F3, 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
15:12:36.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8217-10000], KeyToken[127.0.0.1:8217-98EA50887D92A4F3]]
15:12:36.765 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8217
15:12:36.765 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,399,T130) 127.0.0.1:8,210 ==> :8,217 [CON-POST   MID=10000, Token=98EA50887D92A4F3, 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]
15:12:36.765 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8217) received 40 bytes from 127.0.0.1:8210
15:12:36.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-10000]
15:12:36.765 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.ObjectSecurityLayer - Error while receiving OSCore request: Security context not found (resend with ID Context)
15:12:36.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1385, 127.0.0.1:8210, complete]!
15:12:36.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1385, 127.0.0.1:8210, complete] completed ACK-4.01   MID=10000, Token=98EA50887D92A4F3, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found (rese".. 51 bytes!
15:12:36.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 66 bytes to 127.0.0.1:8210
15:12:36.765 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,400,T95) 127.0.0.1:8,217 ==> :8,210 [ACK-4.01   MID=10000, Token=98EA50887D92A4F3, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found (rese".. 51 bytes]
15:12:36.765 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 66 bytes from 127.0.0.1:8217
15:12:36.765 [: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!
15:12:36.766 [: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=98EA50887D92A4F3, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found (rese".. 51 bytes:
15:12:36.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1384, 127.0.0.1:8217, complete]!
15:12:36.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1384, 127.0.0.1:8217, complete] for token KeyToken[127.0.0.1:8217-98EA50887D92A4F3]
15:12:36.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1384, 127.0.0.1:8217, complete] for MID KeyMID[127.0.0.1:8217-10000]
15:12:36.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1384, 127.0.0.1:8217, complete] completed CON-POST   MID=10000, Token=98EA50887D92A4F3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=10000, Token=98EA50887D92A4F3, 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
15:12:36.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1386, 127.0.0.1:8217] send request
15:12:36.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1386, 127.0.0.1:8217] prepare retransmission for CON-POST   MID=10001, Token=null, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1386, 127.0.0.1:8217] replace CON-POST   MID=10001, Token=null, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=10001, Token=null, OptionSet={"Object-Security":0x1901087465737474657374}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A
15:12:36.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1386, 127.0.0.1:8217] added with KeyMID[127.0.0.1:8217-10001], CON-POST   MID=10001, Token=null, OptionSet={"Object-Security":0x1901087465737474657374}, 54 DB D3 64 A0 36 BD 2E 8C 33 A1 00 20 19 5D C0 C0 B4 1B 6D ED 17 14 2A
15:12:36.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1386, 127.0.0.1:8217] added with generated token KeyToken[127.0.0.1:8217-484ED3305F0BFAE6], CON-POST   MID=10001, Token=484ED3305F0BFAE6, 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
15:12:36.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8217-10001], KeyToken[127.0.0.1:8217-484ED3305F0BFAE6]]
15:12:36.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 49 bytes to 127.0.0.1:8217
15:12:36.766 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,401,T130) 127.0.0.1:8,210 ==> :8,217 [CON-POST   MID=10001, Token=484ED3305F0BFAE6, 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]
15:12:36.766 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8217) received 49 bytes from 127.0.0.1:8210
15:12:36.766 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-10001]
15:12:36.767 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.767 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1387, 127.0.0.1:8210] replace CON-POST   MID=10001, Token=484ED3305F0BFAE6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=10001, Token=484ED3305F0BFAE6, OptionSet={"Object-Security":0x}, "client says hi"
15:12:36.767 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1387, 127.0.0.1:8210] send response NON-2.05   MID=10001, Token=null, OptionSet={}, "server responds hi"
15:12:36.767 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1387, 127.0.0.1:8210, complete]!
15:12:36.767 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1387, 127.0.0.1:8210, complete] completed NON-2.04   MID=10001, Token=484ED3305F0BFAE6, 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!
15:12:36.767 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8210
15:12:36.767 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,402,T95) 127.0.0.1:8,217 ==> :8,210 [NON-2.04   MID=10001, Token=484ED3305F0BFAE6, 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]
15:12:36.767 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8210) received 42 bytes from 127.0.0.1:8217
15:12:36.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:8217-10001]
15:12:36.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.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
15:12:36.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1386, 127.0.0.1:8217, complete]!
15:12:36.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1386, 127.0.0.1:8217, complete] for token KeyToken[127.0.0.1:8217-484ED3305F0BFAE6]
15:12:36.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1386, 127.0.0.1:8217, complete] for MID KeyMID[127.0.0.1:8217-10001]
15:12:36.768 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1386, 127.0.0.1:8217, complete] completed CON-POST   MID=10001, Token=484ED3305F0BFAE6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=10001, Token=484ED3305F0BFAE6, 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
15:12:36.768 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
15:12:36.768 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8217
15:12:36.768 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8217
15:12:36.768 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8217] stopping ...
15:12:36.769 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8217, address /127.0.0.1
15:12:36.769 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8217] has stopped.
15:12:36.769 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8217
15:12:36.769 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End OSCoreServerClientTest
15:12:36.769 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active.
15:12:36.769 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8210
15:12:36.769 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8210
15:12:36.769 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8210] stopping ...
15:12:36.769 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8210, address /0.0.0.0
15:12:36.769 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8210] has stopped.
15:12:36.769 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8210
15:12:36.770 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.119 s - in org.eclipse.californium.oscore.OSCoreServerClientTest
[INFO] Running org.eclipse.californium.oscore.EndpointContextInfoTest

Start EndpointContextInfoTest
15:12:36.772 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:36.772 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:36.772 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:36.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
15:12:36.773 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
15:12:36.774 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
15:12:36.774 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:36.774 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:36.774 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
15:12:36.774 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8218
15:12:36.774 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:36.774 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8218, recv buf = 0, send buf = 0, recv packet size = 2048
15:12:36.774 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
15:12:36.774 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8218
15:12:36.774 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
15:12:36.826 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:36.826 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:36.826 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:36.827 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
15:12:36.827 [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
15:12:36.827 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
15:12:36.827 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:36.827 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:36.827 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
15:12:36.827 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8219
15:12:36.827 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:36.828 [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]]
15:12:36.828 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8219, recv buf = 0, send buf = 0, recv packet size = 2048
15:12:36.828 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8219
15:12:36.828 [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]]
15:12:36.828 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8219 for coap
client sent request
15:12:36.828 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1388, 127.0.0.1:8218] send request
15:12:36.828 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1388, 127.0.0.1:8218] prepare retransmission for CON-GET    MID=   -1, Token=null, OptionSet={"Object-Security":0x}, <empty data>
15:12:36.828 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1388, 127.0.0.1:8218] replace CON-GET    MID=   -1, Token=null, OptionSet={"Object-Security":0x}, <empty data> by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79
15:12:36.828 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1388, 127.0.0.1:8218] added with generated mid KeyMID[127.0.0.1:8218-7735], CON-POST   MID= 7735, Token=null, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79
15:12:36.828 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1388, 127.0.0.1:8218] added with generated token KeyToken[127.0.0.1:8218-68F94E1163702E63], CON-POST   MID= 7735, Token=68F94E1163702E63, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79
15:12:36.829 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8218-7735], KeyToken[127.0.0.1:8218-68F94E1163702E63]]
Client: Request endpoint context type: class org.eclipse.californium.elements.MapBasedEndpointContext
15:12:36.829 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 29 bytes to 127.0.0.1:8218
15:12:36.829 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,403,T135) 127.0.0.1:8,219 ==> :8,218 [CON-POST   MID= 7735, Token=68F94E1163702E63, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79]
15:12:36.829 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8218) received 29 bytes from 127.0.0.1:8219
15:12:36.829 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8219-7735]
15:12:36.829 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.830 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1389, 127.0.0.1:8219] replace CON-POST   MID= 7735, Token=68F94E1163702E63, OptionSet={"Object-Security":0x77665544}, <empty data> by CON-GET    MID= 7735, Token=68F94E1163702E63, OptionSet={"Object-Security":0x}, <empty data>
server received request
Server: Request source context type: class org.eclipse.californium.elements.MapBasedEndpointContext
15:12:36.830 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1389, 127.0.0.1:8219] send response null-2.05   MID=   -1, Token=null, OptionSet={}, "server responds hi"
15:12:36.830 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1389, 127.0.0.1:8219, complete]!
15:12:36.830 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1389, 127.0.0.1:8219, complete] completed ACK-2.04   MID= 7735, Token=68F94E1163702E63, 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
15:12:36.830 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8219
15:12:36.830 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,404,T138) 127.0.0.1:8,218 ==> :8,219 [ACK-2.04   MID= 7735, Token=68F94E1163702E63, 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]
15:12:36.830 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8219) received 42 bytes from 127.0.0.1:8218
15:12:36.831 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.831 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.831 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1388, 127.0.0.1:8218, complete]!
15:12:36.831 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1388, 127.0.0.1:8218, complete] for token KeyToken[127.0.0.1:8218-68F94E1163702E63]
15:12:36.831 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1388, 127.0.0.1:8218, complete] for MID KeyMID[127.0.0.1:8218-7735]
15:12:36.831 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1388, 127.0.0.1:8218, complete] completed CON-GET    MID= 7735, Token=68F94E1163702E63, OptionSet={"Object-Security":0x}, <empty data> -/- CON-POST   MID= 7735, Token=68F94E1163702E63, OptionSet={"Object-Security":0x090077665544}, acked 47 95 96 04 DA CD 5C DF 79!
client received response
15:12:36.831 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
15:12:36.831 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8218
15:12:36.831 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8218
15:12:36.831 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8218] stopping ...
15:12:36.831 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8218, address /127.0.0.1
15:12:36.831 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8218] has stopped.
15:12:36.831 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8218
15:12:36.831 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End EndpointContextInfoTest

Start EndpointContextInfoTest
15:12:36.832 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:36.832 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:36.833 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:36.833 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
15:12:36.833 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
15:12:36.833 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
15:12:36.834 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:36.834 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:36.834 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
15:12:36.834 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8220
15:12:36.834 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:36.834 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on /127.0.0.1:8220, recv buf = 0, send buf = 0, recv packet size = 2048
15:12:36.834 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8220
15:12:36.834 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
15:12:36.834 [UDP-Sender-localhost/127.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
15:12:36.835 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1390, 127.0.0.1:8220] send request
15:12:36.835 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1390, 127.0.0.1:8220] prepare retransmission for CON-GET    MID=   -1, Token=null, OptionSet={"Object-Security":0x}, <empty data>
15:12:36.835 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1390, 127.0.0.1:8220] replace CON-GET    MID=   -1, Token=null, OptionSet={"Object-Security":0x}, <empty data> by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79
15:12:36.835 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1390, 127.0.0.1:8220] added with generated mid KeyMID[127.0.0.1:8220-7794], CON-POST   MID= 7794, Token=null, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79
15:12:36.835 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1390, 127.0.0.1:8220] added with generated token KeyToken[127.0.0.1:8220-44C8DB5277457995], CON-POST   MID= 7794, Token=44C8DB5277457995, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79
15:12:36.835 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8220-7794], KeyToken[127.0.0.1:8220-44C8DB5277457995]]
15:12:36.835 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 29 bytes to 127.0.0.1:8220
15:12:36.835 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,405,T143) 127.0.0.1:8,219 ==> :8,220 [CON-POST   MID= 7794, Token=44C8DB5277457995, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79]
15:12:36.835 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8220) received 29 bytes from 127.0.0.1:8219
15:12:36.835 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8219-7794]
15:12:36.836 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.836 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1391, 127.0.0.1:8219] replace CON-POST   MID= 7794, Token=44C8DB5277457995, OptionSet={"Object-Security":0x77665544}, <empty data> by CON-GET    MID= 7794, Token=44C8DB5277457995, OptionSet={"Object-Security":0x}, <empty data>
server received request
Server: Request source context type: class org.eclipse.californium.elements.MapBasedEndpointContext
15:12:36.836 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1391, 127.0.0.1:8219] send response null-2.05   MID=   -1, Token=null, OptionSet={}, "server responds hi"
15:12:36.836 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1391, 127.0.0.1:8219, complete]!
15:12:36.836 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1391, 127.0.0.1:8219, complete] completed ACK-2.04   MID= 7794, Token=44C8DB5277457995, 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
15:12:36.836 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8219
15:12:36.836 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,406,T138) 127.0.0.1:8,220 ==> :8,219 [ACK-2.04   MID= 7794, Token=44C8DB5277457995, 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]
15:12:36.836 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8219) received 42 bytes from 127.0.0.1:8220
15:12:36.836 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.836 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.837 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1390, 127.0.0.1:8220, complete]!
15:12:36.837 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1390, 127.0.0.1:8220, complete] for token KeyToken[127.0.0.1:8220-44C8DB5277457995]
15:12:36.837 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1390, 127.0.0.1:8220, complete] for MID KeyMID[127.0.0.1:8220-7794]
15:12:36.837 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1390, 127.0.0.1:8220, complete] completed CON-GET    MID= 7794, Token=44C8DB5277457995, OptionSet={"Object-Security":0x}, <empty data> -/- CON-POST   MID= 7794, Token=44C8DB5277457995, 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
15:12:36.837 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1392, 127.0.0.1:8220] send request
15:12:36.837 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1392, 127.0.0.1:8220] prepare retransmission for CON-GET    MID=   -1, Token=null, OptionSet={"Object-Security":0x}, <empty data>
15:12:36.837 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1392, 127.0.0.1:8220] replace CON-GET    MID=   -1, Token=null, OptionSet={"Object-Security":0x}, <empty data> by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x090177665544}, 37 88 6D 3B 6C 12 FF 8C 24
15:12:36.837 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1392, 127.0.0.1:8220] added with generated mid KeyMID[127.0.0.1:8220-7795], CON-POST   MID= 7795, Token=null, OptionSet={"Object-Security":0x090177665544}, 37 88 6D 3B 6C 12 FF 8C 24
15:12:36.837 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1392, 127.0.0.1:8220] added with generated token KeyToken[127.0.0.1:8220-9C752DD5399410BC], CON-POST   MID= 7795, Token=9C752DD5399410BC, OptionSet={"Object-Security":0x090177665544}, 37 88 6D 3B 6C 12 FF 8C 24
15:12:36.837 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8220-7795], KeyToken[127.0.0.1:8220-9C752DD5399410BC]]
15:12:36.837 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 29 bytes to 127.0.0.1:8220
15:12:36.837 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,407,T143) 127.0.0.1:8,219 ==> :8,220 [CON-POST   MID= 7795, Token=9C752DD5399410BC, OptionSet={"Object-Security":0x090177665544}, 37 88 6D 3B 6C 12 FF 8C 24]
15:12:36.837 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8220) received 29 bytes from 127.0.0.1:8219
15:12:36.837 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8219-7795]
15:12:36.838 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.838 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1393, 127.0.0.1:8219] replace CON-POST   MID= 7795, Token=9C752DD5399410BC, OptionSet={"Object-Security":0x77665544}, <empty data> by CON-GET    MID= 7795, Token=9C752DD5399410BC, OptionSet={"Object-Security":0x}, <empty data>
server received request
Server: Request source context type: class org.eclipse.californium.elements.MapBasedEndpointContext
15:12:36.838 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1393, 127.0.0.1:8219] send response null-2.05   MID=   -1, Token=null, OptionSet={}, "server responds hi"
15:12:36.838 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1393, 127.0.0.1:8219, complete]!
15:12:36.838 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1393, 127.0.0.1:8219, complete] completed ACK-2.04   MID= 7795, Token=9C752DD5399410BC, 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
15:12:36.838 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8219
15:12:36.838 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,408,T138) 127.0.0.1:8,220 ==> :8,219 [ACK-2.04   MID= 7795, Token=9C752DD5399410BC, 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]
15:12:36.838 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8219) received 42 bytes from 127.0.0.1:8220
15:12:36.838 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.838 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.838 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1392, 127.0.0.1:8220, complete]!
15:12:36.838 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1392, 127.0.0.1:8220, complete] for token KeyToken[127.0.0.1:8220-9C752DD5399410BC]
15:12:36.838 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1392, 127.0.0.1:8220, complete] for MID KeyMID[127.0.0.1:8220-7795]
15:12:36.838 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1392, 127.0.0.1:8220, complete] completed CON-GET    MID= 7795, Token=9C752DD5399410BC, OptionSet={"Object-Security":0x}, <empty data> -/- CON-POST   MID= 7795, Token=9C752DD5399410BC, OptionSet={"Object-Security":0x090177665544}, acked 37 88 6D 3B 6C 12 FF 8C 24!
client received response
15:12:36.839 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
15:12:36.839 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8220
15:12:36.839 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8220
15:12:36.839 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8220] stopping ...
15:12:36.839 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8220, address /127.0.0.1
15:12:36.839 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8220] has stopped.
15:12:36.839 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8220
15:12:36.839 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End EndpointContextInfoTest
15:12:36.839 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active.
15:12:36.839 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8219
15:12:36.839 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8219
15:12:36.839 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8219] stopping ...
15:12:36.839 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8219, address /0.0.0.0
15:12:36.839 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8219] has stopped.
15:12:36.839 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8219
15:12:36.840 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s - in org.eclipse.californium.oscore.EndpointContextInfoTest
[INFO] Running org.eclipse.californium.oscore.OSCoreInnerBlockwiseTest
15:12:36.840 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwisePost
15:12:36.841 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:36.841 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:36.841 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:36.841 [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
15:12:36.841 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
15:12:36.842 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
15:12:36.842 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:36.842 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:36.842 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
15:12:36.842 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8221
15:12:36.842 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:36.842 [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
15:12:36.842 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8221
15:12:36.842 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
15:12:36.843 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
15:12:36.843 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:36.843 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:36.843 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:36.843 [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
15:12:36.843 [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
15:12:36.843 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
15:12:36.843 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:36.843 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:36.843 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
15:12:36.843 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8222
15:12:36.843 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:36.843 [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
15:12:36.843 [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]]
15:12:36.843 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8222
15:12:36.843 [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]]
15:12:36.844 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [256/64] requires blockwise transfer
15:12:36.844 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block1 transfer [KeyUri[POST, coap:/resource, 127.0.0.1:8221]: currentNum=0, currentSzx=0, bufferSize=256, complete=false], transfers in progress: 1
15:12:36.844 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1394, 127.0.0.1:8221] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes
15:12:36.845 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1394, 127.0.0.1:8221] send request
15:12:36.845 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1394, 127.0.0.1:8221] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes
15:12:36.845 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1394, 127.0.0.1:8221] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes
15:12:36.845 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1394, 127.0.0.1:8221] added with generated mid KeyMID[127.0.0.1:8221-61729], CON-POST   MID=61729, 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
15:12:36.845 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1394, 127.0.0.1:8221] added with generated token KeyToken[127.0.0.1:8221-28EF06F07A8F275C], CON-POST   MID=61729, Token=28EF06F07A8F275C, 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
15:12:36.845 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8221-61729], KeyToken[127.0.0.1:8221-28EF06F07A8F275C]]
15:12:36.845 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 107 bytes to 127.0.0.1:8221
15:12:36.846 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,409,T148) 127.0.0.1:8,222 ==> :8,221 [CON-POST   MID=61729, Token=28EF06F07A8F275C, 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]
15:12:36.846 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8221) received 107 bytes from 127.0.0.1:8222
15:12:36.846 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8222-61729]
15:12:36.846 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.846 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1395, 127.0.0.1:8222] replace CON-POST   MID=61729, Token=28EF06F07A8F275C, 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=61729, Token=28EF06F07A8F275C, 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
15:12:36.846 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=0)
15:12:36.846 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for inbound block1 transfer [KeyUri[POST, coap:/resource, 127.0.0.1:8222]: currentNum=0, currentSzx=0, bufferSize=256, complete=false], transfers in progress: 1
15:12:36.846 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=0], expecting more blocks to come
15:12:36.846 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1395, 127.0.0.1:8222] send response null-2.31   MID=   -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=true, num=0)"}, <empty data>
15:12:36.847 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1395, 127.0.0.1:8222, complete]!
15:12:36.847 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1395, 127.0.0.1:8222, complete] completed ACK-2.04   MID=61729, Token=28EF06F07A8F275C, OptionSet={"Object-Security":0x}, 02 EC B2 39 7F 76 49 72 A5 F0 3F 03!
15:12:36.847 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8222
15:12:36.847 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,410,T151) 127.0.0.1:8,221 ==> :8,222 [ACK-2.04   MID=61729, Token=28EF06F07A8F275C, OptionSet={"Object-Security":0x}, 02 EC B2 39 7F 76 49 72 A5 F0 3F 03]
15:12:36.847 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8222) received 26 bytes from 127.0.0.1:8221
15:12:36.847 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.847 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.847 [: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)
15:12:36.847 [: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
15:12:36.847 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1394, 127.0.0.1:8221] replace CON-POST   MID=61729, Token=28EF06F07A8F275C, 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
15:12:36.847 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1394, 127.0.0.1:8221] send request
15:12:36.847 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1394, 127.0.0.1:8221] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes
15:12:36.848 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1394, 127.0.0.1:8221] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0901}, 1A 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes
15:12:36.848 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1394, 127.0.0.1:8221] added with generated mid KeyMID[127.0.0.1:8221-61730], CON-POST   MID=61730, 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
15:12:36.848 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1394, 127.0.0.1:8221] for MID KeyMID[127.0.0.1:8221-61729]
15:12:36.848 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1394, 127.0.0.1:8221] added with generated token KeyToken[127.0.0.1:8221-84A4E4D4042873D8], CON-POST   MID=61730, Token=84A4E4D4042873D8, 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
15:12:36.848 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1394, 127.0.0.1:8221] for token KeyToken[127.0.0.1:8221-28EF06F07A8F275C]
15:12:36.848 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8221-61730], KeyToken[127.0.0.1:8221-84A4E4D4042873D8]]
15:12:36.848 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 103 bytes to 127.0.0.1:8221
15:12:36.848 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,411,T148) 127.0.0.1:8,222 ==> :8,221 [CON-POST   MID=61730, Token=84A4E4D4042873D8, 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]
15:12:36.848 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8221) received 103 bytes from 127.0.0.1:8222
15:12:36.848 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8222-61730]
15:12:36.848 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.848 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1396, 127.0.0.1:8222] replace CON-POST   MID=61730, Token=84A4E4D4042873D8, 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=61730, Token=84A4E4D4042873D8, 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
15:12:36.848 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=1)
15:12:36.849 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/resource, 127.0.0.1:8222] for CON-POST   MID=61730, Token=84A4E4D4042873D8, 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
15:12:36.849 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=1], expecting more blocks to come
15:12:36.849 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1396, 127.0.0.1:8222] send response null-2.31   MID=   -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=true, num=1)"}, <empty data>
15:12:36.849 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1396, 127.0.0.1:8222, complete]!
15:12:36.849 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1396, 127.0.0.1:8222, complete] completed ACK-2.04   MID=61730, Token=84A4E4D4042873D8, OptionSet={"Object-Security":0x}, 5D 6D 74 5A A1 D7 E3 DB 06 A7 DB 6C!
15:12:36.849 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8222
15:12:36.849 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,412,T151) 127.0.0.1:8,221 ==> :8,222 [ACK-2.04   MID=61730, Token=84A4E4D4042873D8, OptionSet={"Object-Security":0x}, 5D 6D 74 5A A1 D7 E3 DB 06 A7 DB 6C]
15:12:36.849 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8222) received 26 bytes from 127.0.0.1:8221
15:12:36.849 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.849 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.849 [: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)
15:12:36.849 [: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
15:12:36.850 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1394, 127.0.0.1:8221] replace CON-POST   MID=61730, Token=84A4E4D4042873D8, 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
15:12:36.850 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1394, 127.0.0.1:8221] send request
15:12:36.850 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1394, 127.0.0.1:8221] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes
15:12:36.850 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1394, 127.0.0.1:8221] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0902}, 8D 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes
15:12:36.850 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1394, 127.0.0.1:8221] added with generated mid KeyMID[127.0.0.1:8221-61731], CON-POST   MID=61731, 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
15:12:36.850 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1394, 127.0.0.1:8221] for MID KeyMID[127.0.0.1:8221-61730]
15:12:36.850 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1394, 127.0.0.1:8221] added with generated token KeyToken[127.0.0.1:8221-6C710DBD2E794239], CON-POST   MID=61731, Token=6C710DBD2E794239, 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
15:12:36.850 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1394, 127.0.0.1:8221] for token KeyToken[127.0.0.1:8221-84A4E4D4042873D8]
15:12:36.850 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8221-61731], KeyToken[127.0.0.1:8221-6C710DBD2E794239]]
15:12:36.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 103 bytes to 127.0.0.1:8221
15:12:36.850 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,413,T148) 127.0.0.1:8,222 ==> :8,221 [CON-POST   MID=61731, Token=6C710DBD2E794239, 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]
15:12:36.850 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8221) received 103 bytes from 127.0.0.1:8222
15:12:36.850 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8222-61731]
15:12:36.851 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.851 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1397, 127.0.0.1:8222] replace CON-POST   MID=61731, Token=6C710DBD2E794239, 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=61731, Token=6C710DBD2E794239, 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
15:12:36.851 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=2)
15:12:36.851 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/resource, 127.0.0.1:8222] for CON-POST   MID=61731, Token=6C710DBD2E794239, 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
15:12:36.851 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=2], expecting more blocks to come
15:12:36.851 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1397, 127.0.0.1:8222] send response null-2.31   MID=   -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=true, num=2)"}, <empty data>
15:12:36.851 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1397, 127.0.0.1:8222, complete]!
15:12:36.851 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1397, 127.0.0.1:8222, complete] completed ACK-2.04   MID=61731, Token=6C710DBD2E794239, OptionSet={"Object-Security":0x}, 68 A6 6B F0 6E 94 F3 3E 9A B4 6C 1B!
15:12:36.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 26 bytes to 127.0.0.1:8222
15:12:36.851 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,414,T151) 127.0.0.1:8,221 ==> :8,222 [ACK-2.04   MID=61731, Token=6C710DBD2E794239, OptionSet={"Object-Security":0x}, 68 A6 6B F0 6E 94 F3 3E 9A B4 6C 1B]
15:12:36.851 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8222) received 26 bytes from 127.0.0.1:8221
15:12:36.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.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
15:12:36.852 [: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)
15:12:36.852 [: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
15:12:36.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1394, 127.0.0.1:8221] replace CON-POST   MID=61731, Token=6C710DBD2E794239, 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
15:12:36.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1394, 127.0.0.1:8221] send request
15:12:36.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1394, 127.0.0.1:8221] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes
15:12:36.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1394, 127.0.0.1:8221] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0903}, 7E D4 E5 39 EE DF EC 7D E9 70 A6 53 6F 10 D8 BF A7 C7 26 7D 7C E3 47 A3 64 48 32 41 95 67 D7 79..87 bytes
15:12:36.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1394, 127.0.0.1:8221] added with generated mid KeyMID[127.0.0.1:8221-61732], CON-POST   MID=61732, 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
15:12:36.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1394, 127.0.0.1:8221] for MID KeyMID[127.0.0.1:8221-61731]
15:12:36.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1394, 127.0.0.1:8221] added with generated token KeyToken[127.0.0.1:8221-0CF11DC04F85384B], CON-POST   MID=61732, Token=0CF11DC04F85384B, 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
15:12:36.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1394, 127.0.0.1:8221] for token KeyToken[127.0.0.1:8221-6C710DBD2E794239]
15:12:36.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8221-61732], KeyToken[127.0.0.1:8221-0CF11DC04F85384B]]
15:12:36.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 103 bytes to 127.0.0.1:8221
15:12:36.853 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,415,T148) 127.0.0.1:8,222 ==> :8,221 [CON-POST   MID=61732, Token=0CF11DC04F85384B, 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]
15:12:36.853 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8221) received 103 bytes from 127.0.0.1:8222
15:12:36.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8222-61732]
15:12:36.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1398, 127.0.0.1:8222] replace CON-POST   MID=61732, Token=0CF11DC04F85384B, 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=61732, Token=0CF11DC04F85384B, 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
15:12:36.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=false, num=3)
15:12:36.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/resource, 127.0.0.1:8222] for CON-POST   MID=61732, Token=0CF11DC04F85384B, 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
15:12:36.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has sent last block1 [num=3], delivering request to application layer
15:12:36.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block1 tracker [KeyUri[POST, coap:/resource, 127.0.0.1:8222]], block1 transfers still in progress: 0
15:12:36.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap response body [512/64] requires blockwise transfer
15:12:36.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block2 transfer [KeyUri[POST, coap:/resource, 127.0.0.1:8222]: currentNum=0, currentSzx=0, bufferSize=512, complete=false], transfers in progress: 1
15:12:36.853 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1398, 127.0.0.1:8222] send response null-2.05   MID=   -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=0)", "Block1":"(szx=2/64, m=false, num=3)", "Size2":512}, "97509355062585950531841781678883".. 64 bytes
15:12:36.854 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1398, 127.0.0.1:8222, complete]!
15:12:36.854 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1398, 127.0.0.1:8222, complete] completed ACK-2.04   MID=61732, Token=0CF11DC04F85384B, 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!
15:12:36.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 96 bytes to 127.0.0.1:8222
15:12:36.854 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,416,T151) 127.0.0.1:8,221 ==> :8,222 [ACK-2.04   MID=61732, Token=0CF11DC04F85384B, 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]
15:12:36.854 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8222) received 96 bytes from 127.0.0.1:8221
15:12:36.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.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
15:12:36.854 [: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)
15:12:36.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap Block1 followed by Block2 transfer
15:12:36.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for inbound block2 transfer [KeyUri[POST, coap:/resource, 127.0.0.1:8221]: currentNum=0, currentSzx=0, bufferSize=512, complete=false], transfers in progress: 1, ACK-2.05   MID=61732, Token=0CF11DC04F85384B, 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
15:12:36.855 [: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)"}, <empty data>
15:12:36.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1394, 127.0.0.1:8221] replace CON-POST   MID=61732, Token=0CF11DC04F85384B, 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)"}, <empty data>
15:12:36.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1394, 127.0.0.1:8221] send request
15:12:36.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1394, 127.0.0.1:8221] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=1)"}, <empty data>
15:12:36.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1394, 127.0.0.1:8221] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=1)"}, <empty data> 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
15:12:36.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1394, 127.0.0.1:8221] added with generated mid KeyMID[127.0.0.1:8221-61733], CON-POST   MID=61733, 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
15:12:36.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1394, 127.0.0.1:8221] for MID KeyMID[127.0.0.1:8221-61732]
15:12:36.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1394, 127.0.0.1:8221] added with generated token KeyToken[127.0.0.1:8221-C8D07D669D9E6763], CON-POST   MID=61733, Token=C8D07D669D9E6763, 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
15:12:36.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1394, 127.0.0.1:8221] for token KeyToken[127.0.0.1:8221-0CF11DC04F85384B]
15:12:36.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8221-61733], KeyToken[127.0.0.1:8221-C8D07D669D9E6763]]
15:12:36.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 38 bytes to 127.0.0.1:8221
15:12:36.856 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,417,T148) 127.0.0.1:8,222 ==> :8,221 [CON-POST   MID=61733, Token=C8D07D669D9E6763, 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]
15:12:36.856 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8221) received 38 bytes from 127.0.0.1:8222
15:12:36.856 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8222-61733]
15:12:36.856 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.856 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1399, 127.0.0.1:8222] replace CON-POST   MID=61733, Token=C8D07D669D9E6763, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=1)"}, <empty data> by CON-POST   MID=61733, Token=C8D07D669D9E6763, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=1)"}, <empty data>
15:12:36.856 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[POST, coap:/resource, 127.0.0.1:8222]: currentNum=1, currentSzx=2, bufferSize=512, complete=false]
15:12:36.856 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1399, 127.0.0.1:8222] send response null-2.05   MID=   -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes
15:12:36.856 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1399, 127.0.0.1:8222, complete]!
15:12:36.856 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1399, 127.0.0.1:8222, complete] completed ACK-2.04   MID=61733, Token=C8D07D669D9E6763, 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!
15:12:36.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 91 bytes to 127.0.0.1:8222
15:12:36.857 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,418,T151) 127.0.0.1:8,221 ==> :8,222 [ACK-2.04   MID=61733, Token=C8D07D669D9E6763, 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]
15:12:36.857 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8222) received 91 bytes from 127.0.0.1:8221
15:12:36.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.857 [: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)"}, <empty data>
15:12:36.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1394, 127.0.0.1:8221] replace CON-POST   MID=61733, Token=C8D07D669D9E6763, 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)"}, <empty data>
15:12:36.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1394, 127.0.0.1:8221] send request
15:12:36.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1394, 127.0.0.1:8221] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=2)"}, <empty data>
15:12:36.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1394, 127.0.0.1:8221] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=2)"}, <empty data> 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
15:12:36.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1394, 127.0.0.1:8221] added with generated mid KeyMID[127.0.0.1:8221-61734], CON-POST   MID=61734, 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
15:12:36.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1394, 127.0.0.1:8221] for MID KeyMID[127.0.0.1:8221-61733]
15:12:36.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1394, 127.0.0.1:8221] added with generated token KeyToken[127.0.0.1:8221-446F5043DF4724BF], CON-POST   MID=61734, Token=446F5043DF4724BF, 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
15:12:36.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1394, 127.0.0.1:8221] for token KeyToken[127.0.0.1:8221-C8D07D669D9E6763]
15:12:36.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8221-61734], KeyToken[127.0.0.1:8221-446F5043DF4724BF]]
15:12:36.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 38 bytes to 127.0.0.1:8221
15:12:36.858 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,419,T148) 127.0.0.1:8,222 ==> :8,221 [CON-POST   MID=61734, Token=446F5043DF4724BF, 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]
15:12:36.858 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8221) received 38 bytes from 127.0.0.1:8222
15:12:36.858 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8222-61734]
15:12:36.858 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.858 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1400, 127.0.0.1:8222] replace CON-POST   MID=61734, Token=446F5043DF4724BF, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=2)"}, <empty data> by CON-POST   MID=61734, Token=446F5043DF4724BF, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=2)"}, <empty data>
15:12:36.858 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[POST, coap:/resource, 127.0.0.1:8222]: currentNum=2, currentSzx=2, bufferSize=512, complete=false]
15:12:36.858 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1400, 127.0.0.1:8222] send response null-2.05   MID=   -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes
15:12:36.858 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1400, 127.0.0.1:8222, complete]!
15:12:36.858 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1400, 127.0.0.1:8222, complete] completed ACK-2.04   MID=61734, Token=446F5043DF4724BF, 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!
15:12:36.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 91 bytes to 127.0.0.1:8222
15:12:36.859 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,420,T151) 127.0.0.1:8,221 ==> :8,222 [ACK-2.04   MID=61734, Token=446F5043DF4724BF, 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]
15:12:36.859 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8222) received 91 bytes from 127.0.0.1:8221
15:12:36.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.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
15:12:36.859 [: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)"}, <empty data>
15:12:36.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1394, 127.0.0.1:8221] replace CON-POST   MID=61734, Token=446F5043DF4724BF, 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)"}, <empty data>
15:12:36.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1394, 127.0.0.1:8221] send request
15:12:36.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1394, 127.0.0.1:8221] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=3)"}, <empty data>
15:12:36.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1394, 127.0.0.1:8221] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=3)"}, <empty data> 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
15:12:36.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1394, 127.0.0.1:8221] added with generated mid KeyMID[127.0.0.1:8221-61735], CON-POST   MID=61735, 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
15:12:36.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1394, 127.0.0.1:8221] for MID KeyMID[127.0.0.1:8221-61734]
15:12:36.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1394, 127.0.0.1:8221] added with generated token KeyToken[127.0.0.1:8221-A4DB93D7A1B76E69], CON-POST   MID=61735, Token=A4DB93D7A1B76E69, 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
15:12:36.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1394, 127.0.0.1:8221] for token KeyToken[127.0.0.1:8221-446F5043DF4724BF]
15:12:36.859 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8221-61735], KeyToken[127.0.0.1:8221-A4DB93D7A1B76E69]]
15:12:36.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 38 bytes to 127.0.0.1:8221
15:12:36.860 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,421,T148) 127.0.0.1:8,222 ==> :8,221 [CON-POST   MID=61735, Token=A4DB93D7A1B76E69, 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]
15:12:36.860 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8221) received 38 bytes from 127.0.0.1:8222
15:12:36.860 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8222-61735]
15:12:36.860 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.860 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1401, 127.0.0.1:8222] replace CON-POST   MID=61735, Token=A4DB93D7A1B76E69, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=3)"}, <empty data> by CON-POST   MID=61735, Token=A4DB93D7A1B76E69, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=3)"}, <empty data>
15:12:36.860 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[POST, coap:/resource, 127.0.0.1:8222]: currentNum=3, currentSzx=2, bufferSize=512, complete=false]
15:12:36.860 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1401, 127.0.0.1:8222] send response null-2.05   MID=   -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=3)"}, "38971117043758316910266445086798".. 64 bytes
15:12:36.860 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1401, 127.0.0.1:8222, complete]!
15:12:36.860 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1401, 127.0.0.1:8222, complete] completed ACK-2.04   MID=61735, Token=A4DB93D7A1B76E69, 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!
15:12:36.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 91 bytes to 127.0.0.1:8222
15:12:36.861 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,422,T151) 127.0.0.1:8,221 ==> :8,222 [ACK-2.04   MID=61735, Token=A4DB93D7A1B76E69, 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]
15:12:36.861 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8222) received 91 bytes from 127.0.0.1:8221
15:12:36.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.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
15:12:36.861 [: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)"}, <empty data>
15:12:36.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1394, 127.0.0.1:8221] replace CON-POST   MID=61735, Token=A4DB93D7A1B76E69, 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)"}, <empty data>
15:12:36.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1394, 127.0.0.1:8221] send request
15:12:36.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1394, 127.0.0.1:8221] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=4)"}, <empty data>
15:12:36.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1394, 127.0.0.1:8221] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=4)"}, <empty data> 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
15:12:36.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1394, 127.0.0.1:8221] added with generated mid KeyMID[127.0.0.1:8221-61736], CON-POST   MID=61736, 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
15:12:36.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1394, 127.0.0.1:8221] for MID KeyMID[127.0.0.1:8221-61735]
15:12:36.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1394, 127.0.0.1:8221] added with generated token KeyToken[127.0.0.1:8221-44555EF67A7D68AF], CON-POST   MID=61736, Token=44555EF67A7D68AF, 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
15:12:36.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1394, 127.0.0.1:8221] for token KeyToken[127.0.0.1:8221-A4DB93D7A1B76E69]
15:12:36.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8221-61736], KeyToken[127.0.0.1:8221-44555EF67A7D68AF]]
15:12:36.862 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 38 bytes to 127.0.0.1:8221
15:12:36.862 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,423,T148) 127.0.0.1:8,222 ==> :8,221 [CON-POST   MID=61736, Token=44555EF67A7D68AF, 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]
15:12:36.862 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8221) received 38 bytes from 127.0.0.1:8222
15:12:36.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8222-61736]
15:12:36.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1402, 127.0.0.1:8222] replace CON-POST   MID=61736, Token=44555EF67A7D68AF, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=4)"}, <empty data> by CON-POST   MID=61736, Token=44555EF67A7D68AF, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=4)"}, <empty data>
15:12:36.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[POST, coap:/resource, 127.0.0.1:8222]: currentNum=4, currentSzx=2, bufferSize=512, complete=false]
15:12:36.862 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1402, 127.0.0.1:8222] send response null-2.05   MID=   -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=4)"}, "97509355062585950531841781678883".. 64 bytes
15:12:36.863 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1402, 127.0.0.1:8222, complete]!
15:12:36.863 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1402, 127.0.0.1:8222, complete] completed ACK-2.04   MID=61736, Token=44555EF67A7D68AF, 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!
15:12:36.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 91 bytes to 127.0.0.1:8222
15:12:36.863 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,424,T151) 127.0.0.1:8,221 ==> :8,222 [ACK-2.04   MID=61736, Token=44555EF67A7D68AF, 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]
15:12:36.863 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8222) received 91 bytes from 127.0.0.1:8221
15:12:36.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.863 [: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)"}, <empty data>
15:12:36.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1394, 127.0.0.1:8221] replace CON-POST   MID=61736, Token=44555EF67A7D68AF, 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)"}, <empty data>
15:12:36.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1394, 127.0.0.1:8221] send request
15:12:36.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1394, 127.0.0.1:8221] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=5)"}, <empty data>
15:12:36.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1394, 127.0.0.1:8221] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=5)"}, <empty data> 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
15:12:36.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1394, 127.0.0.1:8221] added with generated mid KeyMID[127.0.0.1:8221-61737], CON-POST   MID=61737, 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
15:12:36.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1394, 127.0.0.1:8221] for MID KeyMID[127.0.0.1:8221-61736]
15:12:36.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1394, 127.0.0.1:8221] added with generated token KeyToken[127.0.0.1:8221-008272AE8D84CCCD], CON-POST   MID=61737, Token=008272AE8D84CCCD, 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
15:12:36.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1394, 127.0.0.1:8221] for token KeyToken[127.0.0.1:8221-44555EF67A7D68AF]
15:12:36.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8221-61737], KeyToken[127.0.0.1:8221-008272AE8D84CCCD]]
15:12:36.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 38 bytes to 127.0.0.1:8221
15:12:36.864 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,425,T148) 127.0.0.1:8,222 ==> :8,221 [CON-POST   MID=61737, Token=008272AE8D84CCCD, 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]
15:12:36.864 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8221) received 38 bytes from 127.0.0.1:8222
15:12:36.864 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8222-61737]
15:12:36.864 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.864 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1403, 127.0.0.1:8222] replace CON-POST   MID=61737, Token=008272AE8D84CCCD, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=5)"}, <empty data> by CON-POST   MID=61737, Token=008272AE8D84CCCD, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=5)"}, <empty data>
15:12:36.864 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[POST, coap:/resource, 127.0.0.1:8222]: currentNum=5, currentSzx=2, bufferSize=512, complete=false]
15:12:36.864 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1403, 127.0.0.1:8222] send response null-2.05   MID=   -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=5)"}, "67804944526779248995524287066297".. 64 bytes
15:12:36.864 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1403, 127.0.0.1:8222, complete]!
15:12:36.864 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1403, 127.0.0.1:8222, complete] completed ACK-2.04   MID=61737, Token=008272AE8D84CCCD, 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!
15:12:36.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 91 bytes to 127.0.0.1:8222
15:12:36.865 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,426,T151) 127.0.0.1:8,221 ==> :8,222 [ACK-2.04   MID=61737, Token=008272AE8D84CCCD, 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]
15:12:36.865 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8222) received 91 bytes from 127.0.0.1:8221
15:12:36.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.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
15:12:36.865 [: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)"}, <empty data>
15:12:36.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1394, 127.0.0.1:8221] replace CON-POST   MID=61737, Token=008272AE8D84CCCD, 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)"}, <empty data>
15:12:36.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1394, 127.0.0.1:8221] send request
15:12:36.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1394, 127.0.0.1:8221] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=6)"}, <empty data>
15:12:36.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1394, 127.0.0.1:8221] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=6)"}, <empty data> 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
15:12:36.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1394, 127.0.0.1:8221] added with generated mid KeyMID[127.0.0.1:8221-61738], CON-POST   MID=61738, 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
15:12:36.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1394, 127.0.0.1:8221] for MID KeyMID[127.0.0.1:8221-61737]
15:12:36.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1394, 127.0.0.1:8221] added with generated token KeyToken[127.0.0.1:8221-E0A9961881578D44], CON-POST   MID=61738, Token=E0A9961881578D44, 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
15:12:36.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1394, 127.0.0.1:8221] for token KeyToken[127.0.0.1:8221-008272AE8D84CCCD]
15:12:36.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8221-61738], KeyToken[127.0.0.1:8221-E0A9961881578D44]]
15:12:36.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 38 bytes to 127.0.0.1:8221
15:12:36.866 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,427,T148) 127.0.0.1:8,222 ==> :8,221 [CON-POST   MID=61738, Token=E0A9961881578D44, 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]
15:12:36.866 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8221) received 38 bytes from 127.0.0.1:8222
15:12:36.866 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8222-61738]
15:12:36.866 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.866 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1404, 127.0.0.1:8222] replace CON-POST   MID=61738, Token=E0A9961881578D44, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=6)"}, <empty data> by CON-POST   MID=61738, Token=E0A9961881578D44, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=6)"}, <empty data>
15:12:36.866 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[POST, coap:/resource, 127.0.0.1:8222]: currentNum=6, currentSzx=2, bufferSize=512, complete=false]
15:12:36.866 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1404, 127.0.0.1:8222] send response null-2.05   MID=   -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=6)"}, "06884405752965992299924146191928".. 64 bytes
15:12:36.866 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1404, 127.0.0.1:8222, complete]!
15:12:36.866 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1404, 127.0.0.1:8222, complete] completed ACK-2.04   MID=61738, Token=E0A9961881578D44, 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!
15:12:36.867 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8222
15:12:36.867 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,428,T151) 127.0.0.1:8,221 ==> :8,222 [ACK-2.04   MID=61738, Token=E0A9961881578D44, 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]
15:12:36.867 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8222) received 91 bytes from 127.0.0.1:8221
15:12:36.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.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
15:12:36.867 [: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)"}, <empty data>
15:12:36.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1394, 127.0.0.1:8221] replace CON-POST   MID=61738, Token=E0A9961881578D44, 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)"}, <empty data>
15:12:36.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1394, 127.0.0.1:8221] send request
15:12:36.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1394, 127.0.0.1:8221] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=7)"}, <empty data>
15:12:36.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1394, 127.0.0.1:8221] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=7)"}, <empty data> 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
15:12:36.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1394, 127.0.0.1:8221] added with generated mid KeyMID[127.0.0.1:8221-61739], CON-POST   MID=61739, 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
15:12:36.867 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1394, 127.0.0.1:8221] for MID KeyMID[127.0.0.1:8221-61738]
15:12:36.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1394, 127.0.0.1:8221] added with generated token KeyToken[127.0.0.1:8221-703E1ABABE9E1914], CON-POST   MID=61739, Token=703E1ABABE9E1914, 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
15:12:36.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1394, 127.0.0.1:8221] for token KeyToken[127.0.0.1:8221-E0A9961881578D44]
15:12:36.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8221-61739], KeyToken[127.0.0.1:8221-703E1ABABE9E1914]]
15:12:36.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 38 bytes to 127.0.0.1:8221
15:12:36.868 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,429,T148) 127.0.0.1:8,222 ==> :8,221 [CON-POST   MID=61739, Token=703E1ABABE9E1914, 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]
15:12:36.868 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8221) received 38 bytes from 127.0.0.1:8222
15:12:36.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8222-61739]
15:12:36.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1405, 127.0.0.1:8222] replace CON-POST   MID=61739, Token=703E1ABABE9E1914, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=7)"}, <empty data> by CON-POST   MID=61739, Token=703E1ABABE9E1914, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=7)"}, <empty data>
15:12:36.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested last block of blockwise transfer: [KeyUri[POST, coap:/resource, 127.0.0.1:8222]: currentNum=7, currentSzx=2, bufferSize=512, complete=true]
15:12:36.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1405, 127.0.0.1:8222] send response null-2.05   MID=   -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=false, num=7)"}, "38971117043758316910266445086798".. 64 bytes
15:12:36.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1405, 127.0.0.1:8222, complete]!
15:12:36.868 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1405, 127.0.0.1:8222, complete] completed ACK-2.04   MID=61739, Token=703E1ABABE9E1914, 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!
15:12:36.869 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8222
15:12:36.869 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,430,T151) 127.0.0.1:8,221 ==> :8,222 [ACK-2.04   MID=61739, Token=703E1ABABE9E1914, 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]
15:12:36.869 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8222) received 91 bytes from 127.0.0.1:8221
15:12:36.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.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
15:12:36.869 [: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
15:12:36.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block2 tracker [KeyUri[POST, coap:/resource, 127.0.0.1:8221]], block2 transfers still in progress: 0
15:12:36.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap assembled response: ACK-2.05   MID=61732, Token=0CF11DC04F85384B, OptionSet={"Object-Security":0x, "Size2":512}, "97509355062585950531841781678883".. 512 bytes
15:12:36.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1394, 127.0.0.1:8221] replace CON-POST   MID=61739, Token=703E1ABABE9E1914, 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=61729, Token=28EF06F07A8F275C, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes
15:12:36.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1394, 127.0.0.1:8221, complete]!
15:12:36.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1394, 127.0.0.1:8221, complete] for token KeyToken[127.0.0.1:8221-703E1ABABE9E1914]
15:12:36.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1394, 127.0.0.1:8221, complete] for MID KeyMID[127.0.0.1:8221-61739]
15:12:36.869 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1394, 127.0.0.1:8221, complete] completed CON-POST   MID=61729, Token=28EF06F07A8F275C, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes!
15:12:36.869 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
15:12:36.869 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
15:12:36.870 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8221
15:12:36.870 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8221
15:12:36.870 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8221] stopping ...
15:12:36.870 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8221, address /127.0.0.1
15:12:36.870 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8221] has stopped.
15:12:36.870 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8221
15:12:36.870 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
15:12:36.870 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8222
15:12:36.870 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8222
15:12:36.870 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8222] stopping ...
15:12:36.870 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8222, address /0.0.0.0
15:12:36.870 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8222] has stopped.
15:12:36.870 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8222
15:12:36.871 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwisePost
15:12:36.871 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwiseGet
15:12:36.872 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:36.872 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:36.872 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:36.872 [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
15:12:36.872 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
15:12:36.873 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
15:12:36.873 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:36.873 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:36.873 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
15:12:36.873 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8223
15:12:36.873 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:36.873 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
15:12:36.873 [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
15:12:36.873 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8223
15:12:36.874 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
15:12:36.874 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:36.874 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:36.874 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:36.874 [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
15:12:36.874 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
15:12:36.874 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
15:12:36.874 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:36.874 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:36.874 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
15:12:36.874 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8224
15:12:36.874 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:36.874 [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
15:12:36.874 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8224
15:12:36.874 [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]]
15:12:36.874 [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]]
15:12:36.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1406, 127.0.0.1:8223] send request
15:12:36.875 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1406, 127.0.0.1:8223] prepare retransmission for CON-GET    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, <empty data>
15:12:36.925 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1406, 127.0.0.1:8223] replace CON-GET    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, <empty data> 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
15:12:36.925 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1406, 127.0.0.1:8223] added with generated mid KeyMID[127.0.0.1:8223-22856], CON-POST   MID=22856, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3
15:12:36.925 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1406, 127.0.0.1:8223] added with generated token KeyToken[127.0.0.1:8223-D40C8D6A91ECFC1F], CON-POST   MID=22856, Token=D40C8D6A91ECFC1F, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3
15:12:36.925 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8223-22856], KeyToken[127.0.0.1:8223-D40C8D6A91ECFC1F]]
15:12:36.926 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 34 bytes to 127.0.0.1:8223
15:12:36.926 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,431,T156) 127.0.0.1:8,224 ==> :8,223 [CON-POST   MID=22856, Token=D40C8D6A91ECFC1F, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3]
15:12:36.926 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8223) received 34 bytes from 127.0.0.1:8224
15:12:36.926 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8224-22856]
15:12:36.926 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.926 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1407, 127.0.0.1:8224] replace CON-POST   MID=22856, Token=D40C8D6A91ECFC1F, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, <empty data> by CON-GET    MID=22856, Token=D40C8D6A91ECFC1F, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, <empty data>
15:12:36.926 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap response body [256/64] requires blockwise transfer
15:12:36.926 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block2 transfer [KeyUri[GET, coap:/resource, 127.0.0.1:8224]: currentNum=0, currentSzx=0, bufferSize=256, complete=false], transfers in progress: 1
15:12:36.926 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1407, 127.0.0.1:8224] send response null-2.05   MID=   -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=0)", "Size2":256}, "97509355062585950531841781678883".. 64 bytes
15:12:36.927 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1407, 127.0.0.1:8224, complete]!
15:12:36.927 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1407, 127.0.0.1:8224, complete] completed ACK-2.04   MID=22856, Token=D40C8D6A91ECFC1F, 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!
15:12:36.927 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 94 bytes to 127.0.0.1:8224
15:12:36.927 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,432,T159) 127.0.0.1:8,223 ==> :8,224 [ACK-2.04   MID=22856, Token=D40C8D6A91ECFC1F, 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]
15:12:36.927 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8224) received 94 bytes from 127.0.0.1:8223
15:12:36.927 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.927 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.927 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for inbound block2 transfer [KeyUri[GET, coap:/resource, 127.0.0.1:8223]: currentNum=0, currentSzx=0, bufferSize=256, complete=false], transfers in progress: 1, ACK-2.05   MID=22856, Token=D40C8D6A91ECFC1F, OptionSet={"Object-Security":0x, "Block2":"(szx=2/64, m=true, num=0)", "Size2":256}, "97509355062585950531841781678883".. 64 bytes
15:12:36.927 [: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)"}, <empty data>
15:12:36.928 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1406, 127.0.0.1:8223] replace CON-POST   MID=22856, Token=D40C8D6A91ECFC1F, 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)"}, <empty data>
15:12:36.928 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1406, 127.0.0.1:8223] send request
15:12:36.928 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1406, 127.0.0.1:8223] prepare retransmission for CON-GET    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=1)"}, <empty data>
15:12:36.928 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1406, 127.0.0.1:8223] replace CON-GET    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=1)"}, <empty data> 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
15:12:36.928 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1406, 127.0.0.1:8223] added with generated mid KeyMID[127.0.0.1:8223-22857], CON-POST   MID=22857, 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
15:12:36.928 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1406, 127.0.0.1:8223] for MID KeyMID[127.0.0.1:8223-22856]
15:12:36.928 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1406, 127.0.0.1:8223] added with generated token KeyToken[127.0.0.1:8223-F4F45296C804B98A], CON-POST   MID=22857, Token=F4F45296C804B98A, OptionSet={"Object-Security":0x0901}, 19 4C 36 46 C7 DF B3 38 22 D0 44 3E 99 A8 57 01 95 51 57 13
15:12:36.928 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1406, 127.0.0.1:8223] for token KeyToken[127.0.0.1:8223-D40C8D6A91ECFC1F]
15:12:36.928 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8223-22857], KeyToken[127.0.0.1:8223-F4F45296C804B98A]]
15:12:36.928 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 36 bytes to 127.0.0.1:8223
15:12:36.928 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,433,T156) 127.0.0.1:8,224 ==> :8,223 [CON-POST   MID=22857, Token=F4F45296C804B98A, OptionSet={"Object-Security":0x0901}, 19 4C 36 46 C7 DF B3 38 22 D0 44 3E 99 A8 57 01 95 51 57 13]
15:12:36.928 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8223) received 36 bytes from 127.0.0.1:8224
15:12:36.928 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8224-22857]
15:12:36.928 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.928 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1408, 127.0.0.1:8224] replace CON-POST   MID=22857, Token=F4F45296C804B98A, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=1)"}, <empty data> by CON-GET    MID=22857, Token=F4F45296C804B98A, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=1)"}, <empty data>
15:12:36.929 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[GET, coap:/resource, 127.0.0.1:8224]: currentNum=1, currentSzx=2, bufferSize=256, complete=false]
15:12:36.929 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1408, 127.0.0.1:8224] send response null-2.05   MID=   -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes
15:12:36.929 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1408, 127.0.0.1:8224, complete]!
15:12:36.929 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1408, 127.0.0.1:8224, complete] completed ACK-2.04   MID=22857, Token=F4F45296C804B98A, 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!
15:12:36.929 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8224
15:12:36.929 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,434,T159) 127.0.0.1:8,223 ==> :8,224 [ACK-2.04   MID=22857, Token=F4F45296C804B98A, 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]
15:12:36.929 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8224) received 91 bytes from 127.0.0.1:8223
15:12:36.929 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.929 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.929 [: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)"}, <empty data>
15:12:36.929 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1406, 127.0.0.1:8223] replace CON-POST   MID=22857, Token=F4F45296C804B98A, 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)"}, <empty data>
15:12:36.929 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1406, 127.0.0.1:8223] send request
15:12:36.929 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1406, 127.0.0.1:8223] prepare retransmission for CON-GET    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=2)"}, <empty data>
15:12:36.930 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1406, 127.0.0.1:8223] replace CON-GET    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=2)"}, <empty data> 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
15:12:36.930 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1406, 127.0.0.1:8223] added with generated mid KeyMID[127.0.0.1:8223-22858], CON-POST   MID=22858, 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
15:12:36.930 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1406, 127.0.0.1:8223] for MID KeyMID[127.0.0.1:8223-22857]
15:12:36.930 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1406, 127.0.0.1:8223] added with generated token KeyToken[127.0.0.1:8223-F4C0F6AD2C1EA497], CON-POST   MID=22858, Token=F4C0F6AD2C1EA497, OptionSet={"Object-Security":0x0902}, 8E 46 3F 6A D1 78 0E 0A 1E 29 4F 04 41 29 8B 4A C2 73 2F A2
15:12:36.930 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1406, 127.0.0.1:8223] for token KeyToken[127.0.0.1:8223-F4F45296C804B98A]
15:12:36.930 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8223-22858], KeyToken[127.0.0.1:8223-F4C0F6AD2C1EA497]]
15:12:36.930 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 36 bytes to 127.0.0.1:8223
15:12:36.930 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,435,T156) 127.0.0.1:8,224 ==> :8,223 [CON-POST   MID=22858, Token=F4C0F6AD2C1EA497, OptionSet={"Object-Security":0x0902}, 8E 46 3F 6A D1 78 0E 0A 1E 29 4F 04 41 29 8B 4A C2 73 2F A2]
15:12:36.930 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8223) received 36 bytes from 127.0.0.1:8224
15:12:36.930 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8224-22858]
15:12:36.930 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.930 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1409, 127.0.0.1:8224] replace CON-POST   MID=22858, Token=F4C0F6AD2C1EA497, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=2)"}, <empty data> by CON-GET    MID=22858, Token=F4C0F6AD2C1EA497, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=2)"}, <empty data>
15:12:36.930 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[GET, coap:/resource, 127.0.0.1:8224]: currentNum=2, currentSzx=2, bufferSize=256, complete=false]
15:12:36.930 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1409, 127.0.0.1:8224] send response null-2.05   MID=   -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes
15:12:36.931 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1409, 127.0.0.1:8224, complete]!
15:12:36.931 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1409, 127.0.0.1:8224, complete] completed ACK-2.04   MID=22858, Token=F4C0F6AD2C1EA497, 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!
15:12:36.931 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8224
15:12:36.931 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,436,T159) 127.0.0.1:8,223 ==> :8,224 [ACK-2.04   MID=22858, Token=F4C0F6AD2C1EA497, 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]
15:12:36.931 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8224) received 91 bytes from 127.0.0.1:8223
15:12:36.931 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.931 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.931 [: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)"}, <empty data>
15:12:36.931 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1406, 127.0.0.1:8223] replace CON-POST   MID=22858, Token=F4C0F6AD2C1EA497, 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)"}, <empty data>
15:12:36.931 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1406, 127.0.0.1:8223] send request
15:12:36.931 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1406, 127.0.0.1:8223] prepare retransmission for CON-GET    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=3)"}, <empty data>
15:12:36.932 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1406, 127.0.0.1:8223] replace CON-GET    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=3)"}, <empty data> 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
15:12:36.932 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1406, 127.0.0.1:8223] added with generated mid KeyMID[127.0.0.1:8223-22859], CON-POST   MID=22859, 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
15:12:36.932 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1406, 127.0.0.1:8223] for MID KeyMID[127.0.0.1:8223-22858]
15:12:36.932 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1406, 127.0.0.1:8223] added with generated token KeyToken[127.0.0.1:8223-707F23284C0BAA43], CON-POST   MID=22859, Token=707F23284C0BAA43, OptionSet={"Object-Security":0x0903}, 7D D4 E5 39 EE DF EC 7D E9 70 77 31 8F 3F E6 04 8F 9F 59 B9
15:12:36.932 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1406, 127.0.0.1:8223] for token KeyToken[127.0.0.1:8223-F4C0F6AD2C1EA497]
15:12:36.932 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8223-22859], KeyToken[127.0.0.1:8223-707F23284C0BAA43]]
15:12:36.932 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 36 bytes to 127.0.0.1:8223
15:12:36.932 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,437,T156) 127.0.0.1:8,224 ==> :8,223 [CON-POST   MID=22859, Token=707F23284C0BAA43, OptionSet={"Object-Security":0x0903}, 7D D4 E5 39 EE DF EC 7D E9 70 77 31 8F 3F E6 04 8F 9F 59 B9]
15:12:36.932 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8223) received 36 bytes from 127.0.0.1:8224
15:12:36.932 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8224-22859]
15:12:36.932 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.932 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1410, 127.0.0.1:8224] replace CON-POST   MID=22859, Token=707F23284C0BAA43, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=3)"}, <empty data> by CON-GET    MID=22859, Token=707F23284C0BAA43, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=3)"}, <empty data>
15:12:36.932 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested last block of blockwise transfer: [KeyUri[GET, coap:/resource, 127.0.0.1:8224]: currentNum=3, currentSzx=2, bufferSize=256, complete=true]
15:12:36.932 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1410, 127.0.0.1:8224] send response null-2.05   MID=   -1, Token=null, OptionSet={"Block2":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes
15:12:36.933 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1410, 127.0.0.1:8224, complete]!
15:12:36.933 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1410, 127.0.0.1:8224, complete] completed ACK-2.04   MID=22859, Token=707F23284C0BAA43, 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!
15:12:36.933 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8224
15:12:36.933 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,438,T159) 127.0.0.1:8,223 ==> :8,224 [ACK-2.04   MID=22859, Token=707F23284C0BAA43, 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]
15:12:36.933 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8224) received 91 bytes from 127.0.0.1:8223
15:12:36.933 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.933 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.933 [: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
15:12:36.933 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block2 tracker [KeyUri[GET, coap:/resource, 127.0.0.1:8223]], block2 transfers still in progress: 0
15:12:36.933 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap assembled response: ACK-2.05   MID=22856, Token=D40C8D6A91ECFC1F, OptionSet={"Object-Security":0x, "Size2":256}, "97509355062585950531841781678883".. 256 bytes
15:12:36.933 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1406, 127.0.0.1:8223] replace CON-POST   MID=22859, Token=707F23284C0BAA43, 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=22856, Token=D40C8D6A91ECFC1F, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, <empty data>
15:12:36.933 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1406, 127.0.0.1:8223, complete]!
15:12:36.933 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1406, 127.0.0.1:8223, complete] for token KeyToken[127.0.0.1:8223-707F23284C0BAA43]
15:12:36.933 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1406, 127.0.0.1:8223, complete] for MID KeyMID[127.0.0.1:8223-22859]
15:12:36.933 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1406, 127.0.0.1:8223, complete] completed CON-GET    MID=22856, Token=D40C8D6A91ECFC1F, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, <empty data>!
15:12:36.933 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
15:12:36.933 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
15:12:36.934 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8223
15:12:36.934 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8223
15:12:36.934 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8223] stopping ...
15:12:36.934 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8223, address /127.0.0.1
15:12:36.934 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8223] has stopped.
15:12:36.934 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8223
15:12:36.934 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
15:12:36.934 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8224
15:12:36.934 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8224
15:12:36.934 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8224] stopping ...
15:12:36.934 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8224, address /0.0.0.0
15:12:36.934 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8224] has stopped.
15:12:36.934 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8224
15:12:36.934 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwiseGet
15:12:36.935 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwisePut
15:12:36.936 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:36.936 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:36.936 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:36.936 [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
15:12:36.936 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
15:12:36.936 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
15:12:36.936 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:36.937 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:36.937 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
15:12:36.937 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8225
15:12:36.937 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:36.937 [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
15:12:36.937 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8225
15:12:36.937 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
15:12:36.937 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:36.937 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:36.937 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
15:12:36.937 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:36.937 [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
15:12:36.937 [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
15:12:36.937 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
15:12:36.937 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:36.937 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:36.937 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
15:12:36.937 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8226
15:12:36.937 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:36.938 [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
15:12:36.938 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8226
15:12:36.938 [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]]
15:12:36.938 [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]]
15:12:36.938 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [256/64] requires blockwise transfer
15:12:36.938 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block1 transfer [KeyUri[PUT, coap:/resource, 127.0.0.1:8225]: currentNum=0, currentSzx=0, bufferSize=256, complete=false], transfers in progress: 1
15:12:36.938 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1411, 127.0.0.1:8225] replace CON-PUT    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes by CON-PUT    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes
15:12:36.939 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1411, 127.0.0.1:8225] send request
15:12:36.939 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1411, 127.0.0.1:8225] prepare retransmission for CON-PUT    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes
15:12:36.939 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1411, 127.0.0.1:8225] replace CON-PUT    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Size1":256}, "97509355062585950531841781678883".. 64 bytes by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 63 EB 80 57 30 55 C0 AF 80 E4 65 1F 47 06 A0 0D 0E BD 8F A3..91 bytes
15:12:36.939 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1411, 127.0.0.1:8225] added with generated mid KeyMID[127.0.0.1:8225-42306], CON-POST   MID=42306, 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
15:12:36.939 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1411, 127.0.0.1:8225] added with generated token KeyToken[127.0.0.1:8225-74C8770255D8BD3C], CON-POST   MID=42306, Token=74C8770255D8BD3C, 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
15:12:36.939 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8225-42306], KeyToken[127.0.0.1:8225-74C8770255D8BD3C]]
15:12:36.939 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 107 bytes to 127.0.0.1:8225
15:12:36.939 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,439,T164) 127.0.0.1:8,226 ==> :8,225 [CON-POST   MID=42306, Token=74C8770255D8BD3C, 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]
15:12:36.939 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8225) received 107 bytes from 127.0.0.1:8226
15:12:36.939 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8226-42306]
15:12:36.940 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.940 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1412, 127.0.0.1:8226] replace CON-POST   MID=42306, Token=74C8770255D8BD3C, 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=42306, Token=74C8770255D8BD3C, 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
15:12:36.940 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=0)
15:12:36.940 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for inbound block1 transfer [KeyUri[PUT, coap:/resource, 127.0.0.1:8226]: currentNum=0, currentSzx=0, bufferSize=256, complete=false], transfers in progress: 1
15:12:36.940 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=0], expecting more blocks to come
15:12:36.940 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1412, 127.0.0.1:8226] send response null-2.31   MID=   -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=true, num=0)"}, <empty data>
15:12:36.940 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1412, 127.0.0.1:8226, complete]!
15:12:36.940 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1412, 127.0.0.1:8226, complete] completed ACK-2.04   MID=42306, Token=74C8770255D8BD3C, OptionSet={"Object-Security":0x}, 02 EC B2 39 7F 76 49 72 A5 F0 3F 03!
15:12:36.940 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8226
15:12:36.940 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,440,T167) 127.0.0.1:8,225 ==> :8,226 [ACK-2.04   MID=42306, Token=74C8770255D8BD3C, OptionSet={"Object-Security":0x}, 02 EC B2 39 7F 76 49 72 A5 F0 3F 03]
15:12:36.940 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8226) received 26 bytes from 127.0.0.1:8225
15:12:36.941 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.941 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.941 [: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)
15:12:36.941 [: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
15:12:36.941 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1411, 127.0.0.1:8225] replace CON-POST   MID=42306, Token=74C8770255D8BD3C, 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
15:12:36.941 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1411, 127.0.0.1:8225] send request
15:12:36.941 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1411, 127.0.0.1:8225] prepare retransmission for CON-PUT    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes
15:12:36.941 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1411, 127.0.0.1:8225] replace CON-PUT    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=1)"}, "67804944526779248995524287066297".. 64 bytes by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0901}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 94 D2 FD BA 49 0E 9F 94 0B 72 E7 49 6D 72 61 01 E9 76 17..87 bytes
15:12:36.941 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1411, 127.0.0.1:8225] added with generated mid KeyMID[127.0.0.1:8225-42307], CON-POST   MID=42307, 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
15:12:36.941 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1411, 127.0.0.1:8225] for MID KeyMID[127.0.0.1:8225-42306]
15:12:36.941 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1411, 127.0.0.1:8225] added with generated token KeyToken[127.0.0.1:8225-080C0ADBADB6E984], CON-POST   MID=42307, Token=080C0ADBADB6E984, 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
15:12:36.941 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1411, 127.0.0.1:8225] for token KeyToken[127.0.0.1:8225-74C8770255D8BD3C]
15:12:36.941 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8225-42307], KeyToken[127.0.0.1:8225-080C0ADBADB6E984]]
15:12:36.941 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 103 bytes to 127.0.0.1:8225
15:12:36.941 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,441,T164) 127.0.0.1:8,226 ==> :8,225 [CON-POST   MID=42307, Token=080C0ADBADB6E984, 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]
15:12:36.941 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8225) received 103 bytes from 127.0.0.1:8226
15:12:36.942 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8226-42307]
15:12:36.942 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.942 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1413, 127.0.0.1:8226] replace CON-POST   MID=42307, Token=080C0ADBADB6E984, 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=42307, Token=080C0ADBADB6E984, 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
15:12:36.942 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=1)
15:12:36.942 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[PUT, coap:/resource, 127.0.0.1:8226] for CON-PUT    MID=42307, Token=080C0ADBADB6E984, 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
15:12:36.942 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=1], expecting more blocks to come
15:12:36.942 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1413, 127.0.0.1:8226] send response null-2.31   MID=   -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=true, num=1)"}, <empty data>
15:12:36.942 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1413, 127.0.0.1:8226, complete]!
15:12:36.942 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1413, 127.0.0.1:8226, complete] completed ACK-2.04   MID=42307, Token=080C0ADBADB6E984, OptionSet={"Object-Security":0x}, 5D 6D 74 5A A1 D7 E3 DB 06 A7 DB 6C!
15:12:36.942 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8226
15:12:36.942 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,442,T167) 127.0.0.1:8,225 ==> :8,226 [ACK-2.04   MID=42307, Token=080C0ADBADB6E984, OptionSet={"Object-Security":0x}, 5D 6D 74 5A A1 D7 E3 DB 06 A7 DB 6C]
15:12:36.942 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8226) received 26 bytes from 127.0.0.1:8225
15:12:36.942 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.942 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.942 [: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)
15:12:36.942 [: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
15:12:36.943 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1411, 127.0.0.1:8225] replace CON-POST   MID=42307, Token=080C0ADBADB6E984, 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
15:12:36.943 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1411, 127.0.0.1:8225] send request
15:12:36.943 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1411, 127.0.0.1:8225] prepare retransmission for CON-PUT    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes
15:12:36.943 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1411, 127.0.0.1:8225] replace CON-PUT    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=2)"}, "06884405752965992299924146191928".. 64 bytes by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0902}, 8C 46 3F 6A D1 78 0E 0A 1E 29 9E 76 5F 04 44 74 95 97 2B EB 2E 63 80 93 1A D3 7D 4F AF 55 C6 0D..87 bytes
15:12:36.943 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1411, 127.0.0.1:8225] added with generated mid KeyMID[127.0.0.1:8225-42308], CON-POST   MID=42308, 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
15:12:36.943 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1411, 127.0.0.1:8225] for MID KeyMID[127.0.0.1:8225-42307]
15:12:36.943 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1411, 127.0.0.1:8225] added with generated token KeyToken[127.0.0.1:8225-FCCFC3AD226C115A], CON-POST   MID=42308, Token=FCCFC3AD226C115A, 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
15:12:36.943 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1411, 127.0.0.1:8225] for token KeyToken[127.0.0.1:8225-080C0ADBADB6E984]
15:12:36.943 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8225-42308], KeyToken[127.0.0.1:8225-FCCFC3AD226C115A]]
15:12:36.943 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 103 bytes to 127.0.0.1:8225
15:12:36.943 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,443,T164) 127.0.0.1:8,226 ==> :8,225 [CON-POST   MID=42308, Token=FCCFC3AD226C115A, 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]
15:12:36.943 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8225) received 103 bytes from 127.0.0.1:8226
15:12:36.943 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8226-42308]
15:12:36.943 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.944 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1414, 127.0.0.1:8226] replace CON-POST   MID=42308, Token=FCCFC3AD226C115A, 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=42308, Token=FCCFC3AD226C115A, 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
15:12:36.944 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=2)
15:12:36.944 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[PUT, coap:/resource, 127.0.0.1:8226] for CON-PUT    MID=42308, Token=FCCFC3AD226C115A, 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
15:12:36.944 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=2], expecting more blocks to come
15:12:36.944 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1414, 127.0.0.1:8226] send response null-2.31   MID=   -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=true, num=2)"}, <empty data>
15:12:36.944 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1414, 127.0.0.1:8226, complete]!
15:12:36.944 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1414, 127.0.0.1:8226, complete] completed ACK-2.04   MID=42308, Token=FCCFC3AD226C115A, OptionSet={"Object-Security":0x}, 68 A6 6B F0 6E 94 F3 3E 9A B4 6C 1B!
15:12:36.944 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8226
15:12:36.944 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,444,T167) 127.0.0.1:8,225 ==> :8,226 [ACK-2.04   MID=42308, Token=FCCFC3AD226C115A, OptionSet={"Object-Security":0x}, 68 A6 6B F0 6E 94 F3 3E 9A B4 6C 1B]
15:12:36.944 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8226) received 26 bytes from 127.0.0.1:8225
15:12:36.944 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.944 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.944 [: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)
15:12:36.944 [: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
15:12:36.945 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1411, 127.0.0.1:8225] replace CON-POST   MID=42308, Token=FCCFC3AD226C115A, 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
15:12:36.945 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1411, 127.0.0.1:8225] send request
15:12:36.945 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1411, 127.0.0.1:8225] prepare retransmission for CON-PUT    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes
15:12:36.945 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1411, 127.0.0.1:8225] replace CON-PUT    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=false, num=3)"}, "38971117043758316910266445086798".. 64 bytes by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0903}, 7F D4 E5 39 EE DF EC 7D E9 70 A6 53 6F 10 D8 BF A7 C7 26 7D 7C E3 47 A3 64 48 32 41 95 67 D7 79..87 bytes
15:12:36.945 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1411, 127.0.0.1:8225] added with generated mid KeyMID[127.0.0.1:8225-42309], CON-POST   MID=42309, 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
15:12:36.945 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1411, 127.0.0.1:8225] for MID KeyMID[127.0.0.1:8225-42308]
15:12:36.945 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1411, 127.0.0.1:8225] added with generated token KeyToken[127.0.0.1:8225-A0DDEC2C2A065B1B], CON-POST   MID=42309, Token=A0DDEC2C2A065B1B, 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
15:12:36.945 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1411, 127.0.0.1:8225] for token KeyToken[127.0.0.1:8225-FCCFC3AD226C115A]
15:12:36.945 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8225-42309], KeyToken[127.0.0.1:8225-A0DDEC2C2A065B1B]]
15:12:36.945 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 103 bytes to 127.0.0.1:8225
15:12:36.945 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,445,T164) 127.0.0.1:8,226 ==> :8,225 [CON-POST   MID=42309, Token=A0DDEC2C2A065B1B, 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]
15:12:36.945 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8225) received 103 bytes from 127.0.0.1:8226
15:12:36.945 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8226-42309]
15:12:36.946 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.946 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1415, 127.0.0.1:8226] replace CON-POST   MID=42309, Token=A0DDEC2C2A065B1B, 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=42309, Token=A0DDEC2C2A065B1B, 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
15:12:36.946 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=false, num=3)
15:12:36.946 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[PUT, coap:/resource, 127.0.0.1:8226] for CON-PUT    MID=42309, Token=A0DDEC2C2A065B1B, 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
15:12:36.946 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has sent last block1 [num=3], delivering request to application layer
15:12:36.946 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block1 tracker [KeyUri[PUT, coap:/resource, 127.0.0.1:8226]], block1 transfers still in progress: 0
15:12:36.946 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1415, 127.0.0.1:8226] send response null-2.04   MID=   -1, Token=null, OptionSet={"Block1":"(szx=2/64, m=false, num=3)"}, <empty data>
15:12:36.946 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1415, 127.0.0.1:8226, complete]!
15:12:36.946 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1415, 127.0.0.1:8226, complete] completed ACK-2.04   MID=42309, Token=A0DDEC2C2A065B1B, OptionSet={"Object-Security":0x}, 2A A1 B2 DE F0 13 27 AA C7 8E E7 BF!
15:12:36.946 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8226
15:12:36.946 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,446,T167) 127.0.0.1:8,225 ==> :8,226 [ACK-2.04   MID=42309, Token=A0DDEC2C2A065B1B, OptionSet={"Object-Security":0x}, 2A A1 B2 DE F0 13 27 AA C7 8E E7 BF]
15:12:36.946 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8226) received 26 bytes from 127.0.0.1:8225
15:12:36.946 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.946 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.947 [: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)
15:12:36.947 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1411, 127.0.0.1:8225, complete]!
15:12:36.947 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1411, 127.0.0.1:8225, complete] for token KeyToken[127.0.0.1:8225-A0DDEC2C2A065B1B]
15:12:36.947 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1411, 127.0.0.1:8225, complete] for MID KeyMID[127.0.0.1:8225-42309]
15:12:36.947 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1411, 127.0.0.1:8225, complete] completed CON-PUT    MID=42306, Token=74C8770255D8BD3C, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes -/- CON-POST   MID=42309, Token=A0DDEC2C2A065B1B, 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!
15:12:36.947 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
15:12:36.947 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
15:12:36.947 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8225
15:12:36.947 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8225
15:12:36.947 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8225] stopping ...
15:12:36.947 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8225, address /127.0.0.1
15:12:36.947 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8225] has stopped.
15:12:36.947 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8225
15:12:36.947 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
15:12:36.947 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8226
15:12:36.947 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8226
15:12:36.947 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8226] stopping ...
15:12:36.947 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8226, address /0.0.0.0
15:12:36.947 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8226] has stopped.
15:12:36.948 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8226
15:12:36.948 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwisePut
15:12:36.948 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreExceedMaxUnfragmentedSize
15:12:36.949 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:36.949 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:36.949 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:36.949 [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
15:12:36.949 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
15:12:36.950 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
15:12:36.950 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:36.950 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:36.950 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
15:12:36.950 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8227
15:12:36.950 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:36.950 [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
15:12:36.950 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8227
15:12:36.950 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
15:12:36.950 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
15:12:36.950 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:36.950 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:36.950 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:36.950 [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
15:12:36.951 [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
15:12:36.951 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
15:12:36.951 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:36.951 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:36.951 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
15:12:36.951 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8228
15:12:36.951 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:36.951 [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
15:12:36.951 [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]]
15:12:36.951 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8228
15:12:36.951 [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]]
15:12:36.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1416, 127.0.0.1:8227] send request
15:12:36.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1416, 127.0.0.1:8227] prepare retransmission for CON-PUT    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "55235281438127606918237095104282".. 64 bytes
15:12:36.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1416, 127.0.0.1:8227, complete]!
15:12:36.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.CleanupMessageObserver - failed, Exchange[L1416, 127.0.0.1:8227, complete] request [MID=-1, null]
15:12:36.952 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
15:12:36.952 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
15:12:36.953 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8227
15:12:36.953 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8227
15:12:36.953 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8227] stopping ...
15:12:36.953 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8227, address /127.0.0.1
15:12:36.953 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8227] has stopped.
15:12:36.953 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8227
15:12:36.953 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
15:12:36.953 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8228
15:12:36.953 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8228
15:12:36.953 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8228] stopping ...
15:12:36.953 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8228, address /0.0.0.0
15:12:36.953 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8228] has stopped.
15:12:36.953 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8228
15:12:36.953 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreExceedMaxUnfragmentedSize
15:12:36.953 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active.
15:12:36.954 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 s - in org.eclipse.californium.oscore.OSCoreInnerBlockwiseTest
[INFO] Running org.eclipse.californium.oscore.OSCoreOuterBlockwiseTest
15:12:36.954 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwiseExceedMaxUnfragmentedSizeProxyClientBW
15:12:36.955 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:36.955 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:36.955 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:36.955 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
15:12:36.955 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
15:12:36.956 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
15:12:36.956 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:36.956 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:36.956 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
15:12:36.956 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8229
15:12:36.956 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:36.956 [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
15:12:36.956 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8229
15:12:36.956 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
15:12:36.957 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
15:12:36.957 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:36.957 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:36.957 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:36.957 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
15:12:36.957 [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
15:12:36.958 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
15:12:36.958 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:36.958 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:36.958 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
15:12:36.958 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8230
15:12:36.958 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:36.958 [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
15:12:36.958 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8230
15:12:36.958 [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]]
15:12:36.958 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8230
15:12:36.958 [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]]
15:12:36.960 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:36.960 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:36.960 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:36.960 [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
15:12:36.960 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
15:12:36.961 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
15:12:36.961 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:36.961 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:36.961 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
15:12:36.961 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8231
15:12:36.961 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:36.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]]
15:12:36.962 [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
15:12:36.962 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8231
15:12:36.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]]
15:12:36.962 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:36.962 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:36.962 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:36.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
15:12:36.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
15:12:36.963 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
15:12:36.963 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:36.963 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:36.963 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
15:12:36.963 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8232
15:12:36.963 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:36.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]]
15:12:36.963 [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
15:12:36.963 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8232
15:12:36.963 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8232
15:12:36.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]]
15:12:36.963 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1417, 127.0.0.1:8231] send request
15:12:36.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1417, 127.0.0.1:8231] replace NON-GET    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8229/resource"}, <empty data> by NON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8229"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3
15:12:36.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1417, 127.0.0.1:8231] added with generated mid KeyMID[127.0.0.1:8231-60924], NON-POST   MID=60924, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8229"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3
15:12:36.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1417, 127.0.0.1:8231] added with generated token KeyToken[127.0.0.1:8231-40F305AC242712B5], NON-POST   MID=60924, Token=40F305AC242712B5, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8229"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3
15:12:36.964 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8231-60924], KeyToken[127.0.0.1:8231-40F305AC242712B5]]
15:12:36.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 58 bytes to 127.0.0.1:8231
15:12:36.964 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,447,T188) 127.0.0.1:8,232 ==> :8,231 [NON-POST   MID=60924, Token=40F305AC242712B5, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8229"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3]
15:12:36.964 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8231) received 58 bytes from 127.0.0.1:8232
15:12:36.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8232-60924]
15:12:36.965 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly
Proxy: coap://127.0.0.1:8229
==[ CoAP Request ]=============================================
MID    : 60924
Token  : 40F305AC242712B5
Type   : NON
Method : 0.02 - POST
Options: {"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8229"}
Payload: 18 Bytes
===============================================================
==[ CoAP Request ]=============================================
MID    : -1
Token  : null
Type   : NON
Method : 0.02 - POST
Options: {"Object-Security":0x0900}
Payload: 18 Bytes
===============================================================
15:12:36.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1419, 127.0.0.1:8229] send request
15:12:36.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1419, 127.0.0.1:8229] added with generated mid KeyMID[127.0.0.1:8229-5137], NON-POST   MID= 5137, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3
15:12:36.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1419, 127.0.0.1:8229] added with generated token KeyToken[127.0.0.1:8229-984568E0CE131A56], NON-POST   MID= 5137, Token=984568E0CE131A56, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3
15:12:36.966 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8229-5137], KeyToken[127.0.0.1:8229-984568E0CE131A56]]
15:12:36.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 34 bytes to 127.0.0.1:8229
15:12:36.967 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,448,T180) 127.0.0.1:8,230 ==> :8,229 [NON-POST   MID= 5137, Token=984568E0CE131A56, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3]
15:12:36.967 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8229) received 34 bytes from 127.0.0.1:8230
15:12:36.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8230-5137]
15:12:36.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:36.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1420, 127.0.0.1:8230] replace NON-POST   MID= 5137, Token=984568E0CE131A56, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, <empty data> by NON-GET    MID= 5137, Token=984568E0CE131A56, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, <empty data>
15:12:36.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1420, 127.0.0.1:8230] send response null-2.05   MID=   -1, Token=null, OptionSet={"Content-Format":"text/plain"}, "98257387005764743526667350535128".. 128 bytes
15:12:36.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1420, 127.0.0.1:8230, complete]!
15:12:36.967 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1420, 127.0.0.1:8230, complete] completed NON-2.04   MID=46198, Token=984568E0CE131A56, 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!
15:12:36.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 153 bytes to 127.0.0.1:8230
15:12:36.968 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,449,T183) 127.0.0.1:8,229 ==> :8,230 [NON-2.04   MID=46198, Token=984568E0CE131A56, 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]
15:12:36.968 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8230) received 153 bytes from 127.0.0.1:8229
15:12:36.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:8229-46198]
15:12:36.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1419, 127.0.0.1:8229, complete]!
15:12:36.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1419, 127.0.0.1:8229, complete] for token KeyToken[127.0.0.1:8229-984568E0CE131A56]
15:12:36.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1419, 127.0.0.1:8229, complete] for MID KeyMID[127.0.0.1:8229-5137]
15:12:36.968 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1419, 127.0.0.1:8229, complete] completed NON-POST   MID= 5137, Token=984568E0CE131A56, OptionSet={"Object-Security":0x0900}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3!
15:12:36.968 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly
15:12:36.968 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap response body [139/32] requires blockwise transfer
15:12:36.968 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block2 transfer [KeyUri[POST, coap:/, 127.0.0.1:8232]: currentNum=0, currentSzx=0, bufferSize=139, complete=false], transfers in progress: 1
15:12:36.968 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1418, 127.0.0.1:8232] send response null-2.04   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=0)", "Size2":139}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06
15:12:36.968 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1418, 127.0.0.1:8232, complete]!
15:12:36.969 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1418, 127.0.0.1:8232, complete] completed null-2.04   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06..139 bytes -/- NON-2.04   MID=33003, Token=40F305AC242712B5, 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!
15:12:36.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 51 bytes to 127.0.0.1:8232
15:12:36.969 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,450,T191) 127.0.0.1:8,231 ==> :8,232 [NON-2.04   MID=33003, Token=40F305AC242712B5, 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]
15:12:36.969 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8232) received 51 bytes from 127.0.0.1:8231
15:12:36.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8231-33003]
15:12:36.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:36.969 [: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
15:12:36.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1417, 127.0.0.1:8231, complete]!
15:12:36.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1417, 127.0.0.1:8231, complete] for token KeyToken[127.0.0.1:8231-40F305AC242712B5]
15:12:36.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1417, 127.0.0.1:8231, complete] for MID KeyMID[127.0.0.1:8231-60924]
15:12:36.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1417, 127.0.0.1:8231, complete] completed NON-GET    MID=60924, Token=40F305AC242712B5, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8229/resource"}, <empty data> -/- NON-POST   MID=60924, Token=40F305AC242712B5, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8229"}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3!
15:12:36.969 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.CleanupMessageObserver - failed, Exchange[L1417, 127.0.0.1:8231, complete] request [MID=60924, Token=40F305AC242712B5]
15:12:36.970 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
15:12:36.970 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
15:12:36.970 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8229
15:12:36.970 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8229
15:12:36.970 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8229] stopping ...
15:12:36.970 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8229, address /127.0.0.1
15:12:36.970 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8229] has stopped.
15:12:36.970 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8229
15:12:36.970 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
15:12:36.970 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
15:12:36.970 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8230
15:12:36.970 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8230
15:12:36.970 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8230] stopping ...
15:12:36.970 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8230, address /0.0.0.0
15:12:36.970 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8230] has stopped.
15:12:36.970 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8230
15:12:36.970 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
15:12:36.970 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
15:12:36.971 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8231
15:12:36.971 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8231
15:12:36.971 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8231] stopping ...
15:12:36.971 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8231, address /127.0.0.1
15:12:36.971 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8231] has stopped.
15:12:36.971 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8231
15:12:36.971 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
15:12:36.971 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
15:12:36.971 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8232
15:12:36.971 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8232
15:12:36.971 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8232] stopping ...
15:12:36.971 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8232, address /0.0.0.0
15:12:36.971 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8232] has stopped.
15:12:36.971 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8232
15:12:36.971 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwiseExceedMaxUnfragmentedSizeProxyClientBW
15:12:36.972 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwiseExceedMaxUnfragmentedSizeProxyServerBW
15:12:36.972 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:36.972 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:36.972 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:36.972 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
15:12:36.972 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
15:12:36.973 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
15:12:36.973 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:36.973 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:36.973 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
15:12:36.973 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8233
15:12:36.973 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:36.973 [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
15:12:36.973 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8233
15:12:36.973 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
15:12:36.973 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
15:12:36.973 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:36.974 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:36.974 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:36.974 [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
15:12:36.974 [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
15:12:36.974 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
15:12:36.974 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:36.974 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:36.974 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
15:12:36.974 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8234
15:12:36.974 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:36.974 [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
15:12:36.974 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8234
15:12:36.974 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8234
15:12:36.974 [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]]
15:12:36.974 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:36.974 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:36.974 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:36.974 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
15:12:36.975 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
15:12:36.975 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
15:12:36.975 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:36.975 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:36.975 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
15:12:37.025 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8235
15:12:37.025 [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]]
15:12:37.025 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:37.025 [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
15:12:37.026 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8235
15:12:37.026 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
15:12:37.026 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
15:12:37.026 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:37.026 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:37.026 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:37.026 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
15:12:37.026 [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
15:12:37.027 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
15:12:37.027 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:37.027 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:37.027 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
15:12:37.027 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8236
15:12:37.027 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:37.027 [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
15:12:37.027 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8236
15:12:37.027 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8236
15:12:37.027 [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]]
15:12:37.027 [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]]
15:12:37.027 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1421, 127.0.0.1:8235] send request
15:12:37.028 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1421, 127.0.0.1:8235] replace NON-PUT    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8233/resource"}, "98257387005764743526667350535128".. 128 bytes by NON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8233"}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes
15:12:37.028 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1421, 127.0.0.1:8235] added with generated mid KeyMID[127.0.0.1:8235-32471], NON-POST   MID=32471, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8233"}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes
15:12:37.028 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1421, 127.0.0.1:8235] added with generated token KeyToken[127.0.0.1:8235-D0E689E2C5122690], NON-POST   MID=32471, Token=D0E689E2C5122690, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8233"}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes
15:12:37.028 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8235-32471], KeyToken[127.0.0.1:8235-D0E689E2C5122690]]
15:12:37.028 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 189 bytes to 127.0.0.1:8235
15:12:37.029 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,451,T204) 127.0.0.1:8,236 ==> :8,235 [NON-POST   MID=32471, Token=D0E689E2C5122690, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8233"}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes]
15:12:37.029 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8235) received 189 bytes from 127.0.0.1:8236
15:12:37.029 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8236-32471]
15:12:37.029 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly
Proxy: coap://127.0.0.1:8233
==[ CoAP Request ]=============================================
MID    : 32471
Token  : D0E689E2C5122690
Type   : NON
Method : 0.02 - POST
Options: {"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8233"}
Payload: 149 Bytes
===============================================================
==[ CoAP Request ]=============================================
MID    : -1
Token  : null
Type   : NON
Method : 0.02 - POST
Options: {"Object-Security":0x0900}
Payload: 149 Bytes
===============================================================
15:12:37.029 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [149/32] requires blockwise transfer
15:12:37.029 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block1 transfer [KeyUri[POST, coap:/, 127.0.0.1:8233]: currentNum=0, currentSzx=0, bufferSize=149, complete=false], transfers in progress: 1
15:12:37.029 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1423, 127.0.0.1:8233] replace NON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes by NON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9
15:12:37.029 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1423, 127.0.0.1:8233] send request
15:12:37.029 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1423, 127.0.0.1:8233] added with generated mid KeyMID[127.0.0.1:8233-44551], NON-POST   MID=44551, 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
15:12:37.029 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1423, 127.0.0.1:8233] added with generated token KeyToken[127.0.0.1:8233-C825C8236319A91F], NON-POST   MID=44551, Token=C825C8236319A91F, 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
15:12:37.029 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8233-44551], KeyToken[127.0.0.1:8233-C825C8236319A91F]]
15:12:37.029 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 54 bytes to 127.0.0.1:8233
15:12:37.030 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,452,T196) 127.0.0.1:8,234 ==> :8,233 [NON-POST   MID=44551, Token=C825C8236319A91F, 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]
15:12:37.030 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8233) received 54 bytes from 127.0.0.1:8234
15:12:37.030 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8234-44551]
15:12:37.030 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1424, 127.0.0.1:8234] send response null-4.13   MID=   -1, Token=null, OptionSet={"Size1":64}, "body too large, max. 64 bytes"
15:12:37.030 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1424, 127.0.0.1:8234, complete]!
15:12:37.030 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1424, 127.0.0.1:8234, complete] completed NON-4.13   MID=45564, Token=C825C8236319A91F, OptionSet={"Size1":64}, "body too large, max. 64 bytes"!
15:12:37.030 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 45 bytes to 127.0.0.1:8234
15:12:37.030 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,453,T199) 127.0.0.1:8,233 ==> :8,234 [NON-4.13   MID=45564, Token=C825C8236319A91F, OptionSet={"Size1":64}, "body too large, max. 64 bytes"]
15:12:37.030 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8234) received 45 bytes from 127.0.0.1:8233
15:12:37.030 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8233-45564]
15:12:37.030 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap  received error NON-4.13   MID=45564, Token=C825C8236319A91F, OptionSet={"Size1":64}, "body too large, max. 64 bytes":
15:12:37.031 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block1 tracker [KeyUri[POST, coap:/, 127.0.0.1:8233]], block1 transfers still in progress: 0
15:12:37.031 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1423, 127.0.0.1:8233, complete]!
15:12:37.031 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1423, 127.0.0.1:8233, complete] for token KeyToken[127.0.0.1:8233-C825C8236319A91F]
15:12:37.031 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1423, 127.0.0.1:8233, complete] for MID KeyMID[127.0.0.1:8233-44551]
15:12:37.031 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1423, 127.0.0.1:8233, complete] completed NON-POST   MID=44551, Token=C825C8236319A91F, 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=44551, Token=C825C8236319A91F, 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!
15:12:37.031 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly
15:12:37.031 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1422, 127.0.0.1:8236] send response null-4.13   MID=   -1, Token=null, OptionSet={"Size1":64}, "body too large, max. 64 bytes"
15:12:37.031 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1422, 127.0.0.1:8236, complete]!
15:12:37.031 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1422, 127.0.0.1:8236, complete] completed NON-4.13   MID=57294, Token=D0E689E2C5122690, OptionSet={"Size1":64}, "body too large, max. 64 bytes"!
15:12:37.031 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 45 bytes to 127.0.0.1:8236
15:12:37.031 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,454,T207) 127.0.0.1:8,235 ==> :8,236 [NON-4.13   MID=57294, Token=D0E689E2C5122690, OptionSet={"Size1":64}, "body too large, max. 64 bytes"]
15:12:37.031 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8236) received 45 bytes from 127.0.0.1:8235
15:12:37.031 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8235-57294]
15:12:37.031 [: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!
15:12:37.031 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap  received error NON-4.13   MID=57294, Token=D0E689E2C5122690, OptionSet={"Size1":64}, "body too large, max. 64 bytes":
15:12:37.032 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block1 transfer [KeyUri[PUT, coap:/, 127.0.0.1:8235]: currentNum=0, currentSzx=0, bufferSize=128, complete=false], transfers in progress: 1
15:12:37.032 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1421, 127.0.0.1:8235] replace NON-POST   MID=32471, Token=D0E689E2C5122690, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8233"}, acked AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes by NON-PUT    MID=   -1, Token=D0E689E2C5122690, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Proxy-Uri":"coap://127.0.0.1:8233/resource", "Size1":128}, "98257387005764743526667350535128".. 64 bytes
15:12:37.032 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1421, 127.0.0.1:8235] send request
15:12:37.032 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1421, 127.0.0.1:8235] replace NON-PUT    MID=   -1, Token=D0E689E2C5122690, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block1":"(szx=2/64, m=true, num=0)", "Proxy-Uri":"coap://127.0.0.1:8233/resource", "Size1":128}, "98257387005764743526667350535128".. 64 bytes by NON-POST   MID=   -1, Token=D0E689E2C5122690, OptionSet={"Object-Security":0x0901, "Proxy-Uri":"coap://127.0.0.1:8233"}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B..90 bytes
15:12:37.032 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1421, 127.0.0.1:8235] added with generated mid KeyMID[127.0.0.1:8235-32472], NON-POST   MID=32472, Token=D0E689E2C5122690, OptionSet={"Object-Security":0x0901, "Proxy-Uri":"coap://127.0.0.1:8233"}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B..90 bytes
15:12:37.032 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1421, 127.0.0.1:8235] for MID KeyMID[127.0.0.1:8235-32471]
15:12:37.032 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1421, 127.0.0.1:8235] keep for KeyToken[127.0.0.1:8235-D0E689E2C5122690], NON-POST   MID=32472, Token=D0E689E2C5122690, OptionSet={"Object-Security":0x0901, "Proxy-Uri":"coap://127.0.0.1:8233"}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B..90 bytes
15:12:37.032 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8235-32472], KeyToken[127.0.0.1:8235-D0E689E2C5122690]]
15:12:37.033 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 130 bytes to 127.0.0.1:8235
15:12:37.033 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,455,T204) 127.0.0.1:8,236 ==> :8,235 [NON-POST   MID=32472, Token=D0E689E2C5122690, OptionSet={"Object-Security":0x0901, "Proxy-Uri":"coap://127.0.0.1:8233"}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B..90 bytes]
15:12:37.033 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8235) received 130 bytes from 127.0.0.1:8236
15:12:37.033 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8236-32472]
15:12:37.033 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly
Proxy: coap://127.0.0.1:8233
==[ CoAP Request ]=============================================
MID    : 32472
Token  : D0E689E2C5122690
Type   : NON
Method : 0.02 - POST
Options: {"Object-Security":0x0901, "Proxy-Uri":"coap://127.0.0.1:8233"}
Payload: 90 Bytes
===============================================================
==[ CoAP Request ]=============================================
MID    : -1
Token  : null
Type   : NON
Method : 0.02 - POST
Options: {"Object-Security":0x0901}
Payload: 90 Bytes
===============================================================
15:12:37.033 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [90/32] requires blockwise transfer
15:12:37.033 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block1 transfer [KeyUri[POST, coap:/, 127.0.0.1:8233]: currentNum=0, currentSzx=0, bufferSize=90, complete=false], transfers in progress: 1
15:12:37.033 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1426, 127.0.0.1:8233] replace NON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0901}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B..90 bytes by NON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0901, "Block1":"(szx=1/32, m=true, num=0)", "Size1":90}, 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B
15:12:37.033 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1426, 127.0.0.1:8233] send request
15:12:37.033 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1426, 127.0.0.1:8233] added with generated mid KeyMID[127.0.0.1:8233-44552], NON-POST   MID=44552, 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
15:12:37.034 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1426, 127.0.0.1:8233] added with generated token KeyToken[127.0.0.1:8233-D80316C9D7AB37DC], NON-POST   MID=44552, Token=D80316C9D7AB37DC, 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
15:12:37.034 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8233-44552], KeyToken[127.0.0.1:8233-D80316C9D7AB37DC]]
15:12:37.034 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 54 bytes to 127.0.0.1:8233
15:12:37.034 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,456,T196) 127.0.0.1:8,234 ==> :8,233 [NON-POST   MID=44552, Token=D80316C9D7AB37DC, 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]
15:12:37.034 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8233) received 54 bytes from 127.0.0.1:8234
15:12:37.034 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8234-44552]
15:12:37.034 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1427, 127.0.0.1:8234] send response null-4.13   MID=   -1, Token=null, OptionSet={"Size1":64}, "body too large, max. 64 bytes"
15:12:37.034 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1427, 127.0.0.1:8234, complete]!
15:12:37.034 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1427, 127.0.0.1:8234, complete] completed NON-4.13   MID=45565, Token=D80316C9D7AB37DC, OptionSet={"Size1":64}, "body too large, max. 64 bytes"!
15:12:37.034 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 45 bytes to 127.0.0.1:8234
15:12:37.034 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,457,T199) 127.0.0.1:8,233 ==> :8,234 [NON-4.13   MID=45565, Token=D80316C9D7AB37DC, OptionSet={"Size1":64}, "body too large, max. 64 bytes"]
15:12:37.034 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8234) received 45 bytes from 127.0.0.1:8233
15:12:37.035 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8233-45565]
15:12:37.035 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap  received error NON-4.13   MID=45565, Token=D80316C9D7AB37DC, OptionSet={"Size1":64}, "body too large, max. 64 bytes":
15:12:37.035 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block1 tracker [KeyUri[POST, coap:/, 127.0.0.1:8233]], block1 transfers still in progress: 0
15:12:37.035 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1426, 127.0.0.1:8233, complete]!
15:12:37.035 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1426, 127.0.0.1:8233, complete] for token KeyToken[127.0.0.1:8233-D80316C9D7AB37DC]
15:12:37.035 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1426, 127.0.0.1:8233, complete] for MID KeyMID[127.0.0.1:8233-44552]
15:12:37.035 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1426, 127.0.0.1:8233, complete] completed NON-POST   MID=44552, Token=D80316C9D7AB37DC, 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=44552, Token=D80316C9D7AB37DC, 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!
15:12:37.035 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly
15:12:37.035 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1425, 127.0.0.1:8236] send response null-4.13   MID=   -1, Token=null, OptionSet={"Size1":64}, "body too large, max. 64 bytes"
15:12:37.035 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1425, 127.0.0.1:8236, complete]!
15:12:37.035 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1425, 127.0.0.1:8236, complete] completed NON-4.13   MID=57295, Token=D0E689E2C5122690, OptionSet={"Size1":64}, "body too large, max. 64 bytes"!
15:12:37.035 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 45 bytes to 127.0.0.1:8236
15:12:37.035 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,458,T207) 127.0.0.1:8,235 ==> :8,236 [NON-4.13   MID=57295, Token=D0E689E2C5122690, OptionSet={"Size1":64}, "body too large, max. 64 bytes"]
15:12:37.035 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8236) received 45 bytes from 127.0.0.1:8235
15:12:37.035 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8235-57295]
15:12:37.035 [: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!
15:12:37.035 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap  received error NON-4.13   MID=57295, Token=D0E689E2C5122690, OptionSet={"Size1":64}, "body too large, max. 64 bytes":
15:12:37.036 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block1 tracker [KeyUri[PUT, coap:/, 127.0.0.1:8235]], block1 transfers still in progress: 0
15:12:37.036 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1421, 127.0.0.1:8235, complete]!
15:12:37.036 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1421, 127.0.0.1:8235, complete] for token KeyToken[127.0.0.1:8235-D0E689E2C5122690]
15:12:37.036 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1421, 127.0.0.1:8235, complete] for MID KeyMID[127.0.0.1:8235-32472]
15:12:37.036 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1421, 127.0.0.1:8235, complete] completed NON-PUT    MID=32471, Token=D0E689E2C5122690, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8233/resource"}, "98257387005764743526667350535128".. 128 bytes -/- NON-POST   MID=32472, Token=D0E689E2C5122690, OptionSet={"Object-Security":0x0901, "Proxy-Uri":"coap://127.0.0.1:8233"}, acked 1B 4C 36 46 C7 DF B3 38 22 D0 95 7C 98 84 FC DF 0D 8E 07 93 9F 0A 71 E1 43 6C 75 66 0D EC 74 1B..90 bytes!
==[ CoAP Response ]============================================
MID    : -1
Token  : D0E689E2C5122690
Type   : NON
Status : 4.13 - REQUEST_ENTITY_TOO_LARGE
Options: {"Size1":64}
RTT    : 8 ms
Payload: 29 Bytes
===============================================================
15:12:37.036 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
15:12:37.036 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
15:12:37.036 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8233
15:12:37.036 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8233
15:12:37.036 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8233] stopping ...
15:12:37.036 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8233, address /127.0.0.1
15:12:37.036 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8233] has stopped.
15:12:37.036 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8233
15:12:37.036 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
15:12:37.036 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
15:12:37.036 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8234
15:12:37.037 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8234
15:12:37.037 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8234] stopping ...
15:12:37.037 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8234, address /0.0.0.0
15:12:37.037 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8234] has stopped.
15:12:37.037 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8234
15:12:37.037 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
15:12:37.037 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
15:12:37.037 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8235
15:12:37.037 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8235
15:12:37.037 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8235] stopping ...
15:12:37.037 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8235, address /127.0.0.1
15:12:37.037 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8235] has stopped.
15:12:37.037 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8235
15:12:37.037 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
15:12:37.037 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
15:12:37.037 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8236
15:12:37.037 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8236
15:12:37.037 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8236] stopping ...
15:12:37.037 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8236, address /0.0.0.0
15:12:37.037 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8236] has stopped.
15:12:37.038 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8236
15:12:37.038 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwiseExceedMaxUnfragmentedSizeProxyServerBW
15:12:37.038 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePutProxyServerBW
15:12:37.039 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:37.039 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:37.039 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:37.039 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
15:12:37.039 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
15:12:37.039 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
15:12:37.039 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:37.040 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:37.040 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
15:12:37.040 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8237
15:12:37.040 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:37.040 [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
15:12:37.040 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8237
15:12:37.040 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
15:12:37.040 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
15:12:37.040 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:37.040 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:37.040 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:37.040 [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
15:12:37.040 [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
15:12:37.040 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
15:12:37.041 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:37.041 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:37.041 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
15:12:37.041 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8238
15:12:37.041 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:37.041 [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
15:12:37.041 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8238
15:12:37.041 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8238
15:12:37.041 [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]]
15:12:37.041 [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]]
15:12:37.041 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:37.041 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:37.041 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:37.041 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
15:12:37.041 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
15:12:37.042 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
15:12:37.042 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:37.042 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:37.042 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
15:12:37.042 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8239
15:12:37.042 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:37.042 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
15:12:37.042 [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
15:12:37.042 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8239
15:12:37.042 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
15:12:37.043 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:37.043 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:37.043 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:37.043 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
15:12:37.043 [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
15:12:37.043 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
15:12:37.043 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:37.043 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:37.043 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
15:12:37.044 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8240
15:12:37.044 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:37.044 [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
15:12:37.044 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8240
15:12:37.044 [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]]
15:12:37.044 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8240
15:12:37.044 [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]]
15:12:37.044 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1428, 127.0.0.1:8239] send request
15:12:37.044 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1428, 127.0.0.1:8239] prepare retransmission for CON-PUT    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8237/resource"}, "98257387005764743526667350535128".. 128 bytes
15:12:37.045 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1428, 127.0.0.1:8239] replace CON-PUT    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8237/resource"}, "98257387005764743526667350535128".. 128 bytes by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8237"}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes
15:12:37.045 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1428, 127.0.0.1:8239] added with generated mid KeyMID[127.0.0.1:8239-12285], CON-POST   MID=12285, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8237"}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes
15:12:37.045 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1428, 127.0.0.1:8239] added with generated token KeyToken[127.0.0.1:8239-34EB09240C9B2E2F], CON-POST   MID=12285, Token=34EB09240C9B2E2F, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8237"}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes
15:12:37.045 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8239-12285], KeyToken[127.0.0.1:8239-34EB09240C9B2E2F]]
15:12:37.045 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 189 bytes to 127.0.0.1:8239
15:12:37.045 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,459,T220) 127.0.0.1:8,240 ==> :8,239 [CON-POST   MID=12285, Token=34EB09240C9B2E2F, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8237"}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes]
15:12:37.045 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8239) received 189 bytes from 127.0.0.1:8240
15:12:37.045 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-12285]
15:12:37.045 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly
Proxy: coap://127.0.0.1:8237
==[ CoAP Request ]=============================================
MID    : 12285
Token  : 34EB09240C9B2E2F
Type   : CON
Method : 0.02 - POST
Options: {"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8237"}
Payload: 149 Bytes
===============================================================
==[ CoAP Request ]=============================================
MID    : -1
Token  : null
Type   : CON
Method : 0.02 - POST
Options: {"Object-Security":0x0900}
Payload: 149 Bytes
===============================================================
15:12:37.045 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [149/32] requires blockwise transfer
15:12:37.046 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block1 transfer [KeyUri[POST, coap:/, 127.0.0.1:8237]: currentNum=0, currentSzx=0, bufferSize=149, complete=false], transfers in progress: 1
15:12:37.046 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1430, 127.0.0.1:8237] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9
15:12:37.046 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1430, 127.0.0.1:8237] send request
15:12:37.046 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1430, 127.0.0.1:8237] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9
15:12:37.046 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1430, 127.0.0.1:8237] added with generated mid KeyMID[127.0.0.1:8237-8602], CON-POST   MID= 8602, 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
15:12:37.046 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1430, 127.0.0.1:8237] added with generated token KeyToken[127.0.0.1:8237-ACCD33AD6053E9E3], CON-POST   MID= 8602, Token=ACCD33AD6053E9E3, 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
15:12:37.046 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8237-8602], KeyToken[127.0.0.1:8237-ACCD33AD6053E9E3]]
15:12:37.046 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,460,T212) 127.0.0.1:8,238 ==> :8,237 [CON-POST   MID= 8602, Token=ACCD33AD6053E9E3, 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]
15:12:37.046 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8237) received 54 bytes from 127.0.0.1:8238
15:12:37.046 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8238-8602]
15:12:37.046 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=0)
15:12:37.046 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for inbound block1 transfer [KeyUri[POST, coap:/, 127.0.0.1:8238]: currentNum=0, currentSzx=0, bufferSize=149, complete=false], transfers in progress: 1
15:12:37.046 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=0], expecting more blocks to come
15:12:37.046 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1431, 127.0.0.1:8238] send response null-2.31   MID=   -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, <empty data>
15:12:37.046 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1431, 127.0.0.1:8238, complete]!
15:12:37.046 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1431, 127.0.0.1:8238, complete] completed ACK-2.31   MID= 8602, Token=ACCD33AD6053E9E3, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, <empty data>!
15:12:37.047 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 54 bytes to 127.0.0.1:8237
15:12:37.047 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8238
15:12:37.047 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,461,T215) 127.0.0.1:8,237 ==> :8,238 [ACK-2.31   MID= 8602, Token=ACCD33AD6053E9E3, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, <empty data>]
15:12:37.047 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8238) received 15 bytes from 127.0.0.1:8237
15:12:37.047 [: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)
15:12:37.047 [: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
15:12:37.047 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1430, 127.0.0.1:8237] replace CON-POST   MID= 8602, Token=ACCD33AD6053E9E3, 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
15:12:37.047 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1430, 127.0.0.1:8237] send request
15:12:37.047 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1430, 127.0.0.1:8237] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37
15:12:37.047 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1430, 127.0.0.1:8237] added with generated mid KeyMID[127.0.0.1:8237-8603], CON-POST   MID= 8603, 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
15:12:37.047 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1430, 127.0.0.1:8237] for MID KeyMID[127.0.0.1:8237-8602]
15:12:37.047 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1430, 127.0.0.1:8237] added with generated token KeyToken[127.0.0.1:8237-884971BCF93BED50], CON-POST   MID= 8603, Token=884971BCF93BED50, 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
15:12:37.047 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1430, 127.0.0.1:8237] for token KeyToken[127.0.0.1:8237-ACCD33AD6053E9E3]
15:12:37.047 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8237-8603], KeyToken[127.0.0.1:8237-884971BCF93BED50]]
15:12:37.047 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8237
15:12:37.047 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,462,T212) 127.0.0.1:8,238 ==> :8,237 [CON-POST   MID= 8603, Token=884971BCF93BED50, 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]
15:12:37.047 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8237) received 51 bytes from 127.0.0.1:8238
15:12:37.048 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8238-8603]
15:12:37.048 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=1)
15:12:37.048 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/, 127.0.0.1:8238] for CON-POST   MID= 8603, Token=884971BCF93BED50, 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
15:12:37.048 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=1], expecting more blocks to come
15:12:37.048 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1432, 127.0.0.1:8238] send response null-2.31   MID=   -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, <empty data>
15:12:37.048 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1432, 127.0.0.1:8238, complete]!
15:12:37.048 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1432, 127.0.0.1:8238, complete] completed ACK-2.31   MID= 8603, Token=884971BCF93BED50, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, <empty data>!
15:12:37.048 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8238
15:12:37.048 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,463,T215) 127.0.0.1:8,237 ==> :8,238 [ACK-2.31   MID= 8603, Token=884971BCF93BED50, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, <empty data>]
15:12:37.048 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8238) received 15 bytes from 127.0.0.1:8237
15:12:37.048 [: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)
15:12:37.048 [: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
15:12:37.048 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1430, 127.0.0.1:8237] replace CON-POST   MID= 8603, Token=884971BCF93BED50, 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
15:12:37.048 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1430, 127.0.0.1:8237] send request
15:12:37.048 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1430, 127.0.0.1:8237] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B
15:12:37.048 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1430, 127.0.0.1:8237] added with generated mid KeyMID[127.0.0.1:8237-8604], CON-POST   MID= 8604, 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
15:12:37.048 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1430, 127.0.0.1:8237] for MID KeyMID[127.0.0.1:8237-8603]
15:12:37.048 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1430, 127.0.0.1:8237] added with generated token KeyToken[127.0.0.1:8237-A833AA0B53DB799F], CON-POST   MID= 8604, Token=A833AA0B53DB799F, 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
15:12:37.049 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1430, 127.0.0.1:8237] for token KeyToken[127.0.0.1:8237-884971BCF93BED50]
15:12:37.049 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8237-8604], KeyToken[127.0.0.1:8237-A833AA0B53DB799F]]
15:12:37.049 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8237
15:12:37.049 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,464,T212) 127.0.0.1:8,238 ==> :8,237 [CON-POST   MID= 8604, Token=A833AA0B53DB799F, 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]
15:12:37.049 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8237) received 51 bytes from 127.0.0.1:8238
15:12:37.049 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8238-8604]
15:12:37.049 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=2)
15:12:37.049 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/, 127.0.0.1:8238] for CON-POST   MID= 8604, Token=A833AA0B53DB799F, 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
15:12:37.049 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=2], expecting more blocks to come
15:12:37.049 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1433, 127.0.0.1:8238] send response null-2.31   MID=   -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, <empty data>
15:12:37.049 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1433, 127.0.0.1:8238, complete]!
15:12:37.049 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1433, 127.0.0.1:8238, complete] completed ACK-2.31   MID= 8604, Token=A833AA0B53DB799F, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, <empty data>!
15:12:37.049 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8238
15:12:37.049 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,465,T215) 127.0.0.1:8,237 ==> :8,238 [ACK-2.31   MID= 8604, Token=A833AA0B53DB799F, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, <empty data>]
15:12:37.049 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8238) received 15 bytes from 127.0.0.1:8237
15:12:37.049 [: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)
15:12:37.049 [: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
15:12:37.049 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1430, 127.0.0.1:8237] replace CON-POST   MID= 8604, Token=A833AA0B53DB799F, 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
15:12:37.049 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1430, 127.0.0.1:8237] send request
15:12:37.050 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1430, 127.0.0.1:8237] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB
15:12:37.050 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1430, 127.0.0.1:8237] added with generated mid KeyMID[127.0.0.1:8237-8605], CON-POST   MID= 8605, 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
15:12:37.050 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1430, 127.0.0.1:8237] for MID KeyMID[127.0.0.1:8237-8604]
15:12:37.050 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1430, 127.0.0.1:8237] added with generated token KeyToken[127.0.0.1:8237-E8FBD126EF31F0A1], CON-POST   MID= 8605, Token=E8FBD126EF31F0A1, 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
15:12:37.050 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1430, 127.0.0.1:8237] for token KeyToken[127.0.0.1:8237-A833AA0B53DB799F]
15:12:37.050 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8237-8605], KeyToken[127.0.0.1:8237-E8FBD126EF31F0A1]]
15:12:37.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:8237
15:12:37.050 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,466,T212) 127.0.0.1:8,238 ==> :8,237 [CON-POST   MID= 8605, Token=E8FBD126EF31F0A1, 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]
15:12:37.050 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8237) received 51 bytes from 127.0.0.1:8238
15:12:37.050 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8238-8605]
15:12:37.050 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=3)
15:12:37.050 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/, 127.0.0.1:8238] for CON-POST   MID= 8605, Token=E8FBD126EF31F0A1, 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
15:12:37.050 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=3], expecting more blocks to come
15:12:37.050 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1434, 127.0.0.1:8238] send response null-2.31   MID=   -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, <empty data>
15:12:37.050 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1434, 127.0.0.1:8238, complete]!
15:12:37.050 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1434, 127.0.0.1:8238, complete] completed ACK-2.31   MID= 8605, Token=E8FBD126EF31F0A1, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, <empty data>!
15:12:37.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 15 bytes to 127.0.0.1:8238
15:12:37.050 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,467,T215) 127.0.0.1:8,237 ==> :8,238 [ACK-2.31   MID= 8605, Token=E8FBD126EF31F0A1, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, <empty data>]
15:12:37.050 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8238) received 15 bytes from 127.0.0.1:8237
15:12:37.050 [: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)
15:12:37.051 [: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
15:12:37.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1430, 127.0.0.1:8237] replace CON-POST   MID= 8605, Token=E8FBD126EF31F0A1, 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
15:12:37.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1430, 127.0.0.1:8237] send request
15:12:37.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1430, 127.0.0.1:8237] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 D4 32 6B 58 AA 45 10 38
15:12:37.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1430, 127.0.0.1:8237] added with generated mid KeyMID[127.0.0.1:8237-8606], CON-POST   MID= 8606, 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
15:12:37.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1430, 127.0.0.1:8237] for MID KeyMID[127.0.0.1:8237-8605]
15:12:37.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1430, 127.0.0.1:8237] added with generated token KeyToken[127.0.0.1:8237-20226A90FB9C7F10], CON-POST   MID= 8606, Token=20226A90FB9C7F10, 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
15:12:37.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1430, 127.0.0.1:8237] for token KeyToken[127.0.0.1:8237-E8FBD126EF31F0A1]
15:12:37.051 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8237-8606], KeyToken[127.0.0.1:8237-20226A90FB9C7F10]]
15:12:37.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:8237
15:12:37.051 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,468,T212) 127.0.0.1:8,238 ==> :8,237 [CON-POST   MID= 8606, Token=20226A90FB9C7F10, 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]
15:12:37.051 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8237) received 40 bytes from 127.0.0.1:8238
15:12:37.051 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8238-8606]
15:12:37.051 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=false, num=4)
15:12:37.051 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/, 127.0.0.1:8238] for CON-POST   MID= 8606, Token=20226A90FB9C7F10, 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
15:12:37.051 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has sent last block1 [num=4], delivering request to application layer
15:12:37.051 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block1 tracker [KeyUri[POST, coap:/, 127.0.0.1:8238]], block1 transfers still in progress: 0
15:12:37.051 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityContextLayer - Incoming OSCORE request uses outer block-wise
15:12:37.051 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:37.052 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1435, 127.0.0.1:8238] send response null-2.04   MID=   -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=false, num=4)"}, <empty data>
15:12:37.052 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1435, 127.0.0.1:8238, complete]!
15:12:37.052 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1435, 127.0.0.1:8238, complete] completed ACK-2.04   MID= 8606, Token=20226A90FB9C7F10, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 19 F7 CC 6A 15 20 8B 2D AB!
15:12:37.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 26 bytes to 127.0.0.1:8238
15:12:37.052 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,469,T215) 127.0.0.1:8,237 ==> :8,238 [ACK-2.04   MID= 8606, Token=20226A90FB9C7F10, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 19 F7 CC 6A 15 20 8B 2D AB]
15:12:37.052 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8238) received 26 bytes from 127.0.0.1:8237
15:12:37.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=false, num=4)
15:12:37.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1430, 127.0.0.1:8237, complete]!
15:12:37.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1430, 127.0.0.1:8237, complete] for token KeyToken[127.0.0.1:8237-20226A90FB9C7F10]
15:12:37.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1430, 127.0.0.1:8237, complete] for MID KeyMID[127.0.0.1:8237-8606]
15:12:37.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1430, 127.0.0.1:8237, complete] completed CON-POST   MID= 8602, Token=ACCD33AD6053E9E3, 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= 8606, Token=20226A90FB9C7F10, 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!
15:12:37.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly
15:12:37.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1429, 127.0.0.1:8240] send response null-2.04   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 19 F7 CC 6A 15 20 8B 2D AB
15:12:37.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1429, 127.0.0.1:8240, complete]!
15:12:37.053 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1429, 127.0.0.1:8240, complete] completed ACK-2.04   MID=12285, Token=34EB09240C9B2E2F, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 19 F7 CC 6A 15 20 8B 2D AB!
15:12:37.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 26 bytes to 127.0.0.1:8240
15:12:37.053 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,470,T223) 127.0.0.1:8,239 ==> :8,240 [ACK-2.04   MID=12285, Token=34EB09240C9B2E2F, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 19 F7 CC 6A 15 20 8B 2D AB]
15:12:37.053 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8240) received 26 bytes from 127.0.0.1:8239
15:12:37.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:37.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
15:12:37.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1428, 127.0.0.1:8239, complete]!
15:12:37.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1428, 127.0.0.1:8239, complete] for token KeyToken[127.0.0.1:8239-34EB09240C9B2E2F]
15:12:37.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1428, 127.0.0.1:8239, complete] for MID KeyMID[127.0.0.1:8239-12285]
15:12:37.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1428, 127.0.0.1:8239, complete] completed CON-PUT    MID=12285, Token=34EB09240C9B2E2F, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8237/resource"}, "98257387005764743526667350535128".. 128 bytes -/- CON-POST   MID=12285, Token=34EB09240C9B2E2F, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8237"}, acked AC 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes!
==[ CoAP Response ]============================================
MID    : 12285
Token  : 34EB09240C9B2E2F
Type   : ACK
Status : 2.04 - CHANGED
Options: {"Object-Security":0x}
RTT    : 9 ms
Payload: 0 Bytes
===============================================================
15:12:37.054 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
15:12:37.054 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
15:12:37.054 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8237
15:12:37.054 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8237
15:12:37.054 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8237] stopping ...
15:12:37.054 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8237, address /127.0.0.1
15:12:37.054 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8237] has stopped.
15:12:37.054 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8237
15:12:37.054 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
15:12:37.054 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
15:12:37.054 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8238
15:12:37.054 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8238
15:12:37.054 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8238] stopping ...
15:12:37.054 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8238, address /0.0.0.0
15:12:37.054 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8238] has stopped.
15:12:37.054 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8238
15:12:37.055 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
15:12:37.055 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
15:12:37.055 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8239
15:12:37.055 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8239
15:12:37.055 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8239] stopping ...
15:12:37.055 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8239, address /127.0.0.1
15:12:37.055 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8239] has stopped.
15:12:37.055 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8239
15:12:37.055 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
15:12:37.055 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
15:12:37.055 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8240
15:12:37.055 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8240
15:12:37.055 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8240] stopping ...
15:12:37.055 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8240, address /0.0.0.0
15:12:37.055 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8240] has stopped.
15:12:37.055 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8240
15:12:37.056 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePutProxyServerBW
15:12:37.056 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testProxyLargeGet
15:12:37.056 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:37.056 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:37.057 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:37.057 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
15:12:37.057 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
15:12:37.057 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
15:12:37.057 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:37.057 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:37.057 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
15:12:37.057 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8241
15:12:37.057 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:37.058 [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
15:12:37.058 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8241
15:12:37.058 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
15:12:37.058 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
15:12:37.058 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:37.058 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:37.058 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:37.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
15:12:37.058 [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
15:12:37.058 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
15:12:37.058 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:37.058 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:37.058 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
15:12:37.058 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8242
15:12:37.058 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:37.059 [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
15:12:37.059 [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]]
15:12:37.059 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8242
15:12:37.059 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8242
15:12:37.059 [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]]
15:12:37.059 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:37.059 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:37.059 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:37.059 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
15:12:37.059 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
15:12:37.060 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
15:12:37.060 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:37.060 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:37.060 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
15:12:37.060 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8243
15:12:37.060 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:37.060 [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
15:12:37.060 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
15:12:37.060 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8243
15:12:37.060 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
15:12:37.060 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:37.060 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:37.060 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:37.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
15:12:37.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
15:12:37.061 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
15:12:37.061 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:37.061 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:37.061 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
15:12:37.061 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8244
15:12:37.061 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:37.061 [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
15:12:37.061 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8244
15:12:37.061 [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]]
15:12:37.061 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8244
15:12:37.061 [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]]
15:12:37.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1436, 127.0.0.1:8243] send request
15:12:37.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1436, 127.0.0.1:8243] prepare retransmission for CON-GET    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8241/resource"}, <empty data>
15:12:37.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1436, 127.0.0.1:8243] replace CON-GET    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8241/resource"}, <empty data> by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8241"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3
15:12:37.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1436, 127.0.0.1:8243] added with generated mid KeyMID[127.0.0.1:8243-2770], CON-POST   MID= 2770, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8241"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3
15:12:37.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1436, 127.0.0.1:8243] added with generated token KeyToken[127.0.0.1:8243-BC566FA9CCAD3F9B], CON-POST   MID= 2770, Token=BC566FA9CCAD3F9B, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8241"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3
15:12:37.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8243-2770], KeyToken[127.0.0.1:8243-BC566FA9CCAD3F9B]]
15:12:37.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 58 bytes to 127.0.0.1:8243
15:12:37.062 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,471,T236) 127.0.0.1:8,244 ==> :8,243 [CON-POST   MID= 2770, Token=BC566FA9CCAD3F9B, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8241"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3]
15:12:37.062 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8243) received 58 bytes from 127.0.0.1:8244
15:12:37.062 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8244-2770]
15:12:37.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly
Proxy: coap://127.0.0.1:8241
==[ CoAP Request ]=============================================
MID    : 2770
Token  : BC566FA9CCAD3F9B
Type   : CON
Method : 0.02 - POST
Options: {"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8241"}
Payload: 18 Bytes
===============================================================
==[ CoAP Request ]=============================================
MID    : -1
Token  : null
Type   : CON
Method : 0.02 - POST
Options: {"Object-Security":0x0900}
Payload: 18 Bytes
===============================================================
15:12:37.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1438, 127.0.0.1:8241] send request
15:12:37.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1438, 127.0.0.1:8241] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3
15:12:37.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1438, 127.0.0.1:8241] added with generated mid KeyMID[127.0.0.1:8241-8792], CON-POST   MID= 8792, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3
15:12:37.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1438, 127.0.0.1:8241] added with generated token KeyToken[127.0.0.1:8241-54B865741BA9F4BE], CON-POST   MID= 8792, Token=54B865741BA9F4BE, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3
15:12:37.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8241-8792], KeyToken[127.0.0.1:8241-54B865741BA9F4BE]]
15:12:37.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:8241
15:12:37.063 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,472,T228) 127.0.0.1:8,242 ==> :8,241 [CON-POST   MID= 8792, Token=54B865741BA9F4BE, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3]
15:12:37.063 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8241) received 34 bytes from 127.0.0.1:8242
15:12:37.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8242-8792]
15:12:37.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:37.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1439, 127.0.0.1:8242] replace CON-POST   MID= 8792, Token=54B865741BA9F4BE, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, <empty data> by CON-GET    MID= 8792, Token=54B865741BA9F4BE, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, <empty data>
15:12:37.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1439, 127.0.0.1:8242] send response null-2.05   MID=   -1, Token=null, OptionSet={"Content-Format":"text/plain"}, "98257387005764743526667350535128".. 128 bytes
15:12:37.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1439, 127.0.0.1:8242, complete]!
15:12:37.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1439, 127.0.0.1:8242, complete] completed ACK-2.04   MID= 8792, Token=54B865741BA9F4BE, 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!
15:12:37.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:8242
15:12:37.064 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,473,T231) 127.0.0.1:8,241 ==> :8,242 [ACK-2.04   MID= 8792, Token=54B865741BA9F4BE, 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]
15:12:37.064 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8242) received 153 bytes from 127.0.0.1:8241
15:12:37.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1438, 127.0.0.1:8241, complete]!
15:12:37.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1438, 127.0.0.1:8241, complete] for token KeyToken[127.0.0.1:8241-54B865741BA9F4BE]
15:12:37.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1438, 127.0.0.1:8241, complete] for MID KeyMID[127.0.0.1:8241-8792]
15:12:37.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1438, 127.0.0.1:8241, complete] completed CON-POST   MID= 8792, Token=54B865741BA9F4BE, OptionSet={"Object-Security":0x0900}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3!
15:12:37.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly
15:12:37.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1437, 127.0.0.1:8244] send response null-2.04   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06..139 bytes
15:12:37.065 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1437, 127.0.0.1:8244, complete]!
15:12:37.065 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1437, 127.0.0.1:8244, complete] completed ACK-2.04   MID= 2770, Token=BC566FA9CCAD3F9B, 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!
15:12:37.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:8244
15:12:37.065 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,474,T239) 127.0.0.1:8,243 ==> :8,244 [ACK-2.04   MID= 2770, Token=BC566FA9CCAD3F9B, 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]
15:12:37.065 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8244) received 153 bytes from 127.0.0.1:8243
15:12:37.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:37.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
15:12:37.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1436, 127.0.0.1:8243, complete]!
15:12:37.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1436, 127.0.0.1:8243, complete] for token KeyToken[127.0.0.1:8243-BC566FA9CCAD3F9B]
15:12:37.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1436, 127.0.0.1:8243, complete] for MID KeyMID[127.0.0.1:8243-2770]
15:12:37.065 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1436, 127.0.0.1:8243, complete] completed CON-GET    MID= 2770, Token=BC566FA9CCAD3F9B, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8241/resource"}, <empty data> -/- CON-POST   MID= 2770, Token=BC566FA9CCAD3F9B, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8241"}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3!
==[ CoAP Response ]============================================
MID    : 2770
Token  : BC566FA9CCAD3F9B
Type   : ACK
Status : 2.05 - CONTENT
Options: {"Object-Security":0x, "Content-Format":"text/plain"}
RTT    : 3 ms
Payload: 128 Bytes
---------------------------------------------------------------
98257387005764743526667350535128782187003209135999003641602634371630526802187093413312170888688059144950937685415753116729540098
===============================================================
15:12:37.065 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
15:12:37.065 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
15:12:37.066 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8241
15:12:37.066 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8241
15:12:37.066 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8241] stopping ...
15:12:37.066 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8241, address /127.0.0.1
15:12:37.066 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8241] has stopped.
15:12:37.066 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8241
15:12:37.066 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
15:12:37.066 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
15:12:37.066 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8242
15:12:37.066 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8242
15:12:37.066 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8242] stopping ...
15:12:37.066 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8242, address /0.0.0.0
15:12:37.066 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8242] has stopped.
15:12:37.066 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8242
15:12:37.066 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
15:12:37.066 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
15:12:37.066 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8243
15:12:37.067 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8243
15:12:37.067 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8243] stopping ...
15:12:37.067 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8243, address /127.0.0.1
15:12:37.067 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8243] has stopped.
15:12:37.067 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8243
15:12:37.067 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
15:12:37.067 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
15:12:37.067 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8244
15:12:37.067 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8244
15:12:37.067 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8244] stopping ...
15:12:37.067 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8244, address /0.0.0.0
15:12:37.067 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8244] has stopped.
15:12:37.067 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8244
15:12:37.067 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testProxyLargeGet
15:12:37.067 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testProxySmallGet
15:12:37.068 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:37.068 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:37.068 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:37.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
15:12:37.068 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
15:12:37.069 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
15:12:37.069 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:37.069 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:37.069 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
15:12:37.069 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8245
15:12:37.069 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:37.069 [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
15:12:37.069 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8245
15:12:37.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]]
15:12:37.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]]
15:12:37.069 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:37.069 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:37.069 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:37.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
15:12:37.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
15:12:37.125 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
15:12:37.125 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:37.125 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:37.125 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
15:12:37.125 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8246
15:12:37.125 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:37.125 [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]]
15:12:37.125 [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
15:12:37.126 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8246
15:12:37.126 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8246
15:12:37.126 [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]]
15:12:37.126 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:37.126 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:37.126 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:37.126 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
15:12:37.126 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
15:12:37.126 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
15:12:37.126 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:37.127 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:37.127 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
15:12:37.127 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8247
15:12:37.127 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:37.127 [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
15:12:37.127 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8247
15:12:37.127 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
15:12:37.127 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
15:12:37.127 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:37.127 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:37.127 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:37.128 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
15:12:37.128 [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
15:12:37.128 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
15:12:37.128 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:37.128 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:37.128 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
15:12:37.128 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8248
15:12:37.128 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:37.128 [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
15:12:37.128 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8248
15:12:37.128 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8248
15:12:37.128 [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]]
15:12:37.129 [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]]
15:12:37.129 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1440, 127.0.0.1:8247] send request
15:12:37.129 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1440, 127.0.0.1:8247] prepare retransmission for CON-GET    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8245/resource"}, <empty data>
15:12:37.129 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1440, 127.0.0.1:8247] replace CON-GET    MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8245/resource"}, <empty data> by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8245"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3
15:12:37.129 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1440, 127.0.0.1:8247] added with generated mid KeyMID[127.0.0.1:8247-38117], CON-POST   MID=38117, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8245"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3
15:12:37.129 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1440, 127.0.0.1:8247] added with generated token KeyToken[127.0.0.1:8247-0C46E210893F5209], CON-POST   MID=38117, Token=0C46E210893F5209, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8245"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3
15:12:37.129 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8247-38117], KeyToken[127.0.0.1:8247-0C46E210893F5209]]
15:12:37.129 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 58 bytes to 127.0.0.1:8247
15:12:37.130 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,475,T252) 127.0.0.1:8,248 ==> :8,247 [CON-POST   MID=38117, Token=0C46E210893F5209, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8245"}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3]
15:12:37.130 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8247) received 58 bytes from 127.0.0.1:8248
15:12:37.130 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8248-38117]
15:12:37.130 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly
Proxy: coap://127.0.0.1:8245
==[ CoAP Request ]=============================================
MID    : 38117
Token  : 0C46E210893F5209
Type   : CON
Method : 0.02 - POST
Options: {"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8245"}
Payload: 18 Bytes
===============================================================
==[ CoAP Request ]=============================================
MID    : -1
Token  : null
Type   : CON
Method : 0.02 - POST
Options: {"Object-Security":0x0900}
Payload: 18 Bytes
===============================================================
15:12:37.130 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1442, 127.0.0.1:8245] send request
15:12:37.130 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1442, 127.0.0.1:8245] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3
15:12:37.130 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1442, 127.0.0.1:8245] added with generated mid KeyMID[127.0.0.1:8245-2148], CON-POST   MID= 2148, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3
15:12:37.130 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1442, 127.0.0.1:8245] added with generated token KeyToken[127.0.0.1:8245-14497D156495A7C4], CON-POST   MID= 2148, Token=14497D156495A7C4, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3
15:12:37.130 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8245-2148], KeyToken[127.0.0.1:8245-14497D156495A7C4]]
15:12:37.130 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 34 bytes to 127.0.0.1:8245
15:12:37.130 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,476,T244) 127.0.0.1:8,246 ==> :8,245 [CON-POST   MID= 2148, Token=14497D156495A7C4, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3]
15:12:37.130 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8245) received 34 bytes from 127.0.0.1:8246
15:12:37.131 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-2148]
15:12:37.131 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:37.131 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1443, 127.0.0.1:8246] replace CON-POST   MID= 2148, Token=14497D156495A7C4, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, <empty data> by CON-GET    MID= 2148, Token=14497D156495A7C4, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, <empty data>
15:12:37.131 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1443, 127.0.0.1:8246] send response null-2.05   MID=   -1, Token=null, OptionSet={"Content-Format":"text/plain"}, "test"
15:12:37.131 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1443, 127.0.0.1:8246, complete]!
15:12:37.131 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1443, 127.0.0.1:8246, complete] completed ACK-2.04   MID= 2148, Token=14497D156495A7C4, OptionSet={"Object-Security":0x}, 18 FD 43 47 CC 2E 50 96 2B 98 CE E5 67 E3 9C!
15:12:37.131 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 29 bytes to 127.0.0.1:8246
15:12:37.131 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,477,T247) 127.0.0.1:8,245 ==> :8,246 [ACK-2.04   MID= 2148, Token=14497D156495A7C4, OptionSet={"Object-Security":0x}, 18 FD 43 47 CC 2E 50 96 2B 98 CE E5 67 E3 9C]
15:12:37.132 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8246) received 29 bytes from 127.0.0.1:8245
15:12:37.132 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1442, 127.0.0.1:8245, complete]!
15:12:37.132 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1442, 127.0.0.1:8245, complete] for token KeyToken[127.0.0.1:8245-14497D156495A7C4]
15:12:37.132 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1442, 127.0.0.1:8245, complete] for MID KeyMID[127.0.0.1:8245-2148]
15:12:37.132 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1442, 127.0.0.1:8245, complete] completed CON-POST   MID= 2148, Token=14497D156495A7C4, OptionSet={"Object-Security":0x0900}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3!
15:12:37.132 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly
15:12:37.132 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1441, 127.0.0.1:8248] send response null-2.04   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, 18 FD 43 47 CC 2E 50 96 2B 98 CE E5 67 E3 9C
15:12:37.132 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1441, 127.0.0.1:8248, complete]!
15:12:37.132 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1441, 127.0.0.1:8248, complete] completed ACK-2.04   MID=38117, Token=0C46E210893F5209, OptionSet={"Object-Security":0x}, 18 FD 43 47 CC 2E 50 96 2B 98 CE E5 67 E3 9C!
15:12:37.132 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 29 bytes to 127.0.0.1:8248
15:12:37.132 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,478,T255) 127.0.0.1:8,247 ==> :8,248 [ACK-2.04   MID=38117, Token=0C46E210893F5209, OptionSet={"Object-Security":0x}, 18 FD 43 47 CC 2E 50 96 2B 98 CE E5 67 E3 9C]
15:12:37.132 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8248) received 29 bytes from 127.0.0.1:8247
15:12:37.132 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:37.132 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:37.132 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1440, 127.0.0.1:8247, complete]!
15:12:37.132 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1440, 127.0.0.1:8247, complete] for token KeyToken[127.0.0.1:8247-0C46E210893F5209]
15:12:37.132 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1440, 127.0.0.1:8247, complete] for MID KeyMID[127.0.0.1:8247-38117]
15:12:37.132 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1440, 127.0.0.1:8247, complete] completed CON-GET    MID=38117, Token=0C46E210893F5209, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8245/resource"}, <empty data> -/- CON-POST   MID=38117, Token=0C46E210893F5209, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8245"}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3!
==[ CoAP Response ]============================================
MID    : 38117
Token  : 0C46E210893F5209
Type   : ACK
Status : 2.05 - CONTENT
Options: {"Object-Security":0x, "Content-Format":"text/plain"}
RTT    : 3 ms
Payload: 4 Bytes
---------------------------------------------------------------
test
===============================================================
15:12:37.133 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
15:12:37.133 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
15:12:37.133 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8245
15:12:37.133 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8245
15:12:37.133 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8245] stopping ...
15:12:37.133 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8245, address /127.0.0.1
15:12:37.133 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8245] has stopped.
15:12:37.133 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8245
15:12:37.133 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
15:12:37.133 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
15:12:37.133 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8246
15:12:37.133 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8246
15:12:37.133 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8246] stopping ...
15:12:37.133 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8246, address /0.0.0.0
15:12:37.133 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8246] has stopped.
15:12:37.133 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8246
15:12:37.133 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
15:12:37.133 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
15:12:37.134 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8247
15:12:37.134 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8247
15:12:37.134 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8247] stopping ...
15:12:37.134 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8247, address /127.0.0.1
15:12:37.134 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8247] has stopped.
15:12:37.134 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8247
15:12:37.134 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
15:12:37.134 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
15:12:37.134 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8248
15:12:37.134 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8248
15:12:37.134 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8248] stopping ...
15:12:37.134 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8248, address /0.0.0.0
15:12:37.134 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8248] has stopped.
15:12:37.134 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8248
15:12:37.134 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testProxySmallGet
15:12:37.135 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePostProxyClientBW
15:12:37.135 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:37.135 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:37.135 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:37.135 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
15:12:37.136 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
15:12:37.136 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
15:12:37.136 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:37.136 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:37.136 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
15:12:37.136 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8249
15:12:37.136 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:37.137 [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
15:12:37.137 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
15:12:37.137 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8249
15:12:37.137 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
15:12:37.137 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:37.137 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:37.137 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:37.137 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
15:12:37.137 [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
15:12:37.137 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
15:12:37.137 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:37.137 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:37.137 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
15:12:37.137 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8250
15:12:37.138 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:37.138 [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]]
15:12:37.138 [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
15:12:37.138 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8250
15:12:37.138 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8250
15:12:37.138 [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]]
15:12:37.138 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:37.138 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:37.138 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:37.138 [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
15:12:37.138 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
15:12:37.139 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
15:12:37.139 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:37.139 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:37.139 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
15:12:37.139 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8251
15:12:37.139 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:37.139 [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
15:12:37.139 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
15:12:37.139 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8251
15:12:37.139 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
15:12:37.140 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:37.140 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:37.140 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:37.140 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
15:12:37.140 [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
15:12:37.140 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
15:12:37.140 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:37.141 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:37.141 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
15:12:37.141 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8252
15:12:37.141 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:37.141 [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]]
15:12:37.141 [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
15:12:37.141 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8252
15:12:37.141 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8252
15:12:37.141 [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]]
15:12:37.141 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1444, 127.0.0.1:8251] send request
15:12:37.141 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1444, 127.0.0.1:8251] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, "98257387005764743526667350535128".. 128 bytes
15:12:37.142 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1444, 127.0.0.1:8251] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, "98257387005764743526667350535128".. 128 bytes by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8249"}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes
15:12:37.142 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1444, 127.0.0.1:8251] added with generated mid KeyMID[127.0.0.1:8251-1609], CON-POST   MID= 1609, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8249"}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes
15:12:37.142 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1444, 127.0.0.1:8251] added with generated token KeyToken[127.0.0.1:8251-60CD742EE67BD253], CON-POST   MID= 1609, Token=60CD742EE67BD253, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8249"}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes
15:12:37.142 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8251-1609], KeyToken[127.0.0.1:8251-60CD742EE67BD253]]
15:12:37.142 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 189 bytes to 127.0.0.1:8251
15:12:37.142 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,479,T268) 127.0.0.1:8,252 ==> :8,251 [CON-POST   MID= 1609, Token=60CD742EE67BD253, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8249"}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes]
15:12:37.142 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8251) received 189 bytes from 127.0.0.1:8252
15:12:37.142 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8252-1609]
15:12:37.143 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly
Proxy: coap://127.0.0.1:8249
==[ CoAP Request ]=============================================
MID    : 1609
Token  : 60CD742EE67BD253
Type   : CON
Method : 0.02 - POST
Options: {"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8249"}
Payload: 149 Bytes
===============================================================
==[ CoAP Request ]=============================================
MID    : -1
Token  : null
Type   : CON
Method : 0.02 - POST
Options: {"Object-Security":0x0900}
Payload: 149 Bytes
===============================================================
15:12:37.143 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1446, 127.0.0.1:8249] send request
15:12:37.143 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1446, 127.0.0.1:8249] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes
15:12:37.143 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1446, 127.0.0.1:8249] added with generated mid KeyMID[127.0.0.1:8249-40178], CON-POST   MID=40178, 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
15:12:37.143 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1446, 127.0.0.1:8249] added with generated token KeyToken[127.0.0.1:8249-306CF8A6AD9320E9], CON-POST   MID=40178, Token=306CF8A6AD9320E9, 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
15:12:37.143 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-40178], KeyToken[127.0.0.1:8249-306CF8A6AD9320E9]]
15:12:37.143 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 165 bytes to 127.0.0.1:8249
15:12:37.143 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,480,T260) 127.0.0.1:8,250 ==> :8,249 [CON-POST   MID=40178, Token=306CF8A6AD9320E9, 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]
15:12:37.143 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8249) received 165 bytes from 127.0.0.1:8250
15:12:37.143 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8250-40178]
15:12:37.143 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:37.144 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1447, 127.0.0.1:8250] replace CON-POST   MID=40178, Token=306CF8A6AD9320E9, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "98257387005764743526667350535128".. 128 bytes by CON-POST   MID=40178, Token=306CF8A6AD9320E9, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "98257387005764743526667350535128".. 128 bytes
15:12:37.144 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1447, 127.0.0.1:8250] send response null-2.05   MID=   -1, Token=null, OptionSet={"Content-Format":"text/plain"}, "98257387005764743526667350535128".. 256 bytes
15:12:37.144 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1447, 127.0.0.1:8250, complete]!
15:12:37.144 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1447, 127.0.0.1:8250, complete] completed ACK-2.04   MID=40178, Token=306CF8A6AD9320E9, 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!
15:12:37.144 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 281 bytes to 127.0.0.1:8250
15:12:37.144 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,481,T263) 127.0.0.1:8,249 ==> :8,250 [ACK-2.04   MID=40178, Token=306CF8A6AD9320E9, 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]
15:12:37.144 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8250) received 281 bytes from 127.0.0.1:8249
15:12:37.144 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1446, 127.0.0.1:8249, complete]!
15:12:37.145 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1446, 127.0.0.1:8249, complete] for token KeyToken[127.0.0.1:8249-306CF8A6AD9320E9]
15:12:37.145 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1446, 127.0.0.1:8249, complete] for MID KeyMID[127.0.0.1:8249-40178]
15:12:37.145 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1446, 127.0.0.1:8249, complete] completed CON-POST   MID=40178, Token=306CF8A6AD9320E9, 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!
15:12:37.145 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly
15:12:37.145 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap response body [267/32] requires blockwise transfer
15:12:37.145 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block2 transfer [KeyUri[POST, coap:/, 127.0.0.1:8252]: currentNum=0, currentSzx=0, bufferSize=267, complete=false], transfers in progress: 1
15:12:37.145 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1445, 127.0.0.1:8252] send response null-2.04   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=0)", "Size2":267}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06
15:12:37.145 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1445, 127.0.0.1:8252, complete]!
15:12:37.145 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1445, 127.0.0.1:8252, complete] completed null-2.04   MID=   -1, Token=null, OptionSet={"Object-Security":0x}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06..267 bytes -/- ACK-2.04   MID= 1609, Token=60CD742EE67BD253, 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!
15:12:37.145 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 52 bytes to 127.0.0.1:8252
15:12:37.145 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,482,T271) 127.0.0.1:8,251 ==> :8,252 [ACK-2.04   MID= 1609, Token=60CD742EE67BD253, 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]
15:12:37.145 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8252) received 52 bytes from 127.0.0.1:8251
15:12:37.145 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:37.145 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for inbound block2 transfer [KeyUri[POST, coap:/, 127.0.0.1:8251]: currentNum=0, currentSzx=0, bufferSize=267, complete=false], transfers in progress: 1, ACK-2.04   MID= 1609, Token=60CD742EE67BD253, 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
15:12:37.146 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=1]: CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, <empty data>
15:12:37.146 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1444, 127.0.0.1:8251] replace CON-POST   MID= 1609, Token=60CD742EE67BD253, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8249"}, acked AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, <empty data>
15:12:37.146 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1444, 127.0.0.1:8251] send request
15:12:37.146 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1444, 127.0.0.1:8251] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, <empty data>
15:12:37.147 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1444, 127.0.0.1:8251] added with generated mid KeyMID[127.0.0.1:8251-1610], CON-POST   MID= 1610, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, <empty data>
15:12:37.147 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1444, 127.0.0.1:8251] for MID KeyMID[127.0.0.1:8251-1609]
15:12:37.147 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1444, 127.0.0.1:8251] added with generated token KeyToken[127.0.0.1:8251-38934453BF869191], CON-POST   MID= 1610, Token=38934453BF869191, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, <empty data>
15:12:37.147 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1444, 127.0.0.1:8251] for token KeyToken[127.0.0.1:8251-60CD742EE67BD253]
15:12:37.147 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8251-1610], KeyToken[127.0.0.1:8251-38934453BF869191]]
15:12:37.147 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8251
15:12:37.147 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,483,T268) 127.0.0.1:8,252 ==> :8,251 [CON-POST   MID= 1610, Token=38934453BF869191, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, <empty data>]
15:12:37.147 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8251) received 49 bytes from 127.0.0.1:8252
15:12:37.147 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8252-1610]
15:12:37.147 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[POST, coap:/, 127.0.0.1:8252]: currentNum=1, currentSzx=1, bufferSize=267, complete=false]
15:12:37.147 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1448, 127.0.0.1:8252] send response null-2.04   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=1)"}, 1B 92 10 CC 34 5B 21 82 99 11 BA DB DE 5D 8C EE 27 F8 72 3E 93 86 B4 A9 2C CF C7 64 52 E5 C3 40
15:12:37.147 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1448, 127.0.0.1:8252, complete]!
15:12:37.147 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1448, 127.0.0.1:8252, complete] completed ACK-2.04   MID= 1610, Token=38934453BF869191, 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!
15:12:37.148 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8252
15:12:37.148 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,484,T271) 127.0.0.1:8,251 ==> :8,252 [ACK-2.04   MID= 1610, Token=38934453BF869191, 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]
15:12:37.148 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8252) received 49 bytes from 127.0.0.1:8251
15:12:37.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:37.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=2]: CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, <empty data>
15:12:37.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1444, 127.0.0.1:8251] replace CON-POST   MID= 1610, Token=38934453BF869191, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=1)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, acked <empty data> by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, <empty data>
15:12:37.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1444, 127.0.0.1:8251] send request
15:12:37.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1444, 127.0.0.1:8251] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, <empty data>
15:12:37.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1444, 127.0.0.1:8251] added with generated mid KeyMID[127.0.0.1:8251-1611], CON-POST   MID= 1611, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, <empty data>
15:12:37.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1444, 127.0.0.1:8251] for MID KeyMID[127.0.0.1:8251-1610]
15:12:37.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1444, 127.0.0.1:8251] added with generated token KeyToken[127.0.0.1:8251-A03CE93696825C26], CON-POST   MID= 1611, Token=A03CE93696825C26, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, <empty data>
15:12:37.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1444, 127.0.0.1:8251] for token KeyToken[127.0.0.1:8251-38934453BF869191]
15:12:37.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8251-1611], KeyToken[127.0.0.1:8251-A03CE93696825C26]]
15:12:37.148 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8251
15:12:37.149 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,485,T268) 127.0.0.1:8,252 ==> :8,251 [CON-POST   MID= 1611, Token=A03CE93696825C26, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, <empty data>]
15:12:37.149 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8251) received 49 bytes from 127.0.0.1:8252
15:12:37.149 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8252-1611]
15:12:37.149 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[POST, coap:/, 127.0.0.1:8252]: currentNum=2, currentSzx=1, bufferSize=267, complete=false]
15:12:37.149 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1449, 127.0.0.1:8252] send response null-2.04   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=2)"}, F7 33 51 AA 89 75 BD 79 F0 37 68 FD D5 44 08 54 F4 EC BD EB 59 CB 56 A2 AC 1B C3 78 83 A0 71 F3
15:12:37.149 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1449, 127.0.0.1:8252, complete]!
15:12:37.149 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1449, 127.0.0.1:8252, complete] completed ACK-2.04   MID= 1611, Token=A03CE93696825C26, 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!
15:12:37.149 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8252
15:12:37.149 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,486,T271) 127.0.0.1:8,251 ==> :8,252 [ACK-2.04   MID= 1611, Token=A03CE93696825C26, 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]
15:12:37.149 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8252) received 49 bytes from 127.0.0.1:8251
15:12:37.149 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:37.149 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=3]: CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, <empty data>
15:12:37.149 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1444, 127.0.0.1:8251] replace CON-POST   MID= 1611, Token=A03CE93696825C26, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=2)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, acked <empty data> by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, <empty data>
15:12:37.149 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1444, 127.0.0.1:8251] send request
15:12:37.149 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1444, 127.0.0.1:8251] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, <empty data>
15:12:37.149 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1444, 127.0.0.1:8251] added with generated mid KeyMID[127.0.0.1:8251-1612], CON-POST   MID= 1612, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, <empty data>
15:12:37.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1444, 127.0.0.1:8251] for MID KeyMID[127.0.0.1:8251-1611]
15:12:37.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1444, 127.0.0.1:8251] added with generated token KeyToken[127.0.0.1:8251-D0D8B780524063C0], CON-POST   MID= 1612, Token=D0D8B780524063C0, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, <empty data>
15:12:37.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1444, 127.0.0.1:8251] for token KeyToken[127.0.0.1:8251-A03CE93696825C26]
15:12:37.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8251-1612], KeyToken[127.0.0.1:8251-D0D8B780524063C0]]
15:12:37.150 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8251
15:12:37.150 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,487,T268) 127.0.0.1:8,252 ==> :8,251 [CON-POST   MID= 1612, Token=D0D8B780524063C0, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, <empty data>]
15:12:37.150 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8251) received 49 bytes from 127.0.0.1:8252
15:12:37.150 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8252-1612]
15:12:37.150 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[POST, coap:/, 127.0.0.1:8252]: currentNum=3, currentSzx=1, bufferSize=267, complete=false]
15:12:37.150 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1450, 127.0.0.1:8252] send response null-2.04   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=3)"}, AB 57 62 62 A0 DB A9 2A F5 3A E1 B9 90 CB 42 C6 0E 70 B5 43 4D 3F 6E 27 8F 29 75 86 E8 9A F5 06
15:12:37.150 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1450, 127.0.0.1:8252, complete]!
15:12:37.150 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1450, 127.0.0.1:8252, complete] completed ACK-2.04   MID= 1612, Token=D0D8B780524063C0, 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!
15:12:37.150 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8252
15:12:37.151 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,488,T271) 127.0.0.1:8,251 ==> :8,252 [ACK-2.04   MID= 1612, Token=D0D8B780524063C0, 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]
15:12:37.151 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8252) received 49 bytes from 127.0.0.1:8251
15:12:37.151 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:37.151 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=4]: CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, <empty data>
15:12:37.151 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1444, 127.0.0.1:8251] replace CON-POST   MID= 1612, Token=D0D8B780524063C0, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=3)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, acked <empty data> by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, <empty data>
15:12:37.151 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1444, 127.0.0.1:8251] send request
15:12:37.151 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1444, 127.0.0.1:8251] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, <empty data>
15:12:37.151 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1444, 127.0.0.1:8251] added with generated mid KeyMID[127.0.0.1:8251-1613], CON-POST   MID= 1613, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, <empty data>
15:12:37.151 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1444, 127.0.0.1:8251] for MID KeyMID[127.0.0.1:8251-1612]
15:12:37.151 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1444, 127.0.0.1:8251] added with generated token KeyToken[127.0.0.1:8251-08FDEFB7CFA91327], CON-POST   MID= 1613, Token=08FDEFB7CFA91327, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, <empty data>
15:12:37.151 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1444, 127.0.0.1:8251] for token KeyToken[127.0.0.1:8251-D0D8B780524063C0]
15:12:37.151 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8251-1613], KeyToken[127.0.0.1:8251-08FDEFB7CFA91327]]
15:12:37.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 49 bytes to 127.0.0.1:8251
15:12:37.151 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,489,T268) 127.0.0.1:8,252 ==> :8,251 [CON-POST   MID= 1613, Token=08FDEFB7CFA91327, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, <empty data>]
15:12:37.151 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8251) received 49 bytes from 127.0.0.1:8252
15:12:37.151 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8252-1613]
15:12:37.152 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[POST, coap:/, 127.0.0.1:8252]: currentNum=4, currentSzx=1, bufferSize=267, complete=false]
15:12:37.152 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1451, 127.0.0.1:8252] send response null-2.04   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=4)"}, 33 C1 72 84 DA 90 85 E1 95 FF EC D3 E7 29 7C 58 CB 8C 28 30 4B 56 9D 98 9B EB A6 1F 2E 21 70 C2
15:12:37.152 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1451, 127.0.0.1:8252, complete]!
15:12:37.152 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1451, 127.0.0.1:8252, complete] completed ACK-2.04   MID= 1613, Token=08FDEFB7CFA91327, 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!
15:12:37.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 49 bytes to 127.0.0.1:8252
15:12:37.152 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,490,T271) 127.0.0.1:8,251 ==> :8,252 [ACK-2.04   MID= 1613, Token=08FDEFB7CFA91327, 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]
15:12:37.152 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8252) received 49 bytes from 127.0.0.1:8251
15:12:37.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:37.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=5]: CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=5)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, <empty data>
15:12:37.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1444, 127.0.0.1:8251] replace CON-POST   MID= 1613, Token=08FDEFB7CFA91327, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=4)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, acked <empty data> by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=5)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, <empty data>
15:12:37.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1444, 127.0.0.1:8251] send request
15:12:37.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1444, 127.0.0.1:8251] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=5)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, <empty data>
15:12:37.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1444, 127.0.0.1:8251] added with generated mid KeyMID[127.0.0.1:8251-1614], CON-POST   MID= 1614, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=5)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, <empty data>
15:12:37.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1444, 127.0.0.1:8251] for MID KeyMID[127.0.0.1:8251-1613]
15:12:37.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1444, 127.0.0.1:8251] added with generated token KeyToken[127.0.0.1:8251-78EFB9F9DD76C68C], CON-POST   MID= 1614, Token=78EFB9F9DD76C68C, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=5)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, <empty data>
15:12:37.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1444, 127.0.0.1:8251] for token KeyToken[127.0.0.1:8251-08FDEFB7CFA91327]
15:12:37.152 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8251-1614], KeyToken[127.0.0.1:8251-78EFB9F9DD76C68C]]
15:12:37.153 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8251
15:12:37.153 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,491,T268) 127.0.0.1:8,252 ==> :8,251 [CON-POST   MID= 1614, Token=78EFB9F9DD76C68C, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=5)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, <empty data>]
15:12:37.153 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8251) received 49 bytes from 127.0.0.1:8252
15:12:37.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8252-1614]
15:12:37.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[POST, coap:/, 127.0.0.1:8252]: currentNum=5, currentSzx=1, bufferSize=267, complete=false]
15:12:37.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1452, 127.0.0.1:8252] send response null-2.04   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=5)"}, F3 DC 7E 16 DC 0A 01 CE 54 7B 3A F7 4A 9C 5F A8 AD F5 AF 01 D9 4C 0C 59 6B 3B B2 5C 1C 9D 31 B5
15:12:37.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1452, 127.0.0.1:8252, complete]!
15:12:37.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1452, 127.0.0.1:8252, complete] completed ACK-2.04   MID= 1614, Token=78EFB9F9DD76C68C, 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!
15:12:37.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 49 bytes to 127.0.0.1:8252
15:12:37.153 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,492,T271) 127.0.0.1:8,251 ==> :8,252 [ACK-2.04   MID= 1614, Token=78EFB9F9DD76C68C, 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]
15:12:37.153 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8252) received 49 bytes from 127.0.0.1:8251
15:12:37.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:37.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=6]: CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=6)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, <empty data>
15:12:37.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1444, 127.0.0.1:8251] replace CON-POST   MID= 1614, Token=78EFB9F9DD76C68C, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=5)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, acked <empty data> by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=6)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, <empty data>
15:12:37.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1444, 127.0.0.1:8251] send request
15:12:37.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1444, 127.0.0.1:8251] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=6)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, <empty data>
15:12:37.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1444, 127.0.0.1:8251] added with generated mid KeyMID[127.0.0.1:8251-1615], CON-POST   MID= 1615, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=6)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, <empty data>
15:12:37.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1444, 127.0.0.1:8251] for MID KeyMID[127.0.0.1:8251-1614]
15:12:37.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1444, 127.0.0.1:8251] added with generated token KeyToken[127.0.0.1:8251-309D930F08068FDE], CON-POST   MID= 1615, Token=309D930F08068FDE, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=6)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, <empty data>
15:12:37.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1444, 127.0.0.1:8251] for token KeyToken[127.0.0.1:8251-78EFB9F9DD76C68C]
15:12:37.154 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8251-1615], KeyToken[127.0.0.1:8251-309D930F08068FDE]]
15:12:37.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 49 bytes to 127.0.0.1:8251
15:12:37.154 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,493,T268) 127.0.0.1:8,252 ==> :8,251 [CON-POST   MID= 1615, Token=309D930F08068FDE, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=6)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, <empty data>]
15:12:37.154 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8251) received 49 bytes from 127.0.0.1:8252
15:12:37.154 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8252-1615]
15:12:37.154 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[POST, coap:/, 127.0.0.1:8252]: currentNum=6, currentSzx=1, bufferSize=267, complete=false]
15:12:37.154 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1453, 127.0.0.1:8252] send response null-2.04   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=6)"}, D2 E6 88 87 7C 5C 36 10 7E 58 5A C3 23 9E CF 18 F2 CC 9E 87 D6 65 69 3E 7A CC E4 D6 98 F7 A0 8C
15:12:37.154 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1453, 127.0.0.1:8252, complete]!
15:12:37.154 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1453, 127.0.0.1:8252, complete] completed ACK-2.04   MID= 1615, Token=309D930F08068FDE, 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!
15:12:37.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 49 bytes to 127.0.0.1:8252
15:12:37.155 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,494,T271) 127.0.0.1:8,251 ==> :8,252 [ACK-2.04   MID= 1615, Token=309D930F08068FDE, 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]
15:12:37.155 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8252) received 49 bytes from 127.0.0.1:8251
15:12:37.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:37.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=7]: CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=7)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, <empty data>
15:12:37.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1444, 127.0.0.1:8251] replace CON-POST   MID= 1615, Token=309D930F08068FDE, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=6)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, acked <empty data> by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=7)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, <empty data>
15:12:37.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1444, 127.0.0.1:8251] send request
15:12:37.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1444, 127.0.0.1:8251] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=7)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, <empty data>
15:12:37.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1444, 127.0.0.1:8251] added with generated mid KeyMID[127.0.0.1:8251-1616], CON-POST   MID= 1616, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=7)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, <empty data>
15:12:37.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1444, 127.0.0.1:8251] for MID KeyMID[127.0.0.1:8251-1615]
15:12:37.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1444, 127.0.0.1:8251] added with generated token KeyToken[127.0.0.1:8251-CCA34466ABAA04C9], CON-POST   MID= 1616, Token=CCA34466ABAA04C9, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=7)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, <empty data>
15:12:37.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1444, 127.0.0.1:8251] for token KeyToken[127.0.0.1:8251-309D930F08068FDE]
15:12:37.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8251-1616], KeyToken[127.0.0.1:8251-CCA34466ABAA04C9]]
15:12:37.155 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8251
15:12:37.155 [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= 1616, Token=CCA34466ABAA04C9, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=7)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, <empty data>]
15:12:37.155 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8251) received 49 bytes from 127.0.0.1:8252
15:12:37.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8252-1616]
15:12:37.156 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested intermediary block of blockwise transfer: [KeyUri[POST, coap:/, 127.0.0.1:8252]: currentNum=7, currentSzx=1, bufferSize=267, complete=false]
15:12:37.156 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1454, 127.0.0.1:8252] send response null-2.04   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=true, num=7)"}, 0F E5 89 30 58 FF 24 14 B3 D5 5C EC E2 91 00 2A 1F 67 4D FD DE 9C 1F 79 11 1E B8 1A AA F9 9E 8C
15:12:37.156 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1454, 127.0.0.1:8252, complete]!
15:12:37.156 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1454, 127.0.0.1:8252, complete] completed ACK-2.04   MID= 1616, Token=CCA34466ABAA04C9, 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!
15:12:37.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 49 bytes to 127.0.0.1:8252
15:12:37.156 [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= 1616, Token=CCA34466ABAA04C9, 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]
15:12:37.156 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8252) received 49 bytes from 127.0.0.1:8251
15:12:37.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:37.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap requesting next Block2 [num=8]: CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=8)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, <empty data>
15:12:37.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1444, 127.0.0.1:8251] replace CON-POST   MID= 1616, Token=CCA34466ABAA04C9, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=7)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, acked <empty data> by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=8)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, <empty data>
15:12:37.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1444, 127.0.0.1:8251] send request
15:12:37.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1444, 127.0.0.1:8251] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=8)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, <empty data>
15:12:37.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1444, 127.0.0.1:8251] added with generated mid KeyMID[127.0.0.1:8251-1617], CON-POST   MID= 1617, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=8)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, <empty data>
15:12:37.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1444, 127.0.0.1:8251] for MID KeyMID[127.0.0.1:8251-1616]
15:12:37.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1444, 127.0.0.1:8251] added with generated token KeyToken[127.0.0.1:8251-8C8D623E482F50D1], CON-POST   MID= 1617, Token=8C8D623E482F50D1, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=8)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, <empty data>
15:12:37.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1444, 127.0.0.1:8251] for token KeyToken[127.0.0.1:8251-CCA34466ABAA04C9]
15:12:37.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8251-1617], KeyToken[127.0.0.1:8251-8C8D623E482F50D1]]
15:12:37.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 49 bytes to 127.0.0.1:8251
15:12:37.157 [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= 1617, Token=8C8D623E482F50D1, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=8)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, <empty data>]
15:12:37.157 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8251) received 49 bytes from 127.0.0.1:8252
15:12:37.157 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8252-1617]
15:12:37.157 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has requested last block of blockwise transfer: [KeyUri[POST, coap:/, 127.0.0.1:8252]: currentNum=8, currentSzx=1, bufferSize=267, complete=true]
15:12:37.157 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1455, 127.0.0.1:8252] send response null-2.04   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=8)"}, C6 67 7E E8 4E 3E B9 2C 0B 19 E6
15:12:37.157 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1455, 127.0.0.1:8252, complete]!
15:12:37.157 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1455, 127.0.0.1:8252, complete] completed ACK-2.04   MID= 1617, Token=8C8D623E482F50D1, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=8)"}, C6 67 7E E8 4E 3E B9 2C 0B 19 E6!
15:12:37.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 28 bytes to 127.0.0.1:8252
15:12:37.157 [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= 1617, Token=8C8D623E482F50D1, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=8)"}, C6 67 7E E8 4E 3E B9 2C 0B 19 E6]
15:12:37.157 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8252) received 28 bytes from 127.0.0.1:8251
15:12:37.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:37.158 [: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
15:12:37.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block2 tracker [KeyUri[POST, coap:/, 127.0.0.1:8251]], block2 transfers still in progress: 0
15:12:37.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap assembled response: ACK-2.04   MID= 1609, Token=60CD742EE67BD253, 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
15:12:37.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1444, 127.0.0.1:8251] replace CON-POST   MID= 1617, Token=8C8D623E482F50D1, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=1/32, m=false, num=8)", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, acked <empty data> by CON-POST   MID= 1609, Token=60CD742EE67BD253, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, "98257387005764743526667350535128".. 128 bytes
15:12:37.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1444, 127.0.0.1:8251, complete]!
15:12:37.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1444, 127.0.0.1:8251, complete] for token KeyToken[127.0.0.1:8251-8C8D623E482F50D1]
15:12:37.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1444, 127.0.0.1:8251, complete] for MID KeyMID[127.0.0.1:8251-1617]
15:12:37.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1444, 127.0.0.1:8251, complete] completed CON-POST   MID= 1609, Token=60CD742EE67BD253, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8249/resource"}, "98257387005764743526667350535128".. 128 bytes!
15:12:37.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityContextLayer - Incoming OSCORE response uses outer block-wise
15:12:37.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
==[ CoAP Response ]============================================
MID    : 1609
Token  : 60CD742EE67BD253
Type   : ACK
Status : 2.05 - CONTENT
Options: {"Object-Security":0x, "Content-Format":"text/plain"}
RTT    : 16 ms
Payload: 256 Bytes
---------------------------------------------------------------
9825738700576474352666735053512878218700320913599900364160263437163052680218709341331217088868805914495093768541575311672954009898257387005764743526667350535128782187003209135999003641602634371630526802187093413312170888688059144950937685415753116729540098
===============================================================
15:12:37.158 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
15:12:37.158 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
15:12:37.159 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8249
15:12:37.159 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8249
15:12:37.159 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8249] stopping ...
15:12:37.159 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8249, address /127.0.0.1
15:12:37.159 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8249] has stopped.
15:12:37.159 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8249
15:12:37.159 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
15:12:37.159 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
15:12:37.159 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8250
15:12:37.159 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8250
15:12:37.159 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8250] stopping ...
15:12:37.159 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8250, address /0.0.0.0
15:12:37.159 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8250] has stopped.
15:12:37.159 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8250
15:12:37.159 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
15:12:37.159 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
15:12:37.160 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8251
15:12:37.160 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8251
15:12:37.160 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8251] stopping ...
15:12:37.160 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8251, address /127.0.0.1
15:12:37.160 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8251] has stopped.
15:12:37.160 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8251
15:12:37.160 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
15:12:37.160 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
15:12:37.160 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8252
15:12:37.160 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8252
15:12:37.160 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8252] stopping ...
15:12:37.160 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8252, address /0.0.0.0
15:12:37.160 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8252] has stopped.
15:12:37.160 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8252
15:12:37.160 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePostProxyClientBW
15:12:37.162 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePostProxyServerBW
15:12:37.162 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:37.162 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:37.163 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:37.163 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
15:12:37.163 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
15:12:37.163 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
15:12:37.163 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:37.163 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:37.163 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
15:12:37.163 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8253
15:12:37.164 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:37.164 [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
15:12:37.164 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8253
15:12:37.164 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
15:12:37.164 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
15:12:37.164 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:37.164 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:37.164 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:37.164 [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
15:12:37.164 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
15:12:37.165 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
15:12:37.165 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:37.165 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:37.165 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
15:12:37.165 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8254
15:12:37.165 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:37.165 [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
15:12:37.165 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8254
15:12:37.165 [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]]
15:12:37.165 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8254
15:12:37.165 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
15:12:37.165 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:37.165 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:37.165 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:37.165 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
15:12:37.166 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
15:12:37.225 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
15:12:37.225 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:37.226 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:37.226 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
15:12:37.226 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8255
15:12:37.226 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:37.226 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
15:12:37.226 [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
15:12:37.226 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8255
15:12:37.226 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
15:12:37.227 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:37.227 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:37.227 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:37.227 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
15:12:37.227 [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
15:12:37.227 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
15:12:37.227 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:37.227 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:37.227 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
15:12:37.227 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8256
15:12:37.227 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:37.228 [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
15:12:37.228 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8256
15:12:37.228 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8256
15:12:37.228 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
15:12:37.228 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
15:12:37.228 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1456, 127.0.0.1:8255] send request
15:12:37.228 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1456, 127.0.0.1:8255] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8253/resource"}, "98257387005764743526667350535128".. 128 bytes
15:12:37.228 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1456, 127.0.0.1:8255] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8253/resource"}, "98257387005764743526667350535128".. 128 bytes by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8253"}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes
15:12:37.229 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1456, 127.0.0.1:8255] added with generated mid KeyMID[127.0.0.1:8255-29071], CON-POST   MID=29071, Token=null, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8253"}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes
15:12:37.229 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1456, 127.0.0.1:8255] added with generated token KeyToken[127.0.0.1:8255-500E9398F796B48E], CON-POST   MID=29071, Token=500E9398F796B48E, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8253"}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes
15:12:37.229 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8255-29071], KeyToken[127.0.0.1:8255-500E9398F796B48E]]
15:12:37.229 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 189 bytes to 127.0.0.1:8255
15:12:37.229 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,499,T284) 127.0.0.1:8,256 ==> :8,255 [CON-POST   MID=29071, Token=500E9398F796B48E, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8253"}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes]
15:12:37.229 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8255) received 189 bytes from 127.0.0.1:8256
15:12:37.229 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8256-29071]
15:12:37.229 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly
Proxy: coap://127.0.0.1:8253
==[ CoAP Request ]=============================================
MID    : 29071
Token  : 500E9398F796B48E
Type   : CON
Method : 0.02 - POST
Options: {"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8253"}
Payload: 149 Bytes
===============================================================
==[ CoAP Request ]=============================================
MID    : -1
Token  : null
Type   : CON
Method : 0.02 - POST
Options: {"Object-Security":0x0900}
Payload: 149 Bytes
===============================================================
15:12:37.229 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [149/32] requires blockwise transfer
15:12:37.230 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for outbound block1 transfer [KeyUri[POST, coap:/, 127.0.0.1:8253]: currentNum=0, currentSzx=0, bufferSize=149, complete=false], transfers in progress: 1
15:12:37.230 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1458, 127.0.0.1:8253] replace CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9
15:12:37.230 [: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
15:12:37.230 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1458, 127.0.0.1:8253] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=0)", "Size1":149}, AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9
15:12:37.230 [: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-1739], CON-POST   MID= 1739, 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
15:12:37.230 [: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-18B2B3D6E0C0FFC9], CON-POST   MID= 1739, Token=18B2B3D6E0C0FFC9, 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
15:12:37.230 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8253-1739], KeyToken[127.0.0.1:8253-18B2B3D6E0C0FFC9]]
15:12:37.230 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 54 bytes to 127.0.0.1:8253
15:12:37.230 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,500,T276) 127.0.0.1:8,254 ==> :8,253 [CON-POST   MID= 1739, Token=18B2B3D6E0C0FFC9, 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]
15:12:37.230 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8253) received 54 bytes from 127.0.0.1:8254
15:12:37.230 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8254-1739]
15:12:37.230 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=0)
15:12:37.230 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap created tracker for inbound block1 transfer [KeyUri[POST, coap:/, 127.0.0.1:8254]: currentNum=0, currentSzx=0, bufferSize=149, complete=false], transfers in progress: 1
15:12:37.230 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=0], expecting more blocks to come
15:12:37.230 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1459, 127.0.0.1:8254] send response null-2.31   MID=   -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, <empty data>
15:12:37.230 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1459, 127.0.0.1:8254, complete]!
15:12:37.231 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1459, 127.0.0.1:8254, complete] completed ACK-2.31   MID= 1739, Token=18B2B3D6E0C0FFC9, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, <empty data>!
15:12:37.231 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8254
15:12:37.231 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,501,T279) 127.0.0.1:8,253 ==> :8,254 [ACK-2.31   MID= 1739, Token=18B2B3D6E0C0FFC9, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, <empty data>]
15:12:37.231 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8254) received 15 bytes from 127.0.0.1:8253
15:12:37.231 [: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)
15:12:37.231 [: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
15:12:37.231 [: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= 1739, Token=18B2B3D6E0C0FFC9, 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
15:12:37.231 [: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
15:12:37.231 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1458, 127.0.0.1:8253] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=1)"}, 19 1A 41 82 85 24 58 93 23 A0 C3 06 1E 6C 72 AD 20 C4 2C 56 9C 4E 6C 83 3F 2B BF 21 12 21 FA 37
15:12:37.231 [: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-1740], CON-POST   MID= 1740, 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
15:12:37.231 [: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-1739]
15:12:37.231 [: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-50DC78BAD4547A5D], CON-POST   MID= 1740, Token=50DC78BAD4547A5D, 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
15:12:37.231 [: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-18B2B3D6E0C0FFC9]
15:12:37.231 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8253-1740], KeyToken[127.0.0.1:8253-50DC78BAD4547A5D]]
15:12:37.231 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8253
15:12:37.232 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,502,T276) 127.0.0.1:8,254 ==> :8,253 [CON-POST   MID= 1740, Token=50DC78BAD4547A5D, 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]
15:12:37.232 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8253) received 51 bytes from 127.0.0.1:8254
15:12:37.232 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8254-1740]
15:12:37.232 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=1)
15:12:37.232 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/, 127.0.0.1:8254] for CON-POST   MID= 1740, Token=50DC78BAD4547A5D, 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
15:12:37.232 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=1], expecting more blocks to come
15:12:37.232 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1460, 127.0.0.1:8254] send response null-2.31   MID=   -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, <empty data>
15:12:37.232 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1460, 127.0.0.1:8254, complete]!
15:12:37.232 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1460, 127.0.0.1:8254, complete] completed ACK-2.31   MID= 1740, Token=50DC78BAD4547A5D, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, <empty data>!
15:12:37.232 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8254
15:12:37.232 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,503,T279) 127.0.0.1:8,253 ==> :8,254 [ACK-2.31   MID= 1740, Token=50DC78BAD4547A5D, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, <empty data>]
15:12:37.232 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8254) received 15 bytes from 127.0.0.1:8253
15:12:37.232 [: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)
15:12:37.232 [: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
15:12:37.232 [: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= 1740, Token=50DC78BAD4547A5D, 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
15:12:37.233 [: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
15:12:37.233 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1458, 127.0.0.1:8253] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=2)"}, E5 F0 F3 29 70 8D C4 02 E8 81 44 BB 3F EC EF 1B 98 AB 7C 5D EE 41 E5 50 60 82 45 A5 BE CA D2 4B
15:12:37.233 [: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-1741], CON-POST   MID= 1741, 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
15:12:37.233 [: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-1740]
15:12:37.233 [: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-786ECEC79E168EAA], CON-POST   MID= 1741, Token=786ECEC79E168EAA, 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
15:12:37.233 [: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-50DC78BAD4547A5D]
15:12:37.233 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8253-1741], KeyToken[127.0.0.1:8253-786ECEC79E168EAA]]
15:12:37.233 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8253
15:12:37.233 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,504,T276) 127.0.0.1:8,254 ==> :8,253 [CON-POST   MID= 1741, Token=786ECEC79E168EAA, 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]
15:12:37.233 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8253) received 51 bytes from 127.0.0.1:8254
15:12:37.233 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8254-1741]
15:12:37.233 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=2)
15:12:37.233 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/, 127.0.0.1:8254] for CON-POST   MID= 1741, Token=786ECEC79E168EAA, 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
15:12:37.233 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=2], expecting more blocks to come
15:12:37.233 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1461, 127.0.0.1:8254] send response null-2.31   MID=   -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, <empty data>
15:12:37.233 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1461, 127.0.0.1:8254, complete]!
15:12:37.233 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1461, 127.0.0.1:8254, complete] completed ACK-2.31   MID= 1741, Token=786ECEC79E168EAA, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, <empty data>!
15:12:37.233 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8254
15:12:37.234 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,505,T279) 127.0.0.1:8,253 ==> :8,254 [ACK-2.31   MID= 1741, Token=786ECEC79E168EAA, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, <empty data>]
15:12:37.234 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8254) received 15 bytes from 127.0.0.1:8253
15:12:37.234 [: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)
15:12:37.234 [: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
15:12:37.234 [: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= 1741, Token=786ECEC79E168EAA, 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
15:12:37.234 [: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
15:12:37.234 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1458, 127.0.0.1:8253] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=true, num=3)"}, 78 2A E2 C6 8D 15 52 35 76 80 0B 70 79 BE CA 2D A8 66 5B 05 0A 25 B6 A3 37 99 39 6E 66 9E 24 AB
15:12:37.234 [: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-1742], CON-POST   MID= 1742, 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
15:12:37.234 [: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-1741]
15:12:37.234 [: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-485865D0349F7B07], CON-POST   MID= 1742, Token=485865D0349F7B07, 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
15:12:37.234 [: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-786ECEC79E168EAA]
15:12:37.234 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8253-1742], KeyToken[127.0.0.1:8253-485865D0349F7B07]]
15:12:37.234 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8253
15:12:37.234 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,506,T276) 127.0.0.1:8,254 ==> :8,253 [CON-POST   MID= 1742, Token=485865D0349F7B07, 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]
15:12:37.234 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8253) received 51 bytes from 127.0.0.1:8254
15:12:37.234 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8254-1742]
15:12:37.235 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=3)
15:12:37.235 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/, 127.0.0.1:8254] for CON-POST   MID= 1742, Token=485865D0349F7B07, 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
15:12:37.235 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=3], expecting more blocks to come
15:12:37.235 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1462, 127.0.0.1:8254] send response null-2.31   MID=   -1, Token=null, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, <empty data>
15:12:37.235 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1462, 127.0.0.1:8254, complete]!
15:12:37.235 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1462, 127.0.0.1:8254, complete] completed ACK-2.31   MID= 1742, Token=485865D0349F7B07, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, <empty data>!
15:12:37.235 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8254
15:12:37.235 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,507,T279) 127.0.0.1:8,253 ==> :8,254 [ACK-2.31   MID= 1742, Token=485865D0349F7B07, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, <empty data>]
15:12:37.235 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8254) received 15 bytes from 127.0.0.1:8253
15:12:37.235 [: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)
15:12:37.235 [: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
15:12:37.235 [: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= 1742, Token=485865D0349F7B07, 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
15:12:37.235 [: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
15:12:37.235 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1458, 127.0.0.1:8253] prepare retransmission for CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x0900, "Block1":"(szx=1/32, m=false, num=4)"}, EF 9C 91 FD 5E 02 91 9D 23 FF 96 04 85 00 45 D5 01 FE A2 D7 00
15:12:37.235 [: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-1743], CON-POST   MID= 1743, 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
15:12:37.235 [: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-1742]
15:12:37.235 [: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-FC5BA92E4213B574], CON-POST   MID= 1743, Token=FC5BA92E4213B574, 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
15:12:37.235 [: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-485865D0349F7B07]
15:12:37.235 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8253-1743], KeyToken[127.0.0.1:8253-FC5BA92E4213B574]]
15:12:37.236 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8253
15:12:37.236 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,508,T276) 127.0.0.1:8,254 ==> :8,253 [CON-POST   MID= 1743, Token=FC5BA92E4213B574, 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]
15:12:37.236 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8253) received 40 bytes from 127.0.0.1:8254
15:12:37.236 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8254-1743]
15:12:37.236 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=false, num=4)
15:12:37.236 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap block1 transfer KeyUri[POST, coap:/, 127.0.0.1:8254] for CON-POST   MID= 1743, Token=FC5BA92E4213B574, 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
15:12:37.236 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has sent last block1 [num=4], delivering request to application layer
15:12:37.236 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block1 tracker [KeyUri[POST, coap:/, 127.0.0.1:8254]], block1 transfers still in progress: 0
15:12:37.236 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityContextLayer - Incoming OSCORE request uses outer block-wise
15:12:37.236 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:37.236 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1463, 127.0.0.1:8254] send response null-2.05   MID=   -1, Token=null, OptionSet={"Content-Format":"text/plain", "Block1":"(szx=1/32, m=false, num=4)"}, "98257387005764743526667350535128".. 256 bytes
15:12:37.237 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1463, 127.0.0.1:8254, complete]!
15:12:37.237 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1463, 127.0.0.1:8254, complete] completed ACK-2.04   MID= 1743, Token=FC5BA92E4213B574, 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!
15:12:37.237 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 284 bytes to 127.0.0.1:8254
15:12:37.237 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,509,T279) 127.0.0.1:8,253 ==> :8,254 [ACK-2.04   MID= 1743, Token=FC5BA92E4213B574, 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]
15:12:37.237 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8254) received 284 bytes from 127.0.0.1:8253
15:12:37.237 [: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)
15:12:37.237 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1458, 127.0.0.1:8253, complete]!
15:12:37.237 [: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-FC5BA92E4213B574]
15:12:37.237 [: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-1743]
15:12:37.237 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1458, 127.0.0.1:8253, complete] completed CON-POST   MID= 1739, Token=18B2B3D6E0C0FFC9, 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= 1743, Token=FC5BA92E4213B574, 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!
15:12:37.237 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly
15:12:37.237 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1457, 127.0.0.1:8256] send response null-2.04   MID=   -1, Token=null, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 18 FD 43 0A 91 6F 11 5D 52 BC 73 C9 AE D3 CE 51 0E 8B BE 0A C4 B4 DA B4 93 C1 1B 7C E8 98 B6 06..267 bytes
15:12:37.237 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1457, 127.0.0.1:8256, complete]!
15:12:37.237 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1457, 127.0.0.1:8256, complete] completed ACK-2.04   MID=29071, Token=500E9398F796B48E, 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!
15:12:37.238 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 284 bytes to 127.0.0.1:8256
15:12:37.238 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,510,T287) 127.0.0.1:8,255 ==> :8,256 [ACK-2.04   MID=29071, Token=500E9398F796B48E, 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]
15:12:37.238 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8256) received 284 bytes from 127.0.0.1:8255
15:12:37.238 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:37.238 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:37.238 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1456, 127.0.0.1:8255, complete]!
15:12:37.238 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1456, 127.0.0.1:8255, complete] for token KeyToken[127.0.0.1:8255-500E9398F796B48E]
15:12:37.238 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1456, 127.0.0.1:8255, complete] for MID KeyMID[127.0.0.1:8255-29071]
15:12:37.238 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1456, 127.0.0.1:8255, complete] completed CON-POST   MID=29071, Token=500E9398F796B48E, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8253/resource"}, "98257387005764743526667350535128".. 128 bytes -/- CON-POST   MID=29071, Token=500E9398F796B48E, OptionSet={"Object-Security":0x0900, "Proxy-Uri":"coap://127.0.0.1:8253"}, acked AD 81 2C 10 62 83 58 E4 DD E3 C6 2C 3D D8 6A 71 04 62 0C AE 80 E1 65 13 43 05 A1 0A 0C BC 8F A9..149 bytes!
==[ CoAP Response ]============================================
MID    : 29071
Token  : 500E9398F796B48E
Type   : ACK
Status : 2.05 - CONTENT
Options: {"Object-Security":0x, "Content-Format":"text/plain"}
RTT    : 10 ms
Payload: 256 Bytes
---------------------------------------------------------------
9825738700576474352666735053512878218700320913599900364160263437163052680218709341331217088868805914495093768541575311672954009898257387005764743526667350535128782187003209135999003641602634371630526802187093413312170888688059144950937685415753116729540098
===============================================================
15:12:37.238 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
15:12:37.238 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
15:12:37.239 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8253
15:12:37.239 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8253
15:12:37.239 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8253] stopping ...
15:12:37.239 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8253, address /127.0.0.1
15:12:37.239 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8253] has stopped.
15:12:37.239 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8253
15:12:37.239 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
15:12:37.239 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
15:12:37.239 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8254
15:12:37.239 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8254
15:12:37.239 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8254] stopping ...
15:12:37.239 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8254, address /0.0.0.0
15:12:37.239 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8254] has stopped.
15:12:37.239 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8254
15:12:37.239 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
15:12:37.239 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
15:12:37.239 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8255
15:12:37.239 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8255
15:12:37.239 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8255] stopping ...
15:12:37.239 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8255, address /127.0.0.1
15:12:37.239 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8255] has stopped.
15:12:37.239 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8255
15:12:37.239 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
15:12:37.239 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
15:12:37.239 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8256
15:12:37.239 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8256
15:12:37.239 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8256] stopping ...
15:12:37.240 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8256, address /0.0.0.0
15:12:37.240 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8256] has stopped.
15:12:37.240 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8256
15:12:37.240 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePostProxyServerBW
15:12:37.240 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active.
15:12:37.240 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:37.241 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwiseExceedMaxUnfragmentedSizeProxyClientBW
15:12:37.241 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:37.241 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:37.241 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:37.241 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
15:12:37.242 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
15:12:37.242 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
15:12:37.242 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:37.242 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:37.242 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
15:12:37.242 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8257
15:12:37.242 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:37.243 [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
15:12:37.243 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8257
15:12:37.243 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
15:12:37.243 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
15:12:37.243 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:37.243 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:37.243 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:37.243 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
15:12:37.243 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
15:12:37.243 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
15:12:37.243 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:37.243 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:37.243 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
15:12:37.243 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8258
15:12:37.243 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:37.248 [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
15:12:37.248 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8258
15:12:37.248 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8258
15:12:37.248 [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]]
15:12:37.248 [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]]
15:12:37.248 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:37.248 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:37.248 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:37.248 [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
15:12:37.248 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
15:12:37.249 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
15:12:37.249 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:37.249 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:37.249 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
15:12:37.249 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8259
15:12:37.249 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:37.249 [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
15:12:37.249 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8259
15:12:37.249 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
15:12:37.249 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
15:12:37.250 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:37.250 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:37.250 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:37.250 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
15:12:37.250 [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
15:12:37.250 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
15:12:37.250 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:37.250 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:37.250 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
15:12:37.250 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8260
15:12:37.250 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:37.251 [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
15:12:37.251 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
15:12:37.251 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8260
15:12:37.251 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8260
15:12:37.251 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
15:12:37.251 [: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
15:12:37.251 [: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"}, <empty data> 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
15:12:37.251 [: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-12801], NON-POST   MID=12801, 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
15:12:37.252 [: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-50738E3408219354], NON-POST   MID=12801, Token=50738E3408219354, 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
15:12:37.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8259-12801], KeyToken[127.0.0.1:8259-50738E3408219354]]
15:12:37.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 58 bytes to 127.0.0.1:8259
15:12:37.252 [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=12801, Token=50738E3408219354, 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]
15:12:37.252 [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
15:12:37.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8260-12801]
15:12:37.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly
Proxy: coap://127.0.0.1:8257
==[ CoAP Request ]=============================================
MID    : 12801
Token  : 50738E3408219354
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
===============================================================
15:12:37.252 [: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
15:12:37.252 [: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-25312], NON-POST   MID=25312, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3
15:12:37.252 [: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-A476E1BC7E0EB172], NON-POST   MID=25312, Token=A476E1BC7E0EB172, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3
15:12:37.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8257-25312], KeyToken[127.0.0.1:8257-A476E1BC7E0EB172]]
15:12:37.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 34 bytes to 127.0.0.1:8257
15:12:37.253 [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=25312, Token=A476E1BC7E0EB172, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3]
15:12:37.253 [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
15:12:37.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8258-25312]
15:12:37.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:37.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1467, 127.0.0.1:8258] replace NON-POST   MID=25312, Token=A476E1BC7E0EB172, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, <empty data> by NON-GET    MID=25312, Token=A476E1BC7E0EB172, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, <empty data>
15:12:37.253 [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
15:12:37.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1467, 127.0.0.1:8258, complete]!
15:12:37.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1467, 127.0.0.1:8258, complete] completed NON-2.04   MID=60115, Token=A476E1BC7E0EB172, 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!
15:12:37.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 153 bytes to 127.0.0.1:8258
15:12:37.254 [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=60115, Token=A476E1BC7E0EB172, 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]
15:12:37.254 [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
15:12:37.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:8257-60115]
15:12:37.254 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1466, 127.0.0.1:8257, complete]!
15:12:37.254 [: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-A476E1BC7E0EB172]
15:12:37.254 [: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-25312]
15:12:37.254 [: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=25312, Token=A476E1BC7E0EB172, OptionSet={"Object-Security":0x0900}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3!
15:12:37.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly
15:12:37.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap response body [139/32] requires blockwise transfer
15:12:37.254 [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
15:12:37.254 [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
15:12:37.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1465, 127.0.0.1:8260, complete]!
15:12:37.254 [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=27003, Token=50738E3408219354, 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!
15:12:37.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 51 bytes to 127.0.0.1:8260
15:12:37.255 [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=27003, Token=50738E3408219354, 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]
15:12:37.255 [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
15:12:37.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:8259-27003]
15:12:37.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:37.255 [: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
15:12:37.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1464, 127.0.0.1:8259, complete]!
15:12:37.255 [: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-50738E3408219354]
15:12:37.255 [: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-12801]
15:12:37.255 [: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=12801, Token=50738E3408219354, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8257/resource"}, <empty data> -/- NON-POST   MID=12801, Token=50738E3408219354, 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!
15:12:37.255 [: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=12801, Token=50738E3408219354]
15:12:37.255 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
15:12:37.255 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
15:12:37.255 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8257
15:12:37.255 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8257
15:12:37.255 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8257] stopping ...
15:12:37.255 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8257, address /127.0.0.1
15:12:37.256 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8257] has stopped.
15:12:37.256 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8257
15:12:37.256 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
15:12:37.256 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
15:12:37.256 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8258
15:12:37.256 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8258
15:12:37.256 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8258] stopping ...
15:12:37.256 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8258, address /0.0.0.0
15:12:37.256 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8258] has stopped.
15:12:37.256 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8258
15:12:37.256 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
15:12:37.256 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
15:12:37.256 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8259
15:12:37.256 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8259
15:12:37.256 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8259] stopping ...
15:12:37.256 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8259, address /127.0.0.1
15:12:37.256 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8259] has stopped.
15:12:37.256 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8259
15:12:37.256 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
15:12:37.256 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
15:12:37.256 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8260
15:12:37.256 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8260
15:12:37.256 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8260] stopping ...
15:12:37.256 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8260, address /0.0.0.0
15:12:37.256 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8260] has stopped.
15:12:37.256 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8260
15:12:37.257 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwiseExceedMaxUnfragmentedSizeProxyClientBW
15:12:37.257 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwiseExceedMaxUnfragmentedSizeProxyServerBW
15:12:37.257 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:37.257 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:37.258 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:37.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
15:12:37.258 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
15:12:37.258 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
15:12:37.258 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:37.258 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:37.258 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
15:12:37.258 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8261
15:12:37.258 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:37.259 [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
15:12:37.259 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8261
15:12:37.259 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
15:12:37.259 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
15:12:37.259 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:37.259 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:37.259 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:37.259 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=32, PREFERRED_BLOCK_SIZE=32, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
15:12:37.259 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
15:12:37.259 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
15:12:37.259 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:37.260 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:37.260 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
15:12:37.260 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8262
15:12:37.260 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:37.260 [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
15:12:37.260 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8262
15:12:37.260 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8262
15:12:37.260 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
15:12:37.260 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
15:12:37.260 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:37.260 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:37.260 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:37.260 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
15:12:37.260 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
15:12:37.261 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
15:12:37.261 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:37.261 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:37.261 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
15:12:37.261 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8263
15:12:37.261 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:37.261 [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
15:12:37.261 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8263
15:12:37.261 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
15:12:37.261 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
15:12:37.262 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:37.262 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:37.262 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:37.262 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
15:12:37.262 [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
15:12:37.262 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
15:12:37.262 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:37.262 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:37.262 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
15:12:37.262 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8264
15:12:37.262 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:37.263 [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
15:12:37.263 [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]]
15:12:37.263 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8264
15:12:37.263 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8264
15:12:37.263 [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]]
15:12:37.263 [: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
15:12:37.263 [: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
15:12:37.263 [: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-48752], NON-POST   MID=48752, 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
15:12:37.263 [: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-A0E8E06A964D4E72], NON-POST   MID=48752, Token=A0E8E06A964D4E72, 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
15:12:37.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8263-48752], KeyToken[127.0.0.1:8263-A0E8E06A964D4E72]]
15:12:37.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 189 bytes to 127.0.0.1:8263
15:12:37.264 [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=48752, Token=A0E8E06A964D4E72, 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]
15:12:37.264 [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
15:12:37.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8264-48752]
15:12:37.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly
Proxy: coap://127.0.0.1:8261
==[ CoAP Request ]=============================================
MID    : 48752
Token  : A0E8E06A964D4E72
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
===============================================================
15:12:37.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [149/32] requires blockwise transfer
15:12:37.264 [: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
15:12:37.264 [: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
15:12:37.265 [: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
15:12:37.265 [: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-54364], NON-POST   MID=54364, 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
15:12:37.265 [: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-38D6F128C3CE7CA4], NON-POST   MID=54364, Token=38D6F128C3CE7CA4, 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
15:12:37.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8261-54364], KeyToken[127.0.0.1:8261-38D6F128C3CE7CA4]]
15:12:37.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 54 bytes to 127.0.0.1:8261
15:12:37.265 [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=54364, Token=38D6F128C3CE7CA4, 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]
15:12:37.265 [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
15:12:37.265 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8262-54364]
15:12:37.265 [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"
15:12:37.265 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1471, 127.0.0.1:8262, complete]!
15:12:37.265 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1471, 127.0.0.1:8262, complete] completed NON-4.13   MID=47815, Token=38D6F128C3CE7CA4, OptionSet={"Size1":64}, "body too large, max. 64 bytes"!
15:12:37.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 45 bytes to 127.0.0.1:8262
15:12:37.266 [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=47815, Token=38D6F128C3CE7CA4, OptionSet={"Size1":64}, "body too large, max. 64 bytes"]
15:12:37.266 [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
15:12:37.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8261-47815]
15:12:37.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap  received error NON-4.13   MID=47815, Token=38D6F128C3CE7CA4, OptionSet={"Size1":64}, "body too large, max. 64 bytes":
15:12:37.266 [: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
15:12:37.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1470, 127.0.0.1:8261, complete]!
15:12:37.266 [: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-38D6F128C3CE7CA4]
15:12:37.266 [: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-54364]
15:12:37.266 [: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=54364, Token=38D6F128C3CE7CA4, 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=54364, Token=38D6F128C3CE7CA4, 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!
15:12:37.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly
15:12:37.266 [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"
15:12:37.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1469, 127.0.0.1:8264, complete]!
15:12:37.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1469, 127.0.0.1:8264, complete] completed NON-4.13   MID=29310, Token=A0E8E06A964D4E72, OptionSet={"Size1":64}, "body too large, max. 64 bytes"!
15:12:37.266 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 45 bytes to 127.0.0.1:8264
15:12:37.266 [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=29310, Token=A0E8E06A964D4E72, OptionSet={"Size1":64}, "body too large, max. 64 bytes"]
15:12:37.266 [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
15:12:37.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8263-29310]
15:12:37.266 [: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!
15:12:37.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap  received error NON-4.13   MID=29310, Token=A0E8E06A964D4E72, OptionSet={"Size1":64}, "body too large, max. 64 bytes":
15:12:37.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[PUT, coap:/, 127.0.0.1:8263]: currentNum=0, currentSzx=0, bufferSize=128, complete=false], transfers in progress: 1
15:12:37.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-POST   MID=48752, Token=A0E8E06A964D4E72, 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=A0E8E06A964D4E72, 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
15:12:37.267 [: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
15:12:37.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=A0E8E06A964D4E72, 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=A0E8E06A964D4E72, 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
15:12:37.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-48753], NON-POST   MID=48753, Token=A0E8E06A964D4E72, 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
15:12:37.267 [: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-48752]
15:12:37.267 [: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-A0E8E06A964D4E72], NON-POST   MID=48753, Token=A0E8E06A964D4E72, 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
15:12:37.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-48753], KeyToken[127.0.0.1:8263-A0E8E06A964D4E72]]
15:12:37.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 130 bytes to 127.0.0.1:8263
15:12:37.268 [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=48753, Token=A0E8E06A964D4E72, 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]
15:12:37.268 [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
15:12:37.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8264-48753]
15:12:37.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly
Proxy: coap://127.0.0.1:8261
==[ CoAP Request ]=============================================
MID    : 48753
Token  : A0E8E06A964D4E72
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
===============================================================
15:12:37.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [90/32] requires blockwise transfer
15:12:37.268 [: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
15:12:37.268 [: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
15:12:37.268 [: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
15:12:37.268 [: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-54365], NON-POST   MID=54365, 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
15:12:37.268 [: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-100EB07A929B964D], NON-POST   MID=54365, Token=100EB07A929B964D, 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
15:12:37.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-54365], KeyToken[127.0.0.1:8261-100EB07A929B964D]]
15:12:37.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
15:12:37.269 [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=54365, Token=100EB07A929B964D, 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]
15:12:37.269 [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
15:12:37.269 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8262-54365]
15:12:37.269 [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"
15:12:37.269 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1474, 127.0.0.1:8262, complete]!
15:12:37.269 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1474, 127.0.0.1:8262, complete] completed NON-4.13   MID=47816, Token=100EB07A929B964D, OptionSet={"Size1":64}, "body too large, max. 64 bytes"!
15:12:37.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:8262
15:12:37.269 [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=47816, Token=100EB07A929B964D, OptionSet={"Size1":64}, "body too large, max. 64 bytes"]
15:12:37.269 [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
15:12:37.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:8261-47816]
15:12:37.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap  received error NON-4.13   MID=47816, Token=100EB07A929B964D, OptionSet={"Size1":64}, "body too large, max. 64 bytes":
15:12:37.269 [: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
15:12:37.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1473, 127.0.0.1:8261, complete]!
15:12:37.269 [: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-100EB07A929B964D]
15:12:37.269 [: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-54365]
15:12:37.269 [: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=54365, Token=100EB07A929B964D, 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=54365, Token=100EB07A929B964D, 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!
15:12:37.269 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly
15:12:37.269 [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"
15:12:37.269 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1472, 127.0.0.1:8264, complete]!
15:12:37.269 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1472, 127.0.0.1:8264, complete] completed NON-4.13   MID=29311, Token=A0E8E06A964D4E72, OptionSet={"Size1":64}, "body too large, max. 64 bytes"!
15:12:37.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 45 bytes to 127.0.0.1:8264
15:12:37.270 [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=29311, Token=A0E8E06A964D4E72, OptionSet={"Size1":64}, "body too large, max. 64 bytes"]
15:12:37.270 [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
15:12:37.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8263-29311]
15:12:37.270 [: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!
15:12:37.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap  received error NON-4.13   MID=29311, Token=A0E8E06A964D4E72, OptionSet={"Size1":64}, "body too large, max. 64 bytes":
15:12:37.270 [: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
15:12:37.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1468, 127.0.0.1:8263, complete]!
15:12:37.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, complete] for token KeyToken[127.0.0.1:8263-A0E8E06A964D4E72]
15:12:37.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, complete] for MID KeyMID[127.0.0.1:8263-48753]
15:12:37.270 [: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=48752, Token=A0E8E06A964D4E72, 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=48753, Token=A0E8E06A964D4E72, 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  : A0E8E06A964D4E72
Type   : NON
Status : 4.13 - REQUEST_ENTITY_TOO_LARGE
Options: {"Size1":64}
RTT    : 7 ms
Payload: 29 Bytes
===============================================================
15:12:37.270 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
15:12:37.270 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
15:12:37.270 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8261
15:12:37.270 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8261
15:12:37.270 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8261] stopping ...
15:12:37.271 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8261, address /127.0.0.1
15:12:37.271 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8261] has stopped.
15:12:37.271 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8261
15:12:37.271 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
15:12:37.271 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
15:12:37.271 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8262
15:12:37.271 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8262
15:12:37.271 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8262] stopping ...
15:12:37.271 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8262, address /0.0.0.0
15:12:37.271 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8262] has stopped.
15:12:37.271 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8262
15:12:37.271 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
15:12:37.271 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
15:12:37.271 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8263
15:12:37.271 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8263
15:12:37.271 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8263] stopping ...
15:12:37.271 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8263, address /127.0.0.1
15:12:37.271 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8263] has stopped.
15:12:37.271 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8263
15:12:37.271 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
15:12:37.271 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
15:12:37.271 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8264
15:12:37.271 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8264
15:12:37.271 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8264] stopping ...
15:12:37.271 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8264, address /0.0.0.0
15:12:37.271 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8264] has stopped.
15:12:37.271 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8264
15:12:37.272 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwiseExceedMaxUnfragmentedSizeProxyServerBW
15:12:37.272 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePutProxyServerBW
15:12:37.272 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:37.273 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:37.273 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:37.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
15:12:37.273 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
15:12:37.273 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
15:12:37.273 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:37.273 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:37.273 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
15:12:37.274 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8265
15:12:37.274 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:37.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
15:12:37.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]]
15:12:37.274 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8265
15:12:37.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]]
15:12:37.274 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:37.274 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:37.274 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:37.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
15:12:37.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
15:12:37.325 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
15:12:37.325 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:37.325 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:37.325 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
15:12:37.325 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8266
15:12:37.325 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:37.325 [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
15:12:37.325 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8266
15:12:37.325 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8266
15:12:37.325 [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]]
15:12:37.325 [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]]
15:12:37.326 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:37.326 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:37.326 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:37.326 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
15:12:37.326 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
15:12:37.326 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
15:12:37.326 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:37.326 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:37.326 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
15:12:37.326 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8267
15:12:37.327 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:37.327 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
15:12:37.327 [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
15:12:37.327 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8267
15:12:37.327 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
15:12:37.327 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:37.327 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:37.327 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:37.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
15:12:37.328 [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
15:12:37.328 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
15:12:37.328 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:37.328 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:37.328 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
15:12:37.328 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8268
15:12:37.328 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:37.328 [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
15:12:37.328 [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]]
15:12:37.329 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8268
15:12:37.329 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8268
15:12:37.329 [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]]
15:12:37.329 [: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
15:12:37.329 [: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
15:12:37.329 [: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
15:12:37.329 [: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-59325], CON-POST   MID=59325, 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
15:12:37.329 [: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-A413E01C0AAE49C4], CON-POST   MID=59325, Token=A413E01C0AAE49C4, 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
15:12:37.329 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8267-59325], KeyToken[127.0.0.1:8267-A413E01C0AAE49C4]]
15:12:37.330 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 189 bytes to 127.0.0.1:8267
15:12:37.330 [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=59325, Token=A413E01C0AAE49C4, 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]
15:12:37.330 [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
15:12:37.330 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8268-59325]
15:12:37.330 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly
Proxy: coap://127.0.0.1:8265
==[ CoAP Request ]=============================================
MID    : 59325
Token  : A413E01C0AAE49C4
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
===============================================================
15:12:37.330 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [149/32] requires blockwise transfer
15:12:37.330 [: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
15:12:37.330 [: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
15:12:37.330 [: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
15:12:37.330 [: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
15:12:37.331 [: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-17781], CON-POST   MID=17781, 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
15:12:37.331 [: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-C44CB7FB28A0F190], CON-POST   MID=17781, Token=C44CB7FB28A0F190, 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
15:12:37.331 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8265-17781], KeyToken[127.0.0.1:8265-C44CB7FB28A0F190]]
15:12:37.331 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 54 bytes to 127.0.0.1:8265
15:12:37.331 [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=17781, Token=C44CB7FB28A0F190, 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]
15:12:37.331 [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
15:12:37.331 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8266-17781]
15:12:37.331 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=0)
15:12:37.331 [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
15:12:37.331 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=0], expecting more blocks to come
15:12:37.331 [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)"}, <empty data>
15:12:37.331 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1478, 127.0.0.1:8266, complete]!
15:12:37.331 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1478, 127.0.0.1:8266, complete] completed ACK-2.31   MID=17781, Token=C44CB7FB28A0F190, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, <empty data>!
15:12:37.332 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8266
15:12:37.332 [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=17781, Token=C44CB7FB28A0F190, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, <empty data>]
15:12:37.332 [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
15:12:37.332 [: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)
15:12:37.332 [: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
15:12:37.332 [: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=17781, Token=C44CB7FB28A0F190, 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
15:12:37.332 [: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
15:12:37.332 [: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
15:12:37.332 [: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-17782], CON-POST   MID=17782, 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
15:12:37.332 [: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-17781]
15:12:37.332 [: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-1CAFDD5B1B003FD9], CON-POST   MID=17782, Token=1CAFDD5B1B003FD9, 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
15:12:37.332 [: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-C44CB7FB28A0F190]
15:12:37.332 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8265-17782], KeyToken[127.0.0.1:8265-1CAFDD5B1B003FD9]]
15:12:37.332 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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
15:12:37.333 [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=17782, Token=1CAFDD5B1B003FD9, 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]
15:12:37.333 [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
15:12:37.333 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8266-17782]
15:12:37.333 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=1)
15:12:37.333 [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=17782, Token=1CAFDD5B1B003FD9, 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
15:12:37.333 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=1], expecting more blocks to come
15:12:37.333 [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)"}, <empty data>
15:12:37.333 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1479, 127.0.0.1:8266, complete]!
15:12:37.333 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1479, 127.0.0.1:8266, complete] completed ACK-2.31   MID=17782, Token=1CAFDD5B1B003FD9, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, <empty data>!
15:12:37.333 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8266
15:12:37.333 [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=17782, Token=1CAFDD5B1B003FD9, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, <empty data>]
15:12:37.333 [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
15:12:37.333 [: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)
15:12:37.333 [: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
15:12:37.333 [: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=17782, Token=1CAFDD5B1B003FD9, 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
15:12:37.333 [: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
15:12:37.333 [: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
15:12:37.333 [: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-17783], CON-POST   MID=17783, 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
15:12:37.334 [: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-17782]
15:12:37.334 [: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-2412FB3179E170B3], CON-POST   MID=17783, Token=2412FB3179E170B3, 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
15:12:37.334 [: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-1CAFDD5B1B003FD9]
15:12:37.334 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8265-17783], KeyToken[127.0.0.1:8265-2412FB3179E170B3]]
15:12:37.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 51 bytes to 127.0.0.1:8265
15:12:37.334 [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=17783, Token=2412FB3179E170B3, 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]
15:12:37.334 [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
15:12:37.334 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8266-17783]
15:12:37.334 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=2)
15:12:37.334 [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=17783, Token=2412FB3179E170B3, 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
15:12:37.334 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=2], expecting more blocks to come
15:12:37.334 [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)"}, <empty data>
15:12:37.334 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1480, 127.0.0.1:8266, complete]!
15:12:37.334 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1480, 127.0.0.1:8266, complete] completed ACK-2.31   MID=17783, Token=2412FB3179E170B3, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, <empty data>!
15:12:37.334 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8266
15:12:37.335 [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=17783, Token=2412FB3179E170B3, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, <empty data>]
15:12:37.335 [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
15:12:37.335 [: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)
15:12:37.335 [: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
15:12:37.335 [: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=17783, Token=2412FB3179E170B3, 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
15:12:37.335 [: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
15:12:37.335 [: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
15:12:37.335 [: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-17784], CON-POST   MID=17784, 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
15:12:37.335 [: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-17783]
15:12:37.335 [: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-24EF8AE6E4D2EC13], CON-POST   MID=17784, Token=24EF8AE6E4D2EC13, 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
15:12:37.335 [: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-2412FB3179E170B3]
15:12:37.335 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8265-17784], KeyToken[127.0.0.1:8265-24EF8AE6E4D2EC13]]
15:12:37.335 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8265
15:12:37.335 [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=17784, Token=24EF8AE6E4D2EC13, 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]
15:12:37.335 [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
15:12:37.336 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8266-17784]
15:12:37.336 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=3)
15:12:37.336 [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=17784, Token=24EF8AE6E4D2EC13, 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
15:12:37.336 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=3], expecting more blocks to come
15:12:37.336 [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)"}, <empty data>
15:12:37.336 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1481, 127.0.0.1:8266, complete]!
15:12:37.336 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1481, 127.0.0.1:8266, complete] completed ACK-2.31   MID=17784, Token=24EF8AE6E4D2EC13, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, <empty data>!
15:12:37.336 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8266
15:12:37.336 [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=17784, Token=24EF8AE6E4D2EC13, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, <empty data>]
15:12:37.336 [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
15:12:37.336 [: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)
15:12:37.336 [: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
15:12:37.336 [: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=17784, Token=24EF8AE6E4D2EC13, 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
15:12:37.336 [: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
15:12:37.336 [: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
15:12:37.336 [: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-17785], CON-POST   MID=17785, 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
15:12:37.337 [: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-17784]
15:12:37.337 [: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-B8226EA3DD051CD9], CON-POST   MID=17785, Token=B8226EA3DD051CD9, 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
15:12:37.337 [: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-24EF8AE6E4D2EC13]
15:12:37.337 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8265-17785], KeyToken[127.0.0.1:8265-B8226EA3DD051CD9]]
15:12:37.337 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8265
15:12:37.337 [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=17785, Token=B8226EA3DD051CD9, 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]
15:12:37.337 [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
15:12:37.337 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8266-17785]
15:12:37.337 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=false, num=4)
15:12:37.337 [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=17785, Token=B8226EA3DD051CD9, 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
15:12:37.337 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has sent last block1 [num=4], delivering request to application layer
15:12:37.337 [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
15:12:37.337 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityContextLayer - Incoming OSCORE request uses outer block-wise
15:12:37.337 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:37.338 [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)"}, <empty data>
15:12:37.338 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1482, 127.0.0.1:8266, complete]!
15:12:37.338 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1482, 127.0.0.1:8266, complete] completed ACK-2.04   MID=17785, Token=B8226EA3DD051CD9, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 19 F7 CC 6A 15 20 8B 2D AB!
15:12:37.338 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8266
15:12:37.338 [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=17785, Token=B8226EA3DD051CD9, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 19 F7 CC 6A 15 20 8B 2D AB]
15:12:37.338 [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
15:12:37.338 [: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)
15:12:37.338 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1477, 127.0.0.1:8265, complete]!
15:12:37.338 [: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-B8226EA3DD051CD9]
15:12:37.338 [: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-17785]
15:12:37.338 [: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=17781, Token=C44CB7FB28A0F190, 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=17785, Token=B8226EA3DD051CD9, 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!
15:12:37.339 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly
15:12:37.339 [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
15:12:37.339 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1476, 127.0.0.1:8268, complete]!
15:12:37.339 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1476, 127.0.0.1:8268, complete] completed ACK-2.04   MID=59325, Token=A413E01C0AAE49C4, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 19 F7 CC 6A 15 20 8B 2D AB!
15:12:37.339 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8268
15:12:37.339 [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=59325, Token=A413E01C0AAE49C4, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 19 F7 CC 6A 15 20 8B 2D AB]
15:12:37.339 [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
15:12:37.339 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:37.339 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:37.339 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1475, 127.0.0.1:8267, complete]!
15:12:37.339 [: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-A413E01C0AAE49C4]
15:12:37.339 [: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-59325]
15:12:37.339 [: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=59325, Token=A413E01C0AAE49C4, 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=59325, Token=A413E01C0AAE49C4, 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    : 59325
Token  : A413E01C0AAE49C4
Type   : ACK
Status : 2.04 - CHANGED
Options: {"Object-Security":0x}
RTT    : 10 ms
Payload: 0 Bytes
===============================================================
15:12:37.340 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
15:12:37.340 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
15:12:37.340 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8265
15:12:37.340 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8265
15:12:37.340 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8265] stopping ...
15:12:37.340 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8265, address /127.0.0.1
15:12:37.340 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8265] has stopped.
15:12:37.340 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8265
15:12:37.340 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
15:12:37.340 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
15:12:37.340 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8266
15:12:37.340 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8266
15:12:37.340 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8266] stopping ...
15:12:37.340 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8266, address /0.0.0.0
15:12:37.340 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8266] has stopped.
15:12:37.340 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8266
15:12:37.340 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
15:12:37.340 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
15:12:37.341 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8267
15:12:37.341 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8267
15:12:37.341 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8267] stopping ...
15:12:37.341 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8267, address /127.0.0.1
15:12:37.341 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8267] has stopped.
15:12:37.341 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8267
15:12:37.341 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
15:12:37.341 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
15:12:37.341 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8268
15:12:37.341 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8268
15:12:37.341 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8268] stopping ...
15:12:37.341 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8268, address /0.0.0.0
15:12:37.341 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8268] has stopped.
15:12:37.341 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8268
15:12:37.341 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePutProxyServerBW
15:12:37.341 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testProxyLargeGet
15:12:37.342 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:37.342 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:37.342 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:37.342 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
15:12:37.342 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
15:12:37.343 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
15:12:37.343 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:37.343 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:37.343 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
15:12:37.343 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8269
15:12:37.343 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:37.343 [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
15:12:37.343 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
15:12:37.343 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8269
15:12:37.343 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
15:12:37.344 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:37.344 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:37.344 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:37.344 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
15:12:37.344 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
15:12:37.344 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
15:12:37.344 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:37.344 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:37.344 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
15:12:37.344 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8270
15:12:37.344 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:37.344 [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
15:12:37.345 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8270
15:12:37.345 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8270
15:12:37.344 [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]]
15:12:37.345 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
15:12:37.345 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:37.345 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:37.345 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:37.345 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
15:12:37.345 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
15:12:37.345 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
15:12:37.345 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:37.345 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:37.345 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
15:12:37.345 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8271
15:12:37.345 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:37.346 [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
15:12:37.346 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8271
15:12:37.346 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
15:12:37.346 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
15:12:37.346 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:37.346 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:37.346 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:37.346 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
15:12:37.346 [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
15:12:37.347 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
15:12:37.347 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:37.347 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:37.347 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
15:12:37.347 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8272
15:12:37.347 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:37.347 [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]]
15:12:37.347 [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
15:12:37.347 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8272
15:12:37.347 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8272
15:12:37.347 [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]]
15:12:37.347 [: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
15:12:37.347 [: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"}, <empty data>
15:12:37.348 [: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"}, <empty data> 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
15:12:37.348 [: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-32737], CON-POST   MID=32737, 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
15:12:37.348 [: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-38F1498EEA9F1C20], CON-POST   MID=32737, Token=38F1498EEA9F1C20, 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
15:12:37.348 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8271-32737], KeyToken[127.0.0.1:8271-38F1498EEA9F1C20]]
15:12:37.348 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 58 bytes to 127.0.0.1:8271
15:12:37.348 [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=32737, Token=38F1498EEA9F1C20, 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]
15:12:37.348 [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
15:12:37.348 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8272-32737]
15:12:37.348 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly
Proxy: coap://127.0.0.1:8269
==[ CoAP Request ]=============================================
MID    : 32737
Token  : 38F1498EEA9F1C20
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
===============================================================
15:12:37.349 [: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
15:12:37.349 [: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
15:12:37.349 [: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-10224], CON-POST   MID=10224, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3
15:12:37.349 [: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-24CF9B95D3427E72], CON-POST   MID=10224, Token=24CF9B95D3427E72, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3
15:12:37.349 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8269-10224], KeyToken[127.0.0.1:8269-24CF9B95D3427E72]]
15:12:37.349 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 34 bytes to 127.0.0.1:8269
15:12:37.349 [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=10224, Token=24CF9B95D3427E72, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3]
15:12:37.349 [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
15:12:37.349 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8270-10224]
15:12:37.349 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:37.349 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1486, 127.0.0.1:8270] replace CON-POST   MID=10224, Token=24CF9B95D3427E72, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, <empty data> by CON-GET    MID=10224, Token=24CF9B95D3427E72, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, <empty data>
15:12:37.350 [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
15:12:37.350 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1486, 127.0.0.1:8270, complete]!
15:12:37.350 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1486, 127.0.0.1:8270, complete] completed ACK-2.04   MID=10224, Token=24CF9B95D3427E72, 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!
15:12:37.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 153 bytes to 127.0.0.1:8270
15:12:37.350 [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=10224, Token=24CF9B95D3427E72, 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]
15:12:37.350 [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
15:12:37.350 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1485, 127.0.0.1:8269, complete]!
15:12:37.350 [: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-24CF9B95D3427E72]
15:12:37.350 [: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-10224]
15:12:37.350 [: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=10224, Token=24CF9B95D3427E72, OptionSet={"Object-Security":0x0900}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3!
15:12:37.350 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly
15:12:37.350 [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
15:12:37.351 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1484, 127.0.0.1:8272, complete]!
15:12:37.351 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1484, 127.0.0.1:8272, complete] completed ACK-2.04   MID=32737, Token=38F1498EEA9F1C20, 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!
15:12:37.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 153 bytes to 127.0.0.1:8272
15:12:37.351 [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=32737, Token=38F1498EEA9F1C20, 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]
15:12:37.351 [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
15:12:37.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:37.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
15:12:37.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1483, 127.0.0.1:8271, complete]!
15:12:37.351 [: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-38F1498EEA9F1C20]
15:12:37.351 [: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-32737]
15:12:37.351 [: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=32737, Token=38F1498EEA9F1C20, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8269/resource"}, <empty data> -/- CON-POST   MID=32737, Token=38F1498EEA9F1C20, 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    : 32737
Token  : 38F1498EEA9F1C20
Type   : ACK
Status : 2.05 - CONTENT
Options: {"Object-Security":0x, "Content-Format":"text/plain"}
RTT    : 3 ms
Payload: 128 Bytes
---------------------------------------------------------------
98257387005764743526667350535128782187003209135999003641602634371630526802187093413312170888688059144950937685415753116729540098
===============================================================
15:12:37.351 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
15:12:37.351 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
15:12:37.352 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8269
15:12:37.352 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8269
15:12:37.352 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8269] stopping ...
15:12:37.352 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8269, address /127.0.0.1
15:12:37.352 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8269] has stopped.
15:12:37.352 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8269
15:12:37.352 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
15:12:37.352 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
15:12:37.352 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8270
15:12:37.352 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8270
15:12:37.352 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8270] stopping ...
15:12:37.352 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8270, address /0.0.0.0
15:12:37.352 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8270] has stopped.
15:12:37.352 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8270
15:12:37.352 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
15:12:37.352 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
15:12:37.352 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8271
15:12:37.352 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8271
15:12:37.352 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8271] stopping ...
15:12:37.352 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8271, address /127.0.0.1
15:12:37.352 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8271] has stopped.
15:12:37.352 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8271
15:12:37.352 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
15:12:37.352 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
15:12:37.352 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8272
15:12:37.352 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8272
15:12:37.352 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8272] stopping ...
15:12:37.352 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8272, address /0.0.0.0
15:12:37.352 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8272] has stopped.
15:12:37.353 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8272
15:12:37.353 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testProxyLargeGet
15:12:37.353 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testProxySmallGet
15:12:37.353 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:37.353 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:37.354 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:37.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
15:12:37.354 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
15:12:37.354 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
15:12:37.354 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:37.354 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:37.354 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
15:12:37.354 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8273
15:12:37.354 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:37.355 [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
15:12:37.355 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8273
15:12:37.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]]
15:12:37.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]]
15:12:37.355 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:37.355 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:37.355 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:37.355 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
15:12:37.355 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
15:12:37.355 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
15:12:37.355 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:37.355 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:37.355 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
15:12:37.355 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8274
15:12:37.355 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:37.356 [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
15:12:37.356 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8274
15:12:37.356 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8274
15:12:37.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]]
15:12:37.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]]
15:12:37.356 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:37.356 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:37.356 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:37.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
15:12:37.356 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
15:12:37.356 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
15:12:37.357 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:37.357 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:37.357 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
15:12:37.357 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8275
15:12:37.357 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:37.357 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
15:12:37.357 [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
15:12:37.357 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8275
15:12:37.357 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
15:12:37.357 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:37.357 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:37.357 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:37.358 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
15:12:37.358 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
15:12:37.358 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
15:12:37.358 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:37.358 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:37.358 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
15:12:37.358 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8276
15:12:37.358 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:37.358 [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
15:12:37.358 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8276
15:12:37.358 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8276
15:12:37.358 [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]]
15:12:37.358 [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]]
15:12:37.358 [: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
15:12:37.358 [: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"}, <empty data>
15:12:37.359 [: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"}, <empty data> 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
15:12:37.359 [: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-7662], CON-POST   MID= 7662, 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
15:12:37.359 [: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-8450261E89DEF3A1], CON-POST   MID= 7662, Token=8450261E89DEF3A1, 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
15:12:37.359 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8275-7662], KeyToken[127.0.0.1:8275-8450261E89DEF3A1]]
15:12:37.359 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 58 bytes to 127.0.0.1:8275
15:12:37.359 [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= 7662, Token=8450261E89DEF3A1, 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]
15:12:37.359 [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
15:12:37.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8276-7662]
15:12:37.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly
Proxy: coap://127.0.0.1:8273
==[ CoAP Request ]=============================================
MID    : 7662
Token  : 8450261E89DEF3A1
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
===============================================================
15:12:37.360 [: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
15:12:37.360 [: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
15:12:37.360 [: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-42902], CON-POST   MID=42902, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3
15:12:37.360 [: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-AC2F7C2F4E3B040D], CON-POST   MID=42902, Token=AC2F7C2F4E3B040D, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3
15:12:37.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8273-42902], KeyToken[127.0.0.1:8273-AC2F7C2F4E3B040D]]
15:12:37.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 34 bytes to 127.0.0.1:8273
15:12:37.360 [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=42902, Token=AC2F7C2F4E3B040D, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3]
15:12:37.360 [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
15:12:37.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8274-42902]
15:12:37.360 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:37.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1490, 127.0.0.1:8274] replace CON-POST   MID=42902, Token=AC2F7C2F4E3B040D, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, <empty data> by CON-GET    MID=42902, Token=AC2F7C2F4E3B040D, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, <empty data>
15:12:37.361 [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"
15:12:37.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1490, 127.0.0.1:8274, complete]!
15:12:37.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1490, 127.0.0.1:8274, complete] completed ACK-2.04   MID=42902, Token=AC2F7C2F4E3B040D, OptionSet={"Object-Security":0x}, 18 FD 43 47 CC 2E 50 96 2B 98 CE E5 67 E3 9C!
15:12:37.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 29 bytes to 127.0.0.1:8274
15:12:37.361 [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=42902, Token=AC2F7C2F4E3B040D, OptionSet={"Object-Security":0x}, 18 FD 43 47 CC 2E 50 96 2B 98 CE E5 67 E3 9C]
15:12:37.361 [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
15:12:37.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1489, 127.0.0.1:8273, complete]!
15:12:37.362 [: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-AC2F7C2F4E3B040D]
15:12:37.362 [: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-42902]
15:12:37.362 [: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=42902, Token=AC2F7C2F4E3B040D, OptionSet={"Object-Security":0x0900}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3!
15:12:37.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly
15:12:37.362 [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
15:12:37.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1488, 127.0.0.1:8276, complete]!
15:12:37.362 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1488, 127.0.0.1:8276, complete] completed ACK-2.04   MID= 7662, Token=8450261E89DEF3A1, OptionSet={"Object-Security":0x}, 18 FD 43 47 CC 2E 50 96 2B 98 CE E5 67 E3 9C!
15:12:37.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 29 bytes to 127.0.0.1:8276
15:12:37.362 [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= 7662, Token=8450261E89DEF3A1, OptionSet={"Object-Security":0x}, 18 FD 43 47 CC 2E 50 96 2B 98 CE E5 67 E3 9C]
15:12:37.362 [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
15:12:37.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:37.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
15:12:37.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1487, 127.0.0.1:8275, complete]!
15:12:37.362 [: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-8450261E89DEF3A1]
15:12:37.362 [: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-7662]
15:12:37.362 [: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= 7662, Token=8450261E89DEF3A1, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8273/resource"}, <empty data> -/- CON-POST   MID= 7662, Token=8450261E89DEF3A1, 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    : 7662
Token  : 8450261E89DEF3A1
Type   : ACK
Status : 2.05 - CONTENT
Options: {"Object-Security":0x, "Content-Format":"text/plain"}
RTT    : 3 ms
Payload: 4 Bytes
---------------------------------------------------------------
test
===============================================================
15:12:37.362 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
15:12:37.362 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
15:12:37.363 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8273
15:12:37.363 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8273
15:12:37.363 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8273] stopping ...
15:12:37.363 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8273, address /127.0.0.1
15:12:37.363 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8273] has stopped.
15:12:37.363 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8273
15:12:37.363 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
15:12:37.363 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
15:12:37.363 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8274
15:12:37.363 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8274
15:12:37.363 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8274] stopping ...
15:12:37.363 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8274, address /0.0.0.0
15:12:37.363 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8274] has stopped.
15:12:37.363 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8274
15:12:37.363 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
15:12:37.363 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
15:12:37.363 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8275
15:12:37.363 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8275
15:12:37.363 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8275] stopping ...
15:12:37.363 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8275, address /127.0.0.1
15:12:37.363 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8275] has stopped.
15:12:37.363 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8275
15:12:37.363 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
15:12:37.363 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
15:12:37.363 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8276
15:12:37.363 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8276
15:12:37.364 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8276] stopping ...
15:12:37.364 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8276, address /0.0.0.0
15:12:37.364 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8276] has stopped.
15:12:37.364 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8276
15:12:37.364 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testProxySmallGet
15:12:37.364 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePostProxyClientBW
15:12:37.365 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:37.365 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:37.365 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:37.365 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
15:12:37.365 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
15:12:37.365 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
15:12:37.365 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:37.365 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:37.365 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
15:12:37.365 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8277
15:12:37.365 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:37.366 [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
15:12:37.366 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8277
15:12:37.366 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
15:12:37.366 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
15:12:37.366 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:37.366 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:37.366 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:37.366 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
15:12:37.366 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
15:12:37.366 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
15:12:37.366 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:37.366 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:37.366 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
15:12:37.366 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8278
15:12:37.366 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:37.367 [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
15:12:37.367 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8278
15:12:37.367 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8278
15:12:37.367 [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]]
15:12:37.367 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:37.367 [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]]
15:12:37.367 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:37.367 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:37.367 [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
15:12:37.367 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
15:12:37.367 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
15:12:37.367 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:37.367 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:37.367 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
15:12:37.367 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8279
15:12:37.368 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:37.368 [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
15:12:37.368 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8279
15:12:37.368 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
15:12:37.368 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
15:12:37.368 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:37.368 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:37.368 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:37.368 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
15:12:37.369 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
15:12:37.369 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
15:12:37.369 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:37.369 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:37.369 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
15:12:37.369 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8280
15:12:37.369 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:37.369 [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
15:12:37.369 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8280
15:12:37.369 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8280
15:12:37.369 [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]]
15:12:37.369 [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]]
15:12:37.425 [: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
15:12:37.425 [: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
15:12:37.426 [: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
15:12:37.426 [: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-25454], CON-POST   MID=25454, 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
15:12:37.426 [: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-1C20FF1948F486DD], CON-POST   MID=25454, Token=1C20FF1948F486DD, 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
15:12:37.426 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-25454], KeyToken[127.0.0.1:8279-1C20FF1948F486DD]]
15:12:37.426 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 189 bytes to 127.0.0.1:8279
15:12:37.426 [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=25454, Token=1C20FF1948F486DD, 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]
15:12:37.426 [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
15:12:37.426 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-25454]
15:12:37.426 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly
Proxy: coap://127.0.0.1:8277
==[ CoAP Request ]=============================================
MID    : 25454
Token  : 1C20FF1948F486DD
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
===============================================================
15:12:37.427 [: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
15:12:37.427 [: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
15:12:37.427 [: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-4315], CON-POST   MID= 4315, 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
15:12:37.427 [: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-90986B1CECFCC8C8], CON-POST   MID= 4315, Token=90986B1CECFCC8C8, 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
15:12:37.427 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8277-4315], KeyToken[127.0.0.1:8277-90986B1CECFCC8C8]]
15:12:37.427 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 165 bytes to 127.0.0.1:8277
15:12:37.427 [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= 4315, Token=90986B1CECFCC8C8, 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]
15:12:37.427 [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
15:12:37.427 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8278-4315]
15:12:37.427 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:37.427 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1494, 127.0.0.1:8278] replace CON-POST   MID= 4315, Token=90986B1CECFCC8C8, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "98257387005764743526667350535128".. 128 bytes by CON-POST   MID= 4315, Token=90986B1CECFCC8C8, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "98257387005764743526667350535128".. 128 bytes
15:12:37.428 [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
15:12:37.428 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1494, 127.0.0.1:8278, complete]!
15:12:37.428 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1494, 127.0.0.1:8278, complete] completed ACK-2.04   MID= 4315, Token=90986B1CECFCC8C8, 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!
15:12:37.428 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 281 bytes to 127.0.0.1:8278
15:12:37.428 [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= 4315, Token=90986B1CECFCC8C8, 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]
15:12:37.428 [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
15:12:37.428 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1493, 127.0.0.1:8277, complete]!
15:12:37.428 [: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-90986B1CECFCC8C8]
15:12:37.428 [: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-4315]
15:12:37.428 [: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= 4315, Token=90986B1CECFCC8C8, 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!
15:12:37.428 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly
15:12:37.429 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap response body [267/32] requires blockwise transfer
15:12:37.429 [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
15:12:37.429 [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
15:12:37.429 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1492, 127.0.0.1:8280, complete]!
15:12:37.429 [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=25454, Token=1C20FF1948F486DD, 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!
15:12:37.429 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 52 bytes to 127.0.0.1:8280
15:12:37.429 [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=25454, Token=1C20FF1948F486DD, 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]
15:12:37.429 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 52 bytes from 127.0.0.1:8279
15:12:37.429 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:37.429 [: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=25454, Token=1C20FF1948F486DD, 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
15:12:37.429 [: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"}, <empty data>
15:12:37.429 [: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=25454, Token=1C20FF1948F486DD, 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"}, <empty data>
15:12:37.430 [: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
15:12:37.430 [: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"}, <empty data>
15:12:37.430 [: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-25455], CON-POST   MID=25455, 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"}, <empty data>
15:12:37.430 [: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-25454]
15:12:37.430 [: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-0875403CD8E74830], CON-POST   MID=25455, Token=0875403CD8E74830, 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"}, <empty data>
15:12:37.430 [: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-1C20FF1948F486DD]
15:12:37.430 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-25455], KeyToken[127.0.0.1:8279-0875403CD8E74830]]
15:12:37.430 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8279
15:12:37.430 [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=25455, Token=0875403CD8E74830, 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"}, <empty data>]
15:12:37.430 [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
15:12:37.430 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-25455]
15:12:37.430 [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]
15:12:37.430 [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
15:12:37.430 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1495, 127.0.0.1:8280, complete]!
15:12:37.430 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1495, 127.0.0.1:8280, complete] completed ACK-2.04   MID=25455, Token=0875403CD8E74830, 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!
15:12:37.430 [UDP-Sender-localhost/127.0.0.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
15:12:37.431 [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=25455, Token=0875403CD8E74830, 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]
15:12:37.431 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 49 bytes from 127.0.0.1:8279
15:12:37.431 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:37.431 [: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"}, <empty data>
15:12:37.431 [: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=25455, Token=0875403CD8E74830, 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 <empty data> 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"}, <empty data>
15:12:37.431 [: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
15:12:37.431 [: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"}, <empty data>
15:12:37.431 [: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-25456], CON-POST   MID=25456, 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"}, <empty data>
15:12:37.431 [: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-25455]
15:12:37.431 [: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-5C36A68FE7361231], CON-POST   MID=25456, Token=5C36A68FE7361231, 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"}, <empty data>
15:12:37.431 [: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-0875403CD8E74830]
15:12:37.431 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-25456], KeyToken[127.0.0.1:8279-5C36A68FE7361231]]
15:12:37.431 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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
15:12:37.432 [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=25456, Token=5C36A68FE7361231, 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"}, <empty data>]
15:12:37.432 [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
15:12:37.432 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-25456]
15:12:37.432 [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]
15:12:37.432 [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
15:12:37.432 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1496, 127.0.0.1:8280, complete]!
15:12:37.432 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1496, 127.0.0.1:8280, complete] completed ACK-2.04   MID=25456, Token=5C36A68FE7361231, 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!
15:12:37.432 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8280
15:12:37.432 [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=25456, Token=5C36A68FE7361231, 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]
15:12:37.432 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 49 bytes from 127.0.0.1:8279
15:12:37.432 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:37.432 [: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"}, <empty data>
15:12:37.432 [: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=25456, Token=5C36A68FE7361231, 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 <empty data> 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"}, <empty data>
15:12:37.432 [: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
15:12:37.432 [: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"}, <empty data>
15:12:37.433 [: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-25457], CON-POST   MID=25457, 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"}, <empty data>
15:12:37.433 [: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-25456]
15:12:37.433 [: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-3C0C546F43BF8399], CON-POST   MID=25457, Token=3C0C546F43BF8399, 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"}, <empty data>
15:12:37.433 [: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-5C36A68FE7361231]
15:12:37.433 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-25457], KeyToken[127.0.0.1:8279-3C0C546F43BF8399]]
15:12:37.433 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8279
15:12:37.433 [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=25457, Token=3C0C546F43BF8399, 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"}, <empty data>]
15:12:37.433 [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
15:12:37.433 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-25457]
15:12:37.433 [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]
15:12:37.433 [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
15:12:37.433 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1497, 127.0.0.1:8280, complete]!
15:12:37.433 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1497, 127.0.0.1:8280, complete] completed ACK-2.04   MID=25457, Token=3C0C546F43BF8399, 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!
15:12:37.433 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8280
15:12:37.434 [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=25457, Token=3C0C546F43BF8399, 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]
15:12:37.434 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 49 bytes from 127.0.0.1:8279
15:12:37.434 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:37.434 [: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"}, <empty data>
15:12:37.434 [: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=25457, Token=3C0C546F43BF8399, 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 <empty data> 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"}, <empty data>
15:12:37.434 [: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
15:12:37.434 [: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"}, <empty data>
15:12:37.434 [: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-25458], CON-POST   MID=25458, 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"}, <empty data>
15:12:37.434 [: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-25457]
15:12:37.434 [: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-4C2B20912254C5EB], CON-POST   MID=25458, Token=4C2B20912254C5EB, 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"}, <empty data>
15:12:37.434 [: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-3C0C546F43BF8399]
15:12:37.434 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-25458], KeyToken[127.0.0.1:8279-4C2B20912254C5EB]]
15:12:37.434 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8279
15:12:37.435 [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=25458, Token=4C2B20912254C5EB, 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"}, <empty data>]
15:12:37.435 [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
15:12:37.435 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-25458]
15:12:37.435 [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]
15:12:37.435 [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
15:12:37.435 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1498, 127.0.0.1:8280, complete]!
15:12:37.435 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1498, 127.0.0.1:8280, complete] completed ACK-2.04   MID=25458, Token=4C2B20912254C5EB, 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!
15:12:37.435 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8280
15:12:37.435 [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=25458, Token=4C2B20912254C5EB, 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]
15:12:37.435 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 49 bytes from 127.0.0.1:8279
15:12:37.435 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:37.435 [: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"}, <empty data>
15:12:37.435 [: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=25458, Token=4C2B20912254C5EB, 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 <empty data> 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"}, <empty data>
15:12:37.435 [: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
15:12:37.435 [: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"}, <empty data>
15:12:37.435 [: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-25459], CON-POST   MID=25459, 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"}, <empty data>
15:12:37.436 [: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-25458]
15:12:37.436 [: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-F4AD9067B0DA1879], CON-POST   MID=25459, Token=F4AD9067B0DA1879, 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"}, <empty data>
15:12:37.436 [: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-4C2B20912254C5EB]
15:12:37.436 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-25459], KeyToken[127.0.0.1:8279-F4AD9067B0DA1879]]
15:12:37.436 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8279
15:12:37.436 [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=25459, Token=F4AD9067B0DA1879, 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"}, <empty data>]
15:12:37.436 [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
15:12:37.436 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-25459]
15:12:37.436 [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]
15:12:37.436 [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
15:12:37.436 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1499, 127.0.0.1:8280, complete]!
15:12:37.436 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1499, 127.0.0.1:8280, complete] completed ACK-2.04   MID=25459, Token=F4AD9067B0DA1879, 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!
15:12:37.436 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8280
15:12:37.436 [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=25459, Token=F4AD9067B0DA1879, 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]
15:12:37.437 [UDP-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
15:12:37.437 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:37.437 [: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"}, <empty data>
15:12:37.437 [: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=25459, Token=F4AD9067B0DA1879, 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 <empty data> 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"}, <empty data>
15:12:37.437 [: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
15:12:37.437 [: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"}, <empty data>
15:12:37.437 [: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-25460], CON-POST   MID=25460, 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"}, <empty data>
15:12:37.437 [: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-25459]
15:12:37.437 [: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-04DEAAD09B5551F5], CON-POST   MID=25460, Token=04DEAAD09B5551F5, 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"}, <empty data>
15:12:37.437 [: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-F4AD9067B0DA1879]
15:12:37.437 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-25460], KeyToken[127.0.0.1:8279-04DEAAD09B5551F5]]
15:12:37.437 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8279
15:12:37.437 [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=25460, Token=04DEAAD09B5551F5, 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"}, <empty data>]
15:12:37.437 [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
15:12:37.437 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-25460]
15:12:37.437 [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]
15:12:37.437 [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
15:12:37.438 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1500, 127.0.0.1:8280, complete]!
15:12:37.438 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1500, 127.0.0.1:8280, complete] completed ACK-2.04   MID=25460, Token=04DEAAD09B5551F5, 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!
15:12:37.438 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8280
15:12:37.438 [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=25460, Token=04DEAAD09B5551F5, 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]
15:12:37.438 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 49 bytes from 127.0.0.1:8279
15:12:37.438 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:37.438 [: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"}, <empty data>
15:12:37.438 [: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=25460, Token=04DEAAD09B5551F5, 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 <empty data> 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"}, <empty data>
15:12:37.438 [: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
15:12:37.438 [: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"}, <empty data>
15:12:37.438 [: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-25461], CON-POST   MID=25461, 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"}, <empty data>
15:12:37.438 [: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-25460]
15:12:37.438 [: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-10B29E5B034FBFC9], CON-POST   MID=25461, Token=10B29E5B034FBFC9, 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"}, <empty data>
15:12:37.438 [: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-04DEAAD09B5551F5]
15:12:37.438 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-25461], KeyToken[127.0.0.1:8279-10B29E5B034FBFC9]]
15:12:37.438 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8279
15:12:37.439 [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=25461, Token=10B29E5B034FBFC9, 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"}, <empty data>]
15:12:37.439 [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
15:12:37.439 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-25461]
15:12:37.439 [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]
15:12:37.439 [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
15:12:37.439 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1501, 127.0.0.1:8280, complete]!
15:12:37.439 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1501, 127.0.0.1:8280, complete] completed ACK-2.04   MID=25461, Token=10B29E5B034FBFC9, 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!
15:12:37.439 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8280
15:12:37.439 [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=25461, Token=10B29E5B034FBFC9, 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]
15:12:37.439 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 49 bytes from 127.0.0.1:8279
15:12:37.439 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:37.439 [: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"}, <empty data>
15:12:37.439 [: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=25461, Token=10B29E5B034FBFC9, 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 <empty data> 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"}, <empty data>
15:12:37.440 [: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
15:12:37.440 [: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"}, <empty data>
15:12:37.440 [: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-25462], CON-POST   MID=25462, 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"}, <empty data>
15:12:37.440 [: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-25461]
15:12:37.440 [: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-C82B1372227838A5], CON-POST   MID=25462, Token=C82B1372227838A5, 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"}, <empty data>
15:12:37.440 [: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-10B29E5B034FBFC9]
15:12:37.440 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-25462], KeyToken[127.0.0.1:8279-C82B1372227838A5]]
15:12:37.440 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8279
15:12:37.440 [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=25462, Token=C82B1372227838A5, 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"}, <empty data>]
15:12:37.440 [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
15:12:37.440 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-25462]
15:12:37.440 [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]
15:12:37.440 [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
15:12:37.440 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1502, 127.0.0.1:8280, complete]!
15:12:37.440 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1502, 127.0.0.1:8280, complete] completed ACK-2.04   MID=25462, Token=C82B1372227838A5, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=8)"}, C6 67 7E E8 4E 3E B9 2C 0B 19 E6!
15:12:37.440 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 28 bytes to 127.0.0.1:8280
15:12:37.441 [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=25462, Token=C82B1372227838A5, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=8)"}, C6 67 7E E8 4E 3E B9 2C 0B 19 E6]
15:12:37.441 [UDP-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
15:12:37.441 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:37.441 [: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
15:12:37.441 [: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
15:12:37.441 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap assembled response: ACK-2.04   MID=25454, Token=1C20FF1948F486DD, 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
15:12:37.441 [: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=25462, Token=C82B1372227838A5, 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 <empty data> by CON-POST   MID=25454, Token=1C20FF1948F486DD, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, "98257387005764743526667350535128".. 128 bytes
15:12:37.441 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1491, 127.0.0.1:8279, complete]!
15:12:37.441 [: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-C82B1372227838A5]
15:12:37.441 [: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-25462]
15:12:37.441 [: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=25454, Token=1C20FF1948F486DD, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, "98257387005764743526667350535128".. 128 bytes!
15:12:37.441 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityContextLayer - Incoming OSCORE response uses outer block-wise
15:12:37.441 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
==[ CoAP Response ]============================================
MID    : 25454
Token  : 1C20FF1948F486DD
Type   : ACK
Status : 2.05 - CONTENT
Options: {"Object-Security":0x, "Content-Format":"text/plain"}
RTT    : 71 ms
Payload: 256 Bytes
---------------------------------------------------------------
9825738700576474352666735053512878218700320913599900364160263437163052680218709341331217088868805914495093768541575311672954009898257387005764743526667350535128782187003209135999003641602634371630526802187093413312170888688059144950937685415753116729540098
===============================================================
15:12:37.441 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
15:12:37.441 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
15:12:37.442 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8277
15:12:37.442 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8277
15:12:37.442 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8277] stopping ...
15:12:37.442 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8277, address /127.0.0.1
15:12:37.442 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8277] has stopped.
15:12:37.442 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8277
15:12:37.442 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
15:12:37.442 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
15:12:37.442 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8278
15:12:37.442 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8278
15:12:37.442 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8278] stopping ...
15:12:37.442 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8278, address /0.0.0.0
15:12:37.442 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8278] has stopped.
15:12:37.442 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8278
15:12:37.442 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
15:12:37.442 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
15:12:37.442 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8279
15:12:37.442 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8279
15:12:37.442 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8279] stopping ...
15:12:37.442 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8279, address /127.0.0.1
15:12:37.443 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8279] has stopped.
15:12:37.443 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8279
15:12:37.443 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
15:12:37.443 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
15:12:37.443 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8280
15:12:37.443 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8280
15:12:37.443 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8280] stopping ...
15:12:37.443 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8280, address /0.0.0.0
15:12:37.443 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8280] has stopped.
15:12:37.443 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8280
15:12:37.443 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePostProxyClientBW
15:12:37.443 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePostProxyServerBW
15:12:37.444 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:37.444 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:37.444 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:37.444 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
15:12:37.444 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
15:12:37.445 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
15:12:37.445 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:37.445 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:37.445 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
15:12:37.445 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8281
15:12:37.445 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:37.445 [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
15:12:37.445 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8281
15:12:37.445 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
15:12:37.445 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
15:12:37.445 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:37.445 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:37.445 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:37.445 [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
15:12:37.445 [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
15:12:37.446 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
15:12:37.446 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:37.446 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:37.446 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
15:12:37.446 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8282
15:12:37.446 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:37.446 [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
15:12:37.446 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8282
15:12:37.446 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8282
15:12:37.446 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
15:12:37.446 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:37.446 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
15:12:37.446 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:37.446 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:37.446 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
15:12:37.446 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
15:12:37.447 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
15:12:37.447 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:37.447 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:37.447 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
15:12:37.447 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8283
15:12:37.447 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:37.447 [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
15:12:37.447 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8283
15:12:37.447 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
15:12:37.447 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
15:12:37.447 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:37.447 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:37.448 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:37.448 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
15:12:37.448 [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
15:12:37.448 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
15:12:37.448 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:37.448 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:37.448 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
15:12:37.448 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8284
15:12:37.448 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:37.448 [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
15:12:37.448 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8284
15:12:37.448 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8284
15:12:37.448 [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]]
15:12:37.448 [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]]
15:12:37.448 [: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
15:12:37.448 [: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
15:12:37.449 [: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
15:12:37.449 [: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-11387], CON-POST   MID=11387, 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
15:12:37.449 [: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-082BA39E879268DE], CON-POST   MID=11387, Token=082BA39E879268DE, 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
15:12:37.449 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-11387], KeyToken[127.0.0.1:8283-082BA39E879268DE]]
15:12:37.449 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 189 bytes to 127.0.0.1:8283
15:12:37.449 [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=11387, Token=082BA39E879268DE, 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]
15:12:37.449 [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
15:12:37.450 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8284-11387]
15:12:37.450 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly
Proxy: coap://127.0.0.1:8281
==[ CoAP Request ]=============================================
MID    : 11387
Token  : 082BA39E879268DE
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
===============================================================
15:12:37.450 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [149/32] requires blockwise transfer
15:12:37.450 [: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
15:12:37.450 [: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
15:12:37.450 [: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
15:12:37.450 [: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
15:12:37.450 [: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-59497], CON-POST   MID=59497, 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
15:12:37.450 [: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-28C3893E5995AC86], CON-POST   MID=59497, Token=28C3893E5995AC86, 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
15:12:37.450 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8281-59497], KeyToken[127.0.0.1:8281-28C3893E5995AC86]]
15:12:37.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 54 bytes to 127.0.0.1:8281
15:12:37.450 [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=59497, Token=28C3893E5995AC86, 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]
15:12:37.450 [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
15:12:37.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8282-59497]
15:12:37.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=0)
15:12:37.451 [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
15:12:37.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=0], expecting more blocks to come
15:12:37.451 [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)"}, <empty data>
15:12:37.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1506, 127.0.0.1:8282, complete]!
15:12:37.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1506, 127.0.0.1:8282, complete] completed ACK-2.31   MID=59497, Token=28C3893E5995AC86, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, <empty data>!
15:12:37.451 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8282
15:12:37.451 [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=59497, Token=28C3893E5995AC86, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, <empty data>]
15:12:37.451 [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
15:12:37.451 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=1/32, m=true, num=0)
15:12:37.451 [: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
15:12:37.451 [: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=59497, Token=28C3893E5995AC86, 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
15:12:37.452 [: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
15:12:37.452 [: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
15:12:37.452 [: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-59498], CON-POST   MID=59498, 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
15:12:37.452 [: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-59497]
15:12:37.452 [: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-C452511A7261198B], CON-POST   MID=59498, Token=C452511A7261198B, 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
15:12:37.452 [: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-28C3893E5995AC86]
15:12:37.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8281-59498], KeyToken[127.0.0.1:8281-C452511A7261198B]]
15:12:37.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 51 bytes to 127.0.0.1:8281
15:12:37.452 [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=59498, Token=C452511A7261198B, 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]
15:12:37.452 [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
15:12:37.452 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8282-59498]
15:12:37.452 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=1)
15:12:37.452 [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=59498, Token=C452511A7261198B, 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
15:12:37.452 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=1], expecting more blocks to come
15:12:37.452 [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)"}, <empty data>
15:12:37.452 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1507, 127.0.0.1:8282, complete]!
15:12:37.452 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1507, 127.0.0.1:8282, complete] completed ACK-2.31   MID=59498, Token=C452511A7261198B, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, <empty data>!
15:12:37.452 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8282
15:12:37.453 [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=59498, Token=C452511A7261198B, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, <empty data>]
15:12:37.453 [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
15:12:37.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap received response acknowledging block1 (szx=1/32, m=true, num=1)
15:12:37.453 [: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
15:12:37.453 [: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=59498, Token=C452511A7261198B, 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
15:12:37.453 [: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
15:12:37.453 [: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
15:12:37.453 [: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-59499], CON-POST   MID=59499, 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
15:12:37.453 [: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-59498]
15:12:37.453 [: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-085543949861A3F4], CON-POST   MID=59499, Token=085543949861A3F4, 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
15:12:37.453 [: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-C452511A7261198B]
15:12:37.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8281-59499], KeyToken[127.0.0.1:8281-085543949861A3F4]]
15:12:37.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 51 bytes to 127.0.0.1:8281
15:12:37.454 [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=59499, Token=085543949861A3F4, 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]
15:12:37.454 [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
15:12:37.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8282-59499]
15:12:37.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=2)
15:12:37.454 [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=59499, Token=085543949861A3F4, 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
15:12:37.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=2], expecting more blocks to come
15:12:37.454 [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)"}, <empty data>
15:12:37.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1508, 127.0.0.1:8282, complete]!
15:12:37.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1508, 127.0.0.1:8282, complete] completed ACK-2.31   MID=59499, Token=085543949861A3F4, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, <empty data>!
15:12:37.454 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8282
15:12:37.454 [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=59499, Token=085543949861A3F4, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, <empty data>]
15:12:37.454 [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
15:12:37.454 [: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)
15:12:37.454 [: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
15:12:37.454 [: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=59499, Token=085543949861A3F4, 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
15:12:37.455 [: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
15:12:37.455 [: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
15:12:37.455 [: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-59500], CON-POST   MID=59500, 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
15:12:37.455 [: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-59499]
15:12:37.455 [: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-E09F0B073CFFB5F6], CON-POST   MID=59500, Token=E09F0B073CFFB5F6, 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
15:12:37.455 [: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-085543949861A3F4]
15:12:37.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8281-59500], KeyToken[127.0.0.1:8281-E09F0B073CFFB5F6]]
15:12:37.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 51 bytes to 127.0.0.1:8281
15:12:37.455 [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=59500, Token=E09F0B073CFFB5F6, 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]
15:12:37.455 [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
15:12:37.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8282-59500]
15:12:37.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=3)
15:12:37.455 [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=59500, Token=E09F0B073CFFB5F6, 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
15:12:37.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=3], expecting more blocks to come
15:12:37.455 [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)"}, <empty data>
15:12:37.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1509, 127.0.0.1:8282, complete]!
15:12:37.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1509, 127.0.0.1:8282, complete] completed ACK-2.31   MID=59500, Token=E09F0B073CFFB5F6, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, <empty data>!
15:12:37.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 15 bytes to 127.0.0.1:8282
15:12:37.456 [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=59500, Token=E09F0B073CFFB5F6, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, <empty data>]
15:12:37.456 [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
15:12:37.456 [: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)
15:12:37.456 [: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
15:12:37.456 [: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=59500, Token=E09F0B073CFFB5F6, 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
15:12:37.456 [: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
15:12:37.456 [: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
15:12:37.456 [: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-59501], CON-POST   MID=59501, 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
15:12:37.456 [: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-59500]
15:12:37.456 [: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-A42CBFE835B6ADFC], CON-POST   MID=59501, Token=A42CBFE835B6ADFC, 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
15:12:37.456 [: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-E09F0B073CFFB5F6]
15:12:37.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8281-59501], KeyToken[127.0.0.1:8281-A42CBFE835B6ADFC]]
15:12:37.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:8281
15:12:37.456 [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=59501, Token=A42CBFE835B6ADFC, 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]
15:12:37.457 [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
15:12:37.457 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8282-59501]
15:12:37.457 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=false, num=4)
15:12:37.457 [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=59501, Token=A42CBFE835B6ADFC, 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
15:12:37.457 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has sent last block1 [num=4], delivering request to application layer
15:12:37.457 [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
15:12:37.457 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityContextLayer - Incoming OSCORE request uses outer block-wise
15:12:37.457 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:37.457 [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
15:12:37.457 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1510, 127.0.0.1:8282, complete]!
15:12:37.457 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1510, 127.0.0.1:8282, complete] completed ACK-2.04   MID=59501, Token=A42CBFE835B6ADFC, 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!
15:12:37.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 284 bytes to 127.0.0.1:8282
15:12:37.458 [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=59501, Token=A42CBFE835B6ADFC, 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]
15:12:37.458 [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
15:12:37.458 [: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)
15:12:37.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1505, 127.0.0.1:8281, complete]!
15:12:37.458 [: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-A42CBFE835B6ADFC]
15:12:37.458 [: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-59501]
15:12:37.458 [: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=59497, Token=28C3893E5995AC86, 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=59501, Token=A42CBFE835B6ADFC, 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!
15:12:37.458 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly
15:12:37.458 [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
15:12:37.458 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1504, 127.0.0.1:8284, complete]!
15:12:37.458 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1504, 127.0.0.1:8284, complete] completed ACK-2.04   MID=11387, Token=082BA39E879268DE, 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!
15:12:37.458 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 284 bytes to 127.0.0.1:8284
15:12:37.458 [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=11387, Token=082BA39E879268DE, 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]
15:12:37.458 [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
15:12:37.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:37.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
15:12:37.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1503, 127.0.0.1:8283, complete]!
15:12:37.459 [: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-082BA39E879268DE]
15:12:37.459 [: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-11387]
15:12:37.459 [: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=11387, Token=082BA39E879268DE, 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=11387, Token=082BA39E879268DE, 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    : 11387
Token  : 082BA39E879268DE
Type   : ACK
Status : 2.05 - CONTENT
Options: {"Object-Security":0x, "Content-Format":"text/plain"}
RTT    : 10 ms
Payload: 256 Bytes
---------------------------------------------------------------
9825738700576474352666735053512878218700320913599900364160263437163052680218709341331217088868805914495093768541575311672954009898257387005764743526667350535128782187003209135999003641602634371630526802187093413312170888688059144950937685415753116729540098
===============================================================
15:12:37.459 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
15:12:37.459 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
15:12:37.459 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8281
15:12:37.459 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8281
15:12:37.459 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8281] stopping ...
15:12:37.459 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8281, address /127.0.0.1
15:12:37.459 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8281] has stopped.
15:12:37.459 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8281
15:12:37.459 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
15:12:37.459 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
15:12:37.459 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8282
15:12:37.459 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8282
15:12:37.459 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8282] stopping ...
15:12:37.459 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8282, address /0.0.0.0
15:12:37.459 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8282] has stopped.
15:12:37.460 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8282
15:12:37.460 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
15:12:37.460 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
15:12:37.460 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8283
15:12:37.460 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8283
15:12:37.460 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8283] stopping ...
15:12:37.460 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8283, address /127.0.0.1
15:12:37.460 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8283] has stopped.
15:12:37.460 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8283
15:12:37.460 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
15:12:37.460 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
15:12:37.460 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8284
15:12:37.460 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8284
15:12:37.460 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8284] stopping ...
15:12:37.460 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8284, address /0.0.0.0
15:12:37.460 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8284] has stopped.
15:12:37.460 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8284
15:12:37.460 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePostProxyServerBW
15:12:37.461 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active.
15:12:37.461 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
[WARNING] Tests run: 16, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.501 s - in org.eclipse.californium.oscore.OSCoreOuterBlockwiseTest
[INFO] Running org.eclipse.californium.oscore.EndpointContextInfoTest

Start EndpointContextInfoTest
15:12:37.462 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:37.462 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:37.462 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:37.462 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
15:12:37.462 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
15:12:37.463 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
15:12:37.463 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:37.463 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:37.463 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
15:12:37.463 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8285
15:12:37.463 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:37.464 [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
15:12:37.463 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
15:12:37.464 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8285
15:12:37.464 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
15:12:37.464 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:37.464 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:37.464 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:37.464 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
15:12:37.464 [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
15:12:37.465 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
15:12:37.465 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:37.465 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:37.465 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
15:12:37.465 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8286
15:12:37.465 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:37.465 [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
15:12:37.465 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8286
15:12:37.465 [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]]
15:12:37.465 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8286 for coap
client sent request
15:12:37.465 [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]]
15:12:37.465 [: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
15:12:37.465 [: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}, <empty data>
15:12:37.466 [: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}, <empty data> by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79
15:12:37.466 [: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-61886], CON-POST   MID=61886, Token=null, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79
15:12:37.466 [: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-00DCC71A64A819B5], CON-POST   MID=61886, Token=00DCC71A64A819B5, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79
15:12:37.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8285-61886], KeyToken[127.0.0.1:8285-00DCC71A64A819B5]]
Client: Request endpoint context type: class org.eclipse.californium.elements.MapBasedEndpointContext
15:12:37.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 29 bytes to 127.0.0.1:8285
15:12:37.466 [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=61886, Token=00DCC71A64A819B5, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79]
15:12:37.466 [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
15:12:37.466 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8286-61886]
15:12:37.466 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:37.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1512, 127.0.0.1:8286] replace CON-POST   MID=61886, Token=00DCC71A64A819B5, OptionSet={"Object-Security":0x77665544}, <empty data> by CON-GET    MID=61886, Token=00DCC71A64A819B5, OptionSet={"Object-Security":0x}, <empty data>
server received request
Server: Request source context type: class org.eclipse.californium.elements.MapBasedEndpointContext
15:12:37.467 [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"
15:12:37.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1512, 127.0.0.1:8286, complete]!
15:12:37.467 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1512, 127.0.0.1:8286, complete] completed ACK-2.04   MID=61886, Token=00DCC71A64A819B5, 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
15:12:37.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:8286
15:12:37.467 [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=61886, Token=00DCC71A64A819B5, 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]
15:12:37.467 [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
15:12:37.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:37.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
15:12:37.468 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1511, 127.0.0.1:8285, complete]!
15:12:37.468 [: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-00DCC71A64A819B5]
15:12:37.468 [: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-61886]
15:12:37.468 [: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=61886, Token=00DCC71A64A819B5, OptionSet={"Object-Security":0x}, <empty data> -/- CON-POST   MID=61886, Token=00DCC71A64A819B5, OptionSet={"Object-Security":0x090077665544}, acked 47 95 96 04 DA CD 5C DF 79!
client received response
15:12:37.468 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
15:12:37.468 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8285
15:12:37.468 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8285
15:12:37.468 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8285] stopping ...
15:12:37.468 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8285, address /127.0.0.1
15:12:37.468 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8285] has stopped.
15:12:37.468 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8285
15:12:37.468 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End EndpointContextInfoTest

Start EndpointContextInfoTest
15:12:37.469 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:37.469 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:37.469 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:37.469 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
15:12:37.469 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
15:12:37.469 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
15:12:37.469 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:37.469 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:37.469 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
15:12:37.469 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8287
15:12:37.469 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:37.470 [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
15:12:37.470 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8287
15:12:37.470 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
15:12:37.470 [UDP-Sender-localhost/127.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
15:12:37.470 [: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
15:12:37.470 [: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}, <empty data>
15:12:37.471 [: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}, <empty data> by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79
15:12:37.471 [: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-36209], CON-POST   MID=36209, Token=null, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79
15:12:37.471 [: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-EC26D5E05B21749E], CON-POST   MID=36209, Token=EC26D5E05B21749E, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79
15:12:37.471 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8287-36209], KeyToken[127.0.0.1:8287-EC26D5E05B21749E]]
15:12:37.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 29 bytes to 127.0.0.1:8287
15:12:37.471 [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=36209, Token=EC26D5E05B21749E, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79]
15:12:37.471 [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
15:12:37.471 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8286-36209]
15:12:37.471 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:37.471 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1514, 127.0.0.1:8286] replace CON-POST   MID=36209, Token=EC26D5E05B21749E, OptionSet={"Object-Security":0x77665544}, <empty data> by CON-GET    MID=36209, Token=EC26D5E05B21749E, OptionSet={"Object-Security":0x}, <empty data>
server received request
Server: Request source context type: class org.eclipse.californium.elements.MapBasedEndpointContext
15:12:37.471 [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"
15:12:37.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1514, 127.0.0.1:8286, complete]!
15:12:37.472 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1514, 127.0.0.1:8286, complete] completed ACK-2.04   MID=36209, Token=EC26D5E05B21749E, 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
15:12:37.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:8286
15:12:37.472 [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=36209, Token=EC26D5E05B21749E, 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]
15:12:37.472 [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
15:12:37.525 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:37.525 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:37.525 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1513, 127.0.0.1:8287, complete]!
15:12:37.525 [: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-EC26D5E05B21749E]
15:12:37.525 [: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-36209]
15:12:37.525 [: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=36209, Token=EC26D5E05B21749E, OptionSet={"Object-Security":0x}, <empty data> -/- CON-POST   MID=36209, Token=EC26D5E05B21749E, 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
15:12:37.526 [: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
15:12:37.526 [: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}, <empty data>
15:12:37.526 [: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}, <empty data> by CON-POST   MID=   -1, Token=null, OptionSet={"Object-Security":0x090177665544}, 37 88 6D 3B 6C 12 FF 8C 24
15:12:37.526 [: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-36210], CON-POST   MID=36210, Token=null, OptionSet={"Object-Security":0x090177665544}, 37 88 6D 3B 6C 12 FF 8C 24
15:12:37.526 [: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-04E7A2F430017C11], CON-POST   MID=36210, Token=04E7A2F430017C11, OptionSet={"Object-Security":0x090177665544}, 37 88 6D 3B 6C 12 FF 8C 24
15:12:37.526 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8287-36210], KeyToken[127.0.0.1:8287-04E7A2F430017C11]]
15:12:37.526 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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
15:12:37.527 [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=36210, Token=04E7A2F430017C11, OptionSet={"Object-Security":0x090177665544}, 37 88 6D 3B 6C 12 FF 8C 24]
15:12:37.527 [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
15:12:37.527 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8286-36210]
15:12:37.527 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:37.527 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1516, 127.0.0.1:8286] replace CON-POST   MID=36210, Token=04E7A2F430017C11, OptionSet={"Object-Security":0x77665544}, <empty data> by CON-GET    MID=36210, Token=04E7A2F430017C11, OptionSet={"Object-Security":0x}, <empty data>
server received request
Server: Request source context type: class org.eclipse.californium.elements.MapBasedEndpointContext
15:12:37.527 [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"
15:12:37.527 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1516, 127.0.0.1:8286, complete]!
15:12:37.527 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1516, 127.0.0.1:8286, complete] completed ACK-2.04   MID=36210, Token=04E7A2F430017C11, 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
15:12:37.527 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.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
15:12:37.528 [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=36210, Token=04E7A2F430017C11, 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]
15:12:37.528 [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
15:12:37.528 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:37.528 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:37.528 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1515, 127.0.0.1:8287, complete]!
15:12:37.528 [: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-04E7A2F430017C11]
15:12:37.528 [: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-36210]
15:12:37.528 [: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=36210, Token=04E7A2F430017C11, OptionSet={"Object-Security":0x}, <empty data> -/- CON-POST   MID=36210, Token=04E7A2F430017C11, OptionSet={"Object-Security":0x090177665544}, acked 37 88 6D 3B 6C 12 FF 8C 24!
client received response
15:12:37.528 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
15:12:37.528 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8287
15:12:37.528 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8287
15:12:37.528 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8287] stopping ...
15:12:37.528 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8287, address /127.0.0.1
15:12:37.528 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8287] has stopped.
15:12:37.528 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8287
15:12:37.529 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End EndpointContextInfoTest
15:12:37.529 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active.
15:12:37.529 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8286
15:12:37.529 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8286
15:12:37.529 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8286] stopping ...
15:12:37.529 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8286, address /0.0.0.0
15:12:37.529 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8286] has stopped.
15:12:37.529 [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.066 s - in org.eclipse.californium.oscore.EndpointContextInfoTest
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 43, Failures: 0, Errors: 0, Skipped: 1
[INFO] 
[INFO] 
[INFO] --- bundle:5.1.9:bundle (default-bundle) @ cf-oscore ---
[INFO] Building bundle: /home/jenkins/agent/workspace/californium-main/cf-oscore/target/cf-oscore-3.12.0-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/californium-main/cf-oscore/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- assembly:3.6.0:single (make-assembly) @ cf-oscore ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/cf-oscore/target/cf-oscore-3.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ cf-oscore ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
15:12:38.858 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:38.870 [main] INFO org.eclipse.californium.elements.config.Configuration - defaults added COAP.
15:12:38.870 [main] INFO org.eclipse.californium.elements.config.Configuration - defaults added SYS.
15:12:38.871 [main] INFO org.eclipse.californium.elements.config.Configuration - defaults added UDP.
[INFO] Running org.eclipse.californium.oscore.OSCoreObserveTest
15:12:38.885 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testObserve
15:12:38.970 [main] INFO org.eclipse.californium.elements.util.JceProviderUtil - JCE default setup
15:12:38.983 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - AES: not restricted
15:12:38.986 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - RSA: true
15:12:38.986 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - EC: true
15:12:39.041 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - ECDSA vulnerable.
15:12:39.050 [main] INFO org.eclipse.californium.elements.util.JceProviderUtil - EdDSA supported by SunEC, Ed25519: true, Ed448: true
15:12:39.050 [main] INFO org.eclipse.californium.elements.util.JceProviderUtil - JCE setup: SunEC version 17, ready.
15:12:39.052 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [0]: SUN version 17.
15:12:39.052 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [1]: SunRsaSign version 17.
15:12:39.052 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [2]: SunEC version 17.
15:12:39.052 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [3]: SunJSSE version 17.
15:12:39.052 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [4]: SunJCE version 17.
15:12:39.052 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [5]: SunJGSS version 17.
15:12:39.052 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [6]: SunSASL version 17.
15:12:39.052 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [7]: XMLDSig version 17.
15:12:39.052 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [8]: SunPCSC version 17.
15:12:39.053 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [9]: JdkLDAP version 17.
15:12:39.053 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [10]: JdkSASL version 17.
15:12:39.053 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [11]: SunPKCS11 version 17.
15:12:39.067 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:39.072 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:39.073 [main] INFO org.eclipse.californium.ban - Started.
15:12:39.074 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:39.084 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
15:12:39.098 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
15:12:39.100 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
15:12:39.103 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:39.105 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:39.106 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
15:12:39.106 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8192
15:12:39.106 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:39.108 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
15:12:39.108 [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
15:12:39.109 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
15:12:39.109 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8192
15:12:39.119 [main] DEBUG org.eclipse.californium.elements.util.NetworkInterfacesUtil - Found broadcast address /10.40.25.255 - eth0.
15:12:39.125 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:39.125 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:39.126 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:39.126 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
15:12:39.126 [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
15:12:39.128 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
15:12:39.128 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:39.128 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:39.128 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
15:12:39.128 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8193
15:12:39.128 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:39.129 [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]]
15:12:39.129 [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
15:12:39.129 [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]]
15:12:39.129 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8193
15:12:39.129 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8193 for coap
15:12:39.136 [: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
15:12:39.136 [: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=A5C19E27FA3258C0, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, <empty data>
15:12:39.145 [: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=A5C19E27FA3258C0, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, <empty data> by CON-FETCH  MID=   -1, Token=A5C19E27FA3258C0, 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
15:12:39.145 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.BaseMatcher - registering observe request CON-FETCH  MID=49641, Token=A5C19E27FA3258C0, 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
15:12:39.146 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.observe.InMemoryObservationStore - added observation for Token=A5C19E27FA3258C0
15:12:39.147 [: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-49641], CON-FETCH  MID=49641, Token=A5C19E27FA3258C0, 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
15:12:39.148 [: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[A5C19E27FA3258C0], CON-FETCH  MID=49641, Token=A5C19E27FA3258C0, 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
15:12:39.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-49641], KeyToken[A5C19E27FA3258C0]]
15:12:39.152 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8192
15:12:39.155 [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=49641, Token=A5C19E27FA3258C0, 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]
15:12:39.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
15:12:39.156 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-49641]
15:12:39.159 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:39.159 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R2, 127.0.0.1:8193] replace CON-FETCH  MID=49641, Token=A5C19E27FA3258C0, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, <empty data> by CON-GET    MID=49641, Token=A5C19E27FA3258C0, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, <empty data>
15:12:39.160 [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]
15:12:39.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.observe.ObserveRelation - Observe-relation, checks every 120000000000ns or 100 notifications.
15:12:39.165 [CoapServer(main)#1] INFO org.eclipse.californium.core.CoapResource - successfully established observe relation between KeyToken[127.0.0.1:8193-A5C19E27FA3258C0] and resource /oscore/observe2 (Exchange[R2, 127.0.0.1:8193], size 1)
15:12:39.166 [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"
15:12:39.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R2, 127.0.0.1:8193, complete]!
15:12:39.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R2, 127.0.0.1:8193, complete] completed ACK-2.04   MID=49641, Token=A5C19E27FA3258C0, OptionSet={"Observe":0, "Object-Security":0x0100}, 4D D3 3B FC 90 86 BC 88 2F C2 A2 05 C2 2E 96!
15:12:39.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 32 bytes to 127.0.0.1:8193
15:12:39.171 [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=49641, Token=A5C19E27FA3258C0, OptionSet={"Observe":0, "Object-Security":0x0100}, 4D D3 3B FC 90 86 BC 88 2F C2 A2 05 C2 2E 96]
15:12:39.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 32 bytes from 127.0.0.1:8192
15:12:39.173 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:39.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
15:12:39.175 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1, 127.0.0.1:8192, complete]!
15:12:39.175 [: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[A5C19E27FA3258C0]
15:12:39.175 [: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-49641]
15:12:39.175 [: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=49641, Token=A5C19E27FA3258C0, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, <empty data> -/- CON-FETCH  MID=49641, Token=A5C19E27FA3258C0, 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!
15:12:39.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.coap.ClientObserveRelation - Updated with ACK-2.05   MID=49641, Token=A5C19E27FA3258C0, OptionSet={"Observe":0, "Object-Security":0x0100, "Content-Format":"text/plain"}, "one"
15:12:39.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.coap.ClientObserveRelation - Wait for 62000ms fresh notifies.
NOTIFICATION: one
15:12:39.179 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.core.test.CountingCoapHandler - Received 1. Notification: ACK-2.05   MID=49641, Token=A5C19E27FA3258C0, OptionSet={"Observe":0, "Object-Security":0x0100, "Content-Format":"text/plain"}, "one"
15:12:39.849 [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"
15:12:39.850 [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-26170], NON-2.04   MID=26170, Token=A5C19E27FA3258C0, OptionSet={"Observe":1, "Object-Security":0x0101}, 52 82 A2 6B 2D 57 56 04 A8 18 12 C6 9A 79 95 9E
15:12:39.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 34 bytes to 127.0.0.1:8193
15:12:39.851 [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=26170, Token=A5C19E27FA3258C0, OptionSet={"Observe":1, "Object-Security":0x0101}, 52 82 A2 6B 2D 57 56 04 A8 18 12 C6 9A 79 95 9E]
15:12:39.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 34 bytes from 127.0.0.1:8192
15:12:39.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.observe.InMemoryObservationStore - looking up observation for token Token=A5C19E27FA3258C0: CON-FETCH  MID=49641, Token=A5C19E27FA3258C0, 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
15:12:39.853 [: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=49641, Token=A5C19E27FA3258C0, 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
15:12:39.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:8192-26170]
15:12:39.853 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:39.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
15:12:39.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L3, 127.0.0.1:8192, complete]!
15:12:39.854 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.coap.ClientObserveRelation - Updated with NON-2.05   MID=26170, Token=A5C19E27FA3258C0, OptionSet={"Observe":1, "Object-Security":0x0101, "Content-Format":"text/plain"}, "two"
15:12:39.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.coap.ClientObserveRelation - Wait for 62000ms fresh notifies.
NOTIFICATION: two
15:12:39.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.core.test.CountingCoapHandler - Received 2. Notification: NON-2.05   MID=26170, Token=A5C19E27FA3258C0, OptionSet={"Observe":1, "Object-Security":0x0101, "Content-Format":"text/plain"}, "two"
15:12:39.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L4, 127.0.0.1:8192] send request
15:12:39.855 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L4, 127.0.0.1:8192] prepare retransmission for CON-GET    MID=   -1, Token=A5C19E27FA3258C0, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, <empty data>
15:12:39.856 [: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=A5C19E27FA3258C0, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, <empty data> by CON-FETCH  MID=   -1, Token=A5C19E27FA3258C0, 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
15:12:39.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L4, 127.0.0.1:8192] added with generated mid KeyMID[127.0.0.1:8192-49642], CON-FETCH  MID=49642, Token=A5C19E27FA3258C0, 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
15:12:39.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L4, 127.0.0.1:8192] added with token KeyToken[A5C19E27FA3258C0], CON-FETCH  MID=49642, Token=A5C19E27FA3258C0, 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
15:12:39.858 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-49642], KeyToken[A5C19E27FA3258C0]]
15:12:39.858 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 45 bytes to 127.0.0.1:8192
15:12:39.859 [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=49642, Token=A5C19E27FA3258C0, 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]
15:12:39.859 [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
15:12:39.860 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-49642]
15:12:39.860 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:39.861 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R5, 127.0.0.1:8193] replace CON-FETCH  MID=49642, Token=A5C19E27FA3258C0, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, <empty data> by CON-GET    MID=49642, Token=A5C19E27FA3258C0, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, <empty data>
15:12:39.861 [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]
15:12:39.861 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.observe.ObserveRelation - Canceling observe relation KeyToken[127.0.0.1:8193-A5C19E27FA3258C0] with /oscore/observe2 (Exchange[R2, 127.0.0.1:8193])
15:12:39.861 [CoapServer(main)#1] INFO org.eclipse.californium.core.CoapResource - remove observe relation between KeyToken[127.0.0.1:8193-A5C19E27FA3258C0] and resource /oscore/observe2 (Exchange[R2, 127.0.0.1:8193], size 0)
15:12:39.862 [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"
15:12:39.863 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R5, 127.0.0.1:8193, complete]!
15:12:39.863 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R5, 127.0.0.1:8193, complete] completed ACK-2.04   MID=49642, Token=A5C19E27FA3258C0, OptionSet={"Object-Security":0x0102}, 37 10 24 E0 C9 5C 0F C8 AD EE 14 BD B2 0E!
15:12:39.863 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R2, 127.0.0.1:8193, complete]!
15:12:39.863 [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-26170]
15:12:39.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 30 bytes to 127.0.0.1:8193
15:12:39.863 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R2, 127.0.0.1:8193, complete] completed NON-2.04   MID=26170, Token=A5C19E27FA3258C0, OptionSet={"Observe":1, "Object-Security":0x0101}, 52 82 A2 6B 2D 57 56 04 A8 18 12 C6 9A 79 95 9E!
15:12:39.864 [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=49642, Token=A5C19E27FA3258C0, OptionSet={"Object-Security":0x0102}, 37 10 24 E0 C9 5C 0F C8 AD EE 14 BD B2 0E]
15:12:39.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 30 bytes from 127.0.0.1:8192
15:12:39.864 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:39.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
15:12:39.865 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L4, 127.0.0.1:8192, complete]!
15:12:39.865 [: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[A5C19E27FA3258C0]
15:12:39.865 [: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-49642]
15:12:39.865 [: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=49642, Token=A5C19E27FA3258C0, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, <empty data> -/- CON-FETCH  MID=49642, Token=A5C19E27FA3258C0, 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!
15:12:39.867 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
15:12:39.867 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
15:12:39.868 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8192
15:12:39.868 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8192
15:12:39.868 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8192] stopping ...
15:12:39.868 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8192, address /127.0.0.1
15:12:39.869 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8192] has stopped.
15:12:39.869 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8192
15:12:39.869 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
15:12:39.869 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8193
15:12:39.869 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8193
15:12:39.869 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8193] stopping ...
15:12:39.869 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8193, address /0.0.0.0
15:12:39.869 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8193] has stopped.
15:12:39.869 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8193
15:12:39.870 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testObserve
15:12:39.870 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active.
15:12:39.871 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:39.872 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testObserve
15:12:39.874 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:39.874 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:39.874 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:39.874 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
15:12:39.875 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
15:12:39.876 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
15:12:39.876 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:39.876 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:39.876 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
15:12:39.876 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8194
15:12:39.876 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:39.877 [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
15:12:39.877 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
15:12:39.877 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
15:12:39.877 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8194
15:12:39.879 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
15:12:39.879 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
15:12:39.879 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
15:12:39.879 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
15:12:39.879 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
15:12:39.880 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
15:12:39.880 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
15:12:39.880 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
15:12:39.880 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
15:12:39.880 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8195
15:12:39.880 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
15:12:39.880 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
15:12:39.880 [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
15:12:39.881 [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]]
15:12:39.881 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8195
15:12:39.881 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8195 for coap
15:12:39.881 [: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
15:12:39.881 [: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=012A0A4AE02F71AC, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, <empty data>
15:12:39.882 [: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=012A0A4AE02F71AC, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, <empty data> by CON-FETCH  MID=   -1, Token=012A0A4AE02F71AC, 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
15:12:39.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.BaseMatcher - registering observe request CON-FETCH  MID=37487, Token=012A0A4AE02F71AC, 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
15:12:39.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.observe.InMemoryObservationStore - added observation for Token=012A0A4AE02F71AC
15:12:39.883 [: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-37487], CON-FETCH  MID=37487, Token=012A0A4AE02F71AC, 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
15:12:39.883 [: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[012A0A4AE02F71AC], CON-FETCH  MID=37487, Token=012A0A4AE02F71AC, 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
15:12:39.883 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8194-37487], KeyToken[012A0A4AE02F71AC]]
15:12:39.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 43 bytes to 127.0.0.1:8194
15:12:39.885 [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=37487, Token=012A0A4AE02F71AC, 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]
15:12:39.885 [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
15:12:39.885 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8195-37487]
15:12:39.885 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:39.886 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R7, 127.0.0.1:8195] replace CON-FETCH  MID=37487, Token=012A0A4AE02F71AC, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, <empty data> by CON-GET    MID=37487, Token=012A0A4AE02F71AC, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, <empty data>
15:12:39.886 [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]
15:12:39.886 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.observe.ObserveRelation - Observe-relation, checks every 120000000000ns or 100 notifications.
15:12:39.886 [CoapServer(main)#1] INFO org.eclipse.californium.core.CoapResource - successfully established observe relation between KeyToken[127.0.0.1:8195-012A0A4AE02F71AC] and resource /oscore/observe2 (Exchange[R7, 127.0.0.1:8195], size 1)
15:12:39.886 [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"
15:12:39.887 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R7, 127.0.0.1:8195, complete]!
15:12:39.887 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R7, 127.0.0.1:8195, complete] completed ACK-2.04   MID=37487, Token=012A0A4AE02F71AC, OptionSet={"Observe":0, "Object-Security":0x0100}, 4D D3 3B FC 90 86 BC 88 2F C2 A2 05 C2 2E 96!
15:12:39.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 32 bytes to 127.0.0.1:8195
15:12:39.888 [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=37487, Token=012A0A4AE02F71AC, OptionSet={"Observe":0, "Object-Security":0x0100}, 4D D3 3B FC 90 86 BC 88 2F C2 A2 05 C2 2E 96]
15:12:39.888 [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
15:12:39.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:39.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
15:12:39.889 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L6, 127.0.0.1:8194, complete]!
15:12:39.889 [: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[012A0A4AE02F71AC]
15:12:39.889 [: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-37487]
15:12:39.889 [: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=37487, Token=012A0A4AE02F71AC, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, <empty data> -/- CON-FETCH  MID=37487, Token=012A0A4AE02F71AC, 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!
15:12:39.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.coap.ClientObserveRelation - Updated with ACK-2.05   MID=37487, Token=012A0A4AE02F71AC, OptionSet={"Observe":0, "Object-Security":0x0100, "Content-Format":"text/plain"}, "one"
15:12:39.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.coap.ClientObserveRelation - Wait for 62000ms fresh notifies.
NOTIFICATION: one
15:12:39.890 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.core.test.CountingCoapHandler - Received 1. Notification: ACK-2.05   MID=37487, Token=012A0A4AE02F71AC, OptionSet={"Observe":0, "Object-Security":0x0100, "Content-Format":"text/plain"}, "one"
15:12:40.625 [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"
15:12:40.627 [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-13308], NON-2.04   MID=13308, Token=012A0A4AE02F71AC, OptionSet={"Observe":1, "Object-Security":0x0101}, 52 82 A2 6B 2D 57 56 04 A8 18 12 C6 9A 79 95 9E
15:12:40.627 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 34 bytes to 127.0.0.1:8195
15:12:40.628 [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=13308, Token=012A0A4AE02F71AC, OptionSet={"Observe":1, "Object-Security":0x0101}, 52 82 A2 6B 2D 57 56 04 A8 18 12 C6 9A 79 95 9E]
15:12:40.628 [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
15:12:40.629 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.observe.InMemoryObservationStore - looking up observation for token Token=012A0A4AE02F71AC: CON-FETCH  MID=37487, Token=012A0A4AE02F71AC, 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
15:12:40.629 [: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=37487, Token=012A0A4AE02F71AC, 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
15:12:40.629 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8194-13308]
15:12:40.629 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:40.629 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:40.630 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L8, 127.0.0.1:8194, complete]!
15:12:40.630 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.coap.ClientObserveRelation - Updated with NON-2.05   MID=13308, Token=012A0A4AE02F71AC, OptionSet={"Observe":1, "Object-Security":0x0101, "Content-Format":"text/plain"}, "two"
15:12:40.630 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.coap.ClientObserveRelation - Wait for 62000ms fresh notifies.
NOTIFICATION: two
15:12:40.630 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.core.test.CountingCoapHandler - Received 2. Notification: NON-2.05   MID=13308, Token=012A0A4AE02F71AC, OptionSet={"Observe":1, "Object-Security":0x0101, "Content-Format":"text/plain"}, "two"
15:12:40.631 [: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
15:12:40.631 [: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=012A0A4AE02F71AC, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, <empty data>
15:12:40.632 [: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=012A0A4AE02F71AC, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, <empty data> by CON-FETCH  MID=   -1, Token=012A0A4AE02F71AC, 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
15:12:40.632 [: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-37488], CON-FETCH  MID=37488, Token=012A0A4AE02F71AC, 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
15:12:40.633 [: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[012A0A4AE02F71AC], CON-FETCH  MID=37488, Token=012A0A4AE02F71AC, 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
15:12:40.633 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8194-37488], KeyToken[012A0A4AE02F71AC]]
15:12:40.633 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 45 bytes to 127.0.0.1:8194
15:12:40.634 [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=37488, Token=012A0A4AE02F71AC, 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]
15:12:40.634 [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
15:12:40.634 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8195-37488]
15:12:40.635 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:40.635 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R10, 127.0.0.1:8195] replace CON-FETCH  MID=37488, Token=012A0A4AE02F71AC, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, <empty data> by CON-GET    MID=37488, Token=012A0A4AE02F71AC, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, <empty data>
15:12:40.636 [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]
15:12:40.636 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.observe.ObserveRelation - Canceling observe relation KeyToken[127.0.0.1:8195-012A0A4AE02F71AC] with /oscore/observe2 (Exchange[R7, 127.0.0.1:8195])
15:12:40.636 [CoapServer(main)#1] INFO org.eclipse.californium.core.CoapResource - remove observe relation between KeyToken[127.0.0.1:8195-012A0A4AE02F71AC] and resource /oscore/observe2 (Exchange[R7, 127.0.0.1:8195], size 0)
15:12:40.636 [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"
15:12:40.637 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R10, 127.0.0.1:8195, complete]!
15:12:40.637 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R10, 127.0.0.1:8195, complete] completed ACK-2.04   MID=37488, Token=012A0A4AE02F71AC, OptionSet={"Object-Security":0x0102}, 37 10 24 E0 C9 5C 0F C8 AD EE 14 BD B2 0E!
15:12:40.637 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R7, 127.0.0.1:8195, complete]!
15:12:40.637 [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-13308]
15:12:40.637 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 30 bytes to 127.0.0.1:8195
15:12:40.638 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R7, 127.0.0.1:8195, complete] completed NON-2.04   MID=13308, Token=012A0A4AE02F71AC, OptionSet={"Observe":1, "Object-Security":0x0101}, 52 82 A2 6B 2D 57 56 04 A8 18 12 C6 9A 79 95 9E!
15:12:40.638 [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=37488, Token=012A0A4AE02F71AC, OptionSet={"Object-Security":0x0102}, 37 10 24 E0 C9 5C 0F C8 AD EE 14 BD B2 0E]
15:12:40.638 [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
15:12:40.639 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
15:12:40.639 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
15:12:40.639 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L9, 127.0.0.1:8194, complete]!
15:12:40.639 [: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[012A0A4AE02F71AC]
15:12:40.640 [: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-37488]
15:12:40.640 [: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=37488, Token=012A0A4AE02F71AC, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, <empty data> -/- CON-FETCH  MID=37488, Token=012A0A4AE02F71AC, 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!
15:12:40.640 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
15:12:40.640 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
15:12:40.641 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8194
15:12:40.641 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8194
15:12:40.641 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8194] stopping ...
15:12:40.641 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8194, address /127.0.0.1
15:12:40.641 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8194] has stopped.
15:12:40.641 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8194
15:12:40.641 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
15:12:40.641 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8195
15:12:40.642 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8195
15:12:40.642 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8195] stopping ...
15:12:40.642 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8195, address /0.0.0.0
15:12:40.642 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8195] has stopped.
15:12:40.642 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8195
15:12:40.643 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testObserve
15:12:40.643 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active.
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.763 s - in org.eclipse.californium.oscore.OSCoreObserveTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ cf-oscore ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-oscore ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/cf-oscore/target/cf-oscore-3.12.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ cf-oscore ---
[INFO] Skipping execution
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ cf-oscore ---
[INFO] Installing /home/jenkins/agent/workspace/californium-main/cf-oscore/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-oscore/3.12.0-SNAPSHOT/cf-oscore-3.12.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-main/cf-oscore/target/cf-oscore-3.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-oscore/3.12.0-SNAPSHOT/cf-oscore-3.12.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-main/cf-oscore/target/cf-oscore-3.12.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-oscore/3.12.0-SNAPSHOT/cf-oscore-3.12.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:install (default-install) @ cf-oscore ---
[INFO] Installing org/eclipse/californium/cf-oscore/3.12.0-SNAPSHOT/cf-oscore-3.12.0-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] -----------------< org.eclipse.californium:cf-pubsub >------------------
[INFO] Building Cf-PubSub 3.12.0-SNAPSHOT                               [21/39]
[INFO]   from cf-pubsub/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-pubsub ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-pubsub ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-pubsub ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ cf-pubsub ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-main/cf-pubsub/src/main/resources
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ cf-pubsub ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug release 7] to target/classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ cf-pubsub ---
[INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-pubsub ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-main/cf-pubsub/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-pubsub ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ cf-pubsub ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ cf-pubsub ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ cf-pubsub ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ cf-pubsub ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/cf-pubsub/target/cf-pubsub-3.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- assembly:3.6.0:single (make-assembly) @ cf-pubsub ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/cf-pubsub/target/cf-pubsub-3.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ cf-pubsub ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ cf-pubsub ---
[INFO] No tests to run.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-pubsub ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/cf-pubsub/target/cf-pubsub-3.12.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ cf-pubsub ---
[INFO] Skipping execution
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ cf-pubsub ---
[INFO] Installing /home/jenkins/agent/workspace/californium-main/cf-pubsub/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-pubsub/3.12.0-SNAPSHOT/cf-pubsub-3.12.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-main/cf-pubsub/target/cf-pubsub-3.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-pubsub/3.12.0-SNAPSHOT/cf-pubsub-3.12.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-main/cf-pubsub/target/cf-pubsub-3.12.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-pubsub/3.12.0-SNAPSHOT/cf-pubsub-3.12.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --------------< org.eclipse.californium:californium-osgi >--------------
[INFO] Building Californium (Cf) OSGi 3.12.0-SNAPSHOT                   [22/39]
[INFO]   from californium-osgi/pom.xml
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ californium-osgi ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ californium-osgi ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ californium-osgi ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ californium-osgi ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-main/californium-osgi/src/main/resources
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ californium-osgi ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 5 source files with javac [debug release 7] to target/classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ californium-osgi ---
[INFO] Checking unresolved references to net.sf.androidscents.signature:android-api-level-19:4.4.2_r4
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ californium-osgi ---
[INFO] No MANIFEST.MF file found, generating manifest.
[INFO] Writing manifest: /home/jenkins/agent/workspace/californium-main/californium-osgi/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ californium-osgi ---
[INFO] Copying 2 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ californium-osgi ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [debug release 7] to target/test-classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ californium-osgi ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ californium-osgi ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.californium.osgi.ManagedServerTest
15:12:44.734 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)
15:12:44.750 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)
15:12:44.781 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)
15:12:44.788 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)
15:12:44.791 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)
15:12:44.794 WARN [ManagedServer]: Secure endpoint has been configured in server properties but EndpointFactory does not support creation of secure Endpoints (o.e.c.osgi.ManagedServer.updated:168)
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.04 s - in org.eclipse.californium.osgi.ManagedServerTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ californium-osgi ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- bundle:5.1.9:bundle (default-bundle) @ californium-osgi ---
[INFO] Building bundle: /home/jenkins/agent/workspace/californium-main/californium-osgi/target/californium-osgi-3.12.0-SNAPSHOT.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/californium-main/californium-osgi/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- assembly:3.6.0:single (make-assembly) @ californium-osgi ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/californium-osgi/target/californium-osgi-3.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ californium-osgi ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ californium-osgi ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ californium-osgi ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/californium-osgi/target/californium-osgi-3.12.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ californium-osgi ---
[INFO] Skipping execution
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ californium-osgi ---
[INFO] Installing /home/jenkins/agent/workspace/californium-main/californium-osgi/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/californium-osgi/3.12.0-SNAPSHOT/californium-osgi-3.12.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-main/californium-osgi/target/californium-osgi-3.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-osgi/3.12.0-SNAPSHOT/californium-osgi-3.12.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-main/californium-osgi/target/californium-osgi-3.12.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-osgi/3.12.0-SNAPSHOT/californium-osgi-3.12.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:install (default-install) @ californium-osgi ---
[INFO] Installing org/eclipse/californium/californium-osgi/3.12.0-SNAPSHOT/californium-osgi-3.12.0-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] -----------------< org.eclipse.californium:demo-apps >------------------
[INFO] Building Californium (Cf) Demo Applications 3.12.0-SNAPSHOT      [23/39]
[INFO]   from demo-apps/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ demo-apps ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ demo-apps ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ demo-apps ---
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ demo-apps ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ demo-apps ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ demo-apps ---
[INFO] No tests to run.
[INFO] 
[INFO] --- assembly:3.6.0:single (make-assembly) @ demo-apps ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/target/demo-apps-3.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ demo-apps ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ demo-apps ---
[INFO] No tests to run.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ demo-apps ---
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ demo-apps ---
[INFO] Skipping execution
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ demo-apps ---
[INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/demo-apps/3.12.0-SNAPSHOT/demo-apps-3.12.0-SNAPSHOT.pom
[INFO] 
[INFO] --- dependency:3.6.0:copy (copy-installed) @ demo-apps ---
[INFO] Configured Artifact: org.eclipse.californium:demo-apps:3.12.0-SNAPSHOT:pom
[INFO] Copying pom.xml to /home/jenkins/agent/workspace/californium-main/run/demo-apps-3.12.0-SNAPSHOT.pom
[INFO] 
[INFO] ----------------< org.eclipse.californium:cf-benchmark >----------------
[INFO] Building Cf-BenchmarkServer 3.12.0-SNAPSHOT                      [24/39]
[INFO]   from demo-apps/cf-benchmark/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-benchmark ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-benchmark ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-benchmark ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ cf-benchmark ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ cf-benchmark ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 7 source files with javac [debug release 7] to target/classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ cf-benchmark ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-benchmark ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-main/demo-apps/cf-benchmark/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-benchmark ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ cf-benchmark ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ cf-benchmark ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ cf-benchmark ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ cf-benchmark ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/cf-benchmark/target/cf-benchmark-3.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- assembly:3.6.0:single (make-assembly) @ cf-benchmark ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/cf-benchmark/target/cf-benchmark-3.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ cf-benchmark ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ cf-benchmark ---
[INFO] No tests to run.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-benchmark ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/cf-benchmark/target/cf-benchmark-3.12.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ cf-benchmark ---
[INFO] Skipping execution
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ cf-benchmark ---
[INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/cf-benchmark/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-benchmark/3.12.0-SNAPSHOT/cf-benchmark-3.12.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/cf-benchmark/target/cf-benchmark-3.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-benchmark/3.12.0-SNAPSHOT/cf-benchmark-3.12.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/cf-benchmark/target/cf-benchmark-3.12.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-benchmark/3.12.0-SNAPSHOT/cf-benchmark-3.12.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- dependency:3.6.0:copy (copy-installed) @ cf-benchmark ---
[INFO] Configured Artifact: org.eclipse.californium:cf-benchmark:3.12.0-SNAPSHOT:jar
[INFO] Copying cf-benchmark-3.12.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/californium-main/demo-apps/run/cf-benchmark-3.12.0-SNAPSHOT.jar
[INFO] 
[INFO] ------------< org.eclipse.californium:cf-benchmark-observe >------------
[INFO] Building Cf-ObserveBenchmarkClient 3.12.0-SNAPSHOT               [25/39]
[INFO]   from demo-apps/cf-benchmark-observe/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-benchmark-observe ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-benchmark-observe ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-benchmark-observe ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ cf-benchmark-observe ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ cf-benchmark-observe ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug release 7] to target/classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ cf-benchmark-observe ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-benchmark-observe ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-main/demo-apps/cf-benchmark-observe/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-benchmark-observe ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ cf-benchmark-observe ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ cf-benchmark-observe ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ cf-benchmark-observe ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ cf-benchmark-observe ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/cf-benchmark-observe/target/cf-benchmark-observe-3.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- assembly:3.6.0:single (make-assembly) @ cf-benchmark-observe ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/cf-benchmark-observe/target/cf-benchmark-observe-3.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ cf-benchmark-observe ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ cf-benchmark-observe ---
[INFO] No tests to run.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-benchmark-observe ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/cf-benchmark-observe/target/cf-benchmark-observe-3.12.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ cf-benchmark-observe ---
[INFO] Skipping execution
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ cf-benchmark-observe ---
[INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/cf-benchmark-observe/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-benchmark-observe/3.12.0-SNAPSHOT/cf-benchmark-observe-3.12.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/cf-benchmark-observe/target/cf-benchmark-observe-3.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-benchmark-observe/3.12.0-SNAPSHOT/cf-benchmark-observe-3.12.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/cf-benchmark-observe/target/cf-benchmark-observe-3.12.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-benchmark-observe/3.12.0-SNAPSHOT/cf-benchmark-observe-3.12.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- dependency:3.6.0:copy (copy-installed) @ cf-benchmark-observe ---
[INFO] Configured Artifact: org.eclipse.californium:cf-benchmark-observe:3.12.0-SNAPSHOT:jar
[INFO] Copying cf-benchmark-observe-3.12.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/californium-main/demo-apps/run/cf-benchmark-observe-3.12.0-SNAPSHOT.jar
[INFO] 
[INFO] ------------------< org.eclipse.californium:cf-cocoa >------------------
[INFO] Building Cf-CoCoAClient 3.12.0-SNAPSHOT                          [26/39]
[INFO]   from demo-apps/cf-cocoa/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-cocoa ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-cocoa ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-cocoa ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ cf-cocoa ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ cf-cocoa ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [debug release 7] to target/classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ cf-cocoa ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-cocoa ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-main/demo-apps/cf-cocoa/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-cocoa ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ cf-cocoa ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ cf-cocoa ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ cf-cocoa ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ cf-cocoa ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/cf-cocoa/target/cf-cocoa-3.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- assembly:3.6.0:single (make-assembly) @ cf-cocoa ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/cf-cocoa/target/cf-cocoa-3.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ cf-cocoa ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ cf-cocoa ---
[INFO] No tests to run.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-cocoa ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/cf-cocoa/target/cf-cocoa-3.12.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ cf-cocoa ---
[INFO] Skipping execution
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ cf-cocoa ---
[INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/cf-cocoa/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cocoa/3.12.0-SNAPSHOT/cf-cocoa-3.12.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/cf-cocoa/target/cf-cocoa-3.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cocoa/3.12.0-SNAPSHOT/cf-cocoa-3.12.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/cf-cocoa/target/cf-cocoa-3.12.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cocoa/3.12.0-SNAPSHOT/cf-cocoa-3.12.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- dependency:3.6.0:copy (copy-installed) @ cf-cocoa ---
[INFO] Configured Artifact: org.eclipse.californium:cf-cocoa:3.12.0-SNAPSHOT:jar
[INFO] Copying cf-cocoa-3.12.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/californium-main/demo-apps/run/cf-cocoa-3.12.0-SNAPSHOT.jar
[INFO] 
[INFO] -----------< org.eclipse.californium:cf-extplugtest-client >------------
[INFO] Building Cf-ExtendedPlugtestClient 3.12.0-SNAPSHOT               [27/39]
[INFO]   from demo-apps/cf-extplugtest-client/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-extplugtest-client ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-extplugtest-client ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-extplugtest-client ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ cf-extplugtest-client ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ cf-extplugtest-client ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 5 source files with javac [debug release 7] to target/classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ cf-extplugtest-client ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-extplugtest-client ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-extplugtest-client ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ cf-extplugtest-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ cf-extplugtest-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ cf-extplugtest-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ cf-extplugtest-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/cf-extplugtest-client/target/cf-extplugtest-client-3.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- assembly:3.6.0:single (make-assembly) @ cf-extplugtest-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/cf-extplugtest-client/target/cf-extplugtest-client-3.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ cf-extplugtest-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ cf-extplugtest-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-extplugtest-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/cf-extplugtest-client/target/cf-extplugtest-client-3.12.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ cf-extplugtest-client ---
[INFO] Skipping execution
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ cf-extplugtest-client ---
[INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/cf-extplugtest-client/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-extplugtest-client/3.12.0-SNAPSHOT/cf-extplugtest-client-3.12.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/cf-extplugtest-client/target/cf-extplugtest-client-3.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-extplugtest-client/3.12.0-SNAPSHOT/cf-extplugtest-client-3.12.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/cf-extplugtest-client/target/cf-extplugtest-client-3.12.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-extplugtest-client/3.12.0-SNAPSHOT/cf-extplugtest-client-3.12.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- dependency:3.6.0:copy (copy-installed) @ cf-extplugtest-client ---
[INFO] Configured Artifact: org.eclipse.californium:cf-cli-tcp-netty:3.12.0-SNAPSHOT:jar
[INFO] Copying cf-cli-tcp-netty-3.12.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/californium-main/demo-apps/cf-extplugtest-client/target/cf-cli-tcp-netty-3.12.0-SNAPSHOT.jar
[INFO] 
[INFO] -------------< org.eclipse.californium:cf-plugtest-server >-------------
[INFO] Building Cf-PlugtestServer 3.12.0-SNAPSHOT                       [28/39]
[INFO]   from demo-apps/cf-plugtest-server/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-plugtest-server ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-plugtest-server ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-plugtest-server ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ cf-plugtest-server ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ cf-plugtest-server ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 32 source files with javac [debug release 7] to target/classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[WARNING] /home/jenkins/agent/workspace/californium-main/demo-apps/cf-plugtest-server/src/main/java/org/eclipse/californium/plugtests/PlugtestServer.java:[48,43] org.eclipse.californium.core.server.EncryptedServersSerializationUtil in org.eclipse.californium.core.server has been deprecated
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ cf-plugtest-server ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-plugtest-server ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-main/demo-apps/cf-plugtest-server/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-plugtest-server ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ cf-plugtest-server ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ cf-plugtest-server ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ cf-plugtest-server ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ cf-plugtest-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/cf-plugtest-server/target/cf-plugtest-server-3.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- assembly:3.6.0:single (make-assembly) @ cf-plugtest-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/cf-plugtest-server/target/cf-plugtest-server-3.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ cf-plugtest-server ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ cf-plugtest-server ---
[INFO] No tests to run.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-plugtest-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/cf-plugtest-server/target/cf-plugtest-server-3.12.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ cf-plugtest-server ---
[INFO] Skipping execution
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ cf-plugtest-server ---
[INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/cf-plugtest-server/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-server/3.12.0-SNAPSHOT/cf-plugtest-server-3.12.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/cf-plugtest-server/target/cf-plugtest-server-3.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-server/3.12.0-SNAPSHOT/cf-plugtest-server-3.12.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/cf-plugtest-server/target/cf-plugtest-server-3.12.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-server/3.12.0-SNAPSHOT/cf-plugtest-server-3.12.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- dependency:3.6.0:copy (copy-installed) @ cf-plugtest-server ---
[INFO] Configured Artifact: org.eclipse.californium:cf-plugtest-server:3.12.0-SNAPSHOT:jar
[INFO] Copying cf-plugtest-server-3.12.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/californium-main/demo-apps/run/cf-plugtest-server-3.12.0-SNAPSHOT.jar
[INFO] 
[INFO] -----------< org.eclipse.californium:cf-extplugtest-server >------------
[INFO] Building Cf-ExtendedPlugtestServer 3.12.0-SNAPSHOT               [29/39]
[INFO]   from demo-apps/cf-extplugtest-server/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-extplugtest-server ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-extplugtest-server ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-extplugtest-server ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ cf-extplugtest-server ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ cf-extplugtest-server ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 8 source files with javac [debug release 7] to target/classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ cf-extplugtest-server ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-extplugtest-server ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-main/demo-apps/cf-extplugtest-server/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-extplugtest-server ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ cf-extplugtest-server ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ cf-extplugtest-server ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ cf-extplugtest-server ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ cf-extplugtest-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/cf-extplugtest-server/target/cf-extplugtest-server-3.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- assembly:3.6.0:single (make-assembly) @ cf-extplugtest-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/cf-extplugtest-server/target/cf-extplugtest-server-3.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ cf-extplugtest-server ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ cf-extplugtest-server ---
[INFO] No tests to run.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-extplugtest-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/cf-extplugtest-server/target/cf-extplugtest-server-3.12.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ cf-extplugtest-server ---
[INFO] Skipping execution
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ cf-extplugtest-server ---
[INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/cf-extplugtest-server/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-extplugtest-server/3.12.0-SNAPSHOT/cf-extplugtest-server-3.12.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/cf-extplugtest-server/target/cf-extplugtest-server-3.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-extplugtest-server/3.12.0-SNAPSHOT/cf-extplugtest-server-3.12.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/cf-extplugtest-server/target/cf-extplugtest-server-3.12.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-extplugtest-server/3.12.0-SNAPSHOT/cf-extplugtest-server-3.12.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- dependency:3.6.0:copy (copy-installed) @ cf-extplugtest-server ---
[INFO] Configured Artifact: org.eclipse.californium:cf-extplugtest-server:3.12.0-SNAPSHOT:jar
[INFO] Copying cf-extplugtest-server-3.12.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/californium-main/demo-apps/run/cf-extplugtest-server-3.12.0-SNAPSHOT.jar
[INFO] 
[INFO] ------------< org.eclipse.californium:cf-helloworld-client >------------
[INFO] Building Cf-HelloWorldClient 3.12.0-SNAPSHOT                     [30/39]
[INFO]   from demo-apps/cf-helloworld-client/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-helloworld-client ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-helloworld-client ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-helloworld-client ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ cf-helloworld-client ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ cf-helloworld-client ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug release 7] to target/classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ cf-helloworld-client ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-helloworld-client ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-main/demo-apps/cf-helloworld-client/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-helloworld-client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ cf-helloworld-client ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ cf-helloworld-client ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ cf-helloworld-client ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ cf-helloworld-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/cf-helloworld-client/target/cf-helloworld-client-3.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- assembly:3.6.0:single (make-assembly) @ cf-helloworld-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/cf-helloworld-client/target/cf-helloworld-client-3.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ cf-helloworld-client ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ cf-helloworld-client ---
[INFO] No tests to run.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-helloworld-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/cf-helloworld-client/target/cf-helloworld-client-3.12.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ cf-helloworld-client ---
[INFO] Skipping execution
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ cf-helloworld-client ---
[INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/cf-helloworld-client/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-helloworld-client/3.12.0-SNAPSHOT/cf-helloworld-client-3.12.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/cf-helloworld-client/target/cf-helloworld-client-3.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-helloworld-client/3.12.0-SNAPSHOT/cf-helloworld-client-3.12.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/cf-helloworld-client/target/cf-helloworld-client-3.12.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-helloworld-client/3.12.0-SNAPSHOT/cf-helloworld-client-3.12.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- dependency:3.6.0:copy (copy-installed) @ cf-helloworld-client ---
[INFO] Configured Artifact: org.eclipse.californium:cf-helloworld-client:3.12.0-SNAPSHOT:jar
[INFO] Copying cf-helloworld-client-3.12.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/californium-main/demo-apps/run/cf-helloworld-client-3.12.0-SNAPSHOT.jar
[INFO] 
[INFO] ------------< org.eclipse.californium:cf-helloworld-server >------------
[INFO] Building Cf-HelloWorldServer 3.12.0-SNAPSHOT                     [31/39]
[INFO]   from demo-apps/cf-helloworld-server/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-helloworld-server ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-helloworld-server ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-helloworld-server ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ cf-helloworld-server ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ cf-helloworld-server ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [debug release 7] to target/classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ cf-helloworld-server ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-helloworld-server ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-main/demo-apps/cf-helloworld-server/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-helloworld-server ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ cf-helloworld-server ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ cf-helloworld-server ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ cf-helloworld-server ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ cf-helloworld-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/cf-helloworld-server/target/cf-helloworld-server-3.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- assembly:3.6.0:single (make-assembly) @ cf-helloworld-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/cf-helloworld-server/target/cf-helloworld-server-3.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ cf-helloworld-server ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ cf-helloworld-server ---
[INFO] No tests to run.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-helloworld-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/cf-helloworld-server/target/cf-helloworld-server-3.12.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ cf-helloworld-server ---
[INFO] Skipping execution
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ cf-helloworld-server ---
[INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/cf-helloworld-server/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-helloworld-server/3.12.0-SNAPSHOT/cf-helloworld-server-3.12.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/cf-helloworld-server/target/cf-helloworld-server-3.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-helloworld-server/3.12.0-SNAPSHOT/cf-helloworld-server-3.12.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/cf-helloworld-server/target/cf-helloworld-server-3.12.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-helloworld-server/3.12.0-SNAPSHOT/cf-helloworld-server-3.12.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- dependency:3.6.0:copy (copy-installed) @ cf-helloworld-server ---
[INFO] Configured Artifact: org.eclipse.californium:cf-helloworld-server:3.12.0-SNAPSHOT:jar
[INFO] Copying cf-helloworld-server-3.12.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/californium-main/demo-apps/run/cf-helloworld-server-3.12.0-SNAPSHOT.jar
[INFO] 
[INFO] ------------< org.eclipse.californium:cf-plugtest-checker >-------------
[INFO] Building Cf-PlugtestChecker 3.12.0-SNAPSHOT                      [32/39]
[INFO]   from demo-apps/cf-plugtest-checker/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-plugtest-checker ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-plugtest-checker ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-plugtest-checker ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ cf-plugtest-checker ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ cf-plugtest-checker ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 54 source files with javac [debug release 7] to target/classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ cf-plugtest-checker ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-plugtest-checker ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-plugtest-checker ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ cf-plugtest-checker ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ cf-plugtest-checker ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ cf-plugtest-checker ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ cf-plugtest-checker ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/cf-plugtest-checker/target/cf-plugtest-checker-3.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- assembly:3.6.0:single (make-assembly) @ cf-plugtest-checker ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/cf-plugtest-checker/target/cf-plugtest-checker-3.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ cf-plugtest-checker ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ cf-plugtest-checker ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-plugtest-checker ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/cf-plugtest-checker/target/cf-plugtest-checker-3.12.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ cf-plugtest-checker ---
[INFO] Skipping execution
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ cf-plugtest-checker ---
[INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/cf-plugtest-checker/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-checker/3.12.0-SNAPSHOT/cf-plugtest-checker-3.12.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/cf-plugtest-checker/target/cf-plugtest-checker-3.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-checker/3.12.0-SNAPSHOT/cf-plugtest-checker-3.12.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/cf-plugtest-checker/target/cf-plugtest-checker-3.12.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-checker/3.12.0-SNAPSHOT/cf-plugtest-checker-3.12.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- dependency:3.6.0:copy (copy-installed) @ cf-plugtest-checker ---
[INFO] Configured Artifact: org.eclipse.californium:cf-cli-tcp-netty:3.12.0-SNAPSHOT:jar
[INFO] Copying cf-cli-tcp-netty-3.12.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/californium-main/demo-apps/cf-plugtest-checker/target/cf-cli-tcp-netty-3.12.0-SNAPSHOT.jar
[INFO] 
[INFO] -------------< org.eclipse.californium:cf-plugtest-client >-------------
[INFO] Building Cf-PlugtestClient 3.12.0-SNAPSHOT                       [33/39]
[INFO]   from demo-apps/cf-plugtest-client/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-plugtest-client ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-plugtest-client ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-plugtest-client ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ cf-plugtest-client ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ cf-plugtest-client ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [debug release 7] to target/classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ cf-plugtest-client ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-plugtest-client ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-plugtest-client ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ cf-plugtest-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ cf-plugtest-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ cf-plugtest-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ cf-plugtest-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/cf-plugtest-client/target/cf-plugtest-client-3.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- assembly:3.6.0:single (make-assembly) @ cf-plugtest-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/cf-plugtest-client/target/cf-plugtest-client-3.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ cf-plugtest-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ cf-plugtest-client ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-plugtest-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/cf-plugtest-client/target/cf-plugtest-client-3.12.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ cf-plugtest-client ---
[INFO] Skipping execution
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ cf-plugtest-client ---
[INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/cf-plugtest-client/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-client/3.12.0-SNAPSHOT/cf-plugtest-client-3.12.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/cf-plugtest-client/target/cf-plugtest-client-3.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-client/3.12.0-SNAPSHOT/cf-plugtest-client-3.12.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/cf-plugtest-client/target/cf-plugtest-client-3.12.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-client/3.12.0-SNAPSHOT/cf-plugtest-client-3.12.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- dependency:3.6.0:copy (copy-installed) @ cf-plugtest-client ---
[INFO] Configured Artifact: org.eclipse.californium:cf-cli-tcp-netty:3.12.0-SNAPSHOT:jar
[INFO] Copying cf-cli-tcp-netty-3.12.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/californium-main/demo-apps/cf-plugtest-client/target/cf-cli-tcp-netty-3.12.0-SNAPSHOT.jar
[INFO] 
[INFO] -----------------< org.eclipse.californium:cf-proxy2 >------------------
[INFO] Building Cf-ExampleCrossProxy2 3.12.0-SNAPSHOT                   [34/39]
[INFO]   from demo-apps/cf-proxy2/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-proxy2 ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-proxy2 ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-proxy2 ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ cf-proxy2 ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ cf-proxy2 ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 14 source files with javac [debug release 7] to target/classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ cf-proxy2 ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-proxy2 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-main/demo-apps/cf-proxy2/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-proxy2 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ cf-proxy2 ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ cf-proxy2 ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ cf-proxy2 ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ cf-proxy2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/cf-proxy2/target/cf-proxy2-3.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- assembly:3.6.0:single (make-assembly) @ cf-proxy2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/cf-proxy2/target/cf-proxy2-3.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ cf-proxy2 ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ cf-proxy2 ---
[INFO] No tests to run.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-proxy2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/cf-proxy2/target/cf-proxy2-3.12.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ cf-proxy2 ---
[INFO] Skipping execution
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ cf-proxy2 ---
[INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/cf-proxy2/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-proxy2/3.12.0-SNAPSHOT/cf-proxy2-3.12.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/cf-proxy2/target/cf-proxy2-3.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-proxy2/3.12.0-SNAPSHOT/cf-proxy2-3.12.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/cf-proxy2/target/cf-proxy2-3.12.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-proxy2/3.12.0-SNAPSHOT/cf-proxy2-3.12.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- dependency:3.6.0:copy (copy-installed) @ cf-proxy2 ---
[INFO] Configured Artifact: org.eclipse.californium:cf-proxy2:3.12.0-SNAPSHOT:jar
[INFO] Copying cf-proxy2-3.12.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/californium-main/demo-apps/run/cf-proxy2-3.12.0-SNAPSHOT.jar
[INFO] 
[INFO] -----------------< org.eclipse.californium:cf-secure >------------------
[INFO] Building Cf-SecureServer 3.12.0-SNAPSHOT                         [35/39]
[INFO]   from demo-apps/cf-secure/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-secure ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-secure ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-secure ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ cf-secure ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ cf-secure ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 4 source files with javac [debug release 7] to target/classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ cf-secure ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-secure ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-main/demo-apps/cf-secure/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-secure ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ cf-secure ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ cf-secure ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ cf-secure ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ cf-secure ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/cf-secure/target/cf-secure-3.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- assembly:3.6.0:single (make-assembly) @ cf-secure ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/cf-secure/target/cf-secure-3.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ cf-secure ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ cf-secure ---
[INFO] No tests to run.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-secure ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/cf-secure/target/cf-secure-3.12.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ cf-secure ---
[INFO] Skipping execution
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ cf-secure ---
[INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/cf-secure/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-secure/3.12.0-SNAPSHOT/cf-secure-3.12.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/cf-secure/target/cf-secure-3.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-secure/3.12.0-SNAPSHOT/cf-secure-3.12.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/cf-secure/target/cf-secure-3.12.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-secure/3.12.0-SNAPSHOT/cf-secure-3.12.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- dependency:3.6.0:copy (copy-installed) @ cf-secure ---
[INFO] Configured Artifact: org.eclipse.californium:cf-secure:3.12.0-SNAPSHOT:jar
[INFO] Copying cf-secure-3.12.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/californium-main/demo-apps/run/cf-secure-3.12.0-SNAPSHOT.jar
[INFO] 
[INFO] ---------------< org.eclipse.californium:cf-unix-setup >----------------
[INFO] Building Californium (Cf) Demo Setup for Unix 3.12.0-SNAPSHOT    [36/39]
[INFO]   from demo-apps/cf-unix-setup/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-unix-setup ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-unix-setup ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-unix-setup ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ cf-unix-setup ---
[INFO] Copying 14 resources from scripts to target/classes/unix-setup
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ cf-unix-setup ---
[INFO] No sources to compile
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ cf-unix-setup ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-unix-setup ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-main/demo-apps/cf-unix-setup/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-unix-setup ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ cf-unix-setup ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ cf-unix-setup ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ cf-unix-setup ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ cf-unix-setup ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/cf-unix-setup/target/cf-unix-setup-3.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- assembly:3.6.0:single (make-assembly) @ cf-unix-setup ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/cf-unix-setup/target/cf-unix-setup-3.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ cf-unix-setup ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ cf-unix-setup ---
[INFO] No tests to run.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-unix-setup ---
[INFO] Skipping source per configuration.
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ cf-unix-setup ---
[INFO] Skipping execution
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ cf-unix-setup ---
[INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/cf-unix-setup/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-unix-setup/3.12.0-SNAPSHOT/cf-unix-setup-3.12.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/cf-unix-setup/target/cf-unix-setup-3.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-unix-setup/3.12.0-SNAPSHOT/cf-unix-setup-3.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- dependency:3.6.0:copy (copy-installed) @ cf-unix-setup ---
[INFO] Configured Artifact: org.eclipse.californium:cf-unix-setup:3.12.0-SNAPSHOT:jar
[INFO] Copying cf-unix-setup-3.12.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/californium-main/demo-apps/run/cf-unix-setup-3.12.0-SNAPSHOT.jar
[INFO] 
[INFO] -----------< org.eclipse.californium:sc-dtls-example-client >-----------
[INFO] Building Sc-DTLS-Example-Client 3.12.0-SNAPSHOT                  [37/39]
[INFO]   from demo-apps/sc-dtls-example-client/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ sc-dtls-example-client ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ sc-dtls-example-client ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ sc-dtls-example-client ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ sc-dtls-example-client ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-main/demo-apps/sc-dtls-example-client/src/main/resources
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ sc-dtls-example-client ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [debug release 7] to target/classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ sc-dtls-example-client ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ sc-dtls-example-client ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-main/demo-apps/sc-dtls-example-client/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ sc-dtls-example-client ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ sc-dtls-example-client ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ sc-dtls-example-client ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ sc-dtls-example-client ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ sc-dtls-example-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/sc-dtls-example-client/target/sc-dtls-example-client-3.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- assembly:3.6.0:single (make-assembly) @ sc-dtls-example-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/sc-dtls-example-client/target/sc-dtls-example-client-3.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ sc-dtls-example-client ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ sc-dtls-example-client ---
[INFO] No tests to run.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ sc-dtls-example-client ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/sc-dtls-example-client/target/sc-dtls-example-client-3.12.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ sc-dtls-example-client ---
[INFO] Skipping execution
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ sc-dtls-example-client ---
[INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/sc-dtls-example-client/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/sc-dtls-example-client/3.12.0-SNAPSHOT/sc-dtls-example-client-3.12.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/sc-dtls-example-client/target/sc-dtls-example-client-3.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/sc-dtls-example-client/3.12.0-SNAPSHOT/sc-dtls-example-client-3.12.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/sc-dtls-example-client/target/sc-dtls-example-client-3.12.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/sc-dtls-example-client/3.12.0-SNAPSHOT/sc-dtls-example-client-3.12.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- dependency:3.6.0:copy (copy-installed) @ sc-dtls-example-client ---
[INFO] Configured Artifact: org.eclipse.californium:sc-dtls-example-client:3.12.0-SNAPSHOT:jar
[INFO] Copying sc-dtls-example-client-3.12.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/californium-main/demo-apps/run/sc-dtls-example-client-3.12.0-SNAPSHOT.jar
[INFO] 
[INFO] -----------< org.eclipse.californium:sc-dtls-example-server >-----------
[INFO] Building Sc-DTLS-Example-Server 3.12.0-SNAPSHOT                  [38/39]
[INFO]   from demo-apps/sc-dtls-example-server/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ sc-dtls-example-server ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ sc-dtls-example-server ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ sc-dtls-example-server ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ sc-dtls-example-server ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-main/demo-apps/sc-dtls-example-server/src/main/resources
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ sc-dtls-example-server ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [debug release 7] to target/classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ sc-dtls-example-server ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ sc-dtls-example-server ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-main/demo-apps/sc-dtls-example-server/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ sc-dtls-example-server ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ sc-dtls-example-server ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ sc-dtls-example-server ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ sc-dtls-example-server ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ sc-dtls-example-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/sc-dtls-example-server/target/sc-dtls-example-server-3.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- assembly:3.6.0:single (make-assembly) @ sc-dtls-example-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/sc-dtls-example-server/target/sc-dtls-example-server-3.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ sc-dtls-example-server ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ sc-dtls-example-server ---
[INFO] No tests to run.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ sc-dtls-example-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/sc-dtls-example-server/target/sc-dtls-example-server-3.12.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ sc-dtls-example-server ---
[INFO] Skipping execution
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ sc-dtls-example-server ---
[INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/sc-dtls-example-server/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/sc-dtls-example-server/3.12.0-SNAPSHOT/sc-dtls-example-server-3.12.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/sc-dtls-example-server/target/sc-dtls-example-server-3.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/sc-dtls-example-server/3.12.0-SNAPSHOT/sc-dtls-example-server-3.12.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/sc-dtls-example-server/target/sc-dtls-example-server-3.12.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/sc-dtls-example-server/3.12.0-SNAPSHOT/sc-dtls-example-server-3.12.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- dependency:3.6.0:copy (copy-installed) @ sc-dtls-example-server ---
[INFO] Configured Artifact: org.eclipse.californium:sc-dtls-example-server:3.12.0-SNAPSHOT:jar
[INFO] Copying sc-dtls-example-server-3.12.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/californium-main/demo-apps/run/sc-dtls-example-server-3.12.0-SNAPSHOT.jar
[INFO] 
[INFO] ------------< org.eclipse.californium:cf-simplefile-server >------------
[INFO] Building Cf-SimpleFileServer 3.12.0-SNAPSHOT                     [39/39]
[INFO]   from demo-apps/cf-simplefile-server/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ cf-simplefile-server ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.DependencyConvergence passed
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ cf-simplefile-server ---
[INFO] Skipping Rule Enforcement.
[INFO] 
[INFO] --- build-helper:3.4.0:parse-version (parse-version) @ cf-simplefile-server ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ cf-simplefile-server ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ cf-simplefile-server ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [debug release 7] to target/classes
[WARNING] source value 7 is obsolete and will be removed in a future release
[WARNING] target value 7 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO] 
[INFO] --- animal-sniffer:1.23:check (default) @ cf-simplefile-server ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ cf-simplefile-server ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/californium-main/demo-apps/cf-simplefile-server/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ cf-simplefile-server ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ cf-simplefile-server ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ cf-simplefile-server ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ cf-simplefile-server ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ cf-simplefile-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/cf-simplefile-server/target/cf-simplefile-server-3.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- assembly:3.6.0:single (make-assembly) @ cf-simplefile-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/cf-simplefile-server/target/cf-simplefile-server-3.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ cf-simplefile-server ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ cf-simplefile-server ---
[INFO] No tests to run.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ cf-simplefile-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-main/demo-apps/cf-simplefile-server/target/cf-simplefile-server-3.12.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ cf-simplefile-server ---
[INFO] Skipping execution
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ cf-simplefile-server ---
[INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/cf-simplefile-server/pom.xml to /home/jenkins/.m2/repository/org/eclipse/californium/cf-simplefile-server/3.12.0-SNAPSHOT/cf-simplefile-server-3.12.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/cf-simplefile-server/target/cf-simplefile-server-3.12.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-simplefile-server/3.12.0-SNAPSHOT/cf-simplefile-server-3.12.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-main/demo-apps/cf-simplefile-server/target/cf-simplefile-server-3.12.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-simplefile-server/3.12.0-SNAPSHOT/cf-simplefile-server-3.12.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- dependency:3.6.0:copy (copy-installed) @ cf-simplefile-server ---
[INFO] Configured Artifact: org.eclipse.californium:cf-simplefile-server:3.12.0-SNAPSHOT:jar
[INFO] Copying cf-simplefile-server-3.12.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/californium-main/demo-apps/run/cf-simplefile-server-3.12.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Californium (Cf) Parent 3.12.0-SNAPSHOT:
[INFO] 
[INFO] Californium (Cf) Parent ............................ SUCCESS [ 23.200 s]
[INFO] Californium (Cf) Custom Assembly Descriptors ....... SUCCESS [  1.905 s]
[INFO] Californium (Cf) BOM ............................... SUCCESS [  0.087 s]
[INFO] Californium (Cf) Legal Documents ................... SUCCESS [  0.236 s]
[INFO] Californium (Cf) Demo Certificates ................. SUCCESS [  0.195 s]
[INFO] Californium (Cf) Element Connector ................. SUCCESS [ 30.259 s]
[INFO] Scandium (Sc) Core ................................. SUCCESS [02:39 min]
[INFO] Californium (Cf) Element Connector TCP netty ....... SUCCESS [ 29.641 s]
[INFO] Californium (Cf) Core .............................. SUCCESS [01:59 min]
[INFO] Cf-NAT ............................................. SUCCESS [  1.545 s]
[INFO] Cf-Unix-Health ..................................... SUCCESS [  0.537 s]
[INFO] Cf-Cluster ......................................... SUCCESS [  1.071 s]
[INFO] Cf-command-line-interface .......................... SUCCESS [  1.058 s]
[INFO] Cf-cli-tcp-netty ................................... SUCCESS [  1.206 s]
[INFO] Cf-Encrypt ......................................... SUCCESS [  0.431 s]
[INFO] Californium (Cf) Tests ............................. SUCCESS [  0.022 s]
[INFO] Californium (Cf) Integration Tests ................. SUCCESS [ 54.645 s]
[INFO] Californium (Cf) Interoperability Tests ............ SUCCESS [ 20.042 s]
[INFO] Californium (Cf) Proxy2 ............................ SUCCESS [  7.378 s]
[INFO] Cf-OSCORE .......................................... SUCCESS [ 14.387 s]
[INFO] Cf-PubSub .......................................... SUCCESS [  0.322 s]
[INFO] Californium (Cf) OSGi .............................. SUCCESS [  5.216 s]
[INFO] Californium (Cf) Demo Applications ................. SUCCESS [  3.264 s]
[INFO] Cf-BenchmarkServer ................................. SUCCESS [  1.356 s]
[INFO] Cf-ObserveBenchmarkClient .......................... SUCCESS [  0.737 s]
[INFO] Cf-CoCoAClient ..................................... SUCCESS [  0.519 s]
[INFO] Cf-ExtendedPlugtestClient .......................... SUCCESS [  1.460 s]
[INFO] Cf-PlugtestServer .................................. SUCCESS [  1.918 s]
[INFO] Cf-ExtendedPlugtestServer .......................... SUCCESS [  2.150 s]
[INFO] Cf-HelloWorldClient ................................ SUCCESS [  0.698 s]
[INFO] Cf-HelloWorldServer ................................ SUCCESS [  0.973 s]
[INFO] Cf-PlugtestChecker ................................. SUCCESS [  1.262 s]
[INFO] Cf-PlugtestClient .................................. SUCCESS [  0.832 s]
[INFO] Cf-ExampleCrossProxy2 .............................. SUCCESS [  1.731 s]
[INFO] Cf-SecureServer .................................... SUCCESS [  0.574 s]
[INFO] Californium (Cf) Demo Setup for Unix ............... SUCCESS [  0.096 s]
[INFO] Sc-DTLS-Example-Client ............................. SUCCESS [  0.628 s]
[INFO] Sc-DTLS-Example-Server ............................. SUCCESS [  0.443 s]
[INFO] Cf-SimpleFileServer ................................ SUCCESS [  1.453 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  08:37 min
[INFO] Finished at: 2024-05-03T15:13:07Z
[INFO] ------------------------------------------------------------------------
[californium-main] $ /bin/sh -xe /tmp/jenkins61517452173736092.sh
Recording test results
[Checks API] No suitable checks publisher found.
Finished: SUCCESS